.news .lis {
    display: flex;
    align-items: flex-start;
    display: flex;
    align-items: flex-start;
    padding: 50px 0;
    border-bottom: 1px solid #EAEAEA;
}



.news .lis:hover h2 a {

    color: #2084ea;
}

.news .lis h2 a {

    transition: all 0.4s;
}

.page1 .news_mine {


    width: 100%;
}

.news .lis:hover img {

    transition: all 0.4s;
    transform: scale(1.05);
}

.news .lis .e_time {

    flex: 0 0 100px;
}

.news .lis .e_time .e_text-10 {
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 5px 1px rgba(125, 125, 125, 0.1);
    text-align: center;

}

.news .lis .e_img {
    flex: 0 0 40%;
    margin-left: 20px;
    margin-right: 3vw;
  
}
.news .lis .e_img a {
    
  overflow: hidden;
 
    position: relative;
    padding-bottom: 56.5%;
    display: block;
}
.news .lis .e_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s;
}

.news .lis .e_txt {

    flex: 1;
}

.news .lis .e_txt .s_bou a {

    border: 1px solid;
    width: 180px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2084ea;
    border-radius: 20px;
    transition: all 0.4s;
}


.news .lis .e_txt .s_bou {

    margin-top: 15%;
}

.news .lis .e_txt h2 {

    margin-bottom: 1vw;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    height: 1.5em;
    max-height: 1.5em;
    width: 100%;
}


.news .lis:hover .s_bou a {
    color: #ffffff;
    background-color: #2084ea;

}
.news .lis .e_txt .e_text-15 {

    display: none;
}
@media screen and (max-width: 1200px) { 
    .news .lis .e_txt .s_bou a {

        width: 120px;
    }
  
}


@media screen and (max-width: 768px) {  
    .news .lis .e_time {

        display: none;
    }
    .news .lis {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .news .lis .e_img {

        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .news .lis .e_txt {

        flex: 0 0 100%;
    }
    .news .lis .e_txt h2 {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }
    .news .lis .e_txt .s_bou {
        margin-top: 20px;
    }
    .news .lis .e_txt .e_text-15 {

        display: block;
        margin-bottom: 15px;
    }
    
    .lb_bt {
        
                margin-bottom: 0px;
    }
}

