.zwdt_lbt{
    width: 554px;
	height: 296px;
    float: left;
}
.zwdt_tqdt{
    float: left;
    width: 505px;
    padding-right: 20px;
    border-right:1px solid #f0f0f0;
    margin-left: 18px;
    min-height: 296px;
}
.zwdt_xxzz{
    width: 312px;
    float: right;
}
/* 轮播图 */
.focusbox {
    position: relative;
    width: 554px;
	height: 296px;
    overflow: hidden;
    text-align: left;
}

.focusbox .pic img {
    width: 554px;
	height: 296px;
    display: block;
}

.focusbox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 39px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=50);
    opacity: 0.5;
    overflow: hidden;
}

.focusbox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 39px;
    width: 100%;
    overflow: hidden;
}

.focusbox .txt li {
    height: 39px;
    line-height: 39px;
    position: absolute;
    bottom: -39px;
}

.focusbox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 37px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.focusbox .num {
    position: absolute;
    z-index: 3;
    bottom: 14px;
    right: 12px;
}

.focusbox .num li {
    float: left;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 100%;
    margin-left: 8px;
}

.focusbox .num li.on {
    background-color: #1786e4;
}

.focusbox .prev,
.focusbox .next {
    display: block;
    width: 42px;
    height: 66px;
    position: absolute;
    top: 45%;
}

.focusbox .prev {
    left: 0;
    background: url(/uploads/image/kxi/lb_l.png)no-repeat;
}

.focusbox .next {
    right: 0;
    background: url(/uploads/image/kxi/lb_r.png)no-repeat;
}
.slidetxtbox {
    width: 100%;
 
     text-align: left;
 }
 
 .slidetxtbox .hd {
     position: relative;
     padding-left: 14px;
 }
 
 .slidetxtbox .hd ul li {
     float: left;
     cursor: pointer;
     font-size: 20px;
     color: #999999;
     font-weight: bold;
     line-height: 34px;
 }
 .slidetxtbox .hd ul li li{
     margin-left: 32px;
 }
 
 .slidetxtbox .hd ul li.on {
     font-size: 24px;
     color: #6e3935;
 }
 
 .slidetxtbox .bd ul {
     zoom: 1;
     margin-top: 15px;
 }
 
 .indexlist_one{
     width: 100%;
     line-height: 42px;
 }
 .indexlist_one a{
     color: #000000;
     display: inline-block;
     width: 79%;
     font-size: 20px;
     font-weight: bold;
 }
 .indexlist_one span{
     float: right;
     color: #999999;    
 }
 .indexlist_one a i{
     display: inline-block;
     font-style: normal;
     width: 41px;
     height: 18px;
     background-color: #ec6941;
     font-size: 14px;
     color: #fff;
     text-align: center;
     line-height: 18px;
     font-weight: normal;
     margin-left: 5px;
 }
 .slidetxtbox .bd{
     position: relative;
 }
.slidetxtbox .bd .more{
     position: absolute;
     right: 0;
     top: -40px;
}
.slidetxtbox .bd .more a{
    color: #aec1d2;
    font-size: 14px;
}
.zwdt_xxzz .slidetxtbox .hd ul li li{
    margin-left: 28px;
}
/* 特区视频 */
.tqsp{
    margin-top: 20px;
}
.tqsp li{
    float: left;
    width: 265px;
}
.tqsp li img{
    width: 100%;
    height: 148px;
}
.tqsp li p{
    font-size: 16px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tqsp li li{
    margin-left: 18px;
}

.ywlink li li li li{
    display: none;
}
.ywlink li{
    font-size: 16px;
    padding-left: 13px;
    background: url(/uploads/image/kxiicon/dian2.png) no-repeat;
    background-position: left 20px;
    line-height: 42px;
}
.ywlink li a{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    color: #000000;
}
.ywlink li span{
    display: none;
}
@media (max-width: 1500px) and (min-width: 992px){
    .zwdt_tqdt{
        padding-right: 0;
        border: none;
        width: 400px;
    }
    .zwdt_lbt,.focusbox{
        width: 400px;
    }
    .focusbox .pic img{
        width:auto;
    }
    .tqsp li li li li li{
        display: none;
    }
    .zwdt_tqdt .common_li a,
    .indexlist_one a{
        width: 75%;
    }

}
@media (max-width: 768px) {
    .zwdt_lbt,
    .zwdt_tqdt,
    .zwdt_xxzz{
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
        height: auto;
    }
    .zwdt_xxzz,
    .zwdt_tqdt{
        padding: 0 10px;
        border: none;
    }
    .focusbox{
        width: 100%;
        height: 200px;
    }
    .focusbox .prev, .focusbox .next{
        top: 30%;
    }
    .slidetxtbox .hd{
        padding-left: 0;
    }
    .slidetxtbox .hd ul li li{
        margin-left: 14px;
    }
    .indexlist_one a{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 72%;
    }
    .indexlist_one{
        height: 42px;
    }
    .tqsp{
        padding: 0 10px;
    }
    .tqsp>ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .tqsp li{
        width: 48%;
        margin-bottom: 10px;
    }
    .tqsp li img{
        height: 90px;
    }
    .tqsp li li{
        margin-left: 0;
    }
    .tqsp li:last-child{
        display: none;
    }
}