.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;
    line-height: 1.7;
}
.news-cont-word p{
    margin-bottom: 1.2em;
}
.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;
}

.news-recommend {
    padding: 30px;
    background: #fff;
    /* width: 690px; */
}

.information_title {
    height: 80px;
    font-size: 0px;
    border-bottom: 1px solid #C6C6C6;
}

.information_title div {
    display: inline-block;
}

.information_one {
    height: 30px;
    width: 12px;
    background: #65cbcb;
    margin-top: 30px;
}

.information_title span {
    display: inline-block;
}

.information_font {
    font-size: 28px !important;
    color: #333333;
    vertical-align: top;
    margin-top: 25px;
    margin-left: 15px;
    font-weight: bold;
}

.news-item {
    background: #FFFFFF;
    padding: 20px 0;
    border-bottom: 1px solid #F4F4F4;
    list-style: square;
    margin-left: 24px;
}

.news-item-name {
    font-size: 26px;
    color: #666 !important;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    cursor: pointer;
}

.remen_cihui {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
}

.remen_cihui a {
    font-size: 24px;
    color: #666666;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none;
}
