.container{margin: 0 auto;width: 1200px;}
.common-title{
    position: relative;
}
.common-title .title{
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #2A3C54;
    width: 113px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.common-title .more{
    position: absolute;
    right: 0;
    top: 5px;
}

.yzdt-wrap{
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
}
.yzdt-wrap .container{
    padding: 30px 0;
}
.yzdt-wrap .container > div{
    float: left;
}
.yzdt-wrap .container > div + div{
    margin-left: 10px;
}
.yzdt-wrap .tpxw{
    width: 715px;
}
.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: 496px;
    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;
    padding: unset;
}
.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;
}
.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: 444px;
}
.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: 100%;
    height: 36px;
}
.yzgs-wrap .title img{
    width: 100%;
    height: 100%;
}
.yzgs-wrap .more{
    position: absolute;
    right: 3px;
    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: 288px;
    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: 118px;
    font-size: 16px;
    line-height: 24px;
    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;
    padding: unset;
}
.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: 381px;
    background-color: #fff;
}
.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{
    overflow: hidden;
    padding-left: 16px;
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon/icon2.jpg) no-repeat 0px 18px;
}
.yztp-wrap{
    padding: 30px;
    margin: 30px auto;
    background-color: #fff;
}
.yztp-wrap .more{
    top: 38px;
    right: 30px;
}
.yztp-wrap .content{
    margin-top: 30px;
}
.yztp-wrap .content li{
    overflow: hidden;
    position: relative;
    float: left;
    width: 356px;
    height: 232px;
}
.yztp-wrap .content li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-color: rgba(0,0,0,.5);
}
.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 + li{
    margin-left: 20px;
}
.yztp-wrap .content li:nth-child(4){
    margin-left: 0;
    margin-top: 20px;
    width: 246px;
}
.yztp-wrap .content li:nth-child(5){
    margin-top: 20px;
    width: 354px;
}
.yztp-wrap .content li:nth-child(6){
    margin-top: 20px;
    width: 226px;
}
.yztp-wrap .content li:nth-child(7){
    margin-top: 20px;
    width: 223px;
}

/* 响应式 */

@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;
        margin: unset;
        padding: unset;
    }
    .yzdt-wrap .tpxw .bannerbox .banner ul li{
        width: 450px;
    }
    .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;
    }
    .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: 30px;
    }
    .yzgs-wrap .more{
        top: 25px;
        right: 20px;
    }
    .yzcg-wrap > div{
        padding: 20px;
        width: 386px;
    }
    .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: 10px;
        padding-left: 5px;
    }
    .yztp-wrap{
        padding: 20px;
    }
    .yztp-wrap .more{
        top: 25px;
        right: 20px;
    }
    .yztp-wrap .content{
        margin-top: 20px;
    }
    .yztp-wrap .content li{
        width: 373px;
        height: 180px;
    }
    .yztp-wrap .content li p{
        height: 30px;
        line-height: 30px;
    }
    .yztp-wrap .content li:nth-child(4){
        width: 230px;
    }
    .yztp-wrap .content li:nth-child(5){
        width: 516px;
    }
    .yztp-wrap .content li:nth-child(6){
        width: 196px;
    }
    .yztp-wrap .content li:nth-child(7){
        width: 158px;
    }
}

/* 移动端 */

@media (max-width: 1200px){
    .yzdt-wrap .container{
        padding: 10px;
        width: 100%;
    }
    .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: 14.285%;
    }
    .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: 97%;
    }
    .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;
        width: 100%;
    }
    .yzgs-wrap .more{
        top: 15px;
        right: 10px;
    }
    .yzcg-wrap{
        background-color: #fff;
        width: 100%;
    }
    .yzcg-wrap > div{
        padding: 0;
        width: 100%;
    }
    .yzcg-wrap > div .more{
        top: 5px;
        right: 5px;
        margin-top: 10px;
    }
    .yzcg-wrap > div + div{
        margin-left: 0;
        margin-top: 15px;
    }
    .yztp-wrap{
        padding: 10px 10px 10px 0;
        width: 100%;
    }
    .common-title .title {
    margin-left: 10px;
    margin-top: 10px;
}
    .yztp-wrap .more{
        top: 15px;
        right: 10px;
    }
    .yztp-wrap .content li{
        width: 48%;
        height: 130px;
    }
    .yztp-wrap .content li + li{
        margin-left: 4%;
        margin-top: 15px;
    }
    .yztp-wrap .content li:nth-child(4){
        width: 49%;
        margin-left: 3%;
    }
    .yztp-wrap .content li:nth-child(3){
        width: 100%;
        margin-left: 0;
        height: inherit;
    }
    .yztp-wrap .content li:nth-child(2){
        margin-top: 0;
    }
    .yztp-wrap .content li:nth-child(5){
        width: 100%;
        margin-left: 0;
    }
    .yztp-wrap .content li:nth-child(6){
        width: 50%;
        margin-left: 0;
    }
    .yztp-wrap .content li:nth-child(7){
        width: 47%;
        margin-left: 3%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .yzdt-wrap .tpxw .bannerbox .banner ul li{
        width:100%;
    }
}
@media (max-width: 414px){
    .yzcg-wrap,.yztp-wrap{width:100%;margin: 10px auto;}
    .yzgs-wrap .title{display:none;}
    .yzgs-wrap{
        width:100%;
        margin: 10px auto;
    }
    .yzdt-wrap .tpxw .bannerbox .banner ul li{
        width:100%;
    }
    .yzdt-wrap .tpxw .bannerbox .banner{
        width: 100%;
        height: 300px;
    }
    .yzdt-wrap .tpxw .bannerbox > ul{
        display: none;
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .yzdt-wrap .tpxw .bannerbox > ul li{
        float: left;
        width: 47%;
    }
    .yzdt-wrap .tpxw .bannerbox > ul li + li{
        margin-top: 0;
    }
    .yzdt-wrap .tpxw .bannerbox > ul li:nth-child(2){
        margin-left: 6%;
    }
    .yzdt-wrap .tpxw .bannerbox > ul li:nth-child(3){
        width: 100%;
        height: 150px;
        margin-top: 15px;
    }
    .yzdt-wrap .yzdt .content li p{
        width: 73%;
    }
    .yzdt-wrap .yzdt .content li p a{
        line-height: 26px;
    }
    .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;
    }
}
@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;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px){

.content ul {
    margin-left: 10px;
}
}

