.pub-content {
    /* background-color: pink; */
}

.news-content {
    /* background-color: red; */
}

.clamp-1-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.clamp-2-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.AB1F24 {
    color: #AB1F24 !important;
}

.news-content .news-title {
    /* width: 100%; */
    margin: 100px 0 50px;
    text-align: center;
    font-weight: normal;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 36px;
    color: #333333;
    line-height: 50px;
}

.news-content .news-item {
    /* background-color: orange; */
}

.news-content .news-item:hover {
    background: #F6F8FA;
}

.news-content .news-item .news-item-desc {
    padding: 0 20px;
}

.news-content .news-item .news-item-desc a {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news-content .news-item .news-item-desc .left-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.news-content .news-item .news-item-desc .left-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.news-content .news-item .news-item-desc .center {
    flex: 1;
    height: 300px;
    /* background-color: antiquewhite; */
    margin: 0 150px 0 50px;
}

.news-content .news-item .news-item-desc .center .title {
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-top: 50px;
}

.news-content .news-item .news-item-desc .center .desc {
    font-weight: normal;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 16px;
    color: #7F7F7F;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
    margin: 50px 0;
}

.news-content .news-item .news-item-desc .center .cut {
    background: url(../images/index-news-right-highlight-cut-img.png) top left no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}

.news-content .news-item .news-item-desc .center .show-cut {
    display: block;
}

.news-content .news-item .news-item-desc .right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-content .news-item .news-item-desc .right .num {
    font-weight: 400;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 60px;
    color: #AB1F24;
    line-height: 71px;
    text-align: justify;
}

.news-content .news-item .news-item-desc .right .news-time {
    font-weight: 400;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: justify;
    margin-top: 10px;
}

@media screen and (max-width:1400px) {
    .news-content .news-item {
        padding: 0 20px;
    }

    .news-content .news-item .news-item-desc .left-img {
        max-width: 300px;
    }

    .news-content .news-item .news-item-desc .right .num {
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        font-size: 40px;
        line-height: 51px;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:980px) {

    .news-content .news-item {
        padding: 0 20px 20px;
    }

    /* 标题 */
    .news-content .news-title {
        margin: 20px 0;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        font-size: 18px;
        line-height: 1.5;
    }

    .news-content .news-item .news-item-desc a {
        flex-direction: column;
        padding: 0 0 10px;
    }

    .news-content .news-item .news-item-desc .left-img {
        max-width: unset;
    }

    .news-content .news-item .news-item-desc .center {
        margin: 0;
    }

    .news-content .news-item .news-item-desc .center .title {
        margin-top: 20px;
    }

    .news-content .news-item .news-item-desc .center .desc {
        margin: 20px 0;
    }

    /* 时间 */
    .news-content .news-item .news-item-desc .right {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .news-content .news-item .news-item-desc .right .num {
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        font-size: 16px;
        line-height: 19px;
    }

    .news-content .news-item .news-item-desc .right .news-time {
        margin: 0;
    }

    .news-content .news-item .news-item-desc .center .cut {
        display: none !important;
    }
}