<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*根样式*/
*{
    margin: 0px;
    padding: 0px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}
/*页面样式*/
body{
	
	background:#ffffff;
    font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 13px;
	line-height: 22px;
	color: #333;
	text-decoration: none;
	/*background: url(2017background.jpg)  no-repeat top center;
	background-size:100%;
	background: url(nys_bg01.jpg) #b2eaf9 no-repeat top center;
	background-size:100%;
	-webkit-background-size:100% 616px;
	-moz-background-size:100%;
	-o-background-size:100%;
	-ms-background-size:100%;*/	
	}
	
/*公共样式*/	

ul, li{
	margin:0px; padding:0px;
    list-style-type:none;
}
img{border:0;}
form{padding:0;margin:0;}
a{color:#454545;text-decoration:none;}
a:hover{text-decoration:none;}
a:focus,
a:active {
	outline: none;
}
.fl{float:left;}
.fr{float:right;}
.space {
	padding-top: 20px;
	padding-bottom: 20px;
}
.space-top {
	padding-top: 20px;
}
.space-bottom {
	padding-bottom: 20px;
}
.img-hover:hover {
    opacity: 0.8;
}

.mt15 {margin-top:15px;}
.ml15 {margin-left:15px;}
.mr15 {margin-right:15px;}
.mb15 { margin-bottom:15px;}
.mb18 { margin-bottom:18px;}
.ml18 { margin-left:18px;}
.mr18 { margin-right:18px;}
.pl15 { padding-left:15px;}
.pr15 { padding-right:15px;}
.pb15 { padding-bottom:15px;}
	
/*顶部导航*/	
.topnav{width:1170px; height:37px; margin:0px auto; overflow:hidden; display:block;}	
.topnav .left { width:142px; line-height:38px; float:left; overflow:hidden; display:block;}
.topnav .weather { width:180px; height:36px; line-height:36px; float:left; overflow:hidden; display:block;}
.topnav .right { width:600px; line-height:38px; float:right; display:block; text-align:right;}
.heidata {font-size: 12px;color: #ffffff;font-family: Arial;text-decoration: none;}
A.heidata:hover {
    COLOR: #c30000; FONT-SIZE: 12px; TEXT-DECORATION: none;
}



/*头部logo*/
.header{width:1170px; background:#fff; margin:0px auto; overflow:hidden; display:block;}
.header_logo{width:1170px; margin:0 auto; padding-top:0px; height:164px; background:#fff;}


/*菜单导航*/
#navigation{width:1140px;padding-top:0px;background:#019C63;text-align:center; height:43px;border-top: #ffffff solid 1px; margin:0px auto; overflow:hidden; display:block;}
#navigation #nav #navsearch{margin:1px 0 0 0;width:226px;height:26px;display:block;text-align:left;float:right;background:url(/images/nav-search.gif) center no-repeat;}
#navigation #nav{width:1170px;margin:0 auto;}
#navigation #menu{text-align:left;z-index:9999;}
#navigation #menu li{list-style:none;}
#navigation #menu ul{margin:0px;padding:0;list-style-type: none;}
#navigation #menu ul li{float:left;list-style:none;padding:0;margin:0;display:inline;}
#navigation #menu ul li .m{display:block;margin:0 5px;padding:10px 5px 10px 5px;font-size:14px;color:#ffffff;}
#navigation #menu ul li:hover{background:#019C63;}
#navigation #menu ul li:hover a{color:#ffffff;font-weight:900}
#navigation #menu ul li ul{position:absolute;clear:both;padding:0;margin:0;display:none;z-index:300;min-width:160px;background:#019C63;}
#navigation #menu ul li ul li{clear:both;width:160px;background:url(/images/nav-bg.png) left center repeat-y;display:inline;text-align:left;text-indent:2px;}
#navigation #menu ul li ul li:hover{background:#019C63;font-weight:900}
#navigation #menu ul li ul li a{background:url(../image/menu_v4.0_kid02.gif) center bottom no-repeat;display:block;color:#ffffff;text-decoration:none;padding:7px 5px 7px 15px;margin:0;font-size:12px;}
#navigation #menu ul li ul li a:hover{background:url(../image/menu_v4.0_kid02.gif) center bottom no-repeat;color:#ffffff;}
#navigation #banner{width:1140px;margin:0 auto;}


/*搜索样式*/
.TopSearch { height:30px; border:1px solid #019C63; white-space:nowrap; position:relative; float:right; width:200px; background:#FFF; margin:6px 14px 0px 0px;}
.SearchText { margin:6px 0px 0px 0px;text-indent:8px;line-height:21px; height:100%; vertical-align:top; border:0; font-size:13px; color:#9b9b9b; width:161px; float:left;}
.SearchBtn { width:37px; height:100%; vertical-align:middle; margin:0px 0px 0px 0px; cursor:pointer; background:url(../image/searchbt_v4.2.gif) center center no-repeat #fff; border:0; float:right; }
.SearchBtn:hover { background-color:#7FFF00; }


/*针对首页的下拉css*/
#navigation #menu ul li ul table{font-size:12px;color:#fff;margin-top:10px;}
#navigation #menu ul li ul table a{color:#fff;}
#navigation #menu ul li ul table .title{padding:15px 10px 10px 0px;font-size:18px;font-weight:bold;text-align:left;font-family:\5FAE\8F6F\96C5\9ED1;}/**/
#navigation #menu ul li ul table .txt{line-height:185%;font-size:12px;}
#navigation #menu ul li ul table .detail{width:50px;display:block;float:right;color:#b1ffbc;font-family:tahoma;}
#navigation #menu ul li ul table .more{text-align:right;padding-top:8px;}
#navigation #menu ul li ul table .link{padding:10px 10px;color:#fff;text-align:left;border-bottom:1px #55b9c9 solid;}
#navigation #menu ul li ul table .link img{margin-right:3px;}
#navigation #menu ul li ul table .link a:hover{color:#b1ffbc;}
#navigation #menu ul li ul table .block{padding:8px 10px;}
#navigation #menu ul li ul table .lnk01 a{padding:5px 10px;display:block;float:left;}
#navigation #menu ul li ul table .lnk01 a img{margin-right:5px;}
#navigation #menu ul li ul table .lnk02 a{width:140px;height:26px;line-height:26px;display:block;float:left;margin:0 6px 10px 8px;color:#fff;background:#1a9ad3 url(../image/jiantou_v4.0.gif) 10px center no-repeat;text-indent:20px;text-align:left;}
#navigation #menu ul li ul table .lnk02 a:hover{background:#1ca2de url(../image/jiantou_v4.0.gif) 10px center no-repeat;}

#navigation #menu ul li ul table .lnk-kybm a{width:370px;height:26px;line-height:26px;display:block;float:left;margin:0 6px 25px 8px;color:#fff;background:#00AB00 url(../image/jiantou_v4.0.gif) 10px center no-repeat;text-indent:20px;text-align:left;font-size: 13px;}/**/
#navigation #menu ul li ul table .lnk-kybm a:hover{background:#00BB00 url(../image/jiantou_v4.0.gif) 10px center no-repeat;}

#navigation #menu ul li ul table .lnk-glbm a{width:150px;height:26px;line-height:26px;display:block;float:left;margin:0 6px 25px 8px;color:#fff;background:#00AB00 url(../image/jiantou_v4.0.gif) 10px center no-repeat;text-indent:20px;text-align:left;font-size: 13px;}/**/
#navigation #menu ul li ul table .lnk-glbm a:hover{background:#00BB00 url(../image/jiantou_v4.0.gif) 10px center no-repeat;}

#navigation #menu ul li ul table .lnk-zcbm a{width:150px;height:26px;line-height:26px;display:block;float:left;margin:0 6px 25px 8px;color:#fff;background:#00AB00 url(../image/jiantou_v4.0.gif) 10px center no-repeat;text-indent:20px;text-align:left;font-size: 13px;}/**/
#navigation #menu ul li ul table .lnk-zcbm a:hover{background:#00BB00 url(../image/jiantou_v4.0.gif) 10px center no-repeat;}

#navigation #menu ul li ul table .lnk-lhgj a{width:155px;height:26px;line-height:26px;display:block;float:left;margin:0 6px 25px 8px;color:#fff;background:#00AB00 url(../image/jiantou_v4.0.gif) 10px center no-repeat;text-indent:20px;text-align:left;font-size: 13px;}/**/
#navigation #menu ul li ul table .lnk-lhgj a:hover{background:#00BB00 url(../image/jiantou_v4.0.gif) 10px center no-repeat;}

#navigation #menu ul li ul table .w{padding-top:16px;}
#navigation #menu ul li ul table .w a{margin-left:15px;}
#navigation #menu ul li ul table .partyblock{padding:15px 0 0 10px;}
#navigation #menu ul li ul table .partyblock img{margin:0 10px;}

/*正文样式*/
.contents {width:1170px; height:auto; margin:0px auto; overflow:hidden; display:block;}
.contentsbg {width:1170px; height:365px; margin:0px auto; overflow:hidden; display:block; background:#ffffff; padding:5px;}
.m_l800 { width:561px; display:block; overflow:hidden; float:left;}
.m_r322 { width:561px; display:block; overflow:hidden; float:left;}
.m_l260 { width:260px; display:block; overflow:hidden; float:left;}
.m_r840 { width:846px; display:block; overflow:hidden; float:left;}
.border-not {border-left:#019C63 solid 1px; border-right:#019C63 solid 1px; border-bottom:#019C63 solid 1px;}
.bgbai { background:#ffffff;}
.bgbai1 { background:url() no-repeat #fff top; border: #F0F0F0 solid 1px;}



.nav-stacked &gt; li {background: #ccebf4;}
.nav-pills &gt; li &gt; a {
	border-radius: 0;
	padding: 10px 15px;
	border: 1px solid transparent;
	color: #222;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.nav-pills.nav-stacked &gt; li + li {
	margin-left: 0; background:#ccebf4;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus,
.nav-pills &gt; li &gt; a:hover,
.nav-pills &gt; li &gt; a:focus {
	border: 1px solid #46a5d1;
	color: #ffffff;
	background-color: #46a5d1;
}
.nav-pills.nav-stacked &gt; li &gt; a:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 9px;
	color: #90c1d1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-pills &gt; li.active &gt; a:after {
	color: #ffffff;
}
.nav-pills &gt; li.active &gt; a:hover:after,
.nav-pills &gt; li.active &gt; a:focus:after,
.nav-pills &gt; li &gt; a:hover:after,
.nav-pills &gt; li &gt; a:focus:after {
	color: #ffffff;
	right: 10px;
}


.new_tw {
	FONT-FAMILY: \5FAE\8F6F\96C5\9ED1; BORDER-BOTTOM: #bfbfbf 1px dotted; PADDING-BOTTOM: 10px; padding-top:18px; overflow:hidden; display:block;
}
.new_tw:first-child
{
 padding-top:0px;
}
.new_tw:nth-last-child(1)
{
BORDER-BOTTOM:none;
}
.tw_img { HEIGHT: 112px; WIDTH: 162px; FLOAT: left; overflow:hidden; border: #ececec solid 1px; margin-right: 18px;}
.tw_left h2 {
	WIDTH: 76%; FLOAT: left; overflow:hidden; display:block; margin:0 0 10px 0; LINE-HEIGHT: 20px;
}
.tw_left h2 a {
	OVERFLOW: hidden; FONT-SIZE: 17px; WIDTH: 100%; WHITE-SPACE: nowrap; TEXT-OVERFLOW: ellipsis; font-family: \5FAE\8F6F\96C5\9ED1; font-weight:600; COLOR: #0b0b0c; DISPLAY: inline-block; TEXT-DECORATION: none;
}
.tw_left h2 a:hover {
	TEXT-DECORATION: none; color:#007db4;
}
.tw_left SPAN {
	WIDTH: 76%; FLOAT: left; font-family:Arial; font-size:12px; HEIGHT: 26px; COLOR: #a5a5a5; LINE-HEIGHT: 26px; overflow:hidden; display:block;
}
.tw_left P {
	WIDTH: 76%; FLOAT: left; FONT-SIZE: 12px; COLOR: #555555; LINE-HEIGHT: 20px; font-family: \5FAE\8F6F\96C5\9ED1; margin-bottom:2px;
}
/*首页图文*/
/*公告*/
#marquee4{ width:292px; height:147px; overflow:hidden; margin:15px;}
#marquee4 ul{float:left; width: auto; padding:0px;}
#marquee4 ul li{float:left; width:100%; padding:2px; line-height:22px;}
#marquee4 ul li span{font-size:6px; font-family:Arial; color:#ff0000; margin-right:5px;}
#marquee4 ul li a:hover{color:#d23f39;}
#marquee5{ width:292px; height:146px; overflow:hidden; margin:15px;}
#marquee5 ul{float:left; width: auto; padding:0px;}
#marquee5 ul li{float:left; width:100%; padding:2px; line-height:22px;}
#marquee5 ul li span{font-size:6px; font-family:Arial; color:#ff0000; margin-right:5px;}
#marquee5 ul li a:hover{color:#d23f39;}
/*主体样式*/
.w382_tx { width:382px; overflow:hidden; display:block; float:left;}
.w382_tx .title { width:100%; line-height:41px; background:url(/images/sy-ico02.png) left no-repeat; font-family: \5FAE\8F6F\96C5\9ED1; color:#067bcb; font-weight:500; float:left; font-size:16px; padding-left:28px; border-bottom:#dbe8ee solid 1px; margin-bottom:12px;}
.w382_tx .title1 { width:100%; line-height:41px; background:url(/images/sy-ico02.png) 12px center no-repeat; font-family: \5FAE\8F6F\96C5\9ED1; color:#067bcb; font-weight:500; float:left; font-size:16px; padding-left:40px; border-bottom:#dbe8ee solid 1px; margin-bottom:12px;}
.w382_tx .yjs { width:100%; overflow:hidden; display:block; margin-bottom:12px;}
.w382_tx .yjs li { height:32px; width:100%; line-height:32px; background:url(/images/sy-yjsbg.gif) no-repeat; font-size:13px; display:block; overflow:hidden; margin-bottom:4px;}
.w382_tx .yjs li img { width:50px; height:32px; margin-right:10px; display:block; float:left;}
.w382_tx .yjs li a { color:#475e7a; text-decoration:none; display:block; height: inherit;}
.w382_tx .yjs li a:hover { color:#000000; text-decoration:none;}

.w299_zt { width:299px; overflow:hidden; display:block; float:left; margin-right:16px;}
.hykplist { float:left; word-break:break-all; display:block; overflow:hidden;}
.hykplist ul{ list-style-type:none; margin:0; padding:0;}
.hykplist ul li{width:50%; padding-left:10px; background:url(../image/dianico_v4.0.gif) left center no-repeat; height:28px; line-height:28px; display:inline-block; float:left;}
.hykplist ul li span{ float:right; font-size:11px; color:#999;}

.hzjg { display:block; overflow:hidden; margin-left:14px; margin-top:5px;}
.hzjg li { width:106px; height:68px; text-align:center; border:#e6f7ff solid 1px; background:#d8eef9; display:block; overflow:hidden; margin-right:9px; margin-bottom:12px; float:left;}
.hzjg li img { width:94px; height:auto; padding:5px 0 0 0;}
.hzjg1 { display:block; overflow:hidden; margin-left:50px; margin-top:20px;}
.hzjg1 li { width:106px; height:68px; text-align:center; border:#D7EFFB solid 1px; background:#EFFAFF; display:block; overflow:hidden; margin-right:42px; margin-bottom:30px; float:left;}
.hzjg1 li img { width:94px; height:auto; padding:5px 0 0 0;}

.w667_cg { width:667px; height:264px; overflow:hidden; display:block; float:left; border-top:#0084bb solid 3px; border-bottom:#caddea solid 1px; border-left:#caddea solid 1px; border-right:#caddea solid 1px;}
.w288_yq { width:288px; height:264px; overflow:hidden; display:block; float:left; border-top:#0084bb solid 3px; border-bottom:#caddea solid 1px; border-left:#caddea solid 1px; border-right:#caddea solid 1px;}
.w246_cl { width:246px; overflow:hidden; display:block; float:left; border-top:#0084bb solid 3px; border-bottom:#caddea solid 1px; border-left:#caddea solid 1px; border-right:#caddea solid 1px;}
.w709_zt { width:709px; overflow:hidden; display:block; float:left; border-top:#0084bb solid 3px; border-bottom:#caddea solid 1px; border-left:#caddea solid 1px; border-right:#caddea solid 1px;}
.w667_dp { width:667px; display:block; float:left; border-top:#0084bb solid 3px; border-bottom:#caddea solid 1px; border-left:#caddea solid 1px; border-right:#caddea solid 1px;}
.w1140 { width:1140px; display:block; overflow:hidden; float:left; }

.lanmu{ height:45px; background:url(../image/menubg_v4.3.jpg) left bottom repeat-x #FDFDFD;}
.lanmu_l{ width:138px; line-height:42px; background:url(../image/menuico_v4.0.png) 13px center no-repeat; font-family: \5FAE\8F6F\96C5\9ED1; color:#ffffff; font-weight:600; float:left; font-size:16.5px; padding-left:42px;}
.lanmu_r{ line-height:45px; padding-right:10px; float:right; color:#d1e2e9; font-family: Arial; font-size:12px;}
.lanmu_r a{ color:#d1e2e9; text-decoration:none;}
.lanmu_r a:hover{ color:#00d8ff; text-decoration:none;}
.lanmu_r1{ line-height:45px; padding-right:10px; float:right;}
.column_jg { height:44px; background:url(../image/menuline_v4.0.gif) left bottom repeat-x; overflow:hidden; margin:0 15px;}
.column { height:44px; background:url() left bottom repeat-x #fef4f4; overflow:hidden; }
.column1 { width:100%;height:44px; background:url() left bottom repeat-x #fef4f4; overflow:hidden;}
.column_l {margin:0 18px; width:auto; height:44px; border-bottom:#07539b solid 2px; line-height:38px; font-size:18px; font-family: \5FAE\8F6F\96C5\9ED1; font-weight:600; color:#a21f24; float:left; display:inline-block; overflow:hidden;}
/*.column_r { width:45px; height:40px; line-height:38px; float:right; font-size:9px; overflow:hidden; background:#999;}*/
.column_r {margin:0 18px; width:auto; height:40px; line-height:38px; font-size:12px; font-family:Arial; text-align:right; float:right; overflow:hidden;}
.column_r a { color:#990005; text-decoration:none; display:inline-block; height: inherit; padding-top:3px;}
.column_r a:hover { color:#ff5400; text-decoration:none;}

.column_nr { display:block; overflow:hidden; float:left;}
.column_nr1 { display:block; overflow:hidden; float:left; width:91%;}
.column_nr2 { display:block; overflow:hidden; float:left; width:91%;}
.column_yq { display:block; overflow:hidden; float:left; width:95%; height:447px;}
.column_dp { display:block; overflow:hidden; float:left;}
.column_gd { display:block; overflow:hidden;}
.graphic-grid { width:230px; display:block; overflow:hidden; float:left; margin:0 18px;}
.graphic-grid h4{font-size:13px;margin:0 0 1px 0;}
.graphic-grid h4 a{color:#454545;text-decoration:none;font-weight: 500; line-height:20px;}
.graphic-grid h4 a:hover{color:#0784bf;text-decoration:none;}
.graphic-grid p{color:#339dcd;font-size:12px;line-height:26px;font-weight: 500; margin:0 0 1px 0;}
.ztlist { display:block; overflow:hidden;float:left;}
.ztlist ul { list-style-type:none; margin:0; padding:0;}
.ztlist ul li{ width:230px;float:left; margin:0 16px 14px 0;}
.ztlist ul li img { width:100%;}
.zttextlist { float:left; word-break:break-all; display:block; overflow:hidden; width:95%;}
.zttextlist ul{ list-style-type:none; margin:0; padding:0;}
.zttextlist ul li{width:50%; padding-left:10px; background:url(/images/nysico_03.gif) left center no-repeat; height:28px; line-height:28px; display:inline-block; float:left;}
.piclist { width:230px; display:block; overflow:hidden; float:left; margin:0 38px 18px 0;}
.piclist h4{font-size:13px;margin:6px 0 1px 0; text-align:center;}
.piclist h4 a{color:#454545;text-decoration:none;font-weight: 500; line-height:20px;}
.piclist h4 a:hover{color:#0784bf;text-decoration:none;}
.viewimg {
  	overflow: hidden;
   	position: relative;
   	text-align: center;
   	cursor:pointer; width:230px; height:138px;
}
.viewimg-first img {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   width:100%;
}
.viewimg-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.viewimg-first:hover img {
   -webkit-transform: scale(1.25,1.25);
   -moz-transform: scale(1.25,1.25);
   -o-transform: scale(1.25,1.25);
   -ms-transform: scale(1.25,1.25);
   transform: scale(1.25,1.25);
}
.viewimg-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.viewimg-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.yq_x_m1 ul li{ background: url(/images/ico_06.gif) 0px center no-repeat; width:50%; padding-left: 15px; padding-right: 15px; float:left; line-height:26px; list-style:none; display:block; overflow:hidden;}
.location { display:block; overflow:hidden; font-size:12px; color:#454545; font-family: \5FAE\8F6F\96C5\9ED1;}
.location a { color:#454545; text-decoration:none;}
.location a:hover { color:#129fe0; text-decoration:none;}
.location .link { height:38px; margin:0px auto; line-height:42px; overflow:hidden; padding-left:16px;}
/*概览*/
/*文字列表*/
.textlist{ width:100%; float:left; word-break:break-all; line-height:26px;}
.textlist ul{ list-style-type:none; margin:0; padding:0;}
.textlist ul li{padding-left:10px; background:url(/images/ico_03.gif) left center no-repeat; height:24px; line-height:24px;}
.textlist ul li span{ float:right; font-size:11px; color:#999;}
.textlist1 { width:96%; float:left; word-break:break-all; display:block; overflow:hidden;}
.textlist1 ul{ list-style-type:none; margin:0; padding:0;}
.textlist1 ul li{ width:764px;padding-left:10px; background:url(/images/ico_heid.gif) left center no-repeat; height:24px; line-height:22px; display:inline-block;}
.textlist1 ul li span{ float:right; font-size:11px; color:#999;}
.textlist2 { width:95%; float:left; word-break:break-all; display:inline-block; overflow:hidden;}
.textlist2 ul{ list-style-type:none; margin:0; padding:0;}
.textlist2 ul li{padding-left:10px; background:url(../image/dianico_v4.0.gif) left center no-repeat; height:26px; line-height:26px;}
.textlist2 ul li span{ float:right; font-size:12px; color:#999;}
.textlist3{ width:100%; float:left; word-break:break-all; line-height:26px;}
.textlist3 ul{ list-style-type:none; margin:0; padding:0;}
.textlist3 ul li{padding-left:10px; background:url(/images/ico_heid.gif) left center no-repeat; height:24px; line-height:24px;}
.textlist3 ul li span{ float:right; font-size:11px; color:#999;}
.textlist4 { width:91%; float:left; word-break:break-all; line-height:28px; display:inline-block; overflow:hidden;}
.textlist4 ul{ list-style-type:none; margin:0; padding:0;}
.textlist4 ul li{padding-left:10px; background:url(../image/dianico_v4.0.gif) left center no-repeat; height:28px; line-height:28px;}
.textlist4 ul li span{ float:right; font-size:11px; color:#999;}
.techlist { border-bottom:1px dotted #ccc; margin-bottom:10px; overflow:hidden; background:#fff; }
.techlist .bt {height:25px; font-weight:bold; display:inline-block;}
.techlist .tldate { height:25px; line-height:25px; font-size:12px; font-family:\5FAE\8F6F\96C5\9ED1; color:#888; }
.techlist .tltx { font-size:12px; line-height:22px; color:#666; font-family:\5FAE\8F6F\96C5\9ED1; }
/*图文列表*/
.y_gl {FONT-FAMILY: Arial; BORDER-BOTTOM: #bfbfbf 1px dotted; PADDING-BOTTOM: 4px; PADDING-TOP: 12px; overflow:hidden; display:block;}
.y_gl_p {FONT-FAMILY: Arial; BORDER-BOTTOM: #bfbfbf 1px dotted; PADDING-BOTTOM: 20px; PADDING-TOP: 20px; overflow:hidden; display:block;}
.y_gl_p:nth-last-child(1)
{
BORDER-BOTTOM:none;
}
.gl_img {HEIGHT: 90px; WIDTH: 136px; FLOAT: left; MARGIN-RIGHT: 22px; overflow:hidden; border:#ccc solid 1px;}
.gl_right H2 {WIDTH: 79%; FLOAT: left; overflow:hidden; display:block; margin:0 0 10px 0; LINE-HEIGHT: 18px;}
.gl_right H2 A {
	OVERFLOW: hidden; FONT-SIZE: 15px; WIDTH: 84%; WHITE-SPACE: nowrap; TEXT-OVERFLOW: ellipsis; font-family: \5FAE\8F6F\96C5\9ED1; FONT-WEIGHT: bold; COLOR: #2e2e2e; DISPLAY: inline-block; LINE-HEIGHT: 18px; TEXT-DECORATION: none;
}
.gl_right H2 A:hover {
	TEXT-DECORATION: none; color:#007bd1;
}
.gl_right H2 SPAN {
	font-family:Arial; font-size:12px; HEIGHT: 18px; COLOR: #a5a5a5; LINE-HEIGHT: 20px; display:block; float:right;
}
.gl_right P {
	WIDTH: 79%; FLOAT: left; FONT-SIZE: 12px; COLOR: #555555; LINE-HEIGHT: 20px; font-family: \5FAE\8F6F\96C5\9ED1;
}
.gl_img_p {
	HEIGHT: 140px; WIDTH: 105px; FLOAT: left; MARGIN-RIGHT: 22px; overflow:hidden; background:#00C;
}
.gl_right_p H2 {
	WIDTH: 576px; FLOAT: left; overflow:hidden; display:block; FONT-SIZE: 15px; font-family: \5FAE\8F6F\96C5\9ED1; FONT-WEIGHT: bold; COLOR: #2e2e2e;
}
.gl_right_p H2 A {
	OVERFLOW: hidden; WIDTH: 84%; WHITE-SPACE: nowrap; TEXT-OVERFLOW: ellipsis; COLOR: #2e2e2e; DISPLAY: inline-block; LINE-HEIGHT: 18px;
}
.gl_right_p H2 A:hover {
	TEXT-DECORATION: underline; color:#007bd1;
}
.gl_right_p P {
	WIDTH: 576px; FLOAT: left; FONT-SIZE: 12px; COLOR: #555555; LINE-HEIGHT: 20px; font-family: \5FAE\8F6F\96C5\9ED1;
}
/*图文列表*/
/*图片列表*/
.cgxqbk {overflow: hidden; background:#fff;}
.pagelist {
    OVERFLOW: hidden; HEIGHT:100%; BACKGROUND: #fff; margin:0px 0px 0px 0px;
}
.img-list {
	OVERFLOW: hidden; margin-top:6px;
}
.img-list LI {
	HEIGHT: 168px; FLOAT: left; MARGIN: 0px 14px 0px 14px; WIDTH: 196px;
}
.img-list B {
	FLOAT: left; OVERFLOW: hidden; HEIGHT: 24px; FONT-SIZE: 12px; FONT-FAMILY: \5FAE\8F6F\96C5\9ED1; FONT-WEIGHT: normal; TEXT-ALIGN: center; MARGIN-TOP: 6px; DISPLAY: block; LINE-HEIGHT: 24px; WIDTH: 196px;
}
.img-list B A {
	OVERFLOW: hidden; COLOR: #848484; WIDTH:98%; WHITE-SPACE: nowrap; TEXT-OVERFLOW: ellipsis; DISPLAY: inline-block; text-decoration:none;
}
.img-list B A:visited {
	COLOR: #848484; text-decoration:none;
}
.img-list B A:hover {
	COLOR: #bf1010; text-decoration:none;
}
.img-list LI P {
	OVERFLOW: hidden; HEIGHT: 24px; COLOR: #a2a2a2; TEXT-ALIGN: center; LINE-HEIGHT: 24px
}
.pagelist1 {
    OVERFLOW: hidden; HEIGHT:100%; BACKGROUND: #fff; margin:0px 0px 0px 0px;
}
.people-list {
	OVERFLOW: hidden; margin-top:0px;
}
.people-list LI {
	HEIGHT: 208px; FLOAT: left; MARGIN: 0px 41px 0px 0px; WIDTH: 120px;
}
.people-list IMG {
	OVERFLOW: hidden; HEIGHT: 161px; BACKGROUND: url(/images/lazyload.gif) no-repeat center center; DISPLAY: block; WIDTH: 118px; BORDER: #dfdfdf 1px solid;
}
.people-list B {
	FLOAT: left; OVERFLOW: hidden; HEIGHT: 24px; FONT-SIZE: 12px; FONT-FAMILY: \5FAE\8F6F\96C5\9ED1; FONT-WEIGHT: normal; TEXT-ALIGN: center; MARGIN-TOP: 6px; DISPLAY: block; LINE-HEIGHT: 24px; WIDTH: 120px;
}
.people-list B A {
	OVERFLOW: hidden; COLOR: #848484; WIDTH:98%; WHITE-SPACE: nowrap; TEXT-OVERFLOW: ellipsis; DISPLAY: inline-block; text-decoration:none;
}
.people-list B A:visited {
	COLOR: #848484; text-decoration:none;
}
.people-list B A:hover {
	COLOR: #bf1010; text-decoration:none;
}
.people-list LI P {
	OVERFLOW: hidden; HEIGHT: 24px; COLOR: #a2a2a2; TEXT-ALIGN: center; LINE-HEIGHT: 24px
}
.play-img {
	OVERFLOW: hidden; BORDER-TOP: #dfdfdf 1px solid; BORDER-RIGHT: #dfdfdf 1px solid; BORDER-BOTTOM: #dfdfdf 1px solid; POSITION: relative; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; PADDING-LEFT: 2px; BORDER-LEFT: #dfdfdf 1px solid; DISPLAY: block;
}
.play-img:hover {
	BORDER: #c3dfe7 1px solid; COLOR: #fff; TEXT-DECORATION: none;
}
.play-img IMG {
	OVERFLOW: hidden; HEIGHT: 125px; BACKGROUND: url(/images/lazyload.gif) no-repeat center center; DISPLAY: block; WIDTH: 190px
}
.play-img I {
	OVERFLOW: hidden; HEIGHT: 20px; POSITION: absolute; TEXT-DECORATION: none; DISPLAY: block; WIDTH: 196px
}
.play-img EM {
	OVERFLOW: hidden; HEIGHT: 20px; POSITION: absolute; TEXT-DECORATION: none; DISPLAY: block; WIDTH: 154px
}
.play-img:hover I {
	HEIGHT: 40px; BACKGROUND: url(/images/ico_vh1.png) no-repeat; LEFT: 75px; TOP: 43px; WIDTH: 40px; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ico_vh1.png')
}
/*图片列表*/
#xlmain {
    width: 97%;
    display: block;
	overflow: hidden;
	margin: 0px 16px 30px 16px;
	float: left;
	padding:22px 45px 10px 45px;
}
#xlmain .wztitle {color: #990005; font-family: \5FAE\8F6F\96C5\9ED1; line-height:36px; text-align:center; font-size: 24px; padding: 18px 0px 18px 0px;}
#xlmain .info {color:#666; font-family: \5FAE\8F6F\96C5\9ED1; text-align:center; font-size: 12px; border-bottom: solid 1px #cccccc; padding: 0px 0px 16px 0px;}
#xlmain .info a {color:#666; text-decoration: none;}
#xlmain .info a:hover {color:#de0c0c; text-decoration: none;}
#xlmain .text { margin:20px 0px 10px 0px; overflow:hidden; display:block;}
/*底部*/
.links {width:1142px; height:42px; display:block; overflow:hidden; margin:0 auto; background:#E6F5F0;}
.links .text {width:940px; font-size:12px; color:#ffffff; font-family:\5FAE\8F6F\96C5\9ED1; line-height:42px;}
.links .text a { color:#000000; text-decoration: none;}
.links .text a:hover { color:#00c6ff; text-decoration: none;}
.links .xl { width:198px; padding:9px 0 0 0; text-align:right;}
.foot{ width:1142px; height:118px; display:block; overflow:hidden; margin:0 auto; padding-top:30px; font-size: 12px; line-height: 24px; font-family: \5FAE\8F6F\96C5\9ED1; color: #fff;background:#990005; border-top:#116ca3 solid 1px;}
.foot .logo { width:230px; height:54px; border-right:#5e88a1 solid 1px; display:block; overflow:hidden; float:left; margin:0 18px;}
.foot p { width:814px; font-size:12px; color:#fff; line-height:20px; font-family:\5FAE\8F6F\96C5\9ED1; display:block; overflow:hidden; float:left;}
.foot a { color: #fff; text-decoration: none;}
.foot a:hover { color: #00c6ff; text-decoration: none;}
.foot .sydw { width:80px; display:block; overflow:hidden; float:left;}
/*底部*/
.hei {
	font-size: 12px;
	color: #383838;
	font-family: \5FAE\8F6F\96C5\9ED1;
	text-decoration: none;
}
A.hei:hover {
    COLOR: #c30000; FONT-SIZE: 12px; TEXT-DECORATION: none;
}


.hei1 {
    font-size: 13px;
    line-height: 20px;
    color: #454545;
    text-decoration: none;
    font-family: \5FAE\8F6F\96C5\9ED1;
}
A.hei1:hover {
    COLOR: #007bd1; FONT-SIZE: 13px; TEXT-DECORATION: none;
}
.hei2 {
	font-size: 13px;
	line-height: 20px;
	color: #454545;
	font-family: \5FAE\8F6F\96C5\9ED1;

	text-decoration: none;
}
A.hei2:hover {
    COLOR: #0784bf; FONT-SIZE: 13px; TEXT-DECORATION: none;
}
.hei12 {
	font-size: 12px;
	line-height: 20px;
	color: #747474;
	font-family: \5FAE\8F6F\96C5\9ED1;
	text-decoration: none;
}
.hei13 {
    font-size: 13px;
    line-height: 30px;
    color: #696969;
    text-decoration: none;
    font-family: \5FAE\8F6F\96C5\9ED1;
}
A.hei13:hover {
    COLOR: #de2f00; FONT-SIZE: 13px; TEXT-DECORATION: none;
}
.hei14 {
    font-size: 14px;
    line-height: 25px;
    color: #272727;
    text-decoration: none;
    font-family: \5FAE\8F6F\96C5\9ED1;
}
A.hei14:hover {
    COLOR: #007bd1; FONT-SIZE: 14px; TEXT-DECORATION: none;
}
.lan {
	font-size: 12px;
	line-height: 18px;
	color: #128ec4;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
A.lan:hover {
	COLOR: #9c8068; FONT-SIZE: 12px; TEXT-DECORATION: none;
}
.lan1 {
	font-size: 12px;
	line-height: 18px;
	color: #0077bc;
	text-decoration: none;
	font-family: \5FAE\8F6F\96C5\9ED1;
}
.lan_15 {
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    color: #333; TEXT-DECORATION: none; padding-left:12px; background:url(/images/nysico_hd.gif) left no-repeat;
}
A.lan_15:hover {
    COLOR: #007bd1; FONT-SIZE: 15px; TEXT-DECORATION: none;
}
.hong {
	font-size: 12px; color: #c00101; text-decoration: none; font-family: \5FAE\8F6F\96C5\9ED1;
}
A.hong:hover {
	COLOR: #0018FF; FONT-SIZE: 12px; TEXT-DECORATION: none;
}
.hong18 {
	font-size: 18px; color: #c00101; text-decoration: none; font-family: \5FAE\8F6F\96C5\9ED1;
}
A.hong:hover {
	COLOR: #244686; FONT-SIZE: 18px; TEXT-DECORATION: none;
}
.nrhei {font-size: 14px; line-height: 28px; font-family: \5FAE\8F6F\96C5\9ED1; color: #515151;}
.nrhei1 {
	font-size: 13px;
	line-height: 22px;
	color: #5c5c5c;
	font-family: Arial;
	text-decoration: none
}
.frm_link {
	color: #5b5b5b;
	font-size: 12px;
	background-color: #F7F7F7;
	font-family: Arial;
	height: 22px;
	border: 1px solid #c5c5c5;
	line-height: 18px;
	width: 180px;
}
.frm1 {
    color: #666666;
    font-size: 12px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    width: 500px;
    font-family: \5FAE\8F6F\96C5\9ED1;
}
.frm2 {
    color: #666666;
    font-size: 12px;
    background-color: #F7F7F7;
    font-family: \5FAE\8F6F\96C5\9ED1;
    border: 1px solid #CCCCCC;
    line-height: 24px; padding: 0px 6px;
}
.frm3 {
    color: #666666;
    font-size: 12px;
    background-color: #ffffff;
    font-family: \5FAE\8F6F\96C5\9ED1;
    width: 154px; height: 28px;
    border: 1px solid #c1ced7;
    line-height: 28px; padding: 0px 6px;
}
.aboutthree {
}
.aboutthree .one_sixth {
	background: rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -2px 0px #fff;
	border-bottom:1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.aboutthree .one_sixth:hover {
	border-bottom:1px solid #ffd600;
}
.aboutthree img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.aboutthree img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
/*Page*/
.pagefrm1 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    font-family: \5FAE\8F6F\96C5\9ED1;
    border: 1px solid #CCCCCC;
    height: 24px; width: 36px;
    line-height: 22px;
    text-align:center; margin-right: 8px; float: left;
}
.pagefrm2 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    font-family: \5FAE\8F6F\96C5\9ED1;
    height: 24px; width: 46px;
    line-height: 22px;
    border: 1px solid #CCCCCC;
}
.pageline{ border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px;}
.pageline1{ border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px; width:95%; display:block; overflow:hidden;}
#pages {
    HEIGHT: 40px; width:100%; FONT-SIZE: 12px; TEXT-ALIGN: center; CLEAR: both; border-top: dotted 0px #cccccc; overflow: hidden; PADDING-TOP: 0px; margin-top: 15px;
}

#pages A {
    BORDER-TOP: #dedede 1px solid; HEIGHT: 24px; BORDER-RIGHT: #dedede 1px solid; BACKGROUND: #f5f5f5; BORDER-BOTTOM: #dedede 1px solid; COLOR: #333; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 8px; TEXT-DECORATION: none; MARGIN: 0px 3px; BORDER-LEFT: #dedede 1px solid; DISPLAY: inline-block; LINE-HEIGHT: 24px; PADDING-RIGHT: 8px
}
#pages A:visited {
    BORDER-TOP: #dedede 1px solid; HEIGHT: 24px; BORDER-RIGHT: #dedede 1px solid; BACKGROUND: #f5f5f5; BORDER-BOTTOM: #dedede 1px solid; COLOR: #333; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 8px; TEXT-DECORATION: none; MARGIN: 0px 3px; BORDER-LEFT: #dedede 1px solid; DISPLAY: inline-block; LINE-HEIGHT: 24px; PADDING-RIGHT: 8px
}
#pages A:hover {
    BORDER-TOP: #dedede 1px solid; HEIGHT: 24px; BORDER-RIGHT: #dedede 1px solid; BACKGROUND: #f5f5f5; BORDER-BOTTOM: #dedede 1px solid; COLOR: #333; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 8px; TEXT-DECORATION: none; MARGIN: 0px 3px; BORDER-LEFT: #dedede 1px solid; DISPLAY: inline-block; LINE-HEIGHT: 24px; PADDING-RIGHT: 8px
}
#pages SPAN {
    HEIGHT: 24px;
    COLOR: #333;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    PADDING-LEFT: 8px;
    TEXT-DECORATION: none;
    MARGIN: 0px 3px;
    DISPLAY: inline-block;
    LINE-HEIGHT: 24px;
    PADDING-RIGHT: 8px;
}
/*#pages input {height: 24px; width: 36px;LINE-HEIGHT: 16px; float: left; margin-top: 0px; margin-left: 3px;}*/
.pages A {
    BORDER-TOP: #dedede 1px solid; HEIGHT: 24px; BORDER-RIGHT: #dedede 1px solid; BACKGROUND: #f5f5f5; BORDER-BOTTOM: #dedede 1px solid; COLOR: #333; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 8px; TEXT-DECORATION: none; MARGIN: 0px 3px; BORDER-LEFT: #dedede 1px solid; DISPLAY: inline-block; LINE-HEIGHT: 24px; PADDING-RIGHT: 8px
}
.pages A:visited {
    BORDER-TOP: #dedede 1px solid; HEIGHT: 24px; BORDER-RIGHT: #dedede 1px solid; BACKGROUND: #f5f5f5; BORDER-BOTTOM: #dedede 1px solid; COLOR: #333; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 8px; TEXT-DECORATION: none; MARGIN: 0px 3px; BORDER-LEFT: #dedede 1px solid; DISPLAY: inline-block; LINE-HEIGHT: 24px; PADDING-RIGHT: 8px
}
.pages SPAN {
    BORDER-TOP: #dedede 1px solid; HEIGHT: 24px; BORDER-RIGHT: #dedede 1px solid; BACKGROUND: #f5f5f5; BORDER-BOTTOM: #dedede 1px solid; COLOR: #333; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 8px; TEXT-DECORATION: none; MARGIN: 0px 3px; BORDER-LEFT: #dedede 1px solid; DISPLAY: inline-block; LINE-HEIGHT: 24px; PADDING-RIGHT: 8px
}
#pages A:hover {
    BORDER-TOP: #0196da 1px solid; BORDER-RIGHT: #0196da 1px solid; BACKGROUND: #0196da; BORDER-BOTTOM: #0196da 1px solid; COLOR: #fff; BORDER-LEFT: #0196da 1px solid
}
#pages A.curr {
    BORDER-TOP: #0196da 1px solid; BORDER-RIGHT: #0196da 1px solid; BACKGROUND: #0196da; BORDER-BOTTOM: #0196da 1px solid; COLOR: #fff; BORDER-LEFT: #0196da 1px solid
}
#pages A.curr:visited {
    BORDER-TOP: #0196da 1px solid; BORDER-RIGHT: #0196da 1px solid; BACKGROUND: #0196da; BORDER-BOTTOM: #0196da 1px solid; COLOR: #fff; BORDER-LEFT: #0196da 1px solid
}
.pages A:hover {
    BORDER-TOP: #0196da 1px solid; BORDER-RIGHT: #0196da 1px solid; BACKGROUND: #0196da; BORDER-BOTTOM: #0196da 1px solid; COLOR: #fff; BORDER-LEFT: #0196da 1px solid
}
/* 
-------------------------------------
Tooltips
-------------------------------------
*/

#demos span.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
	background: #0078c9;
	border: 3px solid #0078c9;
	width: 2.3em;
	height: 2.3em;
	padding: 0.4em 0 0;
	margin: 2em 0 0 -3em;
}

.tooltipster-default .tooltipster-content {
	font-family: \5FAE\8F6F\96C5\9ED1;
}
.tooltipster-default .tooltipster-content img {
	float: left;
	margin-right: 10px;
	border: 2px solid #000;
}
.tooltipster-default .tooltipster-content p {
	margin: 0;
}
.tooltipster-default .tooltipster-content a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.tooltipster-default .tooltipster-content a:hover {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,1);
}

.tooltipster-blue {
	background: #0078c9;
	color: #fff;
	border-radius: 5px;
}
.tooltipster-blue .tooltipster-content {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}

.tooltipster-white {
	background: #1a4168;
	color: #fff;
	border-radius: 3px; 
}
.tooltipster-white .tooltipster-content {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 10px;
}

.tooltipster-pink {
	background: url(/images/pattern-navy.png);
	background-color: #ff3c70;
	color: #fff; 
	border-radius: 5px;	
	box-shadow: inset -3px -3px 0 #ff3c70;
}
.tooltipster-pink .tooltipster-content {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	padding: 15px 18px;
}

.colnum429{display:block;height:400px;overflow-x:hidden;overflow-y:scroll;}
.colnuma429 .ld{float:left;width:190px;}
.colnuma429 .ld dt,.colnuma429 .ld dd{float:left;}
.colnuma429 .ld dt{width:106px;}
.colnuma429 .ld dd{width:70px;margin-left:5px;}
.colnuma429 .ld dd a,.colnuma429 .ld dd span{float:left;width:100%;color:#555555;}
.colnuma429 .ld dd a{font-weight:bold;color:#333333;}
.colnuma429 .ld dd a:hover{text-decoration:underline;}

.colnuma429 .people-list LI {margin-right:30px;}

.nav429{float:left;width:100%;}
.nav429 dt{float:left;width:100%;font-size:16px;}
.nav429 dd{float:left;width:100%;margin-top:15px;}
.nav429 dd .piclist { width:100%; display:block; overflow:hidden; float:left; margin:0 0px 18px 0;}
.nav429 dd .viewimg {
  	overflow: hidden;
   	position: relative;
   	text-align: center;
   	cursor:pointer; width:100%; height:138px;
}

/*二级三级样式*/
.erjilanmu{ height:45px; background:url() left bottom repeat-x #990005;}
.erji-section {
	margin: 0px auto; width: 1172px;
}
.erji-home {
	padding: 10px 0px 5px; width: 100%; line-height: 28px; font-size: 13px; float: left;
}
.erji-home a {
	color: rgb(83, 88, 98);
}
.erji-home a:hover {
	color: rgb(105, 154, 188);
}
.erji-tab {
	margin-top: 5px; margin-bottom:20px; min-height: 600px;
}
.erji-left {
	background: url() no-repeat bottom #fef4f4; width: 260px;
}
.erji-left h1.left01 {
	background: url("/images/kjkx-right01.jpg") repeat-x left top; padding: 0px 3%; width: 94%; height: 40px; color: rgb(250, 253, 255); line-height: 43px; font-family: "微软雅黑"; font-size: 18px; font-weight: bold; float: left;
}
.erji-left h1.left01 img {
	margin-right: 8px;
}
.erji-left ul.left-nav {
	width: 100%; float: left;
}
.erji-left ul.left-nav li {
	background: #fef4f4; width: 100%; margin-top: 2px; float: left;
}
.erji-left ul.left-nav li a {
	background: url(../image/left_jiantou_v4.3_red.png) no-repeat 20px 16px; padding:0 0 0 40px; width: 100%; color: #990005; height:42px; line-height: 42px; font-size: 14px; float: left;
}
.erji-left ul.left-nav li a:hover {
	color: #44e7ff;
}
.erji-left ul.left-nav li dl {
	width: 100%; float: left; display: none;
}
.erji-left ul.left-nav li dl dd {
	background: rgb(3, 49, 99); padding: 0px 10%; width: 80%; margin-top: 1px; float: left;
}
.erji-left ul.left-nav li dl dd a {
	background: url("/images/erji-leftlist02.png") no-repeat 8px 16px; font-size: 13px;
}
.erji-right {
	width: 880px;
}
.erji-right h1.erji_title {
	background: url("/images/title_bg.jpg") repeat-x left top; width: 98%; height: 40px; color: rgb(0, 108, 176); line-height: 40px; padding-left: 2%; font-family: "微软雅黑"; font-size: 18px; font-weight: bold; border-top-color: rgb(0, 171, 234); border-bottom-color: rgb(255, 255, 255); border-top-width: 3px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; float: left; position: relative;
}
.erji-right .erji-cont {
	background: rgb(255, 255, 255); border: 1px solid rgb(225, 227, 230); border-image: none; width: 100%; float: left; min-height: 600px;
}
.erji-right .erji-cont .erji-tupianlist {
	width: 100%; float: left;
}
.erji-right .erji-cont .erji-tupianlist li a {
	width: 100%; float: left;
}
.erji-right .erji-cont .erji-tupianlist li a span {
	width: 100%; float: left;
}
.erji-right .erji-cont .erji-tupianlist li {
	width: 29.4%; margin-top: 3%; margin-left: 3%; float: left;
}
.erji-right .erji-cont .erji-tupianlist li span img {
	padding: 1%; border: 1px solid rgb(225, 227, 230); border-image: none; width: 98%;
}
.erji-right .erji-cont .erji-tupianlist li span {
	text-align: center; line-height: 24px; font-family: "微软雅黑"; font-size: 13px;
}
.erji-fenye {
	margin: 2% 2% 0px; width: 96%; text-align: center; padding-top: 25px; padding-bottom: 4%; font-family: "微软雅黑"; font-size: 13px; border-top-color: rgb(187, 187, 187); border-top-width: 1px; border-top-style: dotted; float: left;
}
.erji-fenye font {
	padding: 3px 5px;
}
.erji-fenye a {
	padding: 3px 5px;
}
.erji-fenye span {
	padding: 3px 5px;
}
.erji-fenye a {
	background: rgb(245, 245, 245); padding: 3px 8px; border: 1px solid rgb(221, 221, 221); border-image: none;
}
.erji-fenye span {
	background: rgb(1, 150, 218); padding: 3px 8px; border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(255, 255, 255);
}
.erji-fenye a:hover {
	background: rgb(1, 150, 218); padding: 3px 8px; border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(255, 255, 255);
}
.ul-list {
	width: 100%; float: left;
}
.ul-list li {
	width: 100%; float: left;
}
.erji-cont .ul-list {
	margin-top: 15px;
}
.ul-list li a {
	background: url("/images/d1.jpg") no-repeat left 10px; color: rgb(69, 69, 69); padding-left: 10px; font-size: 13px; float: left;
}
.ul-list li span {
	color: rgb(143, 143, 143); font-size: 12px; float: right;
}
.left02-b-list {
	padding: 0px 3% 2.3%; width: 94%; line-height: 28px; margin-top: 0px;
}
.ul-list li a:hover {
	color: rgb(105, 154, 188);
}
.sanji-cont {
	background: url("/images/sanji-bg.jpg") repeat-x left top rgb(255, 255, 255); border-width: 3px 1px 1px; border-style: solid; border-color: rgb(0, 171, 234) rgb(225, 227, 230) rgb(225, 227, 230); border-image: none; width: 100%; font-family: "微软雅黑"; margin-top: 5px; float: left;
}
.sanji-cont h1 {
	padding: 5% 0px 2%; width: 100%; text-align: center; color: rgb(0, 58, 113); font-size: 26px; float: left;
}
.sanji-cont .sanji-cont-tit {
	margin: 0px 3%; width: 94%; text-align: center; padding-bottom: 15px; font-size: 13px; border-bottom-color: rgb(209, 210, 212); border-bottom-width: 1px; border-bottom-style: solid; float: left;
}
.sanji-cont .sanji-cont-tit a {
	margin: 0px 10px;
}
.sanji-cont .sanji-cont-tit span {
	margin: 0px 10px;
}
.sanji-cont .sanji-main {
	padding: 3%; width: 94%; line-height: 28px; font-size: 15px; float: left;
}
.sanji-cont .sanji-main p {
	margin-top: 25px;
}

/*科普首页*/
.right_top01{ width:208px; height:28px; background:url(../image/cn0_right_top01.gif) no-repeat top; margin:10px 10px 0px 10px; padding-left:30px; font-size:14px; font-family:""; font-style:normal;font-weight:bold; color:#000000;}
.right_middle01{width:208px;background-color:#E1F8C9; border-left:1px solid #D7E6B9;border-right:1px solid #D7E6B9;margin:0 10px;}
.right_bottom01{width:208px; height:6px; background:url(../image/cn0_right_bottom01.gif) no-repeat top; margin:0px 10px 0px 10px; }
.title1 {font-size: 14px;color: #148201;text-decoration: none;font-weight: bold;}
.title2{
	font-weight: bold;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:5px;	
}


/*图片无缝滚动样式*/


.picScroll {
	HEIGHT: 200px;
	border: 0px solid #333333;
}
.picScroll .picList {
	FLOAT: left; WIDTH: auto; HEIGHT: 200px; TEXT-ALIGN: center;
}
.picScroll .picList LI {
	DISPLAY: inline; FLOAT: left; MARGIN: 0px 5px; WIDTH: 250px;
}
.picScroll .picList LI IMG {
	BORDER-RIGHT: #404040 1px solid; 
	BORDER-TOP: #404040 1px solid; 
	BORDER-LEFT: #404040 1px solid; 
	WIDTH: 240px; 
	BORDER-BOTTOM: #404040 1px solid; 
	HEIGHT: 170px;
}


#ZENroll {
	DISPLAY: block; 
	FLOAT: left; 
	OVERFLOW: hidden; 
	WIDTH: 1115px; 
	HEIGHT: 200px;
	margin-left:10px;
}

#ZENroll .Rollcontent {
	OVERFLOW: hidden; WIDTH: 4000px; HEIGHT: 200px; TEXT-ALIGN: center;
}

#ZENrollct {
	width:1000px;
 	white-space: nowrap; 
}

.picList {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 8px; PADDING-TOP: 8px;
}

.picList TABLE TD IMG {
	MARGIN-BOTTOM: 1px;
}

.l {
	DISPLAY: inline; FLOAT: left;
}</pre></body></html>