
body,
html{
     width: 100%;
    height: 100%;
}
#app{
    height: 100%;
}
#main{
   
    line-height: 1.8;
    min-height: calc(100% - 324px);
    margin: 0 auto;
}
img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section {
    position: relative;
   
    padding: 0px 9vw;
    margin: 3vw auto 0px;

}

ul, li {
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.bg-ellipse-full-wrapper{
    position: fixed;
   
}


.news_r {
    display: flex;
    
    width: 100%;
    max-width: 1500px;
    
    flex-wrap: wrap;
    margin: 20px auto;
}

.news_r li {
   
    
    background: rgba(255, 255, 255, .6);
    
    margin: 0 15px;
   
    cursor: pointer;
    transition: all ease .3s;
    border-radius: .1rem;
    overflow: hidden; 
   
    margin: 15px;
    width: calc((100% - 120px) / 3);
}

.news_r li a{
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
}

.news_r_imgbox {
   
    display: block;
}
.news_r li img {
    width: 100%;
    max-height: 250px;
    font-size: 12px;
    

}

.news_r_p {
    margin: 10px 14px;
    font-size: 0.2rem;
   
    margin-top: 0;
}

.news_r_p1 {
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    font-family: cursive;
    min-height: 0.5rem;
    padding-top: 14px;
    text-align: left;
}

.news_r_p2 {
    border-top: 1px solid #666;
    padding-top: .1rem;
    width: calc(100% - 28px);
    bottom: 0;
    text-indent: 0;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_r li:hover {
    box-shadow: 0 0 10px rgb(187, 187, 187);

    transform: translateY(-20px);
    transition: all ease .3s
}

.news_l_btn {
    margin-top: 0.1rem;
    width: 100%;
    height: 0.2rem;
    background: #FF742E;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff; 
    padding-left: 0.1rem;
}


@media (max-width:1100px) {
    .news_r li:hover {
        transform: translateY(0px);

    }
    .news_r {
        display: flex;
        
        width: 100%;
        
        flex-wrap: wrap;
        margin: 0 auto;
    }
    
    .news_r li {
        background: rgba(255, 255, 255, .6);
        
        position: relative;
        cursor: pointer;
        transition: all ease .3s;
        border-radius: .1rem;
        overflow: hidden;
        position: relative;
       margin-bottom: 0.2rem;
       width: 100%;
    }
  
    
    .news_r li a{
        width: 100%;
        height: 100%;
        display: block;
    }
    .news_r li img {
        width: 100%;
       
        object-fit: cover;
    }
    
    .news_r_p {
        margin: 5px 14px;
        font-size: 0.12rem;
       
    }
    
    .news_r_p1 {
        overflow: hidden; 
        text-overflow: ellipsis; 
        display: -webkit-box; 
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical; 
        font-family: auto;
        min-height: 0.4rem;
    
    }
    
    .news_r_p2 {
        border-top: 1px solid #666;
        padding-top: .1rem;
        width: calc(100% - 28px);
        
        bottom: 0;
        text-indent: 0;
        color: #666;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: .1rem;
    }
    
   
    
    .news_l_btn {
        margin-top: 0.3rem;
        width: 100%;
        height: 0.2rem;
        background: #FF742E;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #fff; 
        padding-left: 0.1rem;
    }
}