.news-detail ._tags{
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    align-items: center;
   flex-flow: wrap;
}
.news-detail ._tags a{
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #F5F6FA;
    line-height: 25px;
    font-size: 12px;
    color: #333333;
    white-space: nowrap;
    padding: 0px 5px;
    height: 25px;
}
.news-detail ._btns{
    display: flex;
    gap: 10px;
}
.news-detail .d-flex-between{
    margin-bottom: 8px;}
.news-detail ._btns ._b{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 1000px 1000px 1000px 1000px;
    border: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 20px;
    cursor: pointer;
}
.news-detail ._btns ._b:hover{
    background-color: #FCF4F4;
    color: #CA252D;
}
.news-detail ._btns ._b.icon-yishoucang{
    color: #CA252D;
}
.news-detail ._btm-btns ._btn .icon-yishoucang{
    color: #CA252D;
}
.news-detail ._title{
    font-size: 22px;
    color: #333333;
    line-height: 31px;
    margin-bottom: 15px;
    font-weight: bold;
}
.news-detail  ._line1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 12px;
    color: #999999;
}
.news-detail  ._line1-type1{
    background: linear-gradient( 90deg, #040000 0%, #2B2B2B 100%);
    border-radius: 1000px 1000px 1000px 1000px;
    line-height: 21px;
    padding: 0 6px;
    color: #fff;
}
.news-detail  ._line1-type2{
    color: #333333;
}
.news-detail ._desc{
    padding: 6px 10px;
    border-left: 1px solid #333333;
    font-size: 12px;
    color: #333333;
    line-height: 19px;
    background: #F5F6FA;
}
.news-detail .html-content *{
    max-width: 100%;
    white-space: initial !important;
    word-wrap: break-word;
    word-break: break-all;
}
.news-detail ._end{
    font-size: 12px;
    color: #E3E3E3;
    line-height: 21px;
    text-align: center;
}
.news-detail ._btm-btns{
    gap: 10px;
}
.news-detail ._btm-btns ._btn{
    border: 1px solid #E5E5E5;
    background: #fff;
    color: #333333;
    flex: unset;
    padding: 0 15px;
}

.review-title{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}
.review-item{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.review-item ._head{
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
}
.review-item ._cont{
    width: calc(100% - 44px);
    background: #F5F6FA;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E3E3E3;
    padding: 15px;
    font-size: 14px;
    color: #333333;
}
.review-list .item{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.review-list .item ._head {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
}

.review-list .item .text-info{color: #333;
    font-size: 14px;}
.review-list .item .text-info .name{
    color: #333;
    font-size: 14px;
}
.review-list .item .text-info .name span{
    color: #999;
}
.review-list .item .text-info .text{
    color: #333;
    margin: 10px 0;
}

.review-list .item  .more-btn {
    width: 100%;
    line-height: 32px;
    margin-top: 10px;
    color: #333333;
    font-weight: initial;
    cursor: pointer;
}
.review-list .item .more-btn i{
    margin-left: 6px;
    font-size: 14px;
}
.limit6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.review-list{
    padding: 20px 0;
    border-top: 1px solid #F5F6FA;
    border-bottom: 1px solid #F5F6FA;
}
.empty-text{
    text-align: center;
    font-size: 14px;
    color: #999999;
    height: 110px;
}
.page-link{
    font-size: 12px;
    color: #999999;
    line-height: 17px;
}
.page-link ._name{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-decoration: underline;
}

@media (max-width: 992px) {

    .news-detail.col-9{
        width: 100%;}
    .news-detail.col-3{
        width:  100%;}
    .col-3{
        width:  100%;}
    .news-detail ._tags{
        white-space: nowrap;
        overflow: auto;
        text-overflow: ellipsis;
    }
    .news-detail ._tags a{
        display: flex;
        align-items: center;
    }
}

.page-adv{
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 20px;

}
.page-adv img{
    width: 100%;
    height: fit-content;
    object-fit: contain;
}
