<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";

body, div, iframe, ul, ol, dl, 
h1, h2, h3, h4, h5, h6, p, table, th, td, 
form, input, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
ol, ul {
    list-style: none;
}
img {
    border: 0;
}
.focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: left;
}

body {
    color: #333;
    text-align: center;
    font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
}

.clearfix {
    display: inline-block;
}

/*\*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.hidden {
    display: none;
}

html, body {
    height: 100%;
}
* html .container {
    height: 100%;
}

.container {
    width: 940px;
    min-height: 100%;
    margin: auto;
    text-align: left;
    background: #fff;
}

.container .wrap {
    margin: 0 10px;
}

.col1, .col2, .col3 {
    float: left;
    margin-right: 10px;
}

.layout-cols2 .col1 {
    width: 610px;
    overflow:hidden;
}

.layout-cols2 .col2 {
    width: 300px;
    margin-right: 0;
    overflow:hidden;
}

.layout-cols3 .col1 {
    width: 300px;
}

.layout-cols3 .col2 {
    width: 300px;
}

.layout-cols3 .col3 {
    width: 300px;
    margin-right: 0;
}

.layout-cols2, .layout-cols3 {
    margin-bottom: 0 !important;
}

.layout-col2ultra .col1 {
    width: 300px;
    overflow:hidden;
}

.layout-col2ultra .col2,
.layout-col2ultra .col2 .span2 {
    width: 610px;
    margin-right: 0;
}

.layout-col2ultra .col2 .col1 {
    width: 300px;
}

.layout-col2ultra .col2 .col2 {
    width: 300px;
}

.layout-col2ultra .col2 .span2 {
    clear: both;
    margin-bottom: 10px;
}

.box{
	border:1px solid #99BBDD;
	margin-bottom:10px;
}

.box_1 ul{
	padding:5px;
}

.box .center_box li{
	line-height:25px;
	font-size:14px;
}

.box .center_box li span{
	float:right;
	font-size:12px;
	color:#A8A8A8;
}

.box_bt {
	background: url(title_icon.gif) no-repeat 10px 12px  #f6f6f6;
	padding:4px;
	padding-left:24px;
	font-size:14px;
	font-weight:bold;
	margin:5px 7px 4px 7px;
	color:#275C91;
}

.box_bt a:link{
	color:#275C91;
}

.box_bt a:visited{
	color:#275C91;
}

.box_bt a:hover{
	color:#275C91;
	text-decoration:underline;
}

.box_text{
	color:#8C8C8C;
	text-indent:24px;
	line-height:21px;
	margin:0px 7px;
	background:url(title_bg.gif) repeat-x bottom;
	padding-bottom:6px;
}

.box_title{
	background:url(news_bg.gif);
    position: relative;
    height: 28px;
}

.box_title h3 {
    height: 26px;
    line-height: 26px;
    margin: 1px 1px 0;
    padding: 0 10px;
    font-weight: bold;
    font-size: 120%;
    color: #275c91;
}

.box_title span {
	float:right;
	padding-top:5px;
	padding-right:5px;
}

.box .hot_box li{
	background:url(nav_icon.gif) no-repeat 5px 10px;
	padding-left:14px;
	line-height:27px;
}

.box .hot_box li a:link{
	color:#2C6AA9;
}

.box .hot_box li a:visited{
	color:#2C6AA9;  
}

.box .hot_box li a:hover{
	color:#2C6AA9;
	text-decoration:underline;
}

.box .tab h3,
.box .tab ul.tabitem,
.box .tab ul.tabitem li {
    float: left;
	font-size:12px;
}

.box .tab ul.tabitem {
    line-height: 2.3;
}

.box .tab ul.tabitem li {
    margin: 0 -1px -1px 0;
    position: relative;
}

.box .tab ul.tabitem a {
    display: block;
    padding: 0 5px;
}

.box .tab ul.tabitem a:link,
.box .tab ul.tabitem a:visited {
    color: #275c91;
}

.box .tab ul.tabitem a.current,
.box .tab ul.tabitem a:hover {
    border: solid #99bbdd;
    border-width: 0 1px;
    padding: 0 4px;
    background: #fff;
}

html:first-child .box .tab ul.tabitem a.current,
html:first-child .box .tab ul.tabitem a:hover {
    position: relative;
    padding-bottom: 1px;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

.header {
    margin: 0 10px 5px;
}

.topnav {
    position: relative;
    margin: 1px 0 8px 0;
    padding: 0 15px;
    height: 2em;
    line-height: 2;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
}

.topnav a:link, .topnav a:visited {
    color: #666;
}

.topnav a:hover, .topnav a:active {
    color: #036;
    text-decoration: underline;
}

.topnav span {float:right;}

.brand {
    float: left;
    margin-right: 7px;
}

.ad-text {
    float: right;
    overflow: hidden;
}

.nav {
    position: relative;
    margin: 0 10px 10px;
    background: url(nav_bg.png) no-repeat 0 -36px;
    z-index:1;
}

.navinner {
    background: url(nav_bg.png) no-repeat 100% -72px;
}

.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background: url(nav_bg.png) repeat-x 0 0;
}

.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(nav_bg.png) no-repeat 0 -108px;
}

.nav a {
    display: block;
    width: 102px;
    text-align: center;
    font-size: 120%;
}

.nav a:link, .nav a:visited {
    color: #fff;
}

.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background: url(nav_bg.png) no-repeat 50% -144px;
}

.subnav {
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    background: url(nav_bg.png) no-repeat 0 -180px;
}

* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}

.subnav p {
    padding: 0 10px;
    background: url(nav_bg.png) no-repeat 100% -234px;
}

.subnav p span {
    display: block;
    background: url(nav_bg.png) repeat-x 0 -207px;
}

.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
    background: url(nav_bg.png) repeat-x 0 -261px;
}

.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}

[class~="subnav"] a {
    padding: 0 3px;
}

.subnav, .subnav a:link, .subnav a:visited {
    color: #235e99;
}

.subnav a:hover, .subnav a:active {
    color: #235e99;
}

.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
    border-bottom: 2px solid;
}

#subnav1 { left: 120px; }
#subnav2 { left: 230px; }
#subnav3 { left: 340px; }
#subnav4 { left: 450px; }
#subnav5, #subnav6, #subnav7 { 
    left: auto;
    right: 0px;
}

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: auto; right: 290px; }
#subnav6 .pointer { left: auto; right: 180px; }
#subnav7 .pointer { left: auto; right: 70px; }

#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}

#subnav5 { min-width: 340px; }
#subnav6 { min-width: 240px; }
#subnav7 { min-width: 130px; }

.note {
    margin: 0 15px 10px;
	color:#666666;
}

.note span{
	float:right;
}

.disable {
    display: none;
}

.wrap .ad-loop {
    width: 300px;
    height: 194px;
    border: 1px solid #99bbdd;
    overflow: hidden;
    margin-bottom: 10px;
}

.search {
    float: right;
    width: 578px;
    height: 66px;
    border: 1px solid #99bbdd;
    margin-bottom: 10px;
    background: #f5fafe;
	padding:7px 10px 5px 20px;
}

.hot_line{
	clear:both;
	padding:3px 0px 0px 7px;
}

.hot_line a:link{
	color:#DD8700;
}

.hot_line a:visited{
	color:#DD8700;
}

.hot_line a:hover{
	color:#DD8700;
	text-decoration:underline;
}

.topinfo {
    height: 106px;
    margin-bottom: 10px;
    overflow: hidden;
    background: url(bg.png) no-repeat 0 -30px;
}

.topinfo h3 {
    color: #275c91;
    font-size: 120%;
    font-weight: bold;
    white-space: nowrap;
    margin: 10px 75px 10px 15px;
}

.topinfo p {
    margin: 0 15px;
}

.topinfo a:link, .topinfo a:visited {
    color: #275c91;
}

.wrap .recommendinfo {
    width: 298px;
    height: 104px;
    margin-bottom: 10px;
    border: 1px solid #99bbdd;
}

.recommendinfo h3 {
    float: left;
    display: inline;
    width: 30px;
    height: 102px;
    margin: 1px 5px 1px 1px;
    line-height: 1.7;
    color: #275c91;
    background: #d7e7f7;
    font-size: 120%;
    font-weight: bold;
}

.recommendinfo h3 span {
    display: block;
    text-align: center;
    margin: 0 5px;
}

.recommendinfo ul {
    float: left;
    margin: 3px 0 0 0;
    width: 260px;
    font-size: 120%;
    line-height: 1.7;
}

.recommendinfo li {
    clear: both;
}

.recommendinfo .date {
    float: right;
    line-height: 2;
    font-size: 80%;
	font-size:9px;
	color:#999999;
}

.sitemap {
    height: 2.5em;
    line-height: 2.5;
    color: #275c91;
    margin: 0 10px 10px;
    text-align: center;
    background: #eaf3fb;
    border: 1px solid #bed0e0;
}

.sitemap a:link{ 
    color: #275c91;
}

.sitemap a:visited {
	color:#275c91;
}

.sitemap a:hover {
	color:#275c91;
	text-decoration:underline;
}

.footer {
    margin: 0 10px 10px;
    padding-bottom: 10px;
    text-align: center;
}

.copyright, .copyright a:link, .copyright a:visited {
    color: #000000;
	line-height:26px;
}

a:link{
	color:#313131;
	text-decoration:none;
}

a:visited{
	color:#313131;
	text-decoration:none;
}

a:hover{
	color:#BF001F;
	text-decoration:none;
}

.weizhi{
	border:1px solid #B0C7DD;
	background:#E1EFFB;
	padding:0px 15px;
	height:30px;
	line-height:30px;
	margin:0px 10px 10px 10px;
	position:relative;
}

.weizhi span{
	position:absolute;
	right:3px;
	top:-5px;
}

.searchtxt{
	border:1px solid #8FA6BC;
	height:16px;
	line-height:16px;
}

#news{
	background:#F5FAFF;
	border:1px solid #99BBDD;
	padding:15px 18px 20px 18px;
	color:#4A4A4A;
    margin-bottom:10px
}

h1{
	color:#363737;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

.contentdown{
	font-size:14px;
	color:#2A2A2A;
	line-height:25px;
	margin:10px 0px 0px 10px;
}

.contentdown a{color:#07519A;}

.content{
	font-size:14px;
	color:#2A2A2A;
	line-height:25px;
	margin:15px 0px 15px 0px;
}

.content p{
	text-indent:2em;
	padding: 5px 0 5px 0;
}

.content img{
	max-width:490px;
}

.content .logo{
	border:0;
}

.content tbody td{
	padding:8px;
}

.content a{color:#0841D6;}

.times{
	text-align:center;
	color:#666666;
	padding:8px 0px;
	border-bottom: 1px solid #E1E4E6;
}

.xg{
	line-height:24px;
	clear: both;
	border-top: 1px solid #E1E4E6;
	padding:5px;
	margin-bottom:10px;
	border-bottom: 1px solid #E1E4E6;
	height: 45px;
}

.pl{
	border:1px solid #DADCDD;
	background:#fff;
	margin-bottom:15px;
}

.pl_title{
	height:30px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	font-weight:bold;
	background:url(pl_bg.gif) repeat-x;
}

.pl_title span{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#949494;
}

.pl_title b{
	color:#E8581F;
}

.bor{
	padding:10px 0px 10px 5px;
}

.news_list ul{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:15px;
	}

.news_list ul .list_title{
	color:#204E7D;
	font-weight:bold;
	background:url(list_title.gif) no-repeat 7px 7px;
	padding-left:23px;
	font-size:14px;
}

.news_list ul .list_title span{
	font-size:12px;
	float:right;
	color:#787878;
	font-weight:normal;
}

.news_list ul .ot span{
        margin-right:50px;
}

.news_list ul .text{
	line-height:23px;
	text-indent:24px;
	padding:13px 0px;
	color:#878787;
}

.right_bot{
	margin-bottom:10px;
}

.right_box{
	border:1px solid #99BBDD;
}

.right_title{
	background:#D7E7F7;
	border-bottom:1px solid #99BBDD;
	height:27px;
	line-height:27px;
	font-size:14px; 
	font-weight:bold;
	color:#313131;
	padding-left:10px;
}

.right_titles{
	border-bottom:2px solid #D7E7F7;
	height:16px;
	padding:0px 21px;
	float:right;
}

.right_box ul{
	padding:5px;
	padding-left:10px;
}

.right_box ul li{
	line-height:25px;
}

.line{
	margin:0px 10px 10px 10px;
}

.pages{
	text-align:right;
	padding-bottom:15px;
	padding-right:20px;
	}

.pages a:link{
	display:inline;
	border:1px solid #D9D9D9;
	color:#001A9F;
	padding:2px 5px;
	margin:0px 3px;
}

.pages a:visited{
	display:inline;
	border:1px solid #D9D9D9;
	color:#001A9F;
	padding:2px 5px;
	margin:0px 3px;
}

.pages a:hover{
	display:inline;
	border:1px solid #8BCCEC;
	color:#000000;
	background:#E8F3FD;
	padding:2px 5px;
	margin:0px 3px;
}

.pages .click{
	display:inline;
	border:1px solid #ff831e;
	color:#000000;
	background:#ffebd9;
	padding:2px 5px;
	margin:0px 3px;
}

.hicode {margin:5px 0px; border:#FEEA94 3px solid; padding:4px 0px; background:#FEFFD5; text-align:center;}
.hicode a {color:#07519A; margin:0px 10px; font-size:14px; font-weight:bold; text-decoration:underline;}
.hicode a:hover {text-decoration:none;}

.box_line{
	padding-bottom:5px; margin-bottom:5px;
}

.box_line a{
	line-height:28px;
	padding-left:9px;
}

.inputText {
	height:16px;
}

.miniwindows {display:block; float:left; width:300px; height:250px; margin:0px 20px 20px 0px;}

.miniwindows2 {margin:20px 20px;}

.miniwindows3 {margin-bottom:10px;}

.adc{display:block; float:left; width:300px; height:250px; margin-right:20px; margin-bottom:20px;}

.news_lists {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:15px;
	padding-left:20px;
	}</pre></body></html>