.news1{
    padding: 4.1666666667vw 0px;
}
.news1 .wrap {
    width: 80vw;
    margin: auto;
}
.news1 .wrap .p1{
    font-weight: 500;
    color: #333333;
    text-align: center;
    font-size: 1.875vw;
    margin: 0px 0px 2.6041666667vw;
}
.inpage {
    overflow: hidden;
    word-break: break-all;
    padding-bottom: 0;
}
.cp_list_wrap {
    /*background: #f5f5f5;*/
    padding: 50px 0;
}
.yy_list_box .yy_ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.yy_list_box .yy_ul li {
    width: 48%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    border-radius: 10px;
}
.yy_list_box .yy_ul li::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background:linear-gradient(-45deg, rgba(0, 90, 200, 0) 0%, #00000038 230%);*/
    content: '';
    transition: all 0.36s ease;
}
.yy_list_box .yy_ul .cover_image {
    height: 380px;
    position: relative;
    height: 380px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.yy_list_box .yy_ul .title {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 20px;
    bottom: 25px;
    z-index: 2;
}
.yy_list_box .yy_ul .cover_image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000 0%, rgb(255 255 255 / 0%) 50%);
}
.yy_list_box .yy_ul .full {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #216D36;
    left: 0;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: -390px;
}
.yy_list_box .yy_ul .full .full-in {
    padding: 5%;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    color: #fff;
    word-break: break-word;
}
.yy_list_box .yy_ul .full .full-in h2 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #fff;
}
.yy_list_box .yy_ul .full .full-in .bt-more {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 50px;
    background: url(../img/list-nav-next-white.png) no-repeat 80px;
}
.yy_list_box .yy_ul li:hover .full {
    opacity: 1;
    bottom: 0;
}
@media screen and (max-width: 1024px) {
    .news1 .wrap .p1{
        font-size: 24px;
        margin: 0 0 25px;
    }
    .cp_list_wrap{
        padding: 0px 0 50px 0;
    }
    .news1 .wrap{
        width: 90vw;
    }
    .yy_list_box .yy_ul li{
        margin-right: 0;
        width: 100%;
    }
    .yy_list_box .yy_ul .cover_image{
        height: 210px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .yy_list_box .yy_ul .title{font-size: 20px;}
    .yy_list_box .yy_ul .full .full-in{
        font-size: 14px;
        line-height: 1.8;
    }
}