﻿@charset "utf-8";
/**
 Author: 王啸峰 
 */

/* 网站首页轮播图 BEGIN */
#owl-pic{position:relative; width:600px; height:300px;}
#owl-pic .item{ position:relative; display:block;}
#owl-pic img{width:600px; height:300px; display:block;}
#owl-pic b{position:absolute;left:0;bottom:0;width:100%;height:68px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-pic span{position:absolute;left:0;bottom:32px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;}
.owl-pagination{position:absolute;left:0;bottom:5px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1; background-repeat:no-repeat;}
.owl-pagination .owl-active{width:25px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute; bottom:10px; width:28px;height:41px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:10px; background-image:url(../images/bg17.png);}
.owl-next{right:10px;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.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);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.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);
}
/* 网站首页轮播图 END */

/* 新闻中心轮播图 BEGIN */ 
.wxf_pics_wrapper {width:792px; height:256px; border: 6px solid #EDEDED; overflow: hidden;}

.wxf_pics{width:540px; height:256px; overflow:hidden; float:left; position:relative; padding:0px;}
.wxf_pics ul{position: relative;padding:inherit;margin: 0;}
.wxf_pics ul li{float: left;padding: inherit;margin: inherit;list-style: none;}
.wxf_pics ul li img{width:600px; height:256px;}

.wxf_pics_right{ width: 270px; height:100%; float:left; border-left: 6px solid #EDEDED; padding-top: 15px;}
.wxf_pics_right .span1{width:225px; margin:0px auto; display:block; color:#3466ab; font-family:"微软雅黑"; font-size:16px; line-height: 26px;}
.wxf_pics_right .span2{width:225px; margin:0px auto; display:block; color:#666666; font-family:"宋体"; font-size:12px; line-height:25px; padding-top:20px; padding-bottom:10px;}
.wxf_pics_right .span3{width:225px; margin:0px auto; display:block; color:#FF9900; font-family:"宋体"; font-size:12px; padding-top:5px; text-decoration:none;}
.wxf_pics_right .span3 a{color:#FF9900; text-decoration:none;}
.wxf_pics_right ol{position:relative;width:225px;height:20px; top:23px; margin:0px auto;}
.wxf_pics_right ol li{float:left; width:10px; height:10px; margin-right:5px; background:#EDEDED; cursor: pointer;}
.wxf_pics_right ol li.seleted{background: #CC3300;}
/* 新闻中心轮播图 END */

/* 新闻中心-新闻发布 BEGIN */
.xwfb-scroll {width:208px; margin:0px auto;}
.xwfb_prev, .xwfb_next {cursor:pointer;}
.xwfb-list {position:relative; width:208px; height:198px; overflow:hidden;}
.xwfb-list ul { width:9999px;}
.xwfb-list li {float:left; display:inline; width:208px; height:198px; padding:0px; margin:0px;}
/* 新闻中心-新闻发布 END */

/* 新闻中心-图片新闻 BEGIN */
.tpxw-scroll {width:813px; margin:0px auto; overflow: hidden;}
.tpxw_prev, .tpxw_next {cursor:pointer;}
.tpxw-list {position:relative; width:820px; height:206px; margin: 0px auto; left:-10px;}
.tpxw-list ul {width:9999px;}
.tpxw-list li {float:left; display:inline; width:222px;height:206px;}
/* 新闻中心-图片新闻 END */

/* 网上办事-查询服务 BEGIN */
.cxfw-scroll {width:246px; margin:0px auto;}
.cxfw_prev, .cxfw_next {cursor:pointer;}
.cxfw-list {position:relative; width:246px; height:113px; overflow:hidden;}
.cxfw-list ul { width:9999px;}
.cxfw-list li {float:left; display:inline; width:246px; height:113px; padding:0px; margin:0px;}
/* 网上办事-查询服务 END */

/* 网上办事-结果公示 BEGIN */
#demo{overflow:hidden; height:134px; width:246px;}
/* 网上办事-结果公示 END */

/* 卫生资源库-卫生计生年鉴列表 BEGIN */
.jsnj-scroll {width:750px; overflow:hidden; float:left; margin-left:2px;}
.jsnj-list {position:relative; width:760px; height:27px; overflow:hidden;}
.jsnj-list ul { width:9999px;}
.jsnj-list li {float:left; display:inline; width:95px; height:27px; padding:0px; margin:0px;}
/* 卫生资源库-卫生计生年鉴列表 END */

/* 卫生资源库-卫生计生杂志列表 BEGIN */
.jszz-scroll {width:756px; overflow:hidden;}
.jszz_prev, .jszz_next {cursor:pointer;}
.jszz-list {position:relative; width:756px; height:38px; overflow:hidden;}
.jszz-list ul { width:9999px;}
.jszz-list li {float:left; display:inline; width:108px; height:38px; padding:0px; margin:0px;}
/* 卫生资源库-卫生计生杂志列表 END */

/* 卫生资源库-卫生计生杂志内容 BEGIN */
.zznr-scroll {width:954px; overflow:hidden; margin:0px auto;}
.zznr_prev, .zznr_next {cursor:pointer;}
.zznr-list {position:relative; width:1000px; height:276px; overflow:hidden; left:-21px;}
.zznr-list ul { width:9999px;}
.zznr-list li {float:left; display:inline; width:207px; height:276px; padding:0px; margin:0px 21px;}
/* 卫生资源库-卫生计生杂志内容 END */

/* 首页-图书资源库 BEGIN */
.tszy1-scroll {width:888px; overflow:hidden; margin:0px auto;}
.tszy1_prev, .tszy1_next {cursor:pointer;}
.tszy1-list {position:relative; width:915px; height:174px; overflow:hidden; left:-15px;}
.tszy1-list ul { width:9999px;}
.tszy1-list li {float:left; display:inline; width:128px; height:174px; padding:0px; margin:0px 9px 0px 15px;}
/* 首页-图书资源库 END */

/* 首页-图书资源库 BEGIN */
.tszy2-scroll {width:888px; overflow:hidden; margin:0px auto;}
.tszy2_prev, .tszy2_next {cursor:pointer;}
.tszy2-list {position:relative; width:915px; height:155px; overflow:hidden; left:-15px;}
.tszy2-list ul { width:9999px;}
.tszy2-list li {float:left; display:inline; width:128px; height:155px; padding:0px; margin:0px 9px 0px 15px;}
/* 首页-图书资源库 END */

/* 首页-图书资源库 BEGIN */
.tszy3-scroll {width:888px; overflow:hidden; margin:0px auto;}
.tszy3_prev, .tszy3_next {cursor:pointer;}
.tszy3-list {position:relative; width:915px; height:155px; overflow:hidden; left:-15px;}
.tszy3-list ul { width:9999px;}
.tszy3-list li {float:left; display:inline; width:128px; height:155px; padding:0px; margin:0px 9px 0px 15px;}
/* 首页-图书资源库 END */

/* 政务信息-讲话活动 BEGIN */
.jhhd-scroll {width:340px; margin:0px auto;}
.jhhd_prev, .jhhd_next {cursor:pointer;}
.jhhd-list {position:relative; width:340px; height:113px; overflow:hidden;}
.jhhd-list ul { width:9999px;}
.jhhd-list li {float:left; display:inline; width:340px; height:113px; padding:0px; margin:0px;}
/* 政务信息-讲话活动 END*/

/* 政务信息-图书资源库 BEGIN */
.tszy4-scroll {width:736px; overflow:hidden; margin:0px auto;}
.tszy4_prev, .tszy4_next {cursor:pointer;}
.tszy4-list {position:relative; width:915px; height:155px; overflow:hidden; left:-15px;}
.tszy4-list ul { width:9999px;}
.tszy4-list li {float:left; display:inline; width:128px; height:155px; padding:0px; margin:0px 9px 0px 15px;}
/* 政务信息-图书资源库 END */

/* 先进典型 BEGIN */
.xjdx-scroll {width:840px; overflow:hidden; float:left; margin-left:35px;}
.xjdx_prev, .xjdx_next {cursor:pointer;}
.xjdx-list {position:relative; width:915px; height:42px; overflow:hidden; left:-30px;}
.xjdx-list ul { width:9999px;}
.xjdx-list li {float:left; display:inline; width:145px; height:42px; padding:0px; margin:0px;}
/* 先进典型 END */

/* 专题滚动 BEGIN */
#zhuantilb {width:auto; height:60px;}
.zhuanti-scroll {width:1003px; overflow:hidden; margin:0px auto; float:left;}
.zhuanti-list {width:1003px; height:60px; position:relative;}
.zhuanti-list ul{width:9999px; padding:0px; margin:0px;}
.zhuanti-list li{float:left; display:inline; width:321px; height:60px; padding:0px; margin:0px 20px 0px 0px;}
.zhuanti-scroll .zhuanti-list ul li a{display:block; width:321px; height:60px; background:#609cef; line-height:60px; text-align:center; font-size:22px; font-family:"微软雅黑"; text-decoration:none; color:#FFF;}



.zhuanti_prev{float:left; margin-right:20px; margin-top:15px; cursor:pointer; visibility:hidden;}
.zhuanti_next{float:left; margin-left:20px; margin-top:15px; cursor:pointer; visibility:hidden;}

/* 专题滚动 END */