.article-detail{
   
    padding-left: 30px;
    padding-right: 30px;
}

.sec-left{
    flex: 1;
}

.sec-right{
    width: 28.8%;
    padding-left: 30px;
}

.article-header{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #BF2230;
    position: relative;
}



.articel-info{
    margin-top: 24px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    margin-bottom: 20px;
}

.article-content{
    height: 880px;
    font-size: 14px;
}

.articel-info .datetime{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.articel-info .article-cat{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 12px;
    border: 1px solid #BF2230;
    color: #BF2230;
    height: 24px;
    font-size: 12px;
    margin-left: 48px;
}

.article-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 100px;
}

.article-footer-left{
    display: flex;
    align-content: flex-start;
    align-items: flex-start;

}

.btn{
    height: 24px;
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #999999;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #999999;
    margin-right: 16px;
}

.btn-disable{
    height: 24px;
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #CCCCCC;
    margin-right: 16px;
}

.share-btn{
    width: 34px;
    height: 34px;
}



.swiper {
    text-align: center;
    width: 100%;
    padding-top: 46.354%;
    position: relative;
}

.swiper-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.article-list-header{
    display: flex;
    align-items: flex-end;
    height: 98px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.article-list-text{
    display: inline-block;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #BF2230;
    border-bottom: solid 3px #BF2230;
    padding-bottom: 24px;
}

.article-itemv{
    border-bottom: 1px solid rgba(51,51,51,0.1);
    padding-bottom: 20px;
}

.article-itemv .right-arrow{
    width: 11px;
    height: 9px;
    margin-top: 4px;
    margin-left: 20px;
}

.article-title{
    padding-top: 38px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    padding-bottom: 10px;
    position: relative;
    padding-left: 10px;

}

.article-itemv{
    cursor: pointer;
}

.article-itemv:hover .article-title,.article-itemv:hover .article-desc{
    color: #BF2230;
}



.red-block{
    display: inline-block;
    width: 4px;
    height: 10px;
    background-color: #BF2230;
    position: absolute;
    left: 0;
    top: 40px;
}
.article-desc{
    display: flex;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}