.index_pc_hide{
    display: none;
}

.index_link{
    color: #AFBBCC !important;
}

.news_detail_main{
    background-color: #121F32;
}

.next_article_box{
    background-color: #121F32;
}

.news_detail_header{
    background-image: url('../images/6f373262627327d16814c31f2753d2b.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 21.02rem;
    position: relative;
}

.news_detail_header_context{
    width: 100%;
    height: 100%;
    background-color: rgba(20,33,51,.5);
    position: relative;
}

.news_detail_content{
    position: absolute;
    left: 15.97rem;
    top: 10.77rem;
}

.news_detail_title{
    padding-bottom: 1.21rem;
    padding-right: 1.21rem;
}

.news_detail_title h1{
    color: #fff;
    font-size: 2.52rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_detail_timer span{
    color: #AFBBCC;
    font-size: 0.84rem;
}

.news_detail_path{
    position: absolute;
    right: 4.2rem;
    bottom: 1.31rem;
    color: #AFBBCC;
    font-size: 0.84rem;
    letter-spacing: 3px;
}

.news_detail_left{
    /* float: left; */
    width: 2.63rem;
    margin-right: 1.47rem;
    position: sticky;
    top: 100px;
    height: 17.83rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.news_detail_left_title{
    color: #AFBBCC;
    font-size: 0.48rem;
    margin-bottom: 1.1rem;
}

.news_detail_left_icon_box{
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    border: 1px solid #748399;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
    cursor: pointer;
}

.news_detail_left_icon_box:nth-of-type(1):hover{
    border-color: rgb(71, 193, 99);
}

.news_detail_left_icon_box:nth-of-type(1):hover .icon{
    fill: rgb(71, 193, 99);
}

.news_detail_left_icon_box:nth-of-type(2):hover{
    border-color: rgb(255,96,96);
}

.news_detail_left_icon_box:nth-of-type(2):hover .icon{
    fill: rgb(255,96,96);
}

.news_detail_left_icon_box:nth-of-type(3):hover{
    border-color: rgb(44,183,247);
}

.news_detail_left_icon_box:nth-of-type(3):hover .icon{
    fill: rgb(44,183,247);
}

.news_detail_left_icon_box:nth-of-type(4):hover{
    border-color: rgb(248,200,32);
}

.news_detail_left_icon_box:nth-of-type(4):hover .icon{
    fill: rgb(248,200,32);
}

.news_detail_left_icon_box:nth-of-type(5):hover{
    border-color: rgb(67,181,95);
}

.news_detail_left_icon_box:nth-of-type(5):hover .icon{
    fill: rgb(67,181,95);
}

.news_detail_left_icon_box:nth-of-type(6):hover{
    border-color: rgb(230,13,30);
}

.news_detail_left_icon_box:nth-of-type(6):hover .icon{
    fill: rgb(230,13,30);
}

.news_detail_left_icon_box .icon{
    width: 1.5rem;
    height: 1.5rem;
    fill: #AFBBCC;
    transform: scale(1.2);
}

.news_detail_content_box{
    background-color: #121F32;
    padding-top: 4.2rem;
    display: flex;
    justify-content: space-between;
}

.news_detail_context{
    width: 67.89rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    border-bottom: 0.05rem solid #425166;
    padding-bottom: 2.52rem;
}

.news_detail_text{
    width: 63.06rem;
    color: #fff;
    font-size: 0.84rem;
    line-height: 1.68rem;
    float: left;
}

.news_detail_text p{
    margin: 1.67rem 0 !important;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.news_detail_text img{
    height: auto;
    width: 1000px;
    display: block;
    margin: 0 auto;
}

.news_detail_text p, .news_detail_text span{
    text-indent: 0.84rem;
    margin: 0;
}

.news_detail_text p img, .news_detail_text span img{
    /* margin-left: -0.84rem; */
}

.next_article{
    display: flex;
    width: 67.89rem;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 1.68rem 0 6.57rem;
}

.next_article span{
    color: #AFBBCC;
    font-size: 0.84rem;
    cursor: pointer;
    display: block;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.next_article span:nth-of-type(2){
    
}

.article_tab{
    width: 100%;
    background-color: #121F32;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article_content{
    width: 67.89rem;
    margin: 0;
}

.article_tab_index{
    margin-right: 0.3rem !important;
}

.article_content span{
    color: #fff;
    font-size: 0.84rem;
    margin-right: 2rem;
}

.link_prev{
    text-align: left;
}

.link_next{
    text-align: right;
}