
.list_news{
    width: 1920rem;
    height: auto;
    margin: 0 auto;
}
.list_news1{
    width: 100%;
    height: auto;
}
.list_news1_ul{
    width: 100%;
    height: auto;
    padding: 15rem 0 30rem 0;
}
.list_news1_li{
    width: 100%;
    height: auto;
}
.time_on{
    display: block;
}
.time_hover{
    display: none;
}
.list_news1_li:hover{
    background: url(../images/68.png) no-repeat;
    background-position: center center;
    background-size: cover;
}
.list_news1_li:hover .time_on{
    display: none;
}
.list_news1_li:hover .time_hover{
    display: block;
}
.list_news1_li_box{
    width: 1400rem;
    height: auto;
    display: flex;
    align-items: center;
    padding: 40rem 0;
    margin: 0 auto;
    border-bottom: 1px solid #dedede;
}

.list_news1_li_img{
    width: 230rem;
    height: 140rem;
}
.list_news1_li_img img{
    width: 230rem;
    height: 140rem;
    object-fit: cover;
}
.list_news1_li1{
    width: calc(100% - 250rem);
    height: 140rem;
    padding-left: 20rem;
}
.list_news1_li1 a{
    width:100%;
    height: auto;
}
.list_news1_li1 a .list_news1_li1_title{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.list_news1_li1 a .list_news1_li1_title i{
    width: 8rem;
    background: url(../images/64.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 10rem;
    display: block;
    height: 8rem;
}
.list_news1_li1 a .list_news1_li1_title p{
    width: calc(100% - 10rem);
    font-size: 20rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_news1_li1 a .list_news1_li1_title_date{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 20rem 0 10rem 15rem;
}
.list_news1_li1 a .list_news1_li1_title_date img{
    width: 13rem;
    height: 13rem;
}
.list_news1_li1 a .list_news1_li1_title_date p{
    font-size: 16rem;
    color: #666666;
    padding-left: 10rem;
}
.list_news1_li1_title_des{
    width: 100%;
    height: auto;
    padding: 0 0 10rem 15rem;
}
.list_news1_li1_title_des p{
    width: 100%;
    height: 65rem;
    font-size: 16rem;
    color: #777777;
    display: flex;
    line-height: 30rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-items: center;
}

.list_news1_li2{
    width: 100%;
    height: 140rem;
    padding-left: 20rem;
}
.list_news1_li2 a{
    width:100%;
    height: auto;
}
.list_news1_li2 a .list_news1_li1_title{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.list_news1_li2 a .list_news1_li1_title i{
    width: 8rem;
    background: url(../images/64.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 10rem;
    display: block;
    height: 8rem;
}
.list_news1_li2 a .list_news1_li1_title p{
    width: calc(100% - 10rem);
    font-size: 20rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_news1_li2 a .list_news1_li1_title_date{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 20rem 0 10rem 15rem;
}
.list_news1_li2 a .list_news1_li1_title_date img{
    width: 13rem;
    height: 13rem;
}
.list_news1_li2 a .list_news1_li1_title_date p{
    font-size: 16rem;
    color: #666666;
    padding-left: 10rem;
}


.list_news1_li:hover .list_news1_li1 a .list_news1_li1_title p{
    color: #fff!important;
}
.list_news1_li:hover .list_news1_li1 a .list_news1_li1_title_date p{
    color: #fff!important;
}
.list_news1_li:hover .list_news1_li1_title_des p{
    color: #fff!important;
}

.list_news1_li:hover .list_news1_li2 a .list_news1_li1_title p{
    color: #fff!important;
}
.list_news1_li:hover .list_news1_li2 a .list_news1_li1_title_date p{
    color: #fff!important;
}
@media only screen and (max-width: 1000px) {
    .list_news{
        width: 100%;
        padding: 20rem 20rem;
    }
    .list_news1_ul{
        padding-top: 122rem;
    }
    .list_news1_li_box{
        width: 100%;
    }
    .list_news1_li1 a .list_news1_li1_title_date img{
        width: 20rem;
        height: 20rem;
    }
    .list_news1_li1 a .list_news1_li1_title_date p{
        font-size: 24rem;
        color: #666666;
        padding-left: 10rem;
    }
    .list_news1_li1 a .list_news1_li1_title p{
        font-size: 30rem;
    }

    .list_news1_li2 a .list_news1_li1_title_date img{
        width: 20rem;
        height: 20rem;
    }
    .list_news1_li2 a .list_news1_li1_title_date p{
        font-size: 24rem;
        color: #666666;
        padding-left: 10rem;
    }
    .list_news1_li2 a .list_news1_li1_title p{
        font-size: 30rem;
    }


    .list_news1_li1_title_des{
        width: 100%;
        height: auto;
        padding: 0 0 10rem 15rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .list_news1_li1_title_des p{
        font-size: 24rem;
        height: auto;
        width: 100%;
        overflow: hidden;
        -webkit-line-clamp: 1;
        padding-top: 10rem;
    }
}