.banner {
    background-image: url(../images/new/banner.png);
}

.content_box {
    width: 15rem;
    margin: 0 auto;
    /*padding: .67rem .93rem;*/
    padding: .67rem 0;
}

.common_title {
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN-Heavy;
    font-weight: bold;
    font-size: 1rem;
    color: rgba(130, 130, 130, .1);
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.common_titcn {
    position: absolute;
    left: 50%;
    bottom: 10%;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN-Heavy;
    font-weight: bold;
    font-size: 0.56rem;
    color: #000000;
    transform: translateX(-50%);
    white-space: nowrap;
}

.new_content{
    margin-top: .67rem;
}

.new_item{
    display: flex;
    width: 100%;
    padding-bottom: .32rem;
    border-bottom: .01rem solid #D5D8DE;
    margin-bottom: .33rem;
}


.new_item_time{
    width: 1.77rem;
    height: 1.49rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: .72rem;
    border-right: .01rem solid #D5D8DE;
}
.new_date{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.44rem;
    color: #EA3200;
    margin-bottom: .18rem;
}
.new_year{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.18rem;
    color: #B1B1B1;
}

.new_text{
    width: 12.22rem;
}

.new_tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: .29rem;
}

.new_txt{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.28rem
}

.newxq_tit{
    margin-bottom: .4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.28rem;
    color: #000000;
    text-align: center;
}

.newxq_tit_box{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #6A6A6A;
    padding-bottom: .22rem;
    border-bottom: 0.01rem solid #C9C9C9;
}

.newxq_tit_box p{
    margin: 0 .25rem;
}

.newxq_text{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.28rem;
    padding-top: .43rem;
    padding-bottom: .45rem;
}

.newxq_text img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.newxq_page{
    display: flex;
    flex-direction: column;
    border-top: 0.01rem solid #C9C9C9;
    padding-top: .45rem;
}

.newxq_page a{
    margin-bottom: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
}
