@charset "gb2312";

*{mairin:0px; padding:0px}
html,body,h1,h2,h3,h4,h5,hr,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td{margin:0;padding:0;}
html,body{-webkit-text-size-adjust:none;}/*禁用Webkit内核浏览器的文字大小调整功能*/
ul,ol,li{list-style:none;}/*去掉列表项自带的样式以及默认的margin值*/
body,button,input,select,textarea{font:12px/1.2 "微软雅黑",Arial,tohama,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;}
h1,h2,h3,button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
/** Link */
a:link,a:visited{text-decoration:none;color:#434343;}
a:hover,a:active{text-decoration:none;color:#4a4949; outline:none;}
a img,img,embed,object{border:none;vertical-align:top;}
.fl{ float:left;}
.fr{ float:right;}

/** Global */
body{ background:#fff;}


/*border-padding*/
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mbt5{ margin-bottom:5px;}
.mbt8{ margin-bottom:8px;}
.mbt10{ margin-bottom:10px;}
.bor{ border:#e9e9e9 solid 1px;}
.mt20{ margin-top:20px}
.mbt20{ margin-bottom:20px}
.pt15{ padding-top:15px;}
/** Layout */
.wrap{ width:982px; margin:0 auto;  text-align:left; overflow:hidden; clear:both;} 
.box{ width:982px; margin:0 auto; }

/*头部背景*/
.top_bg{ height:239px; background:url(imageswst_top_bg.jpg) repeat-x;}
.header{ height:239px; background:url(imageswst_nav_bg.jpg) no-repeat top;}
/** head */
.top_banner{ }
.top_banner_wrap{ height:65px; width:1000px; margin-left:auto; margin-right:auto; z-index:999; padding-top:145px;}

/** general-nav */
.header-list-wrap{ width:1000px; margin-left:auto; margin-right:auto;}
.genal-bg,.general-menu li{background: url(imagesbg-general-nav.png)  no-repeat; text-align:center; font-size:12px;}
.general-nav{ height:34px; line-height:34px; overflow:hidden; background-repeat:repeat-x;  }
.general-lngov{ float:left; padding-top:3px;text-decoration: none;color: #888888;background-position: 0px -50px; padding-left:20px; display:block; height:30px; width:90px;}
.general-lngov a:link,.general-lngov a:visited{color: #888888;}
.general-menu{ float:right; width:405px; *zoom:1; overflow:hidden;}
.general-menu li{ float:left; height:29px; padding-top:2px; display:block; font-size:12px;}
.general-menu li.sp2{ padding-left:10px; padding-right:10px; padding-top:5px; }.general-menu li.sp3{background-position: 0px -146px; padding-left:20px; padding-right:15px; }
.general-menu li.sp4{background-position: 0px -121px; padding-left:20px; }.general-menu li.sp4 a{  background-position: 58px -126px; padding-right:0px;}
.genal-ipt-c{ padding-top:4px; line-height:normal;}.general-bg-search{ margin-top:2px; background-position: 0px -92px; width:160px; height:21px; display:block; text-align:left; overflow:hidden;}
.genal-txtcont{ width:140px; float:left;}.genal-btncont{ float:left; width:20px;}.general-menu input.txt{width: 130px; padding:3px 2px 3px 8px; padding:2px 2px 2px 8px\9;  _padding:2px 2px 2px 8px;  background-color:transparent; border:none; font:12px/1.2 Tahoma,SimSun,Arial; outline:none; }.general-menu input.btn{width: 20px;height: 21px;border:0px;background: #eae3cf;color: #644a04; outline:none; cursor:pointer;filter:alpha(opacity=0);opacity:0; }


/** nav */
.nav{ height:58px;  width:960px; padding:0px 10px;  clear:both;    z-index:99999999999; }
.nav ul li{ width:110px;  float:left;  text-align:center;  font-family:"微软雅黑"; font-size:16px; }
.nav ul li a,.nav ul li a:visited{color:#fff; width:110px;  display:block;}
.nav ul li a:hover{ color:#fff; width:110px;   display:block;background:url(imageswst_navhover.jpg) no-repeat top;}


/*导航下第一条新闻*/
.cont_bg{ }
.one_news{ height:80px;  text-align:center; line-height:80px; font-family:"微软雅黑"; font-size:35px; color:#191d3b;  font-weight:bold; clear:both;}

/*幻灯片图片切换*/
.huandeng{ width:479px; height:283px; float:left; overflow:hidden; padding:1px; border:#d5d5d5 solid 1px;}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#owl-demo{position:relative;width:479px;height:283px;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:479px;height:283px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:35px;background-color:#423e3e; }
#owl-demo span{position:absolute;left:0;top:255px;width:90%;font:16px/1.5 "微软雅黑","黑体";color:#fff;text-align:left; padding:0px 5%;}

.owl-pagination{position:absolute;right:20px;bottom:2px;width:100%;height:22px;text-align:right;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(imagesbg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:10px;background-image:url(imagesbg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(imagesbg17.png);}
.owl-next{right:0;background-image:url(imagesbg18.png);}
.owl-prev:hover{background-image:url(imagesbg19.png);}
.owl-next:hover{background-image:url(imagesbg20.png);}



/*幻灯片右侧要闻*/
.yaowen{ width:483px; float:right;  overflow:hidden;}
.mtbb{ margin-top:15px;}
.bor_bottom{ border-bottom:#bababa solid 1px; padding-bottom:10px;}



.mod-header{ height:33px; border-bottom:#d5d5d5 solid 1px; border-top:#d20001 solid 2px; background:#f0f0f0; padding-left:20px;}
.mod-header h2{width:120px; color:#d20c0e; height:33px; line-height:33px; font-size:18px; font-family:"微软雅黑"; text-align:center; display:block; font-weight:normal  }
.mod-header .more{  font-size:14px; width:60px; float:right; text-align:right; line-height:32px; padding-right:10px;}
.mod-header .more a:link,.mod-header .more a:hover{ color:#313131;}


.mod-body{ clear:both;  }
.mod-body ul{}
.mod-body li{  height:30px; padding-left:20px;  font-size:14px; line-height:30px; background:url(imagesli.jpg) no-repeat left; position:relative;}
.mod-body li:hover{}
.mod-body li a:hover{ color:#014fa0;}
.mod-body li span.datetime{ position:absolute; top:0px; right:0px; color:#7f7f7f;}

/*医改进行时*/
.ygjxs{ width:483px; height:90px; margin-top:10px;  }

/*通知公告、工委工作*/
.tzgg{ width:490px; height:344px;}

.mod-title{ height:33px; border-bottom:#d5d5d5 solid 1px;}
.mod-title h2{width:90px; color:#d20c0e; height:33px; line-height:33px; font-size:16px; font-family:"微软雅黑"; text-align:center; display:block; background:url(imagesli.jpg) no-repeat left;}
.mod-title .more{  font-size:14px; width:60px; float:right; text-align:right; line-height:32px; padding-right:10px;}
.mod-title .more a:link,.mod-title .more a:hover{ color:#7f7f7f;}

.mod-cont{ clear:both; padding:5px 10px; }
.mod-cont ul{ clear:both;}
.mod-cont li{  height:30px; padding-left:15px; font-size:14px; line-height:30px; background:url(imagesorage_li.jpg) no-repeat left; position:relative;}
.mod-cont li:hover{}
.mod-cont li a:hover{ color:#014fa0;}
.mod-cont li span.datetime{ position:absolute; top:0px; right:0px; color:#7f7f7f;}

.mod-cont dl{ clear:both;}
.mod-cont dl dt{ float:left; width:94px; height:70px; padding:1px; border:#d5d5d5 solid 1px; margin-right:10px;}
.mod-cont dl dd{ width:345px; height:80px; padding-left:10px; font-size:14px; line-height:30px; background:url(imagesorage_li.jpg) no-repeat 0px 12px; position:relative; float:left; }
.mod-cont dl dd span.xiangxi{ width:60px; height:30px; position:absolute; right:0px; bottom:0px; color:#d20c0e;}
.mod-cont dl dd span.xiangxi a:link,.mod-cont dl dd span.xiangxi a:visited{ color:#d20c0e;}
.mod-cont dl dd h2{ font-weight:normal;}
.mod-cont dl dd p{ line-height:20px; color:#8b8b8b;}
/*广告条*/
.ad_img1{ width:982px; height:88px; margin-top:15px; position:relative;}
.picnews_box {  }
.changeBox_a1{position:relative; overflow:hidden}
/* ul_change_a2 */
.ul_change_a2{
	position: absolute;
	right: 8px;
	top: 8px;
	overflow: hidden;
	height: 81px;
	width:100px;
}
.ul_change_a2 li{display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1; margin-top:60px;}
.ul_change_a2 span{display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1;width:15px; height:15px; line-height:15px;color:#FFF; text-align:center; overflow:hidden; margin-right:5px;background:url(imagesbg15.png) no-repeat !important; _background:url(imagesbg15.png) no-repeat;  CURSOR: pointer; }
.ul_change_a2 span.on{background:url(imagesbg16.png) no-repeat !important;_background:url(imagesbg16.png) no-repeat; color:#fff;}
.ul_change_a2 a{ width:26px; height:54px; padding-top:20px; background:#d8d8d8; color:#818181; font-size:14px; display:inline-block; text-align:center; line-height:15px; position:absolute; right:0px; top:0px;}
.ul_change_a2 a:hover,.ul_change_a2 a:visited,.ul_change_a2 a:active,.ul_change_a2 a:link{ color:#818181;}

/*省直专区*/
.szzq{ width:355px; height:200px; padding-top:20px;}
.meiti{  text-align:left;}
.meiti .mod-head{height:33px; border-bottom:#d5d5d5 solid 1px; border-top:#d20001 solid 2px; background:#f0f0f0; padding-left:20px;}
.meiti .mod-head ul li{ width:120px; height:33px;  font-size:18px; line-height:33px; font-family:"微软雅黑"; float:left; text-align:center; }
.meiti .mod-head ul li a{color:#d20c0e;}
.meiti .on,.mod-head .on a{width:120px; color:#d20c0e; height:34px; line-height:33px; font-size:18px; font-family:"微软雅黑"; text-align:center; display:block; background:#fff; border-left:#d5d5d5 solid 1px;border-right:#d5d5d5 solid 1px;}
.meiti .mod-head .on a:link{ color:#d20c0e;}
.meiti .off{width:120px;  height:33px; display:block; background:url(../images/meiti_tit.jpg) repeat-x;}

.meiti .mod-head1{height:44px;  background:#014fa0; padding-left:20px;}
.meiti .mod-head1 ul li{ width:120px; height:43px; margin-top:1px;  font-size:18px; line-height:43px; font-family:"微软雅黑"; float:left; text-align:center; }
.meiti .mod-head1 ul li a:link{}
.meiti .mod-head1 .on,.mod-head1 .on a{width:120px; color:#d20c0e; height:43px; line-height:43px; font-size:18px; font-family:"微软雅黑"; text-align:center; display:block; background:#fff; }
.meiti .mod-head1 .on a:link{ color:#014fa0;}
.meiti .mod-head1 .off a:link{width:120px;  height:43px; display:block; color:#fff; background:url(../images/meiti_tit.jpg) repeat-x;}

.meiti .mod-head2{height:33px; border-bottom:#bababa solid 1px; border-top:#d20001 solid 2px; background:#f0f0f0; }
.meiti .mod-head2 ul li{ width:100px; height:33px;  font-size:16px; line-height:33px; font-family:"微软雅黑"; float:left; text-align:center; }
.meiti .mod-head2 ul li a:link{}
.mod-head2 .on a{width:100px; color:#d20c0e; height:34px; line-height:33px; font-size:16px; font-family:"微软雅黑"; text-align:center; display:block; background:#fff;  border-right:#bababa solid 1px;}
.meiti .mod-head2 .on{width:100px; color:#d20c0e; height:34px; line-height:33px; font-size:16px; font-family:"微软雅黑"; text-align:center; display:block; background:#fff;  border-right:#bababa solid 1px;border-left:#bababa solid 1px;}
.meiti .mod-head2 .on a:link{ color:#014fa0;}
.meiti .mod-head2 .off{width:100px;  height:33px; display:block; background:url(../images/meiti_tit.jpg) repeat-x;}

.meiti .more{  font-size:14px; width:50px; float:right; text-align:right; line-height:30px; padding-right:10px;}
.meiti .more a:link,.meiti .mod-body .more a:hover{ color:#7f7f7f;}
.meiti .mod-body1{ clear:both; }
.meiti .mod-body1 ul{ }
.meiti .mod-body1 li{ height:30px; padding-left:15px; position:relative; font-size:14px; line-height:30px; background:url(imagesorage_li.jpg) no-repeat left; position:relative;}
.meiti .mod-body1 li:hover{ }
.meiti .mod-body1 li a:hover{ color:#014fa0;}
.meiti .mod-body1 li span.hongse{ color:#d20c0e;}
.meiti .mod-body1 li span.datetime{ position:absolute; top:0px; right:0px; color:#7f7f7f;}
.meiti .mod-body4{ clear:both; padding:10px; border:#bababa solid 1px; border-top:none; background:#fff;}
span.gengduo_more{ position:absolute; right:10px; top:-25px; font-size:14px;}
/*政府信息公开*/
.zfxxgk{ height:180px; padding-left:136px;margin-top:15px; background:url(imageswst_zfxxgk_bg.jpg) no-repeat left;}
.zfxxgk_01{ height:117px; }
.zfxxgk_01 ul li{ width:160px; height:80px; text-align:center; margin-top:25px;border-right:#d9d9d9 solid 1px; float:left; color:#014fa0;font-family:"微软雅黑"; font-size:14px;}
.zfxxgk_01 ul li a,.zfxxgk_01 ul li a:link{width:160px; height:20px; padding-top:60px; display:block; color:#014fa0;font-family:"微软雅黑"; font-size:14px;background:url(imageswst_zfxxgk_01_bg.jpg) no-repeat ; }
.zfxxgk_01 ul li a.libg1:link,.zfxxgk_01 ul li a.libg1:visited{background:url(imageswst_zfxxgk_01_bg.jpg) no-repeat ; background-position:60px 0px;}
.zfxxgk_01 ul li a.libg2:link,.zfxxgk_01 ul li a.libg2:visited{background:url(imageswst_zfxxgk_01_bg.jpg) no-repeat ; background-position:-140px 0px;}
.zfxxgk_01 ul li a.libg3:link,.zfxxgk_01 ul li a.libg3:visited{background:url(imageswst_zfxxgk_01_bg.jpg) no-repeat ; background-position:-340px 0px;}
.zfxxgk_01 ul li a.libg4:link,.zfxxgk_01 ul li a.libg4:visited{background:url(imageswst_zfxxgk_01_bg.jpg) no-repeat ; background-position:-540px 0px;}
.zfxxgk_01 ul li a.libg5:link,.zfxxgk_01 ul li a.libg4:visited{background:url(imageswst-icon1.jpg) center 0px no-repeat ; }
.zfxxgk_02{ margin-top:15px; clear:both;}
.zfxxgk_02 ul li{width:167px; height:40px; line-height:40px; text-align:center; float:left; background:url(imageswst_zfxxgk_02_bg.jpg) no-repeat left; color:#0066a0;font-family:"微软雅黑"; font-size:16px; }
.zfxxgk_02 ul li a:link{ color:#0066a0; }

/*下半部分左侧*/
.dep_left{ width:636px; height:856px; float:left; margin-top:15px;}

.dep_right{width:330px; height:856px; float:right; margin-top:15px;}

/*公共服务*/
.ggfw{ font-style:italic; width:634px; height:139px; background:#f5f5f5; border:#d9d9d9 solid 1px; margin-top:15px;}
.ggfw_title{ width:325px; height:42px; line-height:42px; text-align:center; margin:0 auto; background:url(imageswst_ggfw_title.jpg) repeat-x;}
.ggfw_title h2{ background:#fff; width:100px; margin:0 auto; background:#f5f5f5; font-size:18px; color:#313131; font-weight:normal;}
.ggfw_con{ height:100px; clear:both; padding-left:4px;}
.ggfw_con ul li{ height:39px; line-height:39px; width:auto; border:#94abc3 solid 1px; background:#fff; text-align:center; float:left;margin-left:5px; margin-bottom:5px; overflow:hidden; display:block;}
.ggfw_con ul li a:link{ color:#014fa0; font-size:14px; background:url(imagesggfw_con.jpg) no-repeat; }
.ggfw_con ul li a.lib1:link,.ggfw_con ul li a.lib1:visited{ width:200px; height:39px; display:block;background:url(imagesggfw_con.jpg) no-repeat;  background-position:-20px 0px;}
.ggfw_con ul li a.lib2:link,.ggfw_con ul li a.lib2:visited{ width:200px; height:39px; display:block; background:url(imagesggfw_con.jpg) no-repeat; background-position:-230px 0px;}
.ggfw_con ul li a.lib3:link,.ggfw_con ul li a.lib3:visited{ width:200px; height:39px; display:block; background:url(imagesggfw_con.jpg) no-repeat; background-position:-410px 0px;}
.ggfw_con ul li a.lib4:link,.ggfw_con ul li a.lib4:visited{ width:303px; height:39px; display:block;background:url(imagesggfw_con.jpg) no-repeat;  background-position:-10px -45px;}
.lihd6{ width:150px; height:44px; display:block;background:url(imagesjzfqyjx.jpg) no-repeat;    margin-top: 15px;
    margin-left: 6px; }

.ggfw_con ul li a.lib5:link,.ggfw_con ul li a.lib5:visited{ width:304px; height:39px; display:block;background:url(imagesggfw_con.jpg) no-repeat;  background-position:-300px -45px;}

/*首页互动*/
.syhd{ height:auto; margin-top:15px; overflow:hidden; clear:both;}
.syhd ul { margin-right:-16px;}
.syhd ul li{ width:155px; height:44px; line-height:44px; margin-right:6px;_margin-right:4px; display:inline; text-align:center; background:#d20001; float:left;}
.syhd ul li a:link{ color:#fff; font-size:16px; background:url(imageswst_lihd_01.jpg) no-repeat; }
.syhd ul li a.lihd1:link,.syhd ul li a.lihd1:visited{ color:#fff;font-size:16px; width:122px; padding-left:28px; height:44px; display:block; background:url(imageswst_lihd_01.jpg) no-repeat; }
.syhd ul li a.lihd2:link,.syhd ul li a.lihd2:visited{color:#fff; font-size:16px; width:122px; padding-left:28px;  display:block; background:url(imageswst_lihd_02.jpg) no-repeat; }
.syhd ul li a.lihd3:link,.syhd ul li a.lihd3:visited{ color:#fff;font-size:16px; width:122px; padding-left:28px;  display:block; background:url(imageswst_lihd_03.jpg) no-repeat;}
.syhd ul li a.lihd4:link,.syhd ul li a.lihd4:visited{ color:#fff;font-size:16px; width:122px; padding-left:28px;  display:block; background:url(imageswst_lihd_04.jpg) no-repeat;}

/*相关链接*/
.wst_xglj{ height:304px; border:#d9d9d9 solid 1px; overflow:hidden; clear:both; margin-top:15px;}
 

/*图片新闻*/
.tpxw{  height:317px; clear:both; overflow:hidden;}
.mod-body2{ clear:both; background:#fafafa; overflow:hidden; border:#d9d9d9 solid 1px; border-top:none;}
.mod-body2-left{ width:264px; height:238px; float:left; padding:5px; margin:10px; border:#d5d5d5 solid 1px; background:#fff; display:inline;  }
.mod-body2-left_img{ width:264px; height:148px;}.mod-body2-left_img img{ width:264px; height:148px;}
.mod-body2-left h2{ font-size:18px; font-weight:normal; margin-top:20px;}
.mod-body2-left p{ font-size:14px; color:#818181; line-height:30px;}
.mod-body2-left p a:link{ color:#4993df;}
.mod-body2-right{ width:330px; height:250px; float:right; margin-top:10px;}
 
/*网站链接*/
.wzlj_title{ line-height:36px; color:#014fa0; font-size:18px; padding-left:30px;}
.wzlj_con1{ clear:both; margin:0px 20px; width:594px;}
.wzlj_con1_right{ width:100%; height:auto; overflow:hidden; clear:both;  }
.wzlj_con1_right ul li{ width:250px; margin-left:10px; height:30px; line-height:30px; float:left;  font-size:14px;overflow:hidden; color:#818181;}
.wzlj_con1_right ul li a:link{  color:#818181;}

.wzlj_con1_left{  height:31px;  width:100%; border-bottom:#bababa solid 1px;}
.wzlj_con1_left ul li{ width:auto; _width:145px; color:#014fa0; float:left; padding :0px 28px;_padding :0px; height:30px;  font-size:14px; line-height:30px; margin-bottom:10px;    }
.wzlj_con1_left ul li a:link{ color:#014fa0;}
.wzlj_con1_left .on,.wzlj_con1_left .on a{ color:#014fa0; height:30px; line-height:30px; font-size:14px;  display:block; border-bottom:#d20001 solid 2px;   }
.wzlj_con1_left .on a:link{ color:#014fa0;}
.wzlj_con1_left .off{  color:#014fa0; height:30px; display:block;  }


/*图片链接*/
.tplj{ overflow:hidden; margin-top:15px;}
.tplj ul{}
.tplj ul li{ width:239px; height:57px; float:left; margin-right:6px; margin-bottom:6px;}
.tplj ul li img{ width:239px; height:57px; float:left;}



/*无纸化公文办公*/
.wzhgwbg{ width:328px; height:194px; background:#fafafa; border-right:#94abc3 solid 1px; border-left:#94abc3 solid 1px;}
.wzhgwbg img.g1{ margin:20px ; display:inline;}
.wzhgwbg img.g2{ margin:10px 10px 10px 22px ; display:inline;}
.wzhgwbg img.g3{margin:10px; display:inline;}
.zf_link_img{margin-top:5px;}
.zf_link_img img{margin-top:10px;}
/*数据信息排行*/
.sjxxph{ height:365px; margin-top:15px;}
.sjxxph_title{ height:44px; color:#fff; line-height:44px; font-size:20px; background:#014fa0;}
.sjxxph_title h2{ font-weight:normal; padding-left:20px;}
.sjxxph_con{background:#fafafa; height:321px; border:#d9d9d9 solid 1px; border-top:none; font-size:14px;}

.sjxxph_con_01{ height:41px; line-height:41px; text-align:center; color:#313131; border-bottom:#bababa solid 1px;}
.sjxxph_con_02{ height:279px;}
.sjxxph_con_03{height:35px; line-height:35px; text-align:center; clear:both;}
.sjxxph_con_03 a:link{ color:#4993df;}

.sjxxph_con_02_right{ width:100%; height:auto; overflow:hidden; clear:both;  }
.sjxxph_con_02_right ul li{ width:250px; margin-left:30px; display:inline; height:39px; line-height:39px; float:left;  font-size:14px;overflow:hidden; color:#818181; background:url(imagespaihang.jpg) no-repeat;}
.sjxxph_con_02_right ul li.ph1{ background-position:0px 10px;}
.sjxxph_con_02_right ul li.ph2{background-position:0px -30px;}
.sjxxph_con_02_right ul li.ph3{background-position:0px -68px;}
.sjxxph_con_02_right ul li.ph4{background-position:0px -108px;}
.sjxxph_con_02_right ul li.ph5{background-position:0px -147px;}
.sjxxph_con_02_right ul li.ph6{background-position:0px -186px;}
.sjxxph_con_02_right ul li.ph7{background-position:0px -225px;}
.sjxxph_con_02_right ul li.ph8{background-position:0px -264px;}
.sjxxph_con_02_right ul li.ph9{background-position:0px -303px;}
.sjxxph_con_02_right ul li.ph10{background-position:0px -342px;}
.sjxxph_con_02_right ul li.ph11{background-position:0px -381px;}
.sjxxph_con_02_right ul li.ph12{background-position:0px -420px;}
.sjxxph_con_02_right ul li a:link,.sjxxph_con_02_right ul li a:visited{  color:#818181; padding-left:35px;}

.sjxxph_con_02_left{  height:31px;  width:100%; }
.sjxxph_con_02_left ul li{ width:105px; color:#014fa0; float:left; text-align:center; height:30px;  font-size:16px; line-height:30px; margin-bottom:10px;    }
.sjxxph_con_02_left ul li a:link{ color:#014fa0;}
.sjxxph_con_02_left .on,.sjxxph_con_02_left .on a{ color:#014fa0; height:30px; line-height:30px; font-size:16px;  display:block; border-top:#d20001 solid 1px;   }
.sjxxph_con_02_left .on a:link{ color:#014fa0;}
.sjxxph_con_02_left .off{  color:#014fa0; height:30px; display:block;  }



/*foot*/
.footer{ width:100%; height:auto; min-height:165px; padding-top:10px; border-top:#014fa0 solid 4px; background:#f5f5f5; clear:both; margin-top:20px;}
.footer_erweima{ float:left; width:82px; height:82px; padding-left:0px; }
.footer_main{ float:left; width:660px;  line-height:27px; color:#818181; font-size:14px;}
.footer_main ul{}
.footer_main ul li{ width:80px; text-align:left; float:left;}
.footer_main ul li a:link{color:#818181;}
.footer_fwl{ width:200px; padding-left:30px; margin-left:0px;color:#818181; font-size:16px; height:50px; line-height:50px; float:left; border-left:#c9c9c9 solid 1px; padding-right:0px; border-right:#c9c9c9 solid 1px;}
.footer_title{ border-bottom:#afafaf solid 1px; line-height:60px; height:60px; font-size:20px; margin-bottom:20px; color:#5e5e5e;}



/*__________________________________________内页_________________________________________________*/

.wst_ny_bg{ width:940px; padding:0px 25px; height:auto; overflow:hidden; background:url(imageswst_ny_bg.jpg) repeat-y; margin:0 auto; clear:both;}
.wst_ny_bg1{ width:983px;padding:0px 5px 0px 2px;  height:auto; overflow:hidden; background:url(imageswst_ny_bg.jpg) repeat-y; margin:0 auto; clear:both;}
.wst_ny_title{ height:55px; line-height:55px; color:#818181; font-size:14px;}
.wst_ny_con{ clear:both;}
.wst_ny_con_left{ width:270px; float:left;}
.wst_ny_con_right{ width:650px; float:right;}
/*互动交流*/
.hdjl_left{ width:270px; height:241px;  margin-bottom:5px;}
.hdjl_left_btn{ width:233px; height:138px; padding:17px 9px 9px 9px; border:#d9d9d9 solid 1px;}
.hdjl_left_btn ul{}
.hdjl_left_btn ul li{ width:233px; height:38px; color:#fff; text-align:center; line-height:38px; font-size:16px; clear:both; background:url(imageshdjl_left_btn.jpg) no-repeat left; margin-bottom:8px;}
.hdjl_left_btn ul li a:link,.hdjl_left_btn ul li a:visited{ color:#fff;}
.bianhaochaxun{ height:64px; line-height:64px; background:#fff url(imagesbianhaochaxun_bg.jpg) no-repeat 10px 10px; color:#014fa0; font-size:16px; border:#d4d4d4 solid 1px; clear:both; margin-bottom:20px;}
.chaxunkuang{ width:219px; height:38px; background:none; border:none; background:#fff; border:#014fa0 solid 1px;}
.chaxunanniu{ width:80px; height:40px; background:#014fa0; border:none; color:#fff; line-height:40px; text-align:center;}

.rdhy{ padding:15px; clear:both; border:#d4d4d4 solid 1px; border-top:#014fa0 solid 1px; background:#fff;}
.rdhy_title{ line-height:35px; height:35px; color:#014fa0; font-size:16px; background:url(imagesrdhy_title.jpg) no-repeat 70px 0px;}
.rdhy_con ul li{ border-top:#d1d1d1 solid 1px; line-height:30px; padding:10px 0px; color:#5e5e5e; font-size:14px; position:relative;}
.rdhy_con_more{ width:240px; height:30px; line-height:30px; text-align:center; background:#ececec; }
.rdhy_con_more a:link{color:#818181; font-size:14px;}
.rdhy_con ul li span.time{ clear:both; display:block; color:#818181;}
.rdhy_con ul li span.right_time{
	color: #818181;
	position: absolute;
	right: 11px;
	bottom: 10px;
	line-height: 30px;
}

.hdjl_right_title{ height:45px; border-bottom:#014fa0 solid 1px;}
.hdjl_right_title h2{ float:left; height:43px; line-height:43px; width:auto; padding:0px 0px 0px 50px;  text-align:left; color:#014fa0;   font-size:16px; font-family:"微软雅黑"; font-weight:normal; border-bottom:#014fa0 solid 2px;  }
.hdjl_right_title h2.zxzxun{ background:url(imageszxzxun.jpg) no-repeat left}
.hdjl_right_title h2.wjdcha{ background:url(imageswjdcha.jpg) no-repeat left}

.hdjl_right_title span.fkui{ float:right; font-size:14px; color:#818181; line-height:45px; padding-right:10px;}
.hdjl_right_title span.fkui a:link{  color:#818181; line-height:45px;}


.hdjl_zxzx{ width:648px; height:362px; border:#d4d4d4 solid 1px; background:#fff; border-top:none; margin-bottom:20px;}
.hdjl_wjdc{width:608px; padding:0px 20px; height:130px; border:#d4d4d4 solid 1px; background:#fff; border-top:none; margin-bottom:20px;}
.hdjl_wjdc .mod-body{ padding:20px 0px 0px 0px;}
.hdjl_wjdc .mod-body ul li{ background:none; padding-left:0px;}

.tijiao{width:142px; height:38px; color:#ffffff; line-height:38px; text-align:center; font-size:16px; border:none; background:none; background:url(imagestijiao.jpg) no-repeat;}
.chognzhi{ width:142px; height:38px;  color:#ffffff; line-height:38px; text-align:center; font-size:16px; border:none; background:none;background:url(imageschongzhi.jpg) no-repeat;}

/*下载页*/
.xiazaiye_left{ width:222px; height:239px; float:left;}
.xiazaiye_right{ width:660px; height:400px; padding:20px; float:left; border:#d4d4d4 solid 1px; background:#fff;}
.xiazaiye_right .mod-body{ padding:20px 0px 0px 0px;}
.xiazaiye_right .mod-body ul li{ background:none; padding-left:0px;}


/*问卷调查*/
.wenjuandc{width:608px; padding:0px 20px; height:778px; border:#d4d4d4 solid 1px; background:#fff; border-top:none; margin-bottom:20px;}
.wenjuandc_title{ line-height:35px; height:35px; color:#014fa0; font-size:16px; background:url(imageswenjuandiaocha_title.jpg) no-repeat 70px 0px;}
.jgfk_title{ line-height:35px; height:35px; color:#014fa0; font-size:16px; background:url(imagesjgfk_tit.jpg) no-repeat 70px 0px;}

.cont-title{  height:36px;  border-bottom:#014fa0 solid 2px; }
.cont-title h2{ float:left; height:36px; line-height:36px; width:auto; padding:0px 10px 0px 10px;  text-align:left; color:#014fa0;   font-size:16px; font-family:"微软雅黑"; font-weight:normal;  }

 .gailan_left{ width:206px; float:left; padding-top:10px;}
.gailanleft_tit{width:191px; background:#d20c0e;padding-left:15px; height:36px;border-bottom:#ffde00 solid 3px;  line-height:36px; text-align:center;  font-size:16px; color:#fff; font-family:"微软雅黑";}
.gailan_left_con{ border-left:#cfcfcf solid 1px;border-right:#cfcfcf solid 1px; }
.gailan_left_con ul{}
.gailan_left_con ul li{ height:44px; line-height:44px;border-bottom:#cfcfcf solid 1px;  width:206px; font-size:14px; background:url(imagesgailan_leftbg.jpg)  no-repeat 35px 16px;}
.gailan_left_con ul li a:link,.gailan_left_con ul li a:visited{padding-left:50px; width:156px; height:44px ;display:block; }
.gailan_left_con ul li a:hover{ color:#fff; background:#d20c0e url(imagesgailan_leftbg1.jpg) no-repeat 35px 15px; display:block;}

.ywpd_rightlist1{width:770px; float:right; height:auto; min-height:610px; }
.ywpd_rightlist1 .mod-body{border:#d7d7d7 solid 1px; border-top:none;}
.ywpd_rightlist1 .mod-body ul{ padding:20px 15px 0px 15px; }
.ywpd_rightlist1 .mod-body li{ padding-left:20px; font-size:14px; color:#7f7f7f;height:35px;  line-height:35px; background:url(imagesorage_li.jpg) no-repeat left; position:relative;}
.ywpd_rightlist1 .mod-body li a:hover,.ywpd_rightlist1 .mod-body li:hover{ color:#014fa0;}
.ywpd_rightlist1 .mod-body li span.datetime{ position:absolute; top:0px; right:0px; }

/*page*/
.page {height: 33px;line-height: 33px;padding-top: 10px;padding-bottom: 10px;color: #555;text-align: center;overflow: hidden;font-size: 14px; clear:both;font-family: "Microsoft Yahei",Tahoma,Geneva,sans-serif; border-top:#014fa0 solid 1px; margin-top:20px;}
.page a:link, .page a:visited {display: inline-block;padding: 2px 3px;color: #555;line-height: 18px;height: 18px;vertical-align: middle;}
.page a { height: 33px; line-height: 33px;text-align: center;  }
.page a:hover{background: #d20c0e none repeat scroll 0% 0%; color:#fff;}
.page input {vertical-align: middle; border: 1px solid #D4D4D4;padding: 3px;text-align: center; background:#fff; font-size:12px;}



/*信息公开页*/
.xxgk_ywpd{ width:982px; height:76px; padding:20px 0px; background:#e0efff url(imagesxxgk_ywpd.jpg) no-repeat 90px 40px; border-left:#d20001 solid 2px; clear:both;}
.xxgk_ywpd h2{ font-size:20px; float:left; color:#014fa0; width:50px; padding:10px 50px 10px 30px; font-weight:normal; }
.xxgk_ywpd ul{ width:850px; height:116px; float:left;}
.xxgk_ywpd ul li{ width:90px; text-align:center; float:left; font-size:14px; line-height:24px; color:#5e5e5e;}
.xxgk_ywpd ul li a:link,.xxgk_ywpd ul li a:visited{ color:#5e5e5e;}

.xxgk_left{ width:176px; height:183px; padding:17px 9px 9px 9px; border:#d9d9d9 solid 1px; float:left; margin-left:12px; display:inline;}
.xxgk_left ul li{ width:176px; height:38px; clear:both; display:block;text-align:center; margin-bottom:8px;}
.xxgk_left ul li a:link,.xxgk_left ul li a:visited{ color:#fff; font-size:16px; line-height:38px; padding-left:56px; width:120px; text-align:center}
.xxgk_left ul li.xl01{ background:url(imagesxl01.jpg) no-repeat left;}
.xxgk_left ul li.xl02{ background:url(imagesxl02.jpg) no-repeat left;}
.xxgk_left ul li.xl03{ background:url(imagesxl03.jpg) no-repeat left;}
.xxgk_left ul li.xl04{ background:url(imagesxl04.jpg) no-repeat left;}
.xxgk_center{ width:526px; height:252px; float:left; margin-left:12px; overflow:hidden; margin-bottom:35px; display:inline;}
.xxgk_right{ width:207px; padding-left:5px; height:166px; float:left; background:#e0efff; margin-left:12px; display:inline;}
.xxgk_right ul li{ width:202px; height:74px; margin-top:5px; line-height:74px; color:#424242; font-size:20px;}
.xxgk_right ul li a.ldxx01:link,.xxgk_right ul li a.ldxx01:visited{width:110px; padding-left:92px;  height:74px; background:url(imagesmoren1.jpg) no-repeat; display:block;}
.xxgk_right ul li a.ldxx01:hover{width:110px; padding-left:92px;  height:74px; background:url(imagesjingguo1.jpg) no-repeat; display:block;}
.xxgk_right ul li a.jgsz01:link,.xxgk_right ul li a.jgsz01:visited{width:110px; padding-left:92px;  height:74px; background:url(imagesmoren2.jpg) no-repeat; display:block;}
.xxgk_right ul li a.jgsz01:hover{width:110px; padding-left:92px;  height:74px; background:url(imagesjingguo2.jpg) no-repeat; display:block;}

/*公共服务*/
.ggfw_left{ width:221px; height:400px; float:left; margin-left:16px; display:inline;}
.ggfw_left ul li{ width:221px; height:60px; margin-bottom:5px; font-size:16px; line-height:60px; position:relative;}
.ggfw_left ul li a:link,.ggfw_left ul li a:visited{width:160px; padding-left:61px; text-align:center; height:60px; display:block; background:url(imagesggfwleft_li.jpg) no-repeat; color:#5e5e5e;}
.ggfw_left ul li a:hover{width:160px; padding-left:61px;  height:60px; display:block; background:url(imagesggfwleft_lihover.jpg) no-repeat; color:#fff;}
.ggfw_left ul li .tup{ position:absolute; left:15px; top:10px; width:44px; height:44px;}
.ggfw_right{ width:710px; height:362px; float:left; border:#d4d4d4 solid 1px; background:#fff; margin-left:16px; display:inline;}
.yxkp{ width:300px; height:314px; float:left; margin-left:35px;  margin-top:30px; display:inline;}
.yxkp_title{ height:25px; line-height:25px; position:relative; font-size:14px; border-bottom:#d20001 solid 2px; }
.yxkp_title h2{ color:#014fa0;font-weight:normal;}
.yxkp_title span.kepu_more{ position:absolute; right:0px; top:0px;}
.yxkp_title span.kepu_more a:link,.yxkp_title span.kepu_more a:visited{ color:#818181;}
.yxkp_con{}
.yxkp_con ul li{  height:30px;  font-size:14px; line-height:30px; position:relative;}
.yxkp_con ul li a:link,.yxkp_con ul li a:visited{ color:#5e5e5e;}
.yxkp_con ul li a:hover{ color:#014fa0;}
.yxkp_con ul li span.datetime{ position:absolute; top:0px; right:0px; color:#7f7f7f;}

/*重点专题页*/
.zdzt_title{ height:39px; border-bottom:#014fa0 solid 3px; margin-bottom:16px;}
.zdzt_title_h2{ width:120px; padding-left:31px; text-align:left; font-size:16px; color:#014fa0; line-height:39px; height:39px; border-bottom:#ff6600 solid 3px; border-right:#fafafa solid 2px; background:url(imageszdzt_tit_h2.jpg) no-repeat 105px 0px;}

.zdzt_left{ width:272px; padding:0px 7px; margin-left:16px; display:inline; height:408px; float:left; background:#fff; border:#d9d9d9 solid 1px;}
.zdzt_left ul li{ margin-top:6px;}
.zdzt_right{ width:644px; height:672px; background:#fff;  margin-left:16px; display:inline;float:left; border:#d9d9d9 solid 1px; border-left:#014fa0 solid 2px;}

.wsjsxf{ width:90%; height:auto; min-height:150px; padding:10px 30px; border-bottom:#d9d9d9 solid 1px; float:left; }
.wsjsxf_title{ height:35px; line-height:35px; position:relative; font-size:16px; border-bottom:#014fa0 solid 1px; }
.wsjsxf_title h2{ color:#014fa0;font-weight:normal;}
.wsjsxf_title span.kepu_more{ position:absolute; right:0px; top:0px;}
.wsjsxf_title span.kepu_more a:link,.yxkp_title span.kepu_more a:visited{ color:#818181;}
.wsjsxf_con{}
.wsjsxf_con ul li{  height:30px;  font-size:14px; line-height:30px; position:relative; background:url(imageswsjsxfli.jpg) no-repeat left; padding-left:10px;}
.wsjsxf_con ul li a:link,.wsjsxf_con ul li a:visited{ color:#5e5e5e;}
.wsjsxf_con ul li a:hover{ color:#014fa0;}
.wsjsxf_con ul li span.datetime{ position:absolute; top:0px; right:0px; color:#7f7f7f;}


/*机构设置页*/
.jgsz_left{ width:176px; padding:9px 9px 17px 9px; background:#fff; border:#d9d9d9 solid 1px; float:left; margin-left:12px; display:inline;}
.jgsz_left ul li{ width:176px; height:38px; margin-top:8px; font-size:13px; line-height:38px; text-align:center;}
.jgsz_left ul li a:link,.jgsz_left ul li a:visited{ width:176px; height:38px; color:#fff; display:block; background:url(imagesjgsz_leftli.jpg) no-repeat top;}
.jgsz_left ul li a:hover{ width:176px; height:38px; display:block; color:#fff;  background:url(imagesjgsz_leftlihover.jpg) no-repeat top;}
.jgsz_right{ width:715px; height:auto; float:left; margin-left:30px; display:inline;}
.jgsz_right_title{height:35px; line-height:35px; position:relative; font-size:16px; border-bottom:#014fa0 solid 2px; color:#014fa0; }
.jgsz_right_con{ border:#d9d9d9 solid 1px; border-top:none; background:#fff; padding:20px 50px;}
.jgsz_right_con ul{ height:600px;}
.jgsz_right_con ul li{ font-size:14px; line-height:30px; position:relative;}
.jgsz_right_con ul li a:link,.wsjsxf_con ul li a:visited{ color:#5e5e5e;}
.jgsz_right_con ul li a:hover{ color:#014fa0;}
.jgsz_right_con ul li span.datetime{ position:absolute; right:0px; top:0px;color:#5e5e5e;}

/*卫生快讯页*/
.jgsz_left ul li a.wskx_01:link,.jgsz_left ul li a.wskx_01:visited{ width:176px; height:38px; color:#fff; display:block; background:url(imageswskxleftli.jpg) no-repeat top;}
.jgsz_left ul li a.wskx_01:hover{ width:176px; height:38px; display:block; color:#fff;  background:url(imageswskxleftlihover.jpg) no-repeat top;}
.jgsz_left ul li a.wskx_02:link,.jgsz_left ul li a.wskx_02:visited{ width:176px; height:38px; color:#fff; display:block; background:url(imageswskxleftli.jpg) no-repeat 0px -46px;}
.jgsz_left ul li a.wskx_02:hover{ width:176px; height:38px; display:block; color:#fff;  background:url(imageswskxleftlihover.jpg) no-repeat  0px -46px;}
.jgsz_left ul li a.wskx_03:link,.jgsz_left ul li a.wskx_03:visited{ width:176px; height:38px; color:#fff; display:block; background:url(imageswskxleftli.jpg) no-repeat  0px -92px;}
.jgsz_left ul li a.wskx_03:hover{ width:176px; height:38px; display:block; color:#fff;  background:url(imageswskxleftlihover.jpg) no-repeat  0px -92px;}
.jgsz_left ul li a.wskx_04:link,.jgsz_left ul li a.wskx_04:visited{ width:176px; height:38px; color:#fff; display:block; background:url(imageswskxleftli.jpg) no-repeat 0px -138px;}
.jgsz_left ul li a.wskx_04:hover{ width:176px; height:38px; display:block; color:#fff;  background:url(imageswskxleftlihover.jpg) no-repeat  0px -138px;}
.jgsz_left ul li a.wskx_05:link,.jgsz_left ul li a.wskx_05:visited{ width:176px; height:38px; color:#fff; display:block; background:url(imageswskxleftli.jpg) no-repeat  0px -184px;}
.jgsz_left ul li a.wskx_05:hover{ width:176px; height:38px; display:block; color:#fff;  background:url(imageswskxleftlihover.jpg) no-repeat  0px -184px;}
.jgsz_left ul li a.wskx_06:link,.jgsz_left ul li a.wskx_06:visited{ width:176px; height:38px; color:#fff; display:block; background:url(imageswskxleftli.jpg) no-repeat  0px -230px;}
.jgsz_left ul li a.wskx_06:hover{ width:176px; height:38px; display:block; color:#fff;  background:url(imageswskxleftlihover.jpg) no-repeat  0px -230px;}
.jgsz_left ul li a.wskx_07:link,.jgsz_left ul li a.wskx_07:visited{ width:176px; height:38px; color:#fff; display:block; background:url(imageswskxleftli.jpg) no-repeat  0px -276px;}
.jgsz_left ul li a.wskx_07:hover{ width:176px; height:38px; display:block; color:#fff;  background:url(imageswskxleftlihover.jpg) no-repeat  0px -276px;}


/*领导信息页*/
.ldxx_con{ padding:40px;border:#d9d9d9 solid 1px; border-top:none; background:#fff;}
.ldxx_con dl{ width:650px; height:170px; clear:both; color:#5e5e5e}
.ldxx_con dl dt{ width:111px; height:133px; float:left;}
.ldxx_con dl dt img{ width:111px; height:133px;}
.ldxx_con dl dd{width:500px; padding-left:30px; float:left; line-height:24px;}
.ldxx_con dl dd span.ld1{ font-size:16px;  display:block;}
.ldxx_con dl dd span.ld2{ font-size:14px; display:block;}
.ldxx_con dl dd span.ld3{font-size:14px;  display:block;}

/*网站地图*/
.wzdt_con{ border:#d9d9d9 solid 1px; border-top:none; background:#fff; padding:20px 50px;}






/**新闻内容*/
.news-content-main{ width:770px; margin-left:5px; padding:20px 100px 50px 108px; overflow:hidden; *zoom:1;}
.news-content-main h1{ font-size:18px; text-align:center;  padding:5px 0px; line-height:42px; color:#5e5e5e; font-family:"微软雅黑"; font-weight:normal;}
.news-info{ height:30px; line-height:30px; color:#818181; position:relative; background:#f5f5f5;font-size:12px; width:770px; text-align:center;  margin-top:5px;}
.news-info a:link,.news-info a:visited{ color:#303030;}.news-info a:hover{ color:#303030;}
.news-info span.news-edit-cont{
	position: absolute;
	right: -19px;
	top: -2px;
	font-size: 12px;
}
.news-text{ padding:10px; color:#5e5e5e; line-height:30px; font-size:14px;}
.news-bottom-info{border-top:none; border-bottom:1px dotted #c8c8c8;}
.news-attachment{ padding:10px 15px 15px;}
.news-attachment a:link,.news-attachment a:visited,.news-attachment a:hover{ color:#8b8b8b;}
.news-attachment h4{ color:#014fa0; height:42px; line-height:42px; font-size:14px; font-weight: bold;  padding-left:5px; border-bottom:dashed 1px #bababa; margin-bottom:10px;}.news-attachment ul{ padding:0px 3px;}.news-attachment li{  height:30px; line-height:30px; }.news-attachment li.on{background:#ececec;}
.news-attachment li{ background:url(imagesxiazaili.png) no-repeat left; height:30px; line-height:30px; position:relative; padding-left:22px; position:relative; font-size:14px;}
.news-attachment li:hover{ background: url(imagesxiazaili.png) no-repeat left;}
.news-attachment li span.xiazai{ position:absolute; right:10px; top:0px;  padding-left:16px; color:#24427b; background:url(../images/xiazai.png) no-repeat left;}
.news-attachment li span a:link,.news-attachment li span a:hover,.news-attachment li span a:visited,.news-attachment li span a:active{ color:#8b8b8b;}


/*公共服务20170104*/
.gai_ggfw_con{ height:100px; clear:both; padding-left:4px;}
.gai_ggfw_con ul li{ height:39px; line-height:39px; width:auto; border:#94abc3 solid 1px; background:#fff; text-align:center; float:left;margin-left:5px; margin-bottom:5px; overflow:hidden; display:block;}
.gai_ggfw_con ul li a:link{ color:#014fa0; font-size:14px; background:url(imagesgai_ggfw_con.jpg) no-repeat; }
.ggfw_con ul li a.lib9:link,.ggfw_con ul li a.lib9:visited{ width:200px; height:39px; display:block;background:url(imagesgai_ggfw_con.jpg) no-repeat;  background-position:-20px 0px;}
.ggfw_con ul li a.lib10:link,.ggfw_con ul li a.lib10:visited{ width:200px; height:39px; display:block; background:url(imagesgai_ggfw_con.jpg) no-repeat; background-position:-230px 0px;}
.ggfw_con ul li a.lib11:link,.ggfw_con ul li a.lib11:visited{ width:200px; height:39px; display:block; background:url(imagesgai_ggfw_con.jpg) no-repeat; background-position:-410px 0px;}

.ggfw_con ul li a.lib7:link,.ggfw_con ul li a.lib7:visited{ width:200px; height:39px; display:block;background:url(imagesgai_ggfw_con.jpg) no-repeat;  background-position:-215px -45px;}
.ggfw_con ul li a.lib8:link,.ggfw_con ul li a.lib8:visited{ width:200px; height:39px; display:block;background:url(imagesgai_ggfw_con.jpg) no-repeat;  background-position:-415px -45px;}
.ggfw_con ul li a.lib6:link,.ggfw_con ul li a.lib6:visited{ width:200px; height:39px; display:block;background:url(imagesgai_ggfw_con.jpg) no-repeat;  background-position:-20px -45px;}





