.this_center_r{
    display: flex;
    align-items: center;
}
.this_a_column{
    display: flex;
    color: #333;
    font-size: 0.18rem;
    margin-left: 0.8rem;
    position: relative;
}
.this_a_column:hover{
    font-weight: bold;
    color: #FE8503;
}
.this_a_column::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -0.23rem;
    left: 0;
    width: 100%;
    height: 0.04rem;
    background: #FE8503;
    display: none;
}
.this_a_column:hover::after{
    display: block;
}
.new{
    background: #F5F5F5;
    padding: 0.8rem 0;
}
.new_center{
    width: 16rem;
    margin: 0 auto;
}
.new_abox{
    display: flex; 
    align-items: center;
    padding-right: 0.42rem;
    margin-bottom: 0.3rem;
    transition: all .25s;
}
.new_imgbox{
    width: 4.6rem;
    height: 3rem;
    overflow: hidden;
    margin-right: 0.4rem;
}
.new_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}

.new_txtbox{
    width: 7.5rem;
}
.new_timerbox{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left:0.1rem ;
}
.new_title{
    color: #333333;
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.new_text{
    line-height: 2;
    color: #999999;
    font-size: 0.18rem;
    text-align: justify;
}
.new_many{
    width: 0.5rem;
    height: 0.16rem;
    margin-top: 0.2rem;   
    display: none;
}
.new_many img{
    width: 100%;
    height: 100%;
}
.new_time{
    font-size: 0.28rem;
    color: #999;
    font-weight: bold;
    font-family: 'titi';
    font-style: italic;
}
.new_abox:hover{
    background: #fff;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
}
.new_abox:hover .new_many{
    display: block;
}
.new_abox:hover .new_time{
    color: #003ABC;
}
.new_abox:hover .new_imgbox>img{
    transform: scale(1.03);
}
.new_title_page{
    font-size: 0.28rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.3rem;
}
.new_detabox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}
.new_author,.new_deta{
    color: #999999;
    font-size: 0.2rem;
}
.new_author{
    padding-right: 0.1rem;
    margin-right: 0.1rem;
    position: relative;
}
.new_author::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 0.01rem;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    background:#999;
}
.news_pagebox{
    width: 14rem;
    margin: 0 auto;
    padding: 0.4rem 0.5rem 0.6rem 0.5rem;
    border-top: 0.01rem solid #707070;
    border-bottom: 0.01rem solid #707070;

}
.news_page_ptxt{
    font-size: 0.18rem;
    color: #333;
    text-indent: 0.36rem;
    margin-bottom: 0.3rem;
    line-height: 1.8;
}
.news_page_ptxt img{
    width: 10rem;
    height: 6rem;
    margin: 0 auto;
}
.news_page_ptxt:last-child{
    margin-bottom: 0;
}
.news_nextbox{
    width: 14rem;
    margin: 0 auto;
    padding-left: 0.1rem;
    display: flex;
    flex-direction: column;
    padding-top: 0.3rem;
}
.news_next_a{
    color: #666666;
    font-size: 0.18rem;
    margin-top: 0.2rem;
}
.news_next_a:hover{
    color: #000;
}




@media only screen and (max-width:1024px){
    .new{
        padding: 15px;
    }
    .new_center{
        width: 100%;
    }
    .new_abox{
        align-items: normal;
        flex-direction: column;
        padding: 0;
    }
    .new_imgbox,
    .new_title,
    .new_txtbox,
    .new_text,
    .new_timerbox{
        margin: 0;
        width: 100%;
        height: auto;
        margin-bottom: 15px;;
    }
     .news_pagebox{
        width: 100%;
        padding: 0;
    }
    .news_pagebox span{
        font-size: 12px!important;
    }
    .news_page_ptxt{
        width: 100%;
        height: auto;
    }
    .news_page_ptxt img{
        width: 100%;
        height: 100%;
    }
    .news_nextbox{
        width: 100%;
        padding: 15px 0;
    }
}