﻿/*导航栏样式*/
.nav {
	width: 600px;
	padding: 25px 0;
}
.nav li {
	float: left;
	position: relative;
	width: 14%;
}
.nav li a {
	display: block;
	height: 80px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
}
.nav li a:hover {
	color: #2d8fff;
}
.nav li a i {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	background-image: url(../images/icons_02.png);
	background-image: url(../images/icons_02_ie8.png)\9;
	background-size: 240px auto;
	transition: all .3s;
}
.nav .s1 {
	background-position: 0 0;
}
.nav .s2 {
	background-position: -40px 0;
}
.nav .s3 {
	background-position: -80px 0
}
.nav .s4 {
	background-position: -120px 0;
}
.nav .s5 {
	background-position: -160px 0;
}
.nav .s6 {
	background-position: -200px -200px;
}
.nav .s7 {
	background-position: -200px -240px;
}

/*导航栏样式结束*/
a:link{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}



/* CSS Document */

#share h4{
    text-overflow: ellipsis;
}
#share .share .share-box a{
    width: 24px
}
#share  li a {
    display: block;
    width: 85%;
    white-space: nowrap;  
    overflow: hidden;    
    text-overflow: ellipsis;  
    }

.jstitle a{
   color: white;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 二级列表字数限制及高亮结束 */
.contact h2{
	line-height: 18px !important;
}
/* 焦点图，专题专栏图片，logo图片调转，正文上下标题样式 */

.focus img{
	width: 596px;
	height: 340px;
}

.zt img{
	width: 235px;
	height: 100px;
}

.topic h2 img{
	width: 60px;
    height: 130px;
}
.article .zwbt{
	text-align: center;
    font-size: 20px;
}
h1 a{
	display: block;
    
    height: 130px;
}

   
/* 首页右侧手机版图片样式 */
.floatDqq li span.sj img {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #000;
	background: #fff;
}
.floatDqq li:hover span.sj {
	display: block;
}
.floatDqq li span.sj{
	display: none;
	width: 90px;
	position: absolute;
	top: 410px;
	right: 124px;
	z-index: 9999999;
}
.floatDqq li span.sj img{
	width: 134px;
	height: 120px;
}

.side-menu li.current a:before {
    transform: scale(1, 1);
}
/* 信息公开列表原点样式和栏目样式 */
ul.info-tree li li a:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 15px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #acacac;
    border-radius: 5px;
      
}
.info-list li p {
    text-align: left;
}

ul.info-tree li li {
    line-height: 25px;
    font-size: 16px;
}

ul.info-tree li.level-2>i {
    top: 6px;
}

ul.info-tree li.level-2 ul li {
    font-size: 14px;
}

.info-extra {
    left: 150px;
}

.bh a{
    color:#337ab7;
    font-weight: bold;
    }
  /* 首页调查征集手机版字数样式   */
.Survey a{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
 } 
 /*意见征集时间字体颜色*/
.article .option .info.opinion span a{
      color: #027;
}
.article .option .info.opinion span {

	color:#ccc ;
}

.article-box .yzm img.img-captcha{
	display:inline-block !important;
	max-width: 80%;
	
}

/* 列表页栏目名溢出隐藏 */
.side-menu li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pages a, .pages span {
    margin: 3px 2px;
}

/* /首页湖北数据/ */
.index-data  .list-b li.s1 a{
	height:100%;
	
}

/* 自适应 */

 @media (min-width: 1200px) {
	 .collect .list-b li h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 0px;
    width: 75%!important;
    white-space: nowrap!important;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.list-a.a3.h.szxx.mb20>li>a>span {
	margin-right:30px;
}
.news .list-t li a {
  width: 80% !important;
}
.list-t li .date+a {
    width: 80% !important;
}
/* 互动交流综合页 */
.zxft h4 {
    margin-top: 15px !important;
}
.zxft p.info {
    margin: 10px 0 0 0 !important;
}
.lnterview .list-b li a h4,.lnterview .list-b li a p.mb10{
	    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	
	
}
.ldxx{
		overflow:hidden;
	}


/*在线访谈详情页相关图片 开始*/
.list .pic{
	display:inline-block;
	width:100%;
	max-width:272.66px;
	height:160px;
	overflow:hidden;
}
/*在线访谈详情页相关图片 结束*/

/* 首页回应关切高度 */
.p5 .tab-pane{
	height:210px;
}
	#share li a.md-orange {
    width: 12%;
}
/* 二级列表高亮 */
.side-menu li.current a{
    background-color: #f1f1f1;
    color: #2d8fff;
}

.info-mes{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}


}


 @media (max-width: 1200px) {
    #share  li a {
        display: block;
        width: 95%;
        white-space: nowrap;  
        overflow: hidden;    
        text-overflow: ellipsis;  
        }
        #share  li p{
            white-space: normal;
        }
		.collect .list-b li h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 0px;
    width: 90% !important;
 }
 
	#share li a.md-orange {
    width: 28%;
}





}
 @media (max-width: 1024px) {
    #share  li a {
        display: block;
        width: 95%;
        white-space: nowrap;  
        overflow: hidden;    
        text-overflow: ellipsis;  
        }
        #share  li p{
            white-space: normal;
        }
		.collect .list-b li h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 0px;
    width: 90% !important;
 }
  
	#share li a.md-orange {
    width: 14%;
}
.iframe_scroll{overflow: scroll;} 
}


@media (min-width: 1024px) and (max-width:1024px) {

.side-menu li {
    float: left;
    width: 100% !important;
}

}


 @media (max-width: 992px) {
    #share  li a {
        display: block;
        width: 95%;
        white-space: nowrap;  
        overflow: hidden;    
        text-overflow: ellipsis;  
        }
        #share  li p{
            white-space: normal;
        }
		.collect .list-b li h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 0px;
    width: 90% !important;
 }
  
.where{
    margin-bottom: 0px !important;
}
	#share li a.md-orange {
    width: 14%;
}
}
 @media (max-width: 768px) {
    #share  li a {
        display: block;
        width: 95%;
        white-space: nowrap;  
        overflow: hidden;    
        text-overflow: ellipsis;  
        }
        #share  li p{
            white-space: normal;
        }
		.collect .list-b li h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 0px;
    width: 90% !important;
 }

.where{
    margin-bottom: 0px !important;
}
.ldxx{
		webkit-overflow-scrolling: touch;overflow-y: scroll;
		height:1000px;
	}
}
 @media (max-width: 480px) {
	
    #share  li a {
        display: block;
        width: 95%;
        white-space: nowrap;  
        overflow: hidden;    
        text-overflow: ellipsis;  
        }
        #share  li p{
            white-space: normal;
        }
		.collect .list-b li h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 0px;
    width: 90% !important;
 }
  #zxft li .pic,
 #zxft  li h4,
 #zxft   p
 { 
    width: 100% !important;
 
}
.where{
    margin-bottom: 0px !important;
}
#zxft li .pic img {
    width:100%;
}
	#share li a.md-orange {
    width: 31%;
}
/* 领导图片居中 */
a.leader_pic {
    display: inline-block;
  
}
.leader_info .leader_pic img {
	display:block;
    margin: 0 auto;
}
.leader_info .leader_pic img.fl {
  float:none !important;
}


}
/*意见征集时间专用*/
 @media (max-width: 360px) {

.article .option .info.opinion span {
    font-size:13px;
	color:#ccc ;
}
}
@media (max-width: 320px){
    #share  li a {
        display: block;
        width: 95%;
        white-space: nowrap;  
        overflow: hidden;    
        text-overflow: ellipsis;  
        }
			#share li a.md-orange {
    width: 38%;
}
        #share  li p{
            white-space: normal;
        }
		.collect .list-b li h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 0px;
    width: 90% !important;
 }
  #zxft li .pic,
 #zxft  li h4,
 #zxft   p
 {
   
    width: 100% !important;
 
}
.where{
    margin-bottom: 0px !important;
}
.monitor p {
    font-size: 14px;
}

}
    .copyright {
       font-size: 16px;
    }
    
    .nav li.current a:hover {
        color: #2d8fff;
    }


	/* 信息公开列表*/
	.info-list li:first-child:hover {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  background: #f8fbff;
    border-radius: 0;
    box-shadow:none;
}
.nav li a.current{
    color: #2d8fff;
}
.nav {
    width: 650px !important;
  
}
.nav li {
    width: 13% !important;
}


.tones p a{
    display: block;
    width: 350px;
    height: 110px;
}
/*尾部*/
.copyright p a{
    margin: 0  !important;
}

/*导航条*/

.jstitle a:hover{
    color: white;
   font-weight: bold;
 }

.month .list-b li{
	width: 14.6%;
} 
/*s首页小图标*/
.a3 .s7 {
    border-color: #2792ff;
    background-color: #2792ff;
}
.a3 .s8 {
    border-color: #ff9402;
    background-color: #ff9402;
}
.a3 .l9 {
    border-color: #3ecdb5;
    background-color: #3ecdb5;
    background-position: -200px -80px !important;
}

.phone .article h2 {
    padding: 15px 0;
    line-height: 1.5;
    font-size: 24px;
    text-align: center;
    color: red;
}
.phone p {
    color: black;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
}

.pages a:hover {

    background-color:#2d8fff !important;
    
}





/*在线访谈详情页相关图片 开始*/​
@media (max-width: 1024px) {
#picid img{
	max-height:162.95px;
}
}
 @media (max-width: 992px) {
#picid img{
	max-height:62.95px;
}
}
 @media (max-width: 768px) {
#picid img{
	max-height:163.95px;
}
  
}
 @media (max-width: 480px) {
#picid img{
	max-height:62.95px;
}
.info-list li:hover {
    background: #fff url(../images/info_list_c.png) 6px 50%/6px auto no-repeat;
}
}
@media (max-width: 320px){
#picid img{
	max-height:62.95px;
}
}
/*在线访谈详情页相关图片 结束*/
​
.proposal{
    height: 80px !important;
}
#picid img{
    display: inline-block;
    width: 100%;
    max-width: 272.66px;
    height: 160px;
    overflow: hidden;
}
.jsGuests{
    line-height: 24px !important;
    margin-top: 8px;
/*display: block;
width: 109%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; */
}


/*标题*/
.t1 b:before,
.t1 b:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 2000px;
    height: 0;
    border-bottom: 1px solid #ddd;
}
.leader_wz p span {
    padding: 0px 18px 0px 0px !important;
}
/*领导综合页*/
.leader-info p {
    width: auto;
    display: inline-block;
}
/*首页专题*/
 @media (max-width: 1024px) {
    .tjjzttp{
        display:none;
    }
}
/*首页专题图片*/
.topic li img {
    width: 100%;
    max-width: 300px;
}
/*结束*/

/*政府信息公开专栏  开始 */
.gkzl{
    height: 90px;
    background: #fffdf8 url(../images/gkzl_b.jpg) center 100% no-repeat;
}
.gkzl a {
    display: block;
    height: 100%;
}
/*政府信息公开专栏  结束*/
@media (min-width: 1200px) {
    .p3.left_part{
        height: 794px;
    }
	
}
.contact {
    height: 180px;
}
/*信箱响应式开始*/
@media (min-width: 1200px) {
    .iframe_scroll iframe{
        height:830px;
        /*margin-left:-100px;*/
    }
}

@media (max-width: 1024px) {
    .iframe_scroll iframe{
        height:900px;
        margin-left:-53px;
    }

}
@media (max-width: 768px) {
    .iframe_scroll iframe{
        height:900px;
        margin-left:-37px;
    }

}

@media (max-width: 450px) {
    .iframe_scroll iframe{
        height:950px;
        margin-left:-125px;
    }

}
@media (max-width: 375px) {
    .iframe_scroll iframe{
        height:950px;
        margin-left:-125px;;
    }
}
@media (max-width: 320px) {
    .iframe_scroll iframe{
        height:950px;
        margin-left:-125px;
    }
        .article-box img {
        max-width: 100%;
    }
}

/*信箱响应式 结束*/
/*作者图标*/
.mdi-account{
    font-size: 20px !important;
}
/*隐藏正文底部关闭等功能*/
@media (max-width: 1024px) {
    .article .no-print span:nth-child(2){
        display: none;
    }
    .article .no-print span:nth-child(3){
        display: none;
    }
}
/* 正文视频自适应 start */

.video-js{
    width:100% !important;
    height:600px !important;
    display:inline-block !important;
}

@media (max-width: 1200px){

    .video-js{
        height:600px;
    }

}
@media (max-width: 1024px){

    .video-js{
        height:500px !important;
    }
    .article-box img {
        max-width: 100%;
    }
}

@media (max-width: 768px){

    .video-js{
        height:400px !important;
    }
        .article-box img {
        max-width: 100%;
    }

}
@media (max-width: 480px){

    .video-js{
        height:300px !important;
    }
        .article-box img {
        max-width: 100%;
    }

}
/* 正文视频自适应 end */
/*页头*/
.inner.clearfix {
    font-size: 16px !important;
    clear: both;
}
/* 附件图标*/
.insertfileTag img {
    display: inline-block!important;
}
.table-bordered>tbody>tr>th {
    vertical-align: middle;
    width: 20%;
    padding: 0px;
}
.table>tbody>tr>td {
    vertical-align: middle;
}
/*控制手机端侧栏划出速度*/
.menu>ul>li:nth-child(6) {
    animation-delay: .6s;
}

.menu>ul>li:nth-child(7) {
    animation-delay: .7s;
}
/* 分享*/
.article .option .bshare-sinaminiblog {
    background: url(../images/wb.png) center no-repeat !important;
    background-size: 32px auto !important;
}
.article .option .bshare-weixin {
    background: url(../images/wx.png) center no-repeat !important;
    background-size: 32px auto !important;
}

.bshare-custom a {
    float: left;
    width: 32px !important;
    line-height: 32px !important;
    height: 32px !important;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    text-indent: -100em;
    overflow: hidden;
    color: #3a8ceb;
}
.bsTop {
    width: 208px !important;
}
.article .option .bshare-qzone{
    background: url(../images/qzone.png) center no-repeat !important;
    background-size: 32px auto !important;
}
.bsFrameDiv {
    height: 210px !important;
}
.bsFrameDiv img {
    width: 170px !important;
}

/* 分享*/