a:hover {
    text-decoration: none;
    color: var(--color);
}

.section-top-content {
    display: flex;
}
.top-section {
    padding-bottom: 1rem;
}

.top-section-left {
    width: 70%;
}

.swiper-container1 {
    height: 20rem;
}

.top-section-bottom {
    display: flex;
    margin-top: 1rem;
    flex-direction: column;
    background-color: #fff;
    padding: 1rem;
}

.top-section-bottom-left {
    max-width: 40%;
}
.recommend-row-item {
    margin-top: 1rem;
    display: flex;
}
.recommend-row {
    display: block;
    margin-bottom: 1rem;
}
.top-section-bottom-left .recommend-row:last-of-type {
    margin-bottom: 0;
}
.recommend-cover-box {
    width: 5rem;
    height: 5rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
}
img.recommend-cover {
    width: 100%;
}
.recomment-title {
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: -3rem;
    background-color: rgba(255,255,255, 1);
    height: 3rem;
    line-height: 3rem;
    color: #444;
}

.top-section-bottom-midden {
    flex: 1;
    background-color: #fff;
    padding: 1rem;
    box-sizing: border-box;
    margin-left: 2%;
}
.contribute-title-row, .recommend-title-row {
    display: flex;
    justify-content: space-between;
}
.contribute-title {
    font-size: 1.4rem;
    font-weight: bold;
}
.contribute-item-title {
    /* font-weight: bold; */
    font-size: 0.875rem;
}
.contribute-name {
    font-size: 0.8rem;
    color: #999;
}

.contribute-row {
    display: flex;
    margin-top: 1rem;
}
img.contribute-user-head {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
}
.contribute-item {
    background-color: #f4f4f4;
    width: 0;
    flex: 1;
    margin-left: 1.2rem;
    border-radius: 4px;
    position: relative;
    padding: 0.4rem 0.8rem;
}
.contribute-item:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 4px 10px;
    border-style: solid;
    border-color: transparent #f4f4f4 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -18px;
}

.top-section-right {
    margin-left: 16px;
    flex: 1;
    display: flex;
    height: 46rem;
    flex-direction: column;
    width: 0;
}
.top-section-right-top {
    background-color: #fff;
    overflow-y: scroll;
    padding: 1rem;
}
.bold-title {
    font-size: 1.4rem;
    font-weight: bold;
}
.flash-article-block {
    overflow-y: scroll;
    height: 31.4rem;
    margin-top: 1rem;
}
.last-article-row {
    display: block;
    padding: 0.36rem;
    color: #000;
}
.last-article-title {
    font-size: 0.875rem;
}
.last-article-time {
    font-size: 0.8rem;
    color: #999;
}
.top-section-right-bottom {
    min-height: 9rem;
    background-color: #fff;
    margin-top: 0.6rem;
    padding: 1rem;
    box-sizing: border-box;
}
.notice-title-row {
    padding: 1rem 0 0.4rem;
    font-size: 1.1rem;
    width: 100%;
    min-height: 20px;
    color: #444;
    cursor: pointer;
}
.notice-time-row {
    font-size: 0.875rem;
    color: #999;
}

.headline-center-banner {
    display: block;
    margin-top: 1rem;
    background-color: #ddd;
}
.headline-center-banner > img {
    width: 100%;
}

.category-box {
    background-color: #fff;
    padding: 0.6rem 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.category-box.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    box-shadow: 0 0.1875rem 0.4375rem 0 rgb(0 0 0 / 19%);
    background-color: #fff;
    z-index: 11;
}
.headline-category {
    display: inline-block;
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
}

.all-news-box {
    display: flex;
    margin-top: 1rem;
}
#news-headline-box {
    /* width: 70%; */
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.discover-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 15px;
    padding: 0.8rem;
    background-color: #fff;
}

.headline-item {
    width: 31.4%;
    margin-right: 1.6%;
}
.news-item {
    background-color: #fff;
    box-shadow: 1px 1px 4px #ccc;
    margin-bottom: 15px;
    display: block;
}
.news-cover-box {
    max-height: 16rem;
    overflow: hidden;
}
.news-item-body {
    padding: 12px;
}
img.news-cover {
    width: 100%;
}
.news-item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 1rem;
    word-break: break-all;
}
.news-item-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    color: #666;
    font-size: 0.875rem;
    word-break: break-all;
}
.news-data-box {
    display: flex;
}
.news-user {
    display: flex;
    align-items: center;
    color: #888;
    flex: 1;
    width: 0;
    font-size: 0.875rem;
}
img.news-user-head {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-right: 4px;
}
.news-comment-praise {
    display: flex;
    align-items: center;
}
.news-comment, .news-praise {
    margin-left: 1rem;
    color: #999;
    font-size: 0.875rem;
}

.discover-item {
    margin-left: 20px;
}

a.more {
    padding-left: 0.6rem;
    color: #999;
    font-size: 0.9rem;
}