.contain {
    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-cont {
    margin-top: 20px;
    background: #ffffff;
}

.news-cont-top {
    padding: 0 30px 10px;
}

.news-cont-top-item {
    padding: 30px 0;
    border-bottom: 2px solid #F4F4F4;
}

.news-cont-top .news-cont-top-item:last-child {
    border-bottom: none;
}

.news-cont-title {
    font-size: 34px;
    color: #333333;
    line-height: 40px;
    font-weight: 500;
}

.news-brief {
    background: #F4F4F4;
    /*margin-top: 20px;*/
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    padding: 20px;
    text-indent: 2em;
}

.news-cont-info-left {
    font-size: 28px;
    color: #7E807E;
    line-height: 40px;
}

.info-list {
    font-size: 28px;
    color: #333333;
    margin-bottom: 20px;
}

.info-list span {
    color: #7E807E;
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-flex-center .info-list {
    margin-bottom: 0;
}

.news-share {
    display: flex;
    align-items: center;
    width: 112px;
    height: 48px;
    background: #4FC2B8;
    border-radius: 24px;
    justify-content: center;
    font-size: 24px;
    color: #FFFFFF;
    margin-left: 20px;
    flex-shrink: 0;
}

.news-share div:nth-child(1) {
    font-size: 30px;
    margin-right: 2px;
}

.news-cont-word {
    font-size: 28px;
    color: #333333;
    letter-spacing: 2px;
}
.news-cont-word img{
    max-width: 100%;
    height: auto !important;
    object-fit: contain;
    margin: 0 auto;
}
.news-cont-bottom {
    border-top: 2px solid #F4F4F4;
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-link {
    font-size: 28px;
    color: #333333;
}

.news-link span {
    margin-right: 12px;
    font-size: 36px;
}
