.new_box {
    width: 12rem;
    margin: 1.21rem auto .53rem;
}

.new_item {
    display: flex;
    height: 1.96rem;
    margin-bottom: .55rem;
}

.new_item_img {
    width: 3.18rem;
    height: 1.96rem;
    overflow: hidden;
    margin-right: .45rem;
}

.new_item_text {
    width: 8.36rem;
    display: flex;
    align-items: center;
    border-bottom: .01rem solid #D5D8DE;
}

.new_time {
    width: 1.75rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: .01rem solid #D5D8DE;
    margin-right: .72rem;
    margin-left: -.45rem;
}

.data {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.44rem;
    color: #034187;
    margin-bottom: .15rem;
}

.year {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.18rem;
    color: #B1B1B1;
}

.new_item_r {
    width: 6.14rem;
}

.new_item_tit {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: .25rem;
}

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

.newxq_box {
    width: 12rem;
    margin: 1.21rem auto .58rem;
}

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

.newxq_subtitle{
    display: flex;
    justify-content: center;
    padding-bottom: .24rem;
}

.newxq_subtitle span{
    margin: 0 .2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
}

.newxwq_content{
    padding: .4rem 0;
    border-bottom: 0.01rem solid #C9C9C9;
}

.newxwq_content p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.28rem;
}

.newxwq_content p img{
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: .5rem auto;
}

.newxq_imgbox{
    margin-top: .54rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newxq_imgbox_item{
    width: 5.72rem;
    margin-bottom: .26rem;
}
.newxq_img{
    display: flex;
}

.newxq_img,
.newxq_img img{
    width: 100%;
}

.newxq_img_tit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin-top: .3rem;
    text-align: center;
}

.newxq_imgbox2{
    margin: 0;
    margin-bottom: .26rem;
}

.newxq_imgbox2 p{
    width: 100%;
    text-align: center;
    margin-top: .04rem;
}

.newxq_page{
    margin: .26rem auto;
}

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

@media only screen and (max-width:1024px){
    .new_box{
        width: 100%;
        padding: 15px;
        margin: 0;
        box-sizing: border-box;
    }
    .new_item_text{
        width: 65%;
    }
    .new_item_img{
        width: 100px;
        flex-shrink: 0;
    }
    .new_time{
        margin-right: 15px;
        width: 1rem;
    }
    .new_item_r{
        width: 80%;
    }
    .new_item_tit{
        width: 100%;
        font-size: 14px;
    }
    .new_item_txt{
        width: 100%;
        font-size: 12px;
    }
    .newxq_box{
        width: 100%;
        padding: 15px;
        margin: 0;
        box-sizing: border-box;
    }
    .newxq_tit{
        font-size: 16px;
    }
    .newxq_subtitle span{
        font-size: 14px;
    }
    .newxwq_content p,
    .newxq_page a{
        font-size: 12px;
    }
}