@charset "utf-8";
/* CSS Document */
/* ***********   padding, margin  ********** */
html{overflow-y:scroll;overflow-x:hidden;-webkit-text-size-adjust:none;background:#eeeeee;height:100%;}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
*{margin:0;padding:0;list-style:none;}
q:before, q:after {content:'';}
abbr,acronym{border:0;}
body{padding:0;margin:0;font: 12px/1.5 "Microsoft YaHei",微软雅黑,'宋体',tahoma,Verdana,arial,sans-serif;color:#333;background:#eeeeee;height:100%;}
a{color:#333;text-decoration:none;}
a:hover{color:#c00;text-decoration:none;}
a img {border:none; }
.left,.fl{float:left;width: 100%;padding-bottom: 20px;}
.right,.fr{float:right;}
/* clear */
.clearfix:after{visibility:hidden;display: block;font-size: 0;content:" ";clear:both;height:0;}
* html .clearfix {zoom: 1;} /* IE6 */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */
.clear,.cc{clear:both;font-size:0px;line-height:0px;height:0px;	margin-top:-1px;overflow:hidden;}
h1,h2,h3,h4,h5,h6{ font-weight: normal; }
 h1{ font-size: 18px;}
 h2{ font-size: 14px;}
 h3{ font-size: 12px;}
 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}

.btn {
	color: #fff;
	background-color: #9e0001;
	border-color: #9e0001;
	display: inline-block;
	padding: 4px 40px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
/*****通用栏目主体内容****/
.header{
	width:100%;height:auto;
	background:url(../images/zj_bannerbg.jpg) center 0 no-repeat #9e0001;
}
.banner{
	width:1000px;
	height:180px;
	margin:auto;
	position:relative;
	overflow:hidden;
}
.zj_name{
	font-size:32px;
	font-weight:bold;
	color:#d00;
	position:absolute;
	right:20px;
	top:75px;
	overflow:hidden;
}
.jd_name{
	font-size:40px;
	font-weight:bold;
	color:#d00;
	position:absolute;
	left:30px;
	top:30px;
	overflow:hidden;
}
.home{
	background: #fff;
	padding: 0 5px;
	height:30px;
	position:absolute;
	right:0px;
	bottom:1px;
}
.home a{
	padding: 0 3px;
	height:30px;line-height:30px;
	text-align:center;
	font-size:14px;
	color: #000;
	background: #fff;
	overflow:hidden;
}
.home a:hover{background:#e49024;color:#fff;}
.menubox{
	width:988px;height:47px;
	background:#9e0001;
	margin:auto;overflow:hidden;
	padding-left:12px;
}
.menubox ul li{
	float:left;
	width:120px;
	height:42px;
	padding-right:1px;
}
.menubox ul li a{display:block;width:100%;height:42px;line-height:42px;text-align:center;font-size:18px;color:#fff;}
.menubox ul li a:hover,.menubox ul li.on a{
	border-bottom: solid 4px #f4fa3e;
	font-weight: bold;
	box-shadow: none;
}
.menubox ul li#mu1{width:108px;}
.menubox ul li#last{padding-right:0px;background:none;}

.container{
	width:1000px;
	height:auto;
	margin:auto;
	padding:20px 0;
}
.inmainer{
	width:1000px;
}
.mt20{
	margin-top:20px;
}
.mt15 {
	margin-top: 15px;
}
.pt20{
	padding-top:20px;
}
.index_bk {
	background-color: #fff;
}
/***** 主页内容 ******/
.twbox{width:420px;height:315px;background:#fff;overflow:hidden;}
.twbox .mF_tbhuabao{background:none !important;border:0 !important;margin-left:0 !important;}
.twbox #myFocus{height:315px !important;}
.twbox .mF_tbhuabao .dot{bottom:11px !important;left:auto !important;right:5px !important;height:14px !important;line-height:0px !important;width:auto !important;z-index:999;}
.twbox .mF_tbhuabao .dot li{float:left;display:block !important;margin:0 5px 0 0 !important;}
.twbox .mF_tbhuabao .dot li a{display:block;width:14px;height:14px;overflow:hidden;text-indent:-999999em;background:#999;}
.twbox .mF_tbhuabao .dot li.current a{background:#ff8800;}
.twbox .mF_tbhuabao .txt li{height:36px !important;line-height:36px !important;bottom:0 !important;}
.twbox .mF_tbhuabao .txt li a{padding-left:13px !important;font-weight:normal !important;font-family:"Microsoft YaHei",微软雅黑;}
.twbox .mF_tbhuabao .txt li b{filter:alpha(opacity=50) !important;opacity: 0.50 !important;}
.twbox .mF_tbhuabao .prev,.mF_tbhuabao .next{width:36px !important;height:70px !important;top:118px !important;background:none !important;}
.twbox .mF_tbhuabao .prev{left:1px !important;}
.twbox .mF_tbhuabao .next{right:1px !important;}
.twbox .mF_tbhuabao .prev a,.twbox .mF_tbhuabao .next a{display:block;width:36px;height:70px;overflow:hidden;text-indent:-999999em;background:url(../images/ind_twpnbtn.png) no-repeat;}
.twbox .mF_tbhuabao .prev a{background-position:0 0;}
.twbox .mF_tbhuabao .prev a:hover{background-position:0 -70px;}
.twbox .mF_tbhuabao .next a{background-position:0 -140px;}
.twbox .mF_tbhuabao .next a:hover{background-position:0 -210px;}
.xwbox{width:530px;height:310px;background:#fff;padding:5px 15px 0;overflow:hidden;}
.xwtop{height:46px;background:url(../images/ind_dtxxktopbg.gif) 0 bottom repeat-x;overflow:hidden;}
.xwtop a.sec1,.xwtop a.sec2{float:left;display:block;width:auto;white-space:nowrap;height:44px;line-height:44px;font-size:18px;padding:0 19px;}
.xwtop .sec2{color:#9e0001;border-bottom:#9e0001 2px solid;}
.xwtop .more{display:block;float:right;width:19px;height:19px;overflow:hidden;margin-top:10px;}
.xwlist{padding:11px 5px 0;line-height:30px;}
.xwlist ul li{width:509px;height:30px;line-height:30px;vertical-align:bottom;padding-left:11px;background:url(../images/ico.gif) 0 14px no-repeat;color:#999;overflow:hidden;}
.xwlist ul li a{float:left;font-size:14px;}
.xwlist ul li img{float:left;padding-top:10px !important;}
/***首页第一个新闻一览**/
.tietop {
	border: #edb56f 1px solid;
	background-color: #fee8db;
}
.tietop ul li{
	float:left;width:138.6px;height:30px;line-height:24px;padding-top:7px;vertical-align:bottom;
	text-align:center}.tietop ul li a{line-height:24px;font-size:12px;
}
.tietop ul li.jianx{width:0}
.tietop ul li.sec1{
	background:url(../images/jryw_top_bg2.gif) center top no-repeat;
	background-size: 138.6px 37px;
}
.tietop ul li.sec2{
	background:url(../images/jryw_top_bg1.gif) center top no-repeat;
	background-size: 138.6px 37px;
}
.tietop ul li.sec1 a{color:#873c08}
.tietop ul li.sec2 a{color:#fff}
.tienr{width:530px;height:278px;border:#edb56f 1px solid;border-top:0;padding:5px 13px 0 12px}
.tienr ul li{height:278px;overflow:hidden}
.tienr ul li ul li{background: url(../images/ico.gif) 0 14px no-repeat;width:520px;height:26px;line-height:26px;vertical-align:bottom;padding-left:9px;border-bottom:#CCC 1px dashed;font-size:12px;color:#999;overflow:hidden}
.tienr ul li ul li a{
line-height:26px;
font-size: 14px;
}
/***首页第二个新闻一览**/
.tietop2 {
	border: #edb56f 1px solid;
	background-color: #fee8db;
}
.tietop2 ul li{
	float:left;width:149.3px;height:30px;line-height:24px;padding-top:7px;vertical-align:bottom;
	text-align:center}.tietop ul li a{line-height:24px;font-size:12px;
}
.tietop2 ul li.jianx{width:0}
.tietop2 ul li.sec1{
	background:url(../images/jryw_top_bg2.gif) center top no-repeat;
	background-size: 149.3px 37px;
}
.tietop2 ul li.sec2{
	background:url(../images/jryw_top_bg1.gif) center top no-repeat;
	background-size: 149.3px 37px;
}
.tietop2 ul li.sec1 a{color:#873c08}
.tietop2 ul li.sec2 a{color:#fff}
.tienr2 {
	width:573px;
	height:150px;
	border:#edb56f 1px solid;
	border-top:0;
	padding:5px 13px 0 12px;
}
.tienr2 ul li{height:278px;overflow:hidden}
.tienr2 ul li ul li{
	background: url(../images/ico.gif) 0 14px no-repeat;
	width:520px;height:26px;
	line-height:26px;vertical-align:bottom;
	padding-left:9px;border-bottom:#CCC 1px dashed;
	font-size:12px;
	color:#999;
	overflow:hidden;
}
.tienr2 ul li ul li a{line-height:26px}
/***优生·卫生 公益服务机构**/
.coleft {
	overflow: hidden;
	zoom: 1;
	margin-left: 0;
	border: none !important;
}
.coleft li {
	text-align: center;
	width: 16.6666% !important;
	padding: 0px !important;
	float: left;
	list-style: none;
}
.coleft li a.btn-line {
	border: solid 1px #e9e9e9;
	border-radius: 4px;
}
.coleft li a {
	overflow: hidden;
	zoom: 1;
	display: block;
	padding: 6px 5px !important;
	text-shadow: none;
	text-decoration: none;
	margin: 5px;
}
.coleft li a:hover{
	border-color: #f5e7ce;
	background: #f5e7ce;
}
.icon-lg {
	width: 36px;
	height: 36px;
	background-image: url(../images/icon-lg-red.png);
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  margin-right: .3em;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.coleft li p {
	margin: 6px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	white-space: nowrap;
}
/*大图标*/
.icon-lg-doctext{background-position: 0 0;}
.icon-lg-car{background-position: -36px 0;}
.icon-lg-pay{background-position: -72px 0;}
.icon-lg-xxgk1{background-position:-144px 0;}
.icon-lg-xxgk2{background-position:-180px 0;}
.icon-lg-xxgk3{background-position:-216px 0;}
.icon-lg-xxgk4{background-position:-252px 0;}
.icon-lg-xxgk5{background-position:-288px 0;}
.icon-lg-xxgk6{background-position:-324px 0;}
.icon-lg-xxgk7{background-position:-360px 0;}
.icon-lg-xxgk8{background-position:-396px 0;}
.icon-lg-xxgk9{background-position:-432px 0;}
.icon-lg-xxgk10{background-position:-468px 0;}
.icon-lg-xxgk11{background-position:-504px 0;}
.icon-lg-xxgk12{background-position:-288px -108px;}

.icon-lg-gzfw1{background-position:-108px 0;}
.icon-lg-gzfw2{background-position:-540px 0;}
.icon-lg-gzfw3{background-position:0 -36px;}
.icon-lg-gzfw4{background-position:-36px -36px;}
.icon-lg-gzfw5{background-position:-72px -36px;}
.icon-lg-gzfw6{background-position:-108px -36px;}
.icon-lg-gzfw7{background-position:-144px -36px;}
.icon-lg-gzfw8{background-position:-180px -36px;}
.icon-lg-gzfw9{background-position:-396px 0;}
.icon-lg-gzfw10{background-position:-216px -36px;}
.icon-lg-gzfw11{background-position:-252px -36px;}
.icon-lg-gzfw12{background-position:-288px -36px;}
.icon-lg-gzfw13{background-position:-216px 0;}
.icon-lg-gzfw14{background-position:-324px -36px;}
.icon-lg-gzfw15{background-position:-360px -36px;}
.icon-lg-gzfw16{background-position:-396px -36px;}
.icon-lg-gzfw17{background-position:-432px -36px;}

.icon-lg-zjsh1{background-position: -468px -36px;}
.icon-lg-zjsh2{background-position: -504px -36px;}
.icon-lg-zjsh3{background-position: -540px -36px;}
.icon-lg-zjsh4{background-position: 0 -72px;}
.icon-lg-zjsh5{background-position: -36px -72px;}
.icon-lg-zjsh6{background-position: -72px -72px;}
.icon-lg-zjsh7{background-position: -108px -72px;}
.icon-lg-zjsh8{background-position: -144px -72px;}
.icon-lg-zjsh9{background-position: -180px -108px;}
.icon-lg-zjsh10{background-position: -216px -108px;}
.icon-lg-zjsh11{background-position: -252px -108px;}

.icon-lg-home1{background-position: -180px -72px;}
.icon-lg-home2{background-position: -216px -72px;}
.icon-lg-home3{background-position: -252px -72px;}
.icon-lg-home4{background-position: -288px -72px;}
.icon-lg-home5{background-position: -324px -72px;}
.icon-lg-home6{background-position: -360px -72px;}
.icon-lg-home7{background-position: -396px -72px;}
.icon-lg-home8{background-position: -432px -72px;}
.icon-lg-home9{background-position: -468px -72px;}
.icon-lg-home10{background-position: -504px -72px;}
.icon-lg-home11{background-position: -540px -72px;}

.icon-lg-home12{background-position: 0 -108px;}
.icon-lg-home13{background-position: -36px -108px;}
.icon-lg-home14{background-position: -72px -108px;}
.icon-lg-home15{background-position:-324px -108px;}
.icon-lg-home16{background-position: -288px -108px;}
.icon-lg-zmhd1{background-position: -108px -108px; }
.icon-lg-zmhd2{background-position: -144px -108px; }
/***横幅**/
.hfbox{width:1000px;height:90px;background:#fff;overflow:hidden;}
.hf_layout{width:1000px;height:90px;position:relative;overflow:hidden;}
.hf_layout .num{overflow:hidden;height:10px;position:absolute;bottom:8px;right:4px;zoom:1;z-index:3}
.hf_layout .num li{width:10px;height:10px;line-height:10px;text-align:center;color:#fff;background:url(../images/zj_hfico.png) 0 0 no-repeat;padding-right:4px;cursor:pointer;float:left;text-indent:-99999px;overflow:hidden;}
.hf_layout .num li.on{background:url(../images/zj_hfico.png) -14px 0 no-repeat;} /*当前项*/

/***左右版块**/
.bkbox{width:460px;height:247px;background:#fff;padding:5px 15px 0;}
.bk_lb{width:460px;height:160px;overflow:hidden;}
.bk_lb ul{width:510px;}
.bk_lb ul li{float:left;width:220px;height:40px;padding:0 20px 20px 0;overflow:hidden;}
.bk_lb ul li a{display:block;width:218px;height:38px;line-height:38px;text-align:center;font-size:14px;background:#f7f7f7;border:#eee 1px solid;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bk_lb ul li a:hover{background:#3598db;border:#3598db 1px solid;color:#fff;}

/***图片新闻**/
.tpbox{width:970px;height:247px;padding:5px 15px 0;background:#fff;overflow:hidden;}
.tpcon{width:970px;height:160px;overflow:hidden;}
.pro-scroll{width:970px;height:160px;position:relative;}
.pro-img-list{position:relative;margin-left:36px;width:898px;height:160px;overflow:hidden;}
.pro-img-list ul{width:910px;}
.pro-img-list ul li{width:162px;height:151px;margin-right:12px;position:relative;float:left;border:#eee 1px solid;padding:3px;}
.pro-img-list ul li:hover{border:#ff8800 1px solid;}
.pro-img-list ul li .con_imgname{position:absolute;width:162px;height:28px;left:3px;bottom:3px;background:#f7f7f7;line-height:28px;text-align:center;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pro-img-list ul li a:hover .con_imgname{background:#ff8800;color:#fff;}
.pro-scroll .prev,.pro-scroll .next{position:absolute;top:0px;width:20px;height:159px;overflow:hidden;cursor:pointer;}
.pro-scroll .prev{left:0;background:url(../images/zj_tpleft.jpg) 0 0 no-repeat;}
.pro-scroll .next{right:0;background:url(../images/zj_tpright.jpg) 0 0 no-repeat;}
.pro-scroll .prev:hover{background:url(../images/zj_tplefth.jpg) 0 0 no-repeat;}
.pro-scroll .next:hover{background:url(../images/zj_tprighth.jpg) 0 0 no-repeat;}

/***底部***/
.bottom{width:100%;height:auto;background:#fff;border-top:#9e0001 3px solid;}
.foot{width:1000px;height:74px;margin:auto;line-height:26px;padding-top:23px;text-align:center;color:#666;position:relative;overflow:hidden;}
.foot a,.foot a:hover{color:#666;}
.bot_ico{position:absolute;width:50px;height:50px;right:29px;top:24px;}
.bot_ico img{width:50px !important;height:50px !important;}
/***主体结束****/

/* 栏目页 */
.mainer{width:1000px;margin-top:10px;background:#fff;}
.lm_lban{width:220px;height:auto;}
.lm_top{height:60px;line-height:50px;background:url(../images/lmy_ltopbg.png) no-repeat;padding-left:51px;font-size:16px;font-weight:bold;color:#fff;overflow:hidden;}
.navdh{width:180px;height:auto;min-height:600px;_height:600px;padding:0 20px 140px;background:url(../images/lmy_leftbg.png) right 0 repeat-y;}
.navdh ul li{width:180px;height:40px;padding-top:10px;vertical-align:bottom;overflow:hidden;}
.navdh ul li a{display:block;width:118px;height:38px;line-height:38px;background:url(../images/sub_ico.png) right -50px no-repeat #ededed;border:#dbdee1 1px solid;overflow:hidden;font-size:14px;padding:0 30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.navdh ul li a:hover,
.navdh ul li a.active{
color:#fff;background:url(../images/sub_ico.png) right 0 no-repeat #9e0001;
border:#9e0001 1px solid;
}

.lm_rban{width:720px;height:auto;padding:15px 30px 0;}
.lmy_lmtitle{height:47px;line-height:44px;background:url(../images/lmy_titlebg.gif) 0 bottom repeat-x;overflow:hidden;}
.lmy_lmtitle span{float:left;display:block;width:auto;height:45px;line-height:44px;font-size:20px;color:#9e0001;padding:0 14px 0 16px;white-space:nowrap;background:url(../images/lmy_lmtitlespan.jpg) 0 13px no-repeat; border-bottom:#9e0001 2px solid;}
.navjz{width:720px;height:auto;min-height:698px;_height:698px;padding:20px 0;font-size:14px;line-height:40px;overflow:hidden;}
.navjz ul{clear:both;}
.navjz .conlist_title{border-bottom:#ccc 1px dotted;margin-top:5px;}
.navjz .conlist_title .more04{font-size:12px;}
.navjz ul li{padding-left:15px;background:url(../images/icon.png) 0 18px no-repeat;height:40px;line-height:40px;font-size:14px;vertical-align:bottom;}
.navjz ul li a{line-height:40px;font-size:14px;}
.navjz ul.wz_list li{color:#999;}
.navjz ul.wz_list li img{padding-top:14px !important;}
.navjz ul.votelist li span.right,.navjz ul.sollist li span.right{color:#999;font-size:12px;}
.navjz table{max-width:720px !important;}
.navjz ul.imglist{width:720px;clear:both;padding-left:10px;}
.navjz ul.imglist li{padding:5px 20px 5px 0;background:none;float:left;text-align:center;height:auto;width:220px;}
.navjz ul.imglist li a{float:left;text-align:center;width:220px;line-height:36px;}	
.navjz ul.imglist li img{padding:4px;border:#ddd 1px solid;}
.navjz ul.down_list span.right{display:block;float:right;height:40px;line-height:40px;white-space:nowrap;padding-left:20px;background:url(../images/down.png) 0 15px no-repeat;}
.navjz ul.down_list span.right a,.navjz ul.down_list span.right a:hover{color:#b20000;}

/*栏目页 视频列表 */
.shipinbox{width:720px;clear:both;}
.shipinbox ul li{width:720px;background:none;height:auto;padding:10px 0;border-bottom:1px dashed #ddd;vertical-align:bottom;}
.shipinbox ul li img{padding-top:0px;}
.shipin{width:500px;}
.shipinbox ul li .shipin span.right img{float:left;padding-top:13px;padding-right:2px;}

/*** 文章页 START ****/
.wz_top{height:50px;line-height:50px;padding-left:50px;background:url(../images/wz_ico.png) 19px 14px no-repeat #fff;font-size:14px; color:#666;}
.wz_top a{color:#666;}
.wz_top a:hover{color:#f00;}
.secnr{height:auto;text-align:left;width:1000px;min-height:500px;_height:500px;background:#fff;margin-top:10px;padding:25px 0;}
#wenzhang{width:900px;margin:auto;font-size:14px;line-height:180%;height:auto;overflow:hidden;}
.wztit{font-size:24px;font-weight:bold;line-height:50px;text-align:center;}
.wzfbt{line-height:36px;text-align:center;font-size:20px;font-weight:100;}
.wzbjxx{line-height:24px;color:#666;font-size:12px;text-align:center;border-bottom:#ddd 1px solid;height:43px;padding-top:5px;}
.wzbjxx a{font-size:12px;color:#666;cursor:pointer;}
.wzbjxx a:hover{color:#f00;}
.wzbjxx input{width:10px;height:10px;border:#666 1px solid;vertical-align:middle;cursor:pointer;}
.wzcon{padding:25px 15px;height:auto;min-height:450px;_height:450px;font-size:16px;line-height:200%;text-align:Justify;text-justify:inter-ideograph;}
.wzcon table{max-width:870px !important;}
.wzbot{padding-top:10px;padding-bottom:10px;font-size:14px;line-height:28px;color:#666;}
.wzbot a{color:#666;}
.wzbot a:hover{color:#f00;}
.wzbot1{height:36px;line-height:36px;text-align:right;font-size:12px;color:#999;padding-top:15px;border-top:#dbdee1 1px solid;}
.wzbot1 a{color:#999;line-height:36px;}
.wzbot1 a:hover{color:#f00;text-decoration:none;}
.wzbot1 ul{float:left;}
.wzbot1 ul.fxd_xx{width:300px;text-align:left;height:33px;padding-top:3px;}
.bdsharebuttonbox span{float:left;color:#666;line-height:32px;}
.wzbot1 ul.fxd_close{width:136px;float:right;text-align:left;overflow:hidden;}
.wzbot1 ul.fxd_close .print_btn{display:block;float:left;width:68px;height:36px;line-height:36px;background:url(../images/print.gif) 0 10px no-repeat;padding-left:22px;}
.wzbot1 ul.fxd_close .close_btn{display:block;float:left;width:24px;height:36px;line-height:36px;padding-left:22px;background:url(../images/close1.gif) 0 10px no-repeat;}
.bshare-custom #bshare-shareto{color:#999 !important;line-height:24px !important;font-weight:normal !important;}

.wz_imagelist{clear:both;width:860px;overflow:hidden;margin-left:20px;}
.wz_imagelist:after{visibility:hidden;display: block;font-size: 0;content:" ";clear:both;height:0;}
* html .wz_imagelist {zoom: 1;} /* IE6 */
*:first-child+html .wz_imagelist {zoom: 1;} /* IE7 */
.wz_imagelist ul{width:880px;}
.wz_imagelist ul li{float:left;width:200px;height:auto;overflow:hidden;margin-right:20px;padding-bottom:15px;}
.wz_imagelist ul li a{display:block;float:left;width:200px;line-height:30px;}	
.wz_imagelist ul li img{width:200px;height:150px;}
.wz_imagelist ul li .wz_imgtitle{display:block;width:200px;height:60px;line-height:30px !important;overflow:hidden;}

.wzcon .liuyan_table{width:870px;margin:auto;line-height:30px;border-collapse:collapse;}
.wzcon .liuyan_table td,.wzcon .liuyan_table th{border:#c7def0 1px solid;padding:10px 0;}
.wzcon .liuyan_table th{text-align:center;font-size:16px;background:#e9f2f9;font-weight:normal;}
.wzcon .liuyan_table th .p05{padding-left:0.5em;}
.wzcon .liuyan_table td.pj_td input{float:left;margin:10px 6px 0 0;*margin:5px 4px 0 0;_margin:5px 4px 0 0;}
.wzcon .liuyan_table td.pj_td label{float:left;margin:0 15px 0 0;}
.wzcon .liuyan_table td.pj_td input.tj{border:none;height:26px;line-height:26px;background:#0e76cd;color:#fff;cursor:pointer;outline:none;margin:2px 0 0 10px;width:60px;text-align:center;outline:none;}

/*搜索列表*****/	
.searhlist{width:900px;margin:0 auto;padding:25px 0;font-size:14px;line-height:30px;}
.searhlist ul{width:900px;padding:15px 0 10px;clear:both;}
.searhlist ul li{background:url(/tmp/images/ico.jpg) 5px 9px no-repeat;border-bottom:#ddd 1px dashed;line-height:24px;height:auto;color:#555;margin-bottom:10px;font-size:14px;padding-left:20px;padding-right:10px;}
.searhlist ul li .search_contxt{padding:0 12px !important;}
.searhlist ul li .sslist img{ float:left; padding-left:7px;}
.searhlist ul li a{display:block;float:left;font-size:14px;color:#555;}
.searhlist ul li a:hover{color:#d01b19;text-decoration:underline;}

/*分页*/
.pagenav{clear:both;width:100%;padding:5px 0 15px;text-align:center;height:26px;line-height:24px;}
.pagenav a{border:1px solid #d9d9d9;color:#666;font-family:Arial;margin:2px;padding:0px 10px;text-decoration:none;white-space:nowrap;display:inline-block;}
.pagenav a:hover{background:#9e0001;border:1px solid #9e0001;color:#fff;}
.pagenav a.active{border:1px solid #9e0001;color:#fff;}
.pagenav a.current,.pagenav a.current:hover{background:#9e0001;border:1px solid #9e0001;color:#fff;}
.pagenav a.disabled,.pagenav a.disabled:hover{border:1px solid #d9d9d9;color:#666;background:#eee;}
.pagenav a.text,.pagenav a.text:hover{color:#fff;background:#9e0001;border:#9e0001 1px solid;cursor:text;}
.pagenav a.pagemore,.pagenav a.pagemore:hover{color:#666;background:#fff;border:1px solid #fff;cursor:text;padding:0px 3px;}
.pagenav #page{display:inline;}
.pagenav #page input{width:40px;height:24px;line-height:24px;border:1px solid #d9d9d9;padding:0 5px;margin:3px 6px;color:#666;vertical-align:middle;}
.pagenav .goto{width:36px;height:26px;background-color:#9e0001;border:1px solid #9e0001;color:#fff;margin:3px 2px;text-align:center;cursor:pointer;vertical-align:middle;}