.xwdt_fl{
    width: 52.3%;
}
@media (max-width: 1200px) {
    .xwdt_fl{
        width: 100%;
    }
}

/*--图片新闻--*/
.tpxw{
    width: 64%;
    float: left;
    position: relative;
    background: #F0F3F6;
}
.tpxw .swiper-container{
    width: 100%;
    height: 100%;
}
.tpxw .swiper-slide img{
    width: 100%;
    height: 100%;
}
.tpxw .swiper-slide dl{
    position: relative;
    }
.tpxw .swiper-slide dl .place{
    padding-top: 69%;
}
.tpxw .swiper-slide dl dt{
     padding: 0px 17px; 
     height: 36px;
     line-height: 36px; 
     text-align: left;
     background: #F0F3F6;
background: rgba(0,0,0,.5);
position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
}
.tpxw .swiper-slide dl dt a {
    color: #fff;
}
.tpxw .swiper-slide .bg{
    background: rgba(0, 0, 0, .68);
    height: 55px;
    line-height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.tpxw .swiper-slide p{
    width: 80%;
    position: absolute;
    bottom: 0px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    padding: 0 2%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tpxw .swiper-pagination{
    display: none;
}

@media (max-width:1480px){
    .tpxw .swiper-slide dl .place{
      padding-top: 66.67%;
    }
    
}
@media (max-width:1200px){
  .tpxw{margin-bottom: 20px;}
}
@media (max-width:992px){
  .tpxw .swiper-slide dl dt{padding: 0 15px;}	
}
@media (max-width:640px){
  .tpxw .swiper-slide dl dt{padding: 10px; line-height: 30px; height: auto; }
  .tpxw .swiper-slide dl dt a{font-weight: normal;}
}




@media (max-width: 1200px) {
    .tpxw{
        width: 100%;
    }
}
/*--头条--*/
.tt{
    background: #F0F3F6;
    padding:0 20px;
    width: 26.5%;
    text-align: center;
    position: relative;
    float: right;
    padding-bottom: 40px;
}
.tt .tt_bg{
    position: absolute;
    left: 0px;
    top: 0px;
}
.tt h2{
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3E;
    line-height: 26px;
    padding-top: 60px;
    min-height: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tt h2 a{
    color: #3D3D3E;
}
.tt p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.tt p a{
    color: #666;
}
.tt p a span{
    padding: 0 2px;
}
@media (max-width: 1480px) {
    .tt{
        height: auto;
        padding-bottom: 16px;
    }
    .tt p{
        height: 78px;
        overflow: hidden;
        display: -webkit-box;
        display: box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:3;
        line-clamp:3;

    }
   
}
@media (max-width: 1200px) {
    .tt{
        width: 100%;
        height: auto;
        padding-bottom: 3%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .tt h2{
        padding-top:3%;
min-height:auto;
    }
    .tt p{
        height: auto;
        margin-top: 16px;
    }
    .tt p a:last-child{
        display: inline-block;
    }
    .tt .tt_bg{
        width: 6%;
    }
}
@media (max-width: 768px) {
    .tt p,.tt .tt_bg{
        display: none;
    }
}
/*--头条  end--*/
/*--通知公告--*/
.tzgg{
    background: #F0F3F6;
    padding: 15px 17px;
    width: 594px;
    width: 95.3%;
    margin-top: 17px;
}
.tzgg h2{
    width: 7%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    float: left;
}
.tzgg h2 a{
    color: #fff;
    background: #258FEC;
    display: block;
    padding: 34% 10%;
    line-height: 26px;
	font-size:0.83333em;
}
.tzgg ul.infolist{
    float: left;
    width: 89%;
    margin-left: 3%;
}
.tzgg ul li{
    padding-top:0.25em;
	padding-bottom:0.25em;
}
@media (max-width: 1400px) {
    .lddt{
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .tzgg{
        width: 100%;
        box-sizing: border-box;
    }
    .tzgg h2{
        width: 46px;
    }
    .tzgg h2 a{
    }
}
@media (max-width: 768px) {
    .tzgg h2{
        width: auto;
        height: 40px;
        box-sizing: border-box;
        float: none;
        display: inline-block;
        padding: 0 2%;
        background: #258FEC;
    }
    .tzgg h2 a{
        padding: 0 0%;
        line-height: 40px;
    }
    .tzgg ul.infolist{
        width: 100%;
        float: none;
        margin-left: 0;
    }
}
/*--新闻切换--*/
.xwdt_right{
	float: right;
    width: 45.6%;
}
.new{
}
@media (max-width: 1480px) {

    .new .infolist li:last-child{
        display: none;
    }
}
@media (max-width: 1200px) {
    .xwdt_right{
        width: 100%;
    }
    .new{
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 640px) {
    .tab-res .res-bd .section .hd {
    display: block;
}
}

/*--专题专栏--*/
.spxw{
    width: 100%;
    height: 137px;
    background: url(../images/xwdt/spxw_bg.png) no-repeat;
    margin-top: 17px;
    font-size: 0px;
    padding:14px 0;
}
.spxw h2{
    font-size: 20px;
    color: #333;
    float: left;
    padding-left: 22px;
    font-weight: bold;
    margin-top: 4px;
}
.spxw_con{
    float: right;
}
.spxw_con a{
    display: inline-block;
    width: 186px;
    height: 106px;
    margin-right:22px;
}
.spxw_con a img{
    width: 100%;
    height: 100%;
}
.spxw_con a p{
	height:37px;
	line-height:37px;
	text-align:center;
	background:#fff;
	font-size:14px;
}
@media (max-width: 1480px) {
    .spxw{
        background-size: 100% 100%;
        height: auto;
        overflow: hidden;
		margin-top: 22px;
		min-height:137px;
    }
    .spxw_con{
        width: 74%;
    }
    .spxw_con a{
        width: 48%;
        margin: 0 2% 0 0;
        height: 7.3vw;
		padding-bottom:37px;
    }
}
@media (max-width: 1200px) {
    .spxw h2,.spxw_con{
        float: none;
    }
    .spxw_con{
        padding: 0 2%;
        margin-right: 0px;
        margin-top:10px;
        width: 100%;
        box-sizing: border-box;
    }
    .spxw_con a{
        height: 18vw;
        font-size: 0;
		margin:0 1%;
    }
}
@media (max-width: 768px) {
	.spxw{
		min-height:auto;
	}
    .spxw_con a{
        width: 48%;
        height: 25vw;
    }
}
.ztzl{
	margin:-10px -24px 10px;
	position:relative;
}
.ztzl .place{
	padding-top: 31.25%;
	margin-right:24px;
	margin:0 12px;
}
.ztzl .swiper-ctrl-button{background:rgba(0,0,0,.3)}
.ztzl .swiper-ctrl-button.swiper-ctrl-prev{left:12px;}
.ztzl .swiper-ctrl-button.swiper-ctrl-next{right:12px;}
@media (max-width: 1200px) {
	.ztzl{
		margin:0px -12px 0px;
	}
}