#content {
    padding: 15vh 10.4%;
}

.news {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news::after {
    content: '';
    width: 32%;
}

.news .news_detail {
    width: 66.6%;
    position: relative;
}

.news_item img {
    width: 100%;
    height: 33vh;
}

.news_item div h2 {
    font-size: 1.125em;
    font-family: Alibaba PuHuiTi Medium, Alibaba PuHuiTi Medium-Medium;
    font-weight: 500;
    text-align: left;
    color: #222222;
    margin-top: 1.275em;
    margin-bottom: 0.85em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_item:hover div span {
    color: black;
}

.news_item:hover div a {
    background: #00439f;
    color: white;
}

.news_detail img {
    width: 100%;
    height: 100%;
}

.news_item {
    width: 32%;
    margin-top: 3.5vh;
    cursor: pointer;
}

.first {
    margin-top: 0;
}

.news_item div {
    padding: 2.9vh;
    background: #f7f7f7;
}

.news_item div p {
    font-size: 0.875em;
    font-family: Alibaba PuHuiTi Regular, Alibaba PuHuiTi Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #222222;
}

.news_item div h2 {
    font-size: 1.125em;
    font-family: Alibaba PuHuiTi Medium, Alibaba PuHuiTi Medium-Medium;
    font-weight: 500;
    text-align: left;
    color: #222222;
    margin-top: 1.275em;
    margin-bottom: 0.85em;
}

.news_item div span {
    font-size: 0.8125em;
    font-family: Alibaba PuHuiTi Regular, Alibaba PuHuiTi Regular-Regular;
    font-weight: 400;
    color: #777777;
    line-height: 1.275em;
    display: -webkit-box;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 5em;
}

.news_item div a {
    display: block;
    width: fit-content;
    text-align: center;
    margin-top: 7.5%;
    font-size: 0.6875em;
    padding: 2.2% 6.5%;
    border: 1px solid #bfbfbf;
    color: white;
    background: #bfbfbf;
}


/* .noimg div a {
    border: 1px solid #bfbfbf;
    color: white;
    background: #bfbfbf;
} */

@media screen and (max-width: 480px) {
    #content {
        padding: 15vh 5%;
    }
}