.horizontal-scrollable > .mobile_nav {
    overflow-x: auto;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.73);
    height: 50px;
    line-height: 50px;
    margin-bottom: 3px;
}

.pagination {
    margin-top: 15px;
}

.center-container .row {
    margin-bottom: 1px;
    background-color: #FFF;
}

.center-container .article-list:hover {
    background-color: #f7fbff !important;
}
h2:hover {
    font-weight: bold;
}

.article-list {
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 15px;
}
.content-row {
    padding-left: 15px;
}
.content-title {
    color: #000000;
    font-size: 16px;
}

.article-list .content-digest {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 5px;
    color: #8A919F;
}

.hot_article_item a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination .active a {
    background-color: #1e80ff;
    border: unset;
}

.pagination li a {
    color: #1e80ff;
}

.pagination .active a:hover {
    background-color: #0c84ff;
}

.article_info {
    font-size: 13px;
    color: #5c5c5c;
}

.article_info .divider {
    font-size: 12px;
    color: #bcbcbc;
}

.article-list .new {
    display: inline-block;
    background-color: #0c84ff;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px;
    line-height: 21px;
    font-size: 12px;
    margin-right: 5px;
    font-weight: normal;
}
.category-text {
    text-align: center;
    font-size: 18px;
    color: #252933;
    font-weight: bold;
}
.category-desc {
    text-align: center;
    font-size: 12px;
    color: gray;
}
.center-container .category-container {
    /*margin-bottom: 15px;*/
}
.category-container div{
    padding: 0;
    border-bottom: 1px solid #f3f3f3;
}
ul .hot_article_item {
    list-style-type: none;

    overflow: hidden;
    font-size: 14px;
    list-style-position: inside;
    text-overflow: ellipsis;
    white-space: nowrap;
}
