/*****
*怀化市政府集约化建设专题专栏频道页面样式文件
*@crtime:2019年08月7日10:51
*@Company:湖南微象科技有限公司 www.microxiang.com
*@Author:张涵
*
*/
@charset "utf-8";
body{background: #f0f2f5;}
/*IE8兼容*/
.c-ftsp{height:429px;}
.c-wqftbox{height:650px;}
.wqft-cont{height:535px;}
/*访谈视频板块*/
.c-ftsp{background: #FFF;padding:1.875rem 0;}
.c-ftsp ul li{float: left;width: 31.66%;margin-right: 2.5%;}
.c-ftsp ul li:last-child{margin-right: 0;}
/* 嘉宾访谈 */
.jbht-box-bg{background-color: #f8f8fa;padding-bottom: 1rem;}
.jbht-box-bg h2{color: #2f60a1;font-size: 1.24rem;padding: 1rem 0;}
.jbht-box-bg h2 a{color: #2f60a1;}
.jbht-left{width: 65%;}
.jbht-content-box{/* width: 48%; */background: #fff;padding-bottom: 1rem;border-bottom: 2px solid #3f85e0;}
.jbht-content-box a{color: #000;}
.jbht-content-box:hover{background: #3f85e0;}
.jbht-content-box:hover a{color: #fff;}
.jbht-content-box:last-child{/* margin-left: 4%; */}
.jbht-content-box img{width: 100%;display: block;height: 210px;}
.jbht-content-box h3{text-align: center;font-size: 1.2rem;margin-top: 0.8rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.jbht-content-box p{text-align: center;}
.first-p{margin-top: 3rem;}
.second-p{margin-top:1rem;}
/*往期访谈板块*/
.c-wqftbox{margin-bottom:2.5rem;}
.c-wqft{width: 65.83%;margin-right: 2.5%;}
.c-ftsp .box-shadow {
    box-shadow: 0px 3px 24px 0px rgba(51,51,51,0.2);
    -webkit-box-shadow: 0px 3px 24px rgba(51,51,51,0.2);
    -moz-box-shadow: 0px 3px 24px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 3px 24px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 3px 24px rgba(0,0,0,0.5);
}
.c-ftjh{width: 31.67%;}
.wqft-cont {background: #FFF;padding: 1.95rem 2.5rem 1.95rem 1.875rem;}
.xx-tt{height: 55px;line-height: 55px;color:#2f60a1;font-size: 1.25rem;text-align: left;}
.wqft-cont ul li{float: left;padding-left: 1.6rem;background: url(../images/zfx_03.png) no-repeat left center;height:38px;line-height: 38px;width: 100%;}
.wqft-cont ul li a{display: block;float: left;max-width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.wqft-cont ul li .wqdate{float: right;color: #999;font-size:0.875rem;}
/*访谈计划板块*/
.ftjh-cont ul li{float: left;margin-bottom:0.625rem;width: 100%;background: #FFF;padding: 0.91rem 0;}
.ftjh-cont ul li:last-child{margin-bottom: 0;}
.ftjh-cont ul li p{display: inline-block;width: 73.68%;float: left;text-align: left;padding-left: 3.125rem;border-right: 1px solid #ededed;}
.ftjh-cont ul .ft-dw p{color: #737373;}
.ftjh-cont ul .ft-dw span{color: #737373;}
.ftjh-cont ul li span{width: 26.32%;display:inline-block;float: left;}
.ftjh-cont .ft-tt{background: #49b1fa;}
.ftjh-cont .ft-tt p{width: 100%;color: #FFF;font-size: 1.125rem;border-right: none;padding-left: 0;text-align: center;}
/*****
*自适应样式文件
*/
@media screen and (max-width:1200px){
        /*IE8兼容*/
        .c-ftsp{height:auto;}
        .c-wqftbox{height:auto;}
        .wqft-cont{height:auto;}

	.c-ftsp{padding: 1.875rem 0.5rem;}
	.c-wqftbox{padding: 0 0.5rem;}
	.ftjh-cont .ft-tt p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}
@media screen and (max-width:760px){
        .jbht-content-box img{height: auto;}
	.c-ftsp ul li{width: 49%;}
	.c-ftsp ul li:first-child{margin-right: 2%;}
	.c-ftsp ul li:nth-child(2){margin-right: 0;}
	.c-ftsp ul li:nth-child(-n+2){margin-bottom: 2%;}
	.c-wqft{width: 100%;margin-right: 0;}
	.c-ftjh{width: 100%;}
}
@media screen and (max-width:480px){
	.c-ftsp ul li {width: 100%;margin-right: 0;}
	.c-ftsp ul li:first-child{margin-right: 0;}
	.wqft-cont{padding: 0.95rem 0.5rem 0.95rem 0.5rem;}
	.c-wqftbox{margin-bottom: 0.5rem;}
	.c-ftsp{padding: 0.5rem 0.5rem;}
	.wqft-cont ul li{padding-left: 1rem;}
	.wqft-cont ul li a{max-width: 75%;}
}
@media screen and (max-width:350px){
	.wqft-cont ul li a{max-width: 70%;}
}