.news-main {
    display: flex;
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px;
}

._news-title {
    font-size: 20px !important;
}

.main-left {
    display: flex;
    border-right: 1px solid #e6e6e6;
    width: 71.5%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.main-right {
    width: 28.5%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 840px;
}

.wrapper-healthy {
    position: relative;
    width: 95%;
    margin-top: 15px;
}

.healthy-long-pic {
    position: relative;
    width: 100%;
}

.healthy-top {
    position: absolute;
    top: 137px;
    right: 25px;
    text-decoration: none;
    line-height: 23px;
    letter-spacing: 0px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}

.healthy-tit {
    position: absolute;
    top: 167px;
    right: 25px;
    text-decoration: none;
    line-height: 28px;
    letter-spacing: 0px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 16px;
}

.healthy-info {
    position: absolute;
    top: 201px;
    right: 27px;
    text-decoration: none;
    letter-spacing: 0px;
    white-space: pre;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.layer-wrapper {
    margin-left: 10px;
    width: 95%;
    height: 230px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    margin-right: 19px;
    align-items: center;
    background: url(../img/index/layer.jpg) no-repeat;
    background-size: 100%;
}

.layer-wrapper img {
    width: 100%;
}

.wrapper-inner-ts {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    margin-bottom: 22px;
}

.label-txt {
    position: relative;
    height: 43px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 30px;
    opacity: 0.9;
}

.ts-info {
    position: relative;
    margin-top: 7px;
    text-decoration: none;
    line-height: 28px;
    white-space: pre;
    color: #fefefe;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
}

.arrow-right {
    position: relative;
    width: 61px;
    height: 35px;
    margin-top: 10px;
}


/* 新闻 */

.wrapper-inner-conent {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 2px;
    width: 100%;
}

.swiper-pagination {
    padding-bottom: 20px;
    padding-right: 20px;
}

.news-entity {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 22px;
    margin-left: 3px;
    width: 100%;
    position: relative;
}

.news-pic-body {
    margin-right: 39px;
    width: 535px;
}

.news-pic {
    width: 100%;
    height: 100%;
    max-height: 220px;
    object-fit: cover;
}

.news-entity-txt {
    display: flex;
    justify-content: flex-start;
    width: 90%;
    line-height: 13px;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.news-title {
    width: 100%;
    font-weight: bold;
    font-size: 36px;
    color: #2e797e;
    text-align: left;
    position: relative;
    /* max-width: 425px; */
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 28px;
    letter-spacing: 0px;
    padding-bottom: 10px;
}

.news-time {
    width: 90%;
    font-size: 20px;
    color: #444;
    text-align: left;
    position: relative;
    /* max-width: 100%; */
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    line-height: 27px;
    display: inline-block;
}

.news-desc {
    margin-top: 10px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #58585d;
    line-height: 28px;
    text-align: left;
    position: relative;
    max-width: 425px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
}

.news-swiper {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.news-list-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: #ffffff;
    min-height: 300px;
    width: 100%;
}

.news-main-box {
    display: flex;
    position: relative;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
}

.news-list {
    display: flex;
    position: relative;
    align-items: flex-end;
    flex-direction: row;
    border-bottom: 1px solid #e6e6e6;
    margin: 15px 0 0;
    padding-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
}

.time-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    /* margin-right: 34px; */
    background-color: #2f7979;
    width: 130px;
    height: 130px;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.date {
    position: relative;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    line-height: 36px;
    letter-spacing: 0;
    color: #ffffff;
    font-size: 36px;
}

.year {
    position: relative;
    height: 30px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffffff;
    font-size: 24px;
}

.news-txt {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    line-height: 24px;
    width: 85%;
    margin-left: 28px;
}

.news-title {
    position: relative;
    width: 82%;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    letter-spacing: 0;
    color: #2f797a;
    font-size: 24px;
}

.tag-count {
    position: relative;
    margin-top: 15px;
    /* max-width: 925px; */
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 16px;
    letter-spacing: 0;
    color: #a1a1a1;
    font-size: 14px;
}

.news-des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    position: relative;
    margin-top: 17px;
    width: 98%;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    letter-spacing: 0;
    color: #737373;
    font-size: 16px;
}

.odd .time-block {
    background-color: #ecf0f0;
}

.odd:hover .time-block {
    background-color: #2f797a;
}

.odd:hover ._news-title {
    color: #2f797a;
}

.odd:hover .date,
.odd:hover .year {
    color: #fff;
}

.odd .date,
.odd .year {
    color: #d1d1d1;
}

.odd .news-title {
    color: #363636;
}


/* 内容样式 */

.news-info-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: #ffffff;
    width: 95%;
    padding: 40px 0;
    box-sizing: border-box;
}

.news-info-header {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: 178px;
    border-bottom: 1px solid #e6e6e6;
}

.news-info-time {
    position: relative;
    margin-left: 2px;
    width: 100%;
    height: 36px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 36px;
    letter-spacing: 0;
    color: #2f797a;
    font-size: 36px;
}

.news-info-title {
    position: relative;
    margin-top: 21px;
    margin-left: 2px;
    width: 100%;
    height: 32px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 32px;
    letter-spacing: 0;
    color: #363636;
    font-size: 32px;
}

.news-info-count {
    position: relative;
    margin-top: 39px;
    margin-left: 2px;
    width: 100%;
    height: 18px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 18px;
    letter-spacing: 0;
    color: #a1a1a1;
    font-size: 16px;
}

.news-info-body {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 2px;
    width: 100%;
    margin-bottom: 50px;
    line-height: 36px;
    font-size: 16px;
    color: #3f3f3f;
}

.news-info-txt {
    display: -webkit-inline-box;
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 44px;
    letter-spacing: 0;
    color: #3e3939;
    font-size: 19px;
}

.news-info-page {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 3px;
    width: 100%;
    height: 87px;
    border-top: 2px solid #e6e6e6;
}

.news-info-pre {
    position: relative;
    margin-top: 34px;
    margin-left: 17px;
    height: 26px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 21px;
    letter-spacing: 0;
    color: #5c5c5c;
    font-size: 21px;
}

.news-info-footer {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 3px;
    width: 100%;
}

.news-info-next {
    position: relative;
    margin-top: 37px;
    margin-left: 18px;
    height: 21px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 21px;
    letter-spacing: 0;
    color: #5c5c5c;
    font-size: 21px;
}

.news-info-view {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: row;
    margin-top: 30px;
    align-content: center;
    justify-content: center;
    width: 100%;
    background: #ecf0f0;
    height: 60px;
}

.news-info-back {
    text-decoration: none;
    line-height: 24px;
    letter-spacing: 0;
    color: #2f797a;
    font-size: 18px;
}

.news-info-img {
    position: relative;
    margin-top: 32px;
    width: 100%;
}


section { width: 100%; }