/* 公众互动样式表 */
.content{margin-top:0;padding-bottom:0;}
.clear{clear:both;}
body{background-color: #EAF6FC;}
.ztzl-main{width:1200px;margin:auto;box-sizing: border-box;background-color: #FFFFFF;padding:16px 33px 33px 30px;}

/* 公共互动tab切换 */
.index-news1 {float: left;width: 585px;position: relative;}
.index-fitness {font-size: 0;padding-top: 30px;}
.index-fitness a {margin-right: 24px;}
.index-fitness .last-a {margin-right: 0;}
.yw-box{
	position:relative;
}
.tab-title{
	height: 40px;
    font-size: 20px;
    border-top:1px solid #98B7D2;
    background-image: linear-gradient(#FFFFFF, #E4ECF2);
    box-sizing: border-box;
}
.tab-title>div{
	display: inline-block;
	line-height: 40px;
  height: 40px;
  padding-right:4px;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  width: 136px;
  text-align: center;
}
.tab-title>div.active{
    border-top:3px solid #2D9AE8;
    background-image: linear-gradient(#DAECFA, #FFFFFF);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    top: -1px;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #EAF6FC;
}
.tab-title>div .index-imgNews{
  display:none;
}
.tab-title>div.active .index-imgNews{display: block;}
.tab-title>div img{ 
	vertical-align: middle;
	margin: 0 7px 0 22px;
	margin-top: -4px
	display:inline-block;
	width:19px;
}
.tab-title>div a{
    color: #4F5051;
    font-size: 16px;
    width: 136px;
    text-align: center;
}
.tab-title>div.active a{
  color:#080809;
  display: block;
  height: 40px;
  line-height: 35px;
}
.tab-title>div.active .yw-img1{
	display: none;
}
.tab-title>div img.yw-img2{
	display: none;
}
.tab-more{
	position: absolute;
	height: 50px;
	line-height: 50px;
	right: 20px;
	top: 5px;
	font-size: 14px;
	color: #999999;
}
.pub-table-box{
	display: none;
	margin-top: 6px;
}
.pub-table-box.active{
	display: block;
}

.pub-table-box li{
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
	height:36px;
    color: #3A3A3A;
    margin-bottom: 10px;
}
.pub-table-box li a{
    display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 80%;
	color: #1a1a1a;
}
.pub-table-box li span{
	float: right;
	font-size: 14px;
}
.pub-table-box li i{
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 8px;
	background: #000000;
	margin-top: -2px;
}
.c-data{margin-top:8px;}
.c-data .gzhd-fl{display: inline-block;}
.c-data .gzhd-fr{display: inline-block;}
.gzhd-fr{width:386px;}
.gzhd-fr p{width:34px;height:26px;background-color: #0266B3;text-align: center;display: inline-block;line-height: 26px;font-size: 12px;color:#FFFFFF;margin-right:10px;}
.gzhd-fr a{display: inline-block;width:100%;}
.gzhd-fr span{font-size: 14px;color:#212629;}
.gzhd-fr div{padding-bottom:12px;padding-top:12px;border-bottom: 1px solid #E6E6E6;}
.gzhd-fr div:last-child{border-bottom:none;}
.gzhd-fr .gzhd-ftjs{width:59px;height:30px;line-height: 30px;}
.gzhd-right{width:520px;}
.gzhd-right .tab-title>div{width:158px;}
.gzhd-right .tab-title>div a{width:158px;}
/* 移动端公众互动页样式 */
@media screen and (max-width: 1200px) {
    body{font-size: .22rem;}
    .ztzl-main{width:100%;}
    .ztzl-main img{max-width: 100%;margin:.2rem auto;}
    .gzhd-right{width:100%;}
    .index-news1{width:100%;}
    .pub-table-box li a{font-size: .22rem;width:75%;}
    .pub-table-box li span{font-size: .22rem;}
    .gzhd-fr span{font-size: .22rem;}
    /* .tab-title>div.active a{font-size: .20rem;} */

}