
.category-text {
    display: inline-block;
    width: 45%
}

.category_icon {
    width: 20px;
    height: 20px
}

.category .more {
    display: inline-block;
    width: 50%;
    text-align: right
}

.new_tag {
    /*color: #ffffff;*/
    font-size: 12px;
    /*background-color: #0ba35aed;*/
    padding: 2px 3px;
    border-radius: 2px;
    margin-right: 3px;
    background: #dcfce7;
    color: #16a34a;
}

.top_tag {
    /*color: #ffffff;*/
    /*font-size: 12px;*/
    /*background-color: #ff7e00;*/
    /*padding: 2px 3px;*/
    /*border-radius: 2px;*/
    /*margin-right: 3px;*/
    background: #fef3c7;
    color: #d97706;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 16px;
    margin-right: 8px;
    font-weight: 600;
}

.main-center .category {
    background: radial-gradient(circle at 10% 20%, #f0fbff 0%, #fff 50%);
    padding-right: 4px;
    border-radius: 4px;
    padding-left: 5px;
    margin-top: 5px;
}

.category_svg_icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 4px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height: 230px;
}

.toutiao {
    padding-top: 10px;
}

.nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0c84ff;
    transition: width 0.3s ease;
}

.nav li a:hover::after {
    width: 100%;
}

.nav li a:hover {
    color: #0c84ff;
}

.main-center .col-md-4 {
    height: 300px;
    padding-left: 0;
}

.category-cover {
    width: 100%;
    height: 80px;
    /*border: 2px solid #f0f0f0;*/
    /*box-shadow: 0 4px 12px rgb(255 255 255 / 48%);*/
    /*border-radius: 5px;*/
    /*box-sizing: border-box;*/
}

ul li::marker {
    color: #a6a8ac;
}

ul li {
    font-size: 14px;
}

.main-center ul {
    padding-left: 0;
}

.category {

    /*border-bottom: 1px solid #d2d2d2;*/
    padding: 10px 0;
}

.category .category-text {
    font-weight: bold;
    font-size: 16px;
    color: #0a67fb;
}

.category .more {
    color: #2196F3;
    font-size: 12px;
}

.main-center {
    background-color: #fff;
}

.article-link {
    line-height: 30px;
    text-decoration: none;
    color: #111;
}

.main-center li {
    /*list-style-position: inside;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.home-cate-span {
    color: #2c3e4e;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
    padding: 6px 18px 6px 14px;
    border-radius: 40px;
    background: #eef3fc;
    border-color: #cde1ef;
    width: 107px;
    /*transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);*/
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.right-container-row {
    background-color: #fff;
    padding: 1px;
}

ul .latest_article_item {
    list-style-position: inside;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carousel-indicators {
    bottom: -12px;
}

/**
手机端显示
 */
@media (max-width: 862px) {
    .carousel-indicators li {
        width: 4px;
        height: 4px;
    }

    .carousel-indicators .active {
        width: 6px;
        height: 6px;
        background-color: #fff;
    }

    .main-center {
        padding-right: 0;
        padding-left: 0;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 160px;
    }
}

.category-text span {
    /*background: linear-gradient(90deg, #2d69e9 0, #2fb6e7 100%);*/
    background-clip: text;
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #34495e;
}

/**
首页中间长广告图样式
 */
.home-center-long-ad {
    padding-left: 15px;
}

.home-center-long-ad a img {
    width: 100%;
    border: 1px solid #ececec;
}

.ad-text {
    position: absolute;
    bottom: 12px;
    right: 18px;
    background-color: rgb(210 209 209 / 4%);
    color: #d9d9d9;
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: sans-serif;
    z-index: 1;
    pointer-events: none;
    border: 1px solid #bfbebe;
}

.toutiao_article_title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toutiao_article_desc {
    font-size: 13px;
    color: gray;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toutiao_article_block {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.diynum {
    font-weight: bold;
}

.num1 {
    color: red;
}

.num2 {
    color: #fa4017;
}

.num3 {
    color: #f8742c;
}

#carousel-example-generic {
    padding-left: 15px;
    padding-right: 15px;
}

.zixun-cover {
    width: 100%;
    border-radius: 5px;
}

.zixun_title {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #f4f4f4;
    background: radial-gradient(circle at 10% 20%, #f6f9fa 0%, #fff 50%);
    border-radius: 2px;
    margin-bottom: 14px;
    margin-left: 13px;
    padding-top: 5px;
}

.zixun_title img {
    width: 22px;
    height: 22px;
}

.home-article-row {
    transition: 0.1s;
}
/*.home-article-block:hover {*/
.home-article-row:hover {
    border-radius: 2px;
    padding-left: 6px;
    transition: all 0.2s;
    background-color: rgba(18, 130, 255, 0.15);
    color: #0c84ff !important;
}

.home-article-block {
    padding-right: 0;
}

.home-article-block a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    /*font-weight: bold;*/
}

.home-article-desc {
    padding-left: 16px;
    color: gray;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-article-time-block {
    padding: 3px 0 0 6px;
}

.home-article-time {
    color: #3e3b3b;

}
