<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*重置*/

* { margin:0 auto; padding: 0; font-family: "微软雅黑"; font-size: 13px; color: #4d4d4d; }
body { color: #4d4d4d; font-family: "微软雅黑"; font-size: 13px; background:url(top_bg.jpg) top repeat-x;}
li { list-style-type: none; }
input, img { border: 0 none; /*display:block;*/ outline: 0 none !important; }
input { border: 0; }
textarea, input { word-wrap: break-word; word-break: break-all; padding: 0px; }
a { color: #4d4d4d; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: "微软雅黑"; }


/*========== header ==========*/
#header { width:1000px;  margin:0 auto;}
.header {width:1000px; height:325px; }




/*========== main ==========*/
#main { width:1000px; margin:0 auto; }
.mainbox { overflow:hidden; width:1000px; }

.subbox{ overflow:hidden; margin:0 auto; padding:20px 0px 0px 0;}
.subbox-L{ float:left; width:280px;}
.subbox-R{ float:left; width:700px; margin-left:20px;}


/* 栏目页列表 */
.news-box01{ margin-top:10px;}
.news-box01 li{ overflow:hidden; line-height:36px; *line-height:32px; }
.news-box01 li .new{ float:left;}
.news-box01 li .new .number { margin-right:10px;}
.news-box01 li .new:hover { color:#0059b5;}
.news-box01 li .new:hover .number { color:#0059b5;}
.news-box01 li .time{ float:right; font-size:14px; color:#999;}


/* 栏目 */
.column { overflow: hidden; width:280px; margin:0 auto;}
.column li { float:left; width:280px; margin:5px 0px;}


/* 左侧栏目 */
.leftnav {  overflow:hidden; width:280px;}
.leftnav li { width:280px; height:42px; line-height:42px; background:url(left_bg.png) no-repeat ; margin-bottom:10px;}
.leftnav li a { font-size:16px; color:#0146ae; padding-left:0px;  margin:7px 0px 7px 30px;}
.leftnav li a:hover { font-size:16px; color:#000;}


/* 页 码 */
.page-box{ overflow:hidden; margin:20px 0 0 30px;}
.page-box li{ float:left; margin-right:4px;}
.page-box li a .page{ float:left; background-color:#f5f7f8; color:#454545; border:1px solid #c3c9cd; height:34px; line-height:36px; font-size:14px; padding:0 12px;}
.page-box li a .page:hover{ background-color:#0059b5; color:#FFF;border:1px solid #c3c9cd;}
.page-box li a .page_on{ color:#235ddb;}
.ptext{ width:70px; height:34px; line-height:34px; background-color:#f5f7f8; border:1px solid #c3c9cd; text-align:center;}

/* 位 置 */
.position { overflow:hidden; padding-left:15px;}
.position li { float:left; height:40px; line-height:40px; font-size:15px; color:#666; }
.position li a:hover { color:#0059b5; }

/* 文 章 */
.title {  overflow:hidden; width:700px; margin:0 auto;}
.tit-text { font-size:24px;line-height:55px; height:55px;color:#fff; text-align:center;  background: url(title_bg.png) no-repeat;}
.source { font-size:13px; height:28px; color:#999999; text-align:center;}
.sizecolor { font-size:13px; height:26px; color:#999999; text-align:center;}
.line { border-bottom:1px dotted #595959; width:870px; margin:15px auto;}
.article{ width:700px; margin:0 auto; font-size:15px; color:#4d4d4d;line-height:30px; padding:20px 0 25px 0; text-align:justify; text-justify:inter-ideograph;}


/*========== footer ==========*/
#footer { width:1000px; margin-top:30px;  }
.footer { width:1000px;  border-bottom:10px solid #3184d2; margin:o auto;}


.copyright { width:1000px; margin:o auto; height:120px; background:#e7f9fe;}
.copyright li { text-align:center; padding:5px 0px;}
.copyright h2 {color:#4d4d4d; line-height:22px;  text-align:center;padding-top:10px;}
.copyright h1 {text-align:center;  color:#0059b5; margin-top:10px;}
.copyright h1 a {  color:#0059b5; padding:0px 10px;}
.copyright h1 a:hover { color:#002f75;}

</pre></body></html>