.article-page {
    padding: 90px 0 0;
    width: 100%;
    min-height: 801px;
    background: url(../images/article/article1.png) no-repeat top center;
    background-size: 100% auto;
}

.article-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 21px;
    align-items: start;
    margin-top: -30px;
}
.article-container{
    position: relative;
    width: min(1280px, 100% - 32px);
    margin: 0 auto;
}
.article-hero-wrap {
    margin-bottom: 18px;
    padding-left: clamp(24px, 20vw, 0);
}
.article-cont{
    width: min(1600px, 100% - 32px);
    margin: 0 auto;

}
.article-main {
    position: relative;
    padding:40px 0 60px 0;
    /* overflow-y: auto; */
}
.article-main::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,0.2);
    z-index: 1;
}
/* 红线内容区：保持左对齐语义，但在小屏自动缩小左侧预留 */
.article-main > .article-tabs,
.article-main > .article-tab-panels {
    margin-left: clamp(24px, 20vw, 0);
    margin-right: 24px;
    position: relative;
    z-index: 2;
}

.article-hero {
    display: flex;
    gap: 24px;
}
.article-container
.article-brand-logo {
    width: 165px;
    height: 165px;
    background: #FFFFFF;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.article-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
}

.article-brand-content {
    flex: 1;
    min-width: 0;
}

.article-brand-top {
    position: relative;
    gap: 12px;
}

.article-brand-top h1 {
    margin: 8px 0 0;
    font-weight: 600;
    font-size: 38px;
    color: #060606;
    line-height: 38px;
}

.article-official-site {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 13px;
    color: #6b7280;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.article-official-site .article-official-site-icon{
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    background: url(../images/article/article15.png) no-repeat center center;
    background-size: 100% 100%;
    vertical-align: -11px;
    transition: all 0.3s ease;
}
.article-official-site a {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #060606;
    padding-bottom: 5px;
}
.article-official-site a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}
.article-official-site:hover a::after{
    transform: scaleX(1);
}
.article-official-site:hover .article-official-site-icon{
    background: url(../images/article/article8.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-brand-desc {
    margin: 12px 0 18px;
    width: 815px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    font-size: 16px;
    color: #5B76A7;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.article-tabs {
    display: flex;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.article-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 65px;
    line-height: 62px;
    background: rgba(255,255,255,0.35);
    border-radius: 33px;
    border: 2px solid rgba(255,255,255,0.35);
    font-family: Microsoft YaHei UI;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    text-align: center;
}
.article-tabs a i{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
}
.article-tabs .article-tab-item1 i{
    background: url(../images/article/article17.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-tabs .article-tab-item2 i{
    background: url(../images/article/article18.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-tabs .article-tab-item3 i{
    background: url(../images/article/article19.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-tabs a i.is-active{
    background: url(../images/article/article17.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-tabs .article-tab-item1.is-active i{
    background: url(../images/article/article20.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-tabs .article-tab-item2.is-active i{
    background: url(../images/article/article21.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-tabs .article-tab-item3.is-active i{
    background: url(../images/article/article22.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-tabs .article-tab-item1:hover i{
    background: url(../images/article/article20.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-tabs .article-tab-item2:hover i{
    background: url(../images/article/article21.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-tabs .article-tab-item3:hover i{
    background: url(../images/article/article22.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-tabs a.is-active {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    border-color: #000;
}

.article-tab-panel {
    display: none;
    min-height: 600px;
    padding-bottom: 60px;
}

.article-tab-panel.is-active {
    display: block;
}
.article-more{
    display: flex;
    justify-content: center;
}
.article-more a{
    width: 272px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 35px;
    font-weight: 400;
    font-size: 16px;
    color: #060606;
    line-height: 70px;
    text-align: center;
    transition: all 0.3s ease;
}
.article-more a:hover{
    background: rgba(0, 0, 0, 1);
    color: #fff;
}
.article-list {
    padding: 25px 28px 0 0;
}
.article-list p{
    line-height: 26px;
}
.article-list section{
    background: none!important;
}
.article-item {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 54px;
    padding: 15px 6px 15px 0;
    transition: all 0.3s ease;
}
.article-item:hover h3{
    color: rgba(0, 126, 255, 1);
}

.article-item:last-child {
    border-bottom: none;
}
.article-item-cover{
    width: 270px;
    height: 167px;
}
.article-item-cover img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.article-item-content h3 {
    margin: 9px 0 18px;
    font-weight: 600;
    font-size: 22px;
    color: #060606;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-item-content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    height: 44px;
    color: #94a3b8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-item-time{
    font-family: 'COMFORTAA-BOLD';
}
.article-item-time i{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/article/article32.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 4px;
    vertical-align: -2px;
}
.article-item-time a{
    font-family: 'COMFORTAA-BOLD';
    font-weight: bold;
    font-size: 12px;
    color: #CFDAE5;
}
.article-item-meta {
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-size: 12px;
    color: #9cabbc;
}

.article-item-meta .article-item-label {
    padding: 11px 16px;
    background: #EDF0F5;
    border-radius: 10px;
    font-weight: 400;
font-size: 14px;
color: #9CABBC;
}

.article-pagination {
    padding: 8px 24px 22px;
}

.article-pagination .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.article-pagination .pagination li {
    list-style: none;
}

.article-pagination .pagination li a,
.article-pagination .pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #dce5ef;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: 13px;
}

.article-pagination .pagination li.active span {
    background: #22d3ee;
    color: #fff;
    border-color: #22d3ee;
}

.article-consultant {
    width: 290px;
    height: 342px;
    text-align: center;
    background: rgba(255,255,255,0.15);
    box-shadow: 4px 4px 0px 0px rgb(204 204 204 / 9%);
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,0.4);
}

.article-consultant-avatar {
    width: 128px;
    height: 128px;
    margin: -18px auto 34px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, 0.30);
}

.article-consultant-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-consultant-name {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    margin-bottom: 11px;
}
.article-consultant-icon{
    width: 9px;
    height: 1px;
    margin-bottom: 12px;
    background: url(../images/article/article9.png) no-repeat center center;
    margin: 0 auto 11px;
}

.article-consultant-phone {
    font-family: 'NUMBERONLY';
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-bottom: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}
.article-consultant-phone img{
    width: 15px;
    height: 15px;
    margin-right: 7px;
}
.article-consultant-actions {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}
.article-consultant-actions a.icon1 i {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.article-consultant-actions .icon1 i {
    background: url(../images/article/article10.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-consultant-actions a.icon1 {
    width: 132px;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    background: rgba(0,0,0,0.03);
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.article-consultant-actions a.icon1:hover {
    background: rgba(0, 0, 0, 1);
    color: #fff;
}
.article-consultant-actions .icon1:hover i {
    background: url(../images/article/article25.png) no-repeat center center;
    background-size: 100% 100%;
}

.article-consultant-actions a.icon2 i {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.article-consultant-actions .icon2 i {
    background: url(../images/article/article13.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-consultant-actions a.icon2 {
    position: relative;
    z-index: 51;
    width: 132px;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    background: rgba(0,0,0,0.03);
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.article-consultant-actions a.icon2:hover {
    background: rgba(0, 0, 0, 1);
    color: #fff;
}
.article-consultant-actions .icon2:hover i {
    background: url(../images/article/article26.png) no-repeat center center;
    background-size: 100% 100%;
}

/* ========= 文章侧栏·微信咨询浮层（仅 .article-consultant 内生效，不依赖 list.css）========= */
.article-consultant .wxlinkbtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    z-index: 51;
}

.article-consultant .wxlinkbtn:hover .wxalt_code_dom,
.article-consultant .wxalt_code_dom.is-open {
    display: block;
}

.article-consultant .wxalt_code_dom {
    position: absolute;
    right: -59px;
    bottom: 12px;
    display: none;
    z-index: 50;
}

.article-consultant .wxalt_code_dom::after {
    content: "";
    position: absolute;
    right: 56px;
    bottom: -8px;
    width: 16px;
    height: 16px;
    background: linear-gradient(90deg, #edf5ff 0%, #f5f3ff 100%);
    transform: rotate(45deg);
    border-radius: 3px;
    box-shadow: 10px 10px 28px rgba(57, 47, 115, 0.10);
}

.article-consultant .wxalt_code_new {
    position: relative;
    width: 433px;
    height: 254px;
    padding: 36px 42px;
    background: url(../images/list/list26.png) no-repeat center center;
    background-size: 100% 100%;
}

.article-consultant .haveQrCodeAndWx {
    min-height: 210px;
}

.article-consultant .haveQrCodeAndWx .wxcode_new_img {
    width: 113px;
    height: 113px;
    overflow: hidden;
}

.article-consultant .haveQrCodeAndWx .wxcode_new_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.article-consultant .wxcode_new_tips {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 42px;
}

.article-consultant .wxcode_new_tips span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #C1B6CD;
    line-height: 24px;
}

.article-consultant .wxcode_new_tips a {
    font-family: 'COMFORTAA-BOLD';
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-top: 21px;
}

.article-consultant .haveQrCodeAndWx .wxcode_new_txt {
    position: absolute;
    left: 188px;
    top: 49px;
    padding-left: 26px;
}

.article-consultant .haveQrCodeAndWx .wxcode_new_txt .p1 i {
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url(../images/list/list52.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 6px;
    vertical-align: -2px;
}

.article-consultant .haveQrCodeAndWx .wxcode_new_txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    height: 110px;
    background: url(../images/list/list24.png) no-repeat center center;
    background-size: 100% 100%;
}

.article-consultant .haveQrCodeAndWx .wxcode_new_txt .p1 {
    font-weight: 400;
    font-size: 13px;
    color: #C1B6CD;
    line-height: 1;
}

.article-consultant .haveQrCodeAndWx .wxcode_new_txt .p2 {
    margin-top: 12px;
    font-family: 'COMFORTAA-BOLD';
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

.article-consultant .wxcode_new_img1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -30px;
}

.article-consultant .wxcode_new_img1 img {
    width: 75px;
    height: 88px;
    margin-right: 109px;
    margin-left: 8px;
}

.article-consultant .wxcode_btn {
    display: block;
    margin-top: 14px;
    width: 119px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    font-weight: 400;
    font-size: 13px;
    color: rgba(67, 55, 255, 1);
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.article-consultant .wxcode_btn:hover {
    background: rgba(67, 55, 255, 1);
    color: #fff;
}

.article-consultant .wxcode_btn1 {
    display: block;
    width: 119px;
    height: 40px;
    background: rgba(6, 6, 6, 1);
    color: #fff;
    margin: 5px 25px 0 0;
}

.article-consultant .haveQrCodeAndWx .wxcode_new_hont {
    margin-top: 16px;
    font-weight: 400;
    font-size: 13px;
    color: #C1B6CD;
    line-height: 1.5;
}


@media (max-width: 1400px) {
    .article-item-content h3 {
        font-size: 24px;
    }
}

/* ===================== Article Detail ===================== */
.article-container-detail{
   position: relative;
   width: 100%;
}
.article-detail-page{
    padding-top: 75px;
}
.article-detail-hero{
    padding-left: 310px;
    margin-bottom: 60px;
}
.article-detail-time{
    font-family: 'COMFORTAA-BOLD';
    font-weight: bold;
    font-size: 12px;
    color: #5E99CF;
    margin-bottom: 30px;
}
.article-detail-time i{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/article/article34.png) no-repeat center center;
    background-size: 100% 100%;
    vertical-align: -2px;
}
.article-detail-title{
    margin: 0;
    font-weight: 600;
    font-size: 38px;
    color: #060606;
    line-height: 1.25;
    height: 92px;
    width: 45%;
    overflow: hidden;
}
.article-detail-meta{
    margin: 0 0 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;

}
.article-detail-tag{
    display: inline-flex;
    align-items: center;
    height: 37px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #9CABBC;
}

.article-detail-layout{
    display: grid;
    /* 下面两个div,一个宽度为2fr,一个宽度为1fr */
    grid-template-columns: 4.1fr 2fr;
    gap: 12px;
    align-items: start;
    margin-top: -30px;
}
.article-detail-main{
    background: rgba(255,255,255,0.20);
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,0.20);
    padding: 22px 0 0 310px;
    overflow: hidden;
}
.article-detail-card{
    padding: 0 40px 42px 0;
    min-height: 500px;
}
.article-detail-switch{
    margin: 0 40px 42px 0;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.8);
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.article-detail-switch-item{
    min-height: 110px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.article-detail-switch-item:only-child{
    grid-column: 1 / -1;
    border-radius: 16px;
}
.article-detail-switch-prev{
    transition: all 0.3s ease;
    border-radius: 16px 0 0 16px;
}
.article-detail-switch-next{
    transition: all 0.3s ease;
    border-radius: 0 16px 16px 0;
    justify-content: flex-end;
    text-align: right;
}
.article-detail-switch-prev:hover{
    background: #000000;
}
.article-detail-switch-prev:hover .article-detail-switch-label{
    color: rgba(0, 126, 255, 1);
}
.article-detail-switch-prev:hover .article-detail-switch-title{
    color: #ffff;
}
.article-detail-switch-next:hover{
    background: #000000;
}
.article-detail-switch-next:hover .article-detail-switch-label{
    color: rgba(0, 126, 255, 1);
}
.article-detail-switch-next:hover .article-detail-switch-title{
    color: #ffff;
}
.article-detail-switch-arrow{
    width: 30px;
    height: 30px;
}
.article-detail-switch-arrow-left{
    background: url(../images/article/article28.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-detail-switch-prev:hover .article-detail-switch-arrow-left{
    background: url(../images/article/article30.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-detail-switch-arrow-right{
    background: url(../images/article/article29.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-detail-switch-prev:hover .article-detail-switch-arrow-right{
    background: url(../images/article/article31.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-detail-switch-text{
    min-width: 0;
}
.article-detail-switch-label{
    margin: 0 0 8px;
    font-size: 12px;
    color: #CFD6E2;
    line-height: 1;
}
.article-detail-switch-title{
    margin: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-detail-content{
    font-size: 14px;
    color: rgba(0,0,0,0.78);
    line-height: 1.9;
}
.article-detail-content img{
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}
.article-detail-content h1,
.article-detail-content h2,
.article-detail-content h3{
    color: #060606;
    line-height: 1.4;
    margin: 22px 0 12px;
}
.article-detail-content h2{
    font-size: 20px;
    font-weight: 700;
}
.article-detail-content p{
    margin: 0;
}
.article-detail-content a{
    color: rgba(0, 126, 255, 1);
}
.article-detail-content blockquote{
    margin: 16px 0;
    padding: 10px 14px;
    background: rgba(255,255,255,0.65);
    border-left: 4px solid rgba(0, 126, 255, 0.35);
    border-radius: 10px;
}

.article-hot-card{
    background: rgba(255, 255, 255, 0.20);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    overflow: hidden;
    height: 100%;
}
.article-hot-head{
    padding: 23px 15px 10px;
}
.article-hot-title{
    font-size: 20px;
    font-weight: 700;
    color: #060606;
    display: flex;
    align-items: center;
    gap: 10px;
}
.article-hot-title img{
    width: 10px;
    height: 3px;
    margin-right: 8px;
    object-fit: cover;
}
.article-hot-list{
    padding: 6px 10px 14px;
}
.article-detail-aside{
    height: 100%;
}
.article-hot-item{
    position: relative;
    display: grid;
    padding: 0 0 10px 0;
    border-radius: 10px;
    transition: background 0.2s ease;
}
.article-hot-info{
    margin-left: 22px;
}
.article-hot-item-top{
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}
.article-hot-cover{
    width: 115px;
    height: 72px;
    border-radius: 16px;
    background: #f3f4f6;
}
.article-hot-rank{
    position: absolute;
    left: -1px;
    top: -2px;
    width: 20px;
    height: 26px;
}
.article-hot-rank1{
    background: url(../images/article/zx-1.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-hot-rank2{
    background: url(../images/article/zx-2.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-hot-rank3{
    background: url(../images/article/zx-3.png) no-repeat center center;
    background-size: 100% 100%;
}
.article-hot-rank4{
    width: 16px;
    height: 15px;
    background: url(../images/article/zx-4.png) no-repeat center center;
    background-size: 100% 100%;
    top: 11px;
}
.article-hot-rank5{
    width: 16px;
    height: 15px;
    background: url(../images/article/zx-5.png) no-repeat center center;
    background-size: 100% 100%;
    top: 11px;
}
.article-hot-rank6{
    width: 16px;
    height: 15px;
    background: url(../images/article/zx-6.png) no-repeat center center;
    background-size: 100% 100%;
    top: 11px;
}
.article-hot-cover{
    position: relative;
}
.article-hot-cover img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.article-hot-name{
    width: 130px;
    height: 37px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #060606;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-hot-name:hover{
    color: rgba(0, 126, 255, 1);
}
.article-hot-date{
    margin-top: 20px;
    font-family: 'COMFORTAA-BOLD';
    font-weight: bold;
    font-size: 12px;
    color: #CFDAE5;
}
.article-hot-item-rank{
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    padding-top: 8px;
    padding-bottom: 8px;
}
.article-hot-item-rank .article-hot-rank{
    font-size: 16px;
    color: #c3cad4;
    line-height: 1.35;
    font-family: Arial, sans-serif;
}
.article-hot-item-rank .article-hot-name{
    width: 256px;
    padding-left: 23px;
}
.article-hot-empty{
    padding: 18px 12px;
    font-size: 12px;
    color: rgba(0,0,0,0.45);
    text-align: center;
}
.article-no-data{
    width: 100%;
    text-align: center;
    margin-top: 100px;
}
.article-no-data .article-no-data-img1{
    display: inline-block;
    width: 137px;
    height: 138px;
    object-fit: cover;
}
.article-no-data .article-no-data-img2{
    display: inline-block;
    width: 18px;
    height: 4px;
    object-fit: cover;
    margin-top: 36px;
}
.article-no-data-text{
    font-weight: 400;
    font-size: 28px;
    color: #CECFE3;
    margin-top: 38px;
}