html{font-size: 62.5%;}
/* body{} */
.focus-news {
	height: 407px;
	padding: 16px;
	background: #FFFFFF;
}

.focus-news .focus-banner {
	width: 600px;
	height: 100%;
}

.focus-news .focus-tab {
	width: 46.5%;
}

.focus-news .focus-tab .focus-tab-title {
	background: #F6F8FD;
	box-shadow: 0px 1px 0px 0px #F2F2F2;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

.focus-news .focus-tab .focus-tab-title li {
	width: 20%;
	cursor: pointer;
	float: left;
}
.focus-news .focus-tab .focus-tab-title li a {
	color: #666666;
	font-size: 18px;
	font-weight:bold;
}
.focus-news .focus-tab .focus-tab-title li.active a{
	color: #2962AA;
	font-weight:bold;
}
.focus-news .focus-tab .focus-tab-title .active-line {
	display: block;
	width: 60%;
	height: 2px;
	margin: 0 auto;
	background-color: #2962AA;
	display: none;
}

.focus-news .focus-tab .focus-tab-title .active .active-line {
	display: block;
}

.focus-news .focus-tab .focus-news-list ul:first-child {
	display: block;
}

.focus-news .focus-tab .focus-news-list ul {
	display: none;
}

.focus-news .focus-tab .focus-news-list li {
	height: 21px;
	line-height: 21px;
	padding-top: 12px;
}

.focus-news .focus-tab .focus-news-list li icon {
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #2962AA;
	margin: 8px 10px 0 0;
}

.focus-news .focus-tab .focus-news-list li .f-text {
	display: inline-block;
	width: 80%;
	color: #666666;
	font-weight: regular;
	font-size: 15px;
}

.focus-news .focus-tab .focus-news-list li .f-time {
	color: #999999;
	font-weight: regular;
	font-size: 14px;
	line-height: normal;
}
.focus-news .focus-tab .focus-news-list li:hover .f-text , .focus-news .focus-tab .focus-news-list li:hover .f-time {
	color: #2962AA;
}

/* 政务服务 */
.container .government {
	margin-top: 16px;
	padding: 16px;
	background-color: #fff;
	height: 189px;
}

.government .government-title {
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #E5E5E5;
}

.government .government-title .government-img1 {
	width: 128px;
	height: 100%;
	color: #FFFFFF;
	line-height: 48px;
	background-image: url(http://www.rushan.gov.cn/images/6001/government-1.png);
	background-size: 100%;
	font-size: 20px;
	/*font-weight: bold;*/
}

.government .government-title .government-img1 span {
	padding-left: 15px;
}

.government .government-title .government-img2 {
	width: 370px;
	height: 100%;
}

.government .government-list {
	padding: 32px 0;
	width: 1150px;
	margin: 0 auto;
}

.government .government-list li {
	width: 272px;
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
	border: 1px solid #2962AA;
	margin-right: 20px;
	text-align: center;
	float: left;
}

.government .government-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #2962AA;
	font-weight: bold;
}

.government .government-list li:last-child {
	margin: 0;
}

.government .government-list li img {
	width: 25px;
	height: 27px;
	margin-right: 15px;
}

/* 政府信息公开 */
.container .disclosure {
	padding: 16px;
	height: 448px;
	background-color: #FFFFFF;
	margin-top: 16px;
}

.disclosure .information {
	width: 848px;
	/* height: ; */
}

.disclosure .information .info-title {
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #E5E5E5;
}

.disclosure .information .info-title .info-img {
	width: 178px;
	height: 48px;
	line-height: 48px;
	background-image: url(http://www.rushan.gov.cn/images/6001/info-1.png);
	background-size: 100%;
	color: #FFFFFF;
	text-shadow: 0px 1px 2px 0px #000000;
	/*font-weight: bold;*/
	font-size: 20px;
}

.disclosure .information .info-title .info-img span {
	margin-left: 20px;
}

.disclosure .information .info-content {
	margin-top: 22px;
}

.disclosure .information .info-content .info-content-list {
	width: 300px;
}

.disclosure .information .info-content .info-content-list li {
	width: 300px;
	height: 56px;
	line-height: 56px;
	padding-left:60px;
	background: #F6F8FD;
	border: 1px solid #E1E5EE;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.disclosure .information .info-content .info-content-list li:last-child {
	margin: 0;
}

.disclosure .information .info-content .info-content-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #20242A;
}

.disclosure .information .info-content .info-content-list li img {
	width: 22px;
	height: 19px;
	margin-right: 16px;
}

.disclosure .info-content-navbox {
	width: 524px;
}

.disclosure .info-content-nav {
	box-sizing: border-box;
	width: 100%;
	line-height: 56px;
	border-bottom: 1px solid #E1E5EE;
	text-align: left;	
	font-weight: bold;
	font-size: 20px;
}
.disclosure .info-content-nav li {
	float: left;
}
.disclosure .info-content-nav a {
	color: #666666;
}

.disclosure .info-content-nav li .info-text {
	padding-right: 30px;
	padding-left: 30px;
	cursor: pointer;
}

.disclosure .info-content-nav li:first-child .info-text {
	padding-left: 0;
}

.disclosure .info-content-nav li .info-line {
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #E5E5E5;
}

.disclosure .info-content-nav li.active a{
	color: #2962AA;
}

.disclosure .info-content-navbox .info-content-box-list {
	width: 100%;
	display: none;
}

.disclosure .info-content-navbox .info-content-box-list:first-child {
	display: block;
}

.disclosure .info-content-navbox .info-content-box-list li {
	padding-top: 12px;
}

.disclosure .info-content-navbox .info-content-box-list li:hover a .i-text, .disclosure .info-content-navbox .info-content-box-list li:hover a .i-time{
	color: #2962AA;
}

.disclosure .info-content-navbox .info-content-box-list icon {
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #E04A43;
	margin: 8px 10px 0 0;
}

.disclosure .info-content-navbox .info-content-box-list li a .i-text {
	display: inline-block;
	width: 80%;
	color: #666666;
	font-weight: regular;
	font-size: 14px;
	line-height: 20px;
}

.disclosure .info-content-navbox .info-content-box-list li a .i-time {
	display: inline-block;
	width: 10%;
	color: #999999;
	font-size: 14px;
}

/* 交流互动 */
.exchange {
	width: 296px;
	height: 100%;
}

.exchange-title {
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #E5E5E5;
}

.exchange-title .exchange-title-img {
	width: 138px;
	height: 48px;
	line-height: 48px;
	background-image: url(http://www.rushan.gov.cn/images/6001/government-1.png);
	background-size: 100%;
	color: #FFFFFF;
	text-shadow: 0px 1px 2px 0px #000000;
	font-size: 20px;
}

.exchange-title .exchange-title-img span {
	margin-left: 20px;
}

.exchange .exchange-nav {
	padding-top: 16px;
}

.exchange .exchange-nav li {
	width: 100%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	margin-top: 28px;
	background: #F7F8FA;
}

.exchange .exchange-nav li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #20242A;
	font-weight: bold;
	font-size: 24px;
}

.exchange .exchange-nav li img {
	width: 52px;
	height: 52px;
	margin-right: 20px;
}

/* 专题 */
.container .topic {
	height: 182px;
	padding: 16px;
	background: #FFFFFF;
	margin-top: 16px;
}

/* 横栏 */
.topic1 {
	height: 140px;
	padding: 16px;
	background: #FFFFFF;
	margin-top: 16px;
}

.topic-title {
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #E5E5E5;
}

.topic-title-box {
	width: 138px;
	height: 49px;
	line-height: 49px;
	color: #FFFFFF;
	text-shadow: 0px 1px 2px 0px #000000;
	/*font-weight: bold;*/
	font-size: 20px;
	background-image: url(http://www.rushan.gov.cn/images/6001/government-1.png);
	background-size: 100%;
}

.topic-title-box span {
	margin-left: 30px;
	letter-spacing: 16px;
}
.topic-more a{
	color: #666666;
	line-height: 49px;
}
.topic-more a:hover {
	color: #2962AA;
}

.topic-imgbox {
	display: flex;
}

.topic-imgbox li {
	width: 375px;
	height: 80px;
	margin-right: 16px;
	cursor: pointer;
}

.topic-imgbox li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.topic-imgbox li img {
	width: 100%;
	height: 100%;
}

.topic-imgbox li:last-child {
	margin: 0;
}

/* 其他门户网站 */
.container .other-web {
	margin: 16px auto;
	display: flex;
}

.drop-menu {
    position: relative; 
    display: inline-block; 
	float: left;
	margin-right: 30px;
}
.hover-btn {
	padding: 0 20px;
	line-height: 44px;
	border: 1px solid #2962AA;
	margin-right: 32px;
	color: #2962AA;
	font-weight: medium;
	font-size: 16px;
    cursor: pointer; 
}
.hover-btn img {
	margin-left: 10px;
}
.drop-content {
	width: 1200px;
	padding: 16px;
	position: absolute;
	left: 0;
	top: 45px;
	background: #EDF3FB;
	border: 1px solid #CDCDCD;
	box-shadow: inset 0px 4px 0px 0px #2962AA;
    display: none;
    position: absolute; 
    z-index: 1;
}

/* 以下开始利用hover选择器实现鼠标悬停时显示下拉菜单 */
.drop-menu:hover .drop-content {
    display: block;
}
.drop-content a {
	display: inline-block;
	width: 19%;
	color: #666666;
	font-weight: 500;
	font-size: 15px;
	line-height: 50px;
}
.drop-content a:hover {
	color: #2962AA;
}
#goverment-web {
	left: -224px;
}

#goverment-webs {
	left: -400px;
}

.txtScroll-top{ width:970px;  position:relative;   height: 48px; padding:12px;overflow: hidden; margin-left: 28px;}
.txtScroll-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;  }
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{ height: 100%;overflow: hidden;}
.txtScroll-top .infoList li{ height:24px !important; line-height:24px ; width: 50%;float: left;padding-right: 10px; overflow: hidden; }
.txtScroll-top .infoList li .date{ float:right; color:#333 !important;  }
.txtScroll-top .infoList li:hover .date{color:#2962AA;  }
.txtScroll-top .infoList li a{color: #333333;}
.item1_top_left{
	width:500px;
	height:375px;
	float:left;
}

 .item1_top_tplb {
width:600px;
 float: left;
  overflow: hidden;
  position: relative;
}
 .item1_top_tplb .hd {
  width: 100px;
  height:10px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 16px;
  z-index: 1;
}
.item1_top_tplb .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.item1_top_tplb .hd ul li {
  float: left;
  margin-right: 10px;
  width:10px;
  height:10px;
  background: url(http://www.rushan.gov.cn/images/6001/num.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.item1_top_tplb .hd ul li.on {
 background: url(http://www.rushan.gov.cn/images/6001/num_hover.png) no-repeat center;
 background-size: cover;
   width:10px;
}
 .item1_top_tplb .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.item1_top_tplb .bd li {
  zoom: 1;
  vertical-align: middle;
}
 .item1_top_tplb .bd li a {
  position: relative;
  z-index: 2;
  display: block;

}

 .item1_top_tplb .bd li a .text {
  /* width: 100%; */
  height: 40px;
  line-height: 40px;
  /* background: url(http://www.rushan.gov.cn/images/6001/banner_num.png) no-repeat center; */
  background: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0,0,0,.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  color: #ffffff;
  font-size: 15px;
  padding: 0 135px 0 20px;
}
.txtScroll-top .infoList li .icon{
	    display: inline-block;
    width: 5px;
    height: 5px;
    background: #E04A43;
    border-radius: 50%;
    margin-right: 10px;
}

.imgdiv{position: relative;padding-top: 63.5%;}
.imgdiv img{position: absolute;top: 0;display: block;width: 100%;height: 100%;}

.sec1_list {
    background:none;
	line-height: 45px;
	overflow: hidden;
}
.sec1_list a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sec1_list a::before{
	background-image: url(http://www.rushan.gov.cn/picture/2821/9f1d6e2e11b143499fcbb3477ebe82f4.jpg);
    display: inline-block;
	background-repeat: no-repeat;
	background-position: left 6px;
content: '';
width: 18px;
height: 22px;

}
.time{ float:right; color:#999;line-height:40px; display: block; padding-left: 20px;}

.sec1_tit1 {
	background: url(http://www.rushan.gov.cn/picture/0/58d2f9d557f74bdfbc1a8420d4ee1b55.jpg) no-repeat left center;				height: 124px;				    padding-left: 22.8rem;
  padding-top: 28px;		 
  }

  .sec1_tit a,.sec1_tit1 a{font-size: 30px;color: #fff;    font-weight: bold;    line-height: 88px;}
  .ysxsp {width:49%;float: left;margin-bottom:60px;}
  
  .sec1_right{width:calc(100% - 610px);   float: right;}
  .banner{ width:100%;text-align: center; background-image:url(rkb_banner.jpg); background-repeat:no-repeat; background-position:top center;}
  .ad1200 img,.banner img{max-width: 1200px;width: 100%;}
  .ad1200{text-align: center;margin-top: 20px;}

  .sec1_tit {
	background: url(http://www.rushan.gov.cn/picture/2821/5c2fa223c8a14e6f8094c9fa385b7be0.jpg) center center;  height:106px;  background-repeat:no-repeat; background-position:top center; text-align:center; margin-bottom:25px;box-sizing:border-box}
	.sec1_tit div{ width:182px; height:60px;display: block;
		margin: 0 auto;
		padding-left: 146px;
		padding-top: 6px;}
	.sec2_btn {
		background-image: none;
		border: 1px solid #008fff ;
		width: 226px;
		height: 70px;
		text-align: center;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}

.sec2_btn a {
line-height: 70px;
font-size: 20px;
color: #008fff;
}

.sec1{ width:1200px; margin:0 auto; margin-top:50px;}
#zzsc ul{ margin-right:-30px;}
#zzsc ul li{ height:235px; width:275px; overflow:hidden; background-color:#ebf5ff; border:1px solid #a8cefe; float:left; margin-right:30px; margin-bottom:30px; position:relative;}
#zzsc ul li img{ width:246px; height:149px; margin-top:15px; margin-left:15px;}
.ztc_tit{ text-align:center; font-size:26px; color:#1359b3; line-height:60px;}
#zzsc ul li .text{ width:100%; height:0; overflow:hidden; position:absolute; left:0; bottom:0; background:rgba(33,33,33,0.8); }
.hqztc{background:#0056f1 url(http://www.rushan.gov.cn/picture/2821/a2a80d8b0ac345eeb062bbe5e00e3365.jpg) no-repeat left top;padding-top: 71px; padding-bottom: 10px;
    }
.sec3_btn {
		width: 254px;
		/* height: 50px; */
		float: left;
		text-align: center;
		margin-left: 30px;
	}
/* 政策解读 滚动 */
.zcjd2021 {
	/* width: 1200px; */
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.zcjd2021 .next,
.zcjd2021 .prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	left: 0px;
}

.zcjd2021 .next {
	left: unset;
	right: 0px;
}
/* .bd2021{margin-right: -1%;} */
.bd2021 ul{width: 100%;}
.bd2021 li  {
float: left;
	
	width: calc(25% - 10px);
margin-right: 14px;
}
.bd2021 li a{
	position: relative;
padding-top: 33%;
display: block;
}
.bd2021 li a img {
	position: absolute;
	width: 100%;
	top:0;
	height: 100%;

}

/* .sec1_cnt{overflow-x: scroll;} */
.sec4_l_btn {
	width: 285px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #008fff;
	margin-left: 12px;
	margin-bottom: 15px;
}
.sec4_l_btn:nth-child(4n+1){
	margin-left: .0;
}

.sec4_l_btn a {
	font-size: 20px;
}
.adver{  margin:0 auto; margin-bottom:30px;width: 1200px;}
.adver img{width: 100%;}
.text a:hover{ border:1px solid #00fffc; color:#00fffc;}




@media (max-width:768px){
	.adver{width: 100%;}
	.sec1{padding:0 6px;width: 100%;box-sizing: border-box;}
	.item1_top_tplb{width:100%}
	.sec1_right{margin-top: 20px;width: 100%;}
	.sec1_list{padding-left: 0;}
	.sec1{margin-top: 20px;}
	.sec2_btn {
		width:31.5%;
		margin-left: 1%;
		margin-right: 0;
	}
	.sec2_btn:nth-child(3n+1){
		margin-left: 0;
	}
	
	.sec1_tit1{background: url(http://www.rushan.gov.cn/picture/2821/5c2fa223c8a14e6f8094c9fa385b7be0.jpg) no-repeat center center; padding:0}
	.sec1_tit{padding:0; }
	.sec1_tit1>div{width:152px; height:60px;  margin: 0 auto; 
		display: block;
		padding-left: 176px;
		padding-top: 16px;
	  }
	  .ysxsp{width: 100%;margin-bottom: 20px;}
	  #zzsc ul{margin:0 auto;}
	  #zzsc>ul>li{width: 48.5%;margin-right:0;margin-left: 2%;margin-bottom:16px;height: auto; text-align: center;}
	  #zzsc>ul>li:nth-child(2n+1){margin-left: 0;}
	  #zzsc>ul>li img{width: 96%;margin-top: 10px; margin-left: 0; }
	  .sec3_btn{width:50%; margin-left:0;}
	  .sec3_btn img{max-width: 254px; width: 100%;}
	
	  .sec4_l_btn{width: 23.5%; margin-left:1%; }
	  .sec4_l_btn>div:nth-child(4n+1){margin-left:0;}
	  .bd2021 li{width:calc(50% - 8px);}
	  .adver{margin-bottom: 16px;}

}


@media (max-width:440px){

	.sec1_tit,.sec1_tit1{background-position: left -580px center;}
	.sec1_tit>div,.sec1_tit1 > div{margin: 0; padding-left:10px;}
	.sec2_btn {
		width:47.5%;
		margin-left:1%;
		margin-right: 0;
	}
	.sec2_btn:nth-child(3n+1){
		margin-left:1%;
	}
	.sec2_btn:nth-child(2n+1){
		margin-left: 0;
	}
	#zzsc>ul>li{width: 100%;margin-left: 0; margin-bottom: 16px;}
	.bd2021 li{width:100%;}
	.sec4_l_btn:nth-child(4n+1) {
		margin-left: .0;
	}
}