body{
    background: #F4F4F4;
}
.news-from{
    padding: 42px 32px 32px;
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    align-items: center;
}
.news-from-left{
    display: flex;
}
.news-from-left img{
    width: 85px;
    height: 85px;
    object-fit: contain;
    border: 1px solid #D8D8D8;
    flex-shrink: 0;
    margin-right: 22px;
}
.news-from-right{
    font-size: 30px;
    color: #FFFFFF;
    width: 180px;
    height: 60px;
    background: #108391;
    border-radius: 34px;
    text-align: center;
    line-height: 60px;
}
.book-on{
    border: 1px solid #F4F4F4;
    color: #333333;
    background: #ffffff;
}
.news-from-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
}
.news-from-info div{
    max-width: 380px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-from-info div:nth-child(1){
    font-size: 30px;
    line-height: 30px;
    color: #2F3037;
}
.news-from-info div:nth-child(2){
    font-size: 28px;
    line-height: 28px;
    color: #7E807E;
}
.news-list{
    padding: 30px 30px 0;
}
.news-item{
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
}
.news-item-name{
    font-weight: bold;
    font-size: 28px;
    color: #108391 !important;
    line-height: 34px;
    margin-bottom: 18px;
    height: 68px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
}
.news-item-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #666666;
}
.news-item-info div:nth-child(1){
    display: flex;
    align-items: center;
}
.news-item-info div:nth-child(1) span{
    margin-right: 4px;
    font-size: 32px;
    color: #999999;
}
.news-item-info div:nth-child(1) div{
    max-width: 440px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item-info a{
    color: #666666;
}
