.news-box{
    padding-bottom:107px ;
    padding-top: 40px;
}
.news-box a {
  
    padding-left: 149px;
    display: flex;
    align-items: stretch;
    position: relative;
}





.news-l {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 12px;
    overflow: hidden;
    width: 403px;
    flex-shrink: 0;
}

.news-l .img-box {
    position: relative;
    width: 100%;
    padding-top: 62.03%;
    overflow: hidden;
}

.news-l .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-r {
   
    border-radius: 10px 10px 10px 10px;
    height: 346px;
   
    padding-left: 309px;
    padding-right: 107px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.news-r h5 {
    font-weight: bold;
    font-size: 22px;
       color: #010002;
    line-height: 30px;
    margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-r p {
    font-weight: 400;
    font-size: 14px;
    color: #7A7A7A;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-box a:hover h5 {
    color: #27883C;
}
.news-box a:hover .news-r {
     box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.11);
}