.yzdt-wrap{
    width: 100%;
    background-color: #fff;
}
.yzdt-wrap .container{
    padding: 30px;
}
.yzdt-wrap .container > div{
    float: left;
}
.yzdt-wrap .container > div + div{
    margin-left: 55px;
}
.yzdt-wrap .tpxw{
    width: 858px;
}
.yzdt-wrap .tpxw .title{
    overflow: hidden;
    width: 100%;
    height: 40px;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yzdt-wrap .tpxw .info{
    overflow: hidden;
    margin-top: 15px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #7C7C7C;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yzdt-wrap .tpxw .bannerbox{
    margin-top: 25px;
    width: 100%;
}
.yzdt-wrap .tpxw .bannerbox .banner{
    overflow: hidden;
    position: relative;
    float: left;
    width: 650px;
    height: 365px;
}
.yzdt-wrap .tpxw .bannerbox .banner ul{
    position: absolute;
    width: 100%;
    height: 100%;
}
.yzdt-wrap .tpxw .bannerbox .banner ul li{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}
.yzdt-wrap .tpxw .bannerbox .banner ul li img{
    width: 100%;
    height: 100%;

}
.yzdt-wrap .tpxw .bannerbox .banner ul li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(0,0,0,.6);
}
.yzdt-wrap .tpxw .bannerbox .banner ul li p a{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.yzdt-wrap .tpxw .bannerbox .banner .btn{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 45px;
    height: 80px;
    cursor: pointer;
}
.yzdt-wrap .tpxw .bannerbox .banner .btn img{
    width: 100%;
    height: 100%;
}
.yzdt-wrap .tpxw .bannerbox .banner .left{
    left: 0;
}
.yzdt-wrap .tpxw .bannerbox .banner .right{
    right: 0;
}
.yzdt-wrap .tpxw .bannerbox > ul{
    float: left;
    margin-left: 22px;
    width: 185px;
}
.yzdt-wrap .tpxw .bannerbox > ul li{
    width: 100%;
    height: 104px;
    cursor: pointer;
}
.yzdt-wrap .tpxw .bannerbox > ul li img{
    width: 100%;
    height: 100%;
}
.yzdt-wrap .tpxw .bannerbox > ul li + li{
    margin-top: 27px;
}
.yzdt-wrap .yzdt{
    width: 527px;

}
.yzdt-wrap .yzdt .content{
    margin-top: 19px;
    width: 100%;
}
.yzdt-wrap .yzdt .content li{
    padding: 20px;
    width: 100%;
    height: 90px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.yzdt-wrap .yzdt .content li + li{
    margin-top: 19px;
}
.yzdt-wrap .yzdt .content li .time{
    float: right;
    width: 65px;
}
.yzdt-wrap .yzdt .content li p{
    float: left;
    width: 80%;
    height: 47px;
    font-size: 16px;
}
.yzdt-wrap .yzdt .content li p a{
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.yzdt-wrap .yzdt .content li .time span{
    display: block;
    width: 100%;
    text-align: center;
}
.yzdt-wrap .yzdt .content li .time span.day{
    font-size: 20px;
    line-height: 18px;
}
.yzdt-wrap .yzdt .content li .time span.ny{
    font-size: 16px;
}

.yzgs-wrap{
    position: relative;
    margin: 30px auto;
    padding: 30px;
    background-color: #fff;
}
.yzgs-wrap .title{
    width: 1409px;
    height: 36px;
    background: url(../images/yz/yzgs.png) no-repeat center;
}
.yzgs-wrap .title img{
    width: 100%;
    height: 100%;
}
.yzgs-wrap .more{
    position: absolute;
    right: 30px;
    top: 38px;
}
.yzgs-wrap .content{
    position: relative;
    margin-top: 25px;
    width: 100%;
}
.yzgs-wrap .content .listbox{
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 92%;
    height: 286px;
}
.yzgs-wrap .content .listbox ul{
    position: absolute;
    width: 1000%;
    height: 286px;
}
.yzgs-wrap .content .listbox ul li{
    float: left;
    width: 366px;
    height: 100%;
    background: url(../images/yz/gsbg.png) no-repeat center/cover;
}
.yzgs-wrap .content .listbox ul li + li{
    margin-left: 95px;
}
.yzgs-wrap .content .listbox ul li .contitle{
    padding: 20px 30px;
    width: 100%;
    height: 95px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}
.yzgs-wrap .content .listbox ul li .contitle a{
    display: block;
    width: 100%;
    height: 100%;
    color: #2A3C54;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.yzgs-wrap .content .listbox ul li .coninfo{
    margin-top: 15px;
    padding: 0 35px;
    width: 100%;
    height: 105px;
    font-size: 16px;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #666;
}
.yzgs-wrap .content .listbox ul li .time{
    margin-top: 15px;
    padding: 0 35px;
    font-size: 16px;
    color: #666;
}
.yzgs-wrap .content .btn{
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.yzgs-wrap .content .btn.left{
    left: 0;
}
.yzgs-wrap .content .btn.right{
    right: 0;
}
.yzgs-wrap .content .btn img{
    width: 100%;
    height: 100%;
}
.yzcg-wrap{
    margin: 30px auto;
}
.yzcg-wrap > div{
    /* float: left; */
    padding: 30px;
    width: 100%;
    background-color: #fff;
    min-height: 380px;
}
.yzcg-wrap > div + div{
    margin-left: 28px;
}
.yzcg-wrap > div .more{
    top: 38px;
    right: 30px;
}
.yzcg-wrap > div .content{
    margin-top: 40px;
}
.yzcg-wrap > div .content li{
    
    padding-left: 16px;
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    
    background: url(../images/icon/icon2.jpg) no-repeat 0px 18px;
}
.yzcg-wrap > div .content li::after{
    display: table;
    content: "";
    clear: both;
}
.yzcg-wrap > div .content li p{
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yzcg-wrap > div .content li span{
    float: right;
}
.yztp-wrap{
    padding: 30px;
    margin: 30px auto;
    background-color: #fff;
}
.yztp-wrap .more{
    top: 38px;
    right: 30px;
}
.yztp-wrap .content{
    margin-top: 30px;
    width: 100%;
    font-size: 0;
}
.yztp-wrap .content ul{
    display: inline-block;
    width: 714px;
    height: 270px;
}
.yztp-wrap .content ul + ul{
    margin-left: 12px;
}
.yztp-wrap .content ul li{
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 15px;
    width: 220px;
    height: 128px;
}

.yztp-wrap .content li p{
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-color: rgba(0,0,0,.5);
    transition: all 0.4s;
    color: #fff;
    text-align: center;
cursor: pointer;
}
.yztp-wrap .content li:hover p{
    bottom: 0;
}
.yztp-wrap .content li p a{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yztp-wrap .content li > a{
    display: block;
    width: 100%;
    height: 100%;
}
.yztp-wrap .content li img{
    width: 100%;
    height: 100%;
}
.yztp-wrap .content li:first-child{
    margin-left: 0;
    width: 479px;
    height: 100%;
}
.yztp-wrap .content ul li:nth-child(3){
    margin-top: 15px;
}


/*  */

@media (max-width: 1520px){
    .yzdt-wrap .tpxw{
        width: 658px;
    }
    .yzdt-wrap .tpxw .title{
        font-size: 22px;
    }
    .yzdt-wrap .tpxw .bannerbox{
        margin-top: 15px;
    }
    .yzdt-wrap .tpxw .bannerbox .banner{
        width: 450px;
        height: 290px;
    }
    .yzdt-wrap .tpxw .bannerbox .banner .btn{
        margin-top: -32px;
        width: 35px;
        height: 65px;
    }
    /* .yzdt-wrap .tpxw .bannerbox .banner ul li{
        width: 100%;
    } */
    .yzdt-wrap .tpxw .bannerbox > ul li{
        height: 90px;
    }
    .yzdt-wrap .tpxw .bannerbox > ul li + li{
        margin-top: 10px;
    }
    .yzdt-wrap .container > div + div{
        margin-left: 25px;
    }
    .yzdt-wrap .yzdt{
        width: 457px;
    }
    .yzdt-wrap .yzdt .content li + li{
        margin-top: 10px;
    }
    .yzdt-wrap .yzdt .content li{
        padding: 15px;
        height: 77px;
    }
    .yzdt-wrap .yzdt .content li p{
        font-size: 14px;
    }
    .yzdt-wrap .yzdt .content li .time span.day{
        font-size: 18px;
    }
    .yzdt-wrap .yzdt .content li .time span.ny{
        font-size: 14px;
    }
    .yzgs-wrap{
        padding: 20px;
    }
    .yzgs-wrap .content .listbox{
        width: 92%;
    }
    .yzgs-wrap .content .listbox ul li{
        width: 333px;
    }
    .yzgs-wrap .content .listbox ul li + li{
        margin-left: 30px;
    }
    .yzgs-wrap .content .listbox ul li .contitle{
        font-size: 16px;
    }
    .yzgs-wrap .content .listbox ul li .coninfo{
        font-size: 14px;
        line-height: 22px;
    }
    .yzgs-wrap .content .listbox ul li .time{
        font-size: 14px;
    }
    .yzgs-wrap .content .listbox ul li .coninfo{
        height: 90px;
    }
    .yzgs-wrap .content .listbox{
        height: 244px;
    }
    .yzgs-wrap .content .listbox ul{
        height: 244px;
    }
    .yzgs-wrap .title{
        width: 1110px;
        height: 36px;
    }
    .yzgs-wrap .more{
        top: 25px;
        right: 20px;
    }
    .yzcg-wrap > div{
        padding: 20px;
        width: 100%;
    }
    .yzcg-wrap > div .more{
        top: 25px;
        right: 20px;
    }
    .yzcg-wrap > div + div{
        margin-left: 20px;
    }
    .yzcg-wrap > div .content li{
        font-size: 14px;
    }
    .yzcg-wrap > div .content{
        margin-top: 20px;
    }
    .yztp-wrap{
        padding: 20px;
    }
    .yztp-wrap .more{
        top: 25px;
        right: 20px;
    }
    .yztp-wrap .content{
        margin-top: 20px;
    }
    
    .yztp-wrap .content li p{
        height: 30px;
        line-height: 30px;
    }
    .yztp-wrap .content ul{
        width: 574px;
        height: 210px;
    }
    .yztp-wrap .content li:first-child{
        width: 340px;
    }
    .yztp-wrap .content ul li{
        width: 219px;
        height: 97px;
    }
    
}

/*  */

@media (max-width: 1200px){
    .yzdt-wrap .container{
        padding: 10px;
    }
    .yzdt-wrap .tpxw{
        width: 100%;
    }
    .yzdt-wrap .tpxw .title{
        text-align: center;
    }
    .yzdt-wrap .tpxw .bannerbox .banner{
        width: 65%;
    }
    /* .yzdt-wrap .tpxw .bannerbox .banner ul li{
        width: 100%;
    } */
    .yzdt-wrap .tpxw .bannerbox > ul{
        width: 30%;
    }
    .yzdt-wrap .container > div + div{
        margin-left: 0;
    }
    .yzdt-wrap .yzdt{
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .yzgs-wrap .title{
        width: 94%;
    }
    .yzgs-wrap .content .listbox ul li{
        width: 330px;
    }.yzgs-wrap .content .listbox ul li + li{
        margin-left: 10px;
    }
    .yzgs-wrap .content .listbox{
        width: 90%;
    }
    .yzgs-wrap{
        padding: 10px;
    }
    .yzgs-wrap .more{
        top: 15px;
        right: 10px;
    }
    .yzcg-wrap{
        background-color: #fff;
    }
    .yzcg-wrap > div{
        padding: 0;
        width: 100%;
    }
    .yzcg-wrap > div .more{
        top: 5px;
        right: 0;
    }
    .yzcg-wrap > div + div{
        margin-left: 0;
        margin-top: 15px;
    }
    .yztp-wrap{
        padding: 10px;
    }
    .yztp-wrap .more{
        top: 15px;
        right: 10px;
    }
    .yztp-wrap .content ul{
        width: 100%;
        height: 250px;
    }
    .yztp-wrap .content ul + ul{
        margin-left: 0;
        margin-top: 15px;
    }
    .yztp-wrap .content li:first-child{
        width: 470px;
    }
    .yztp-wrap .content ul li{
        width: 260px;
        height: 117px;
    }
}
@media (max-width: 767px){
    .yzcg-wrap > div{
        min-height: auto;
    }
    .yzcg-wrap > div .content li p{
        width: 70%;
    }
}
@media (max-width: 414px){
    .yzdt-wrap .tpxw .bannerbox .banner{
        width: 100%;
        height: 230px;
    }
    .yzdt-wrap .tpxw .bannerbox .banner ul li{
        width: 100%;
    }
    .yzdt-wrap .tpxw .bannerbox > ul{
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .yzdt-wrap .tpxw .bannerbox > ul li{
        float: left;
        width: 48%;
    }
    .yzdt-wrap .tpxw .bannerbox > ul li + li{
        margin-top: 0;
    }
    .yzdt-wrap .tpxw .bannerbox > ul li:nth-child(2){
        margin-left: 4%;
    }
    .yzdt-wrap .tpxw .bannerbox > ul li:nth-child(3){
        width: 100%;
        height: 180px;
        margin-top: 15px;
    }
    .yzdt-wrap .yzdt .content li p{
        width: 73%;
    }
    .yzdt-wrap .yzdt .content li p a{
        line-height: 26px;
    }
    .yzgs-wrap .title{
        background-position:53% 0;
    }
    .yzgs-wrap .content .listbox{
        width: 84%;
    }
    .yzgs-wrap .content .btn{
        width: 25px;
        height: 25px;
        margin-top: -12px;
    }
    .yzgs-wrap .content .listbox ul li + li{
        margin-left: 0;
    }
    .yztp-wrap .content li:first-child{
        margin-top: 0;
        width: 100%;
        height: 210px;
    }
    .yztp-wrap .content ul{
        height: auto;
    }
    .yztp-wrap .content ul li:nth-child(2){
        margin-left: 0;
    }
    .yztp-wrap .content ul li:nth-child(3){
        margin-left: 4%;
    }
    .yztp-wrap .content ul li{
        margin-top: 15px;
        width: 48%;
    }
}
@media (max-width: 375px){
    .yzgs-wrap .content .listbox ul li{
        width: 298px;
    }
}
@media (max-width: 320px){
    .yzdt-wrap .tpxw .bannerbox .banner{
        height: 245px;
    }
    .yzdt-wrap .tpxw .title{
        font-size: 20px;
    }
    .yztp-wrap .content li{
        height: 110px;
    }
    .yzgs-wrap .content .listbox ul li{
        width: 252px;
    }
}

