.new-box{
    padding-top: 1rem;
    padding-bottom: 1.3rem;
}
.new-tit{
    padding-top: .35rem;
    padding-bottom: .45rem;
    margin-bottom: .4rem;
    border-bottom: 1px solid #d9d9d9;
}
.new-tit h1{
    font-size: .6rem;
    color: #e9142a;
}
.new-tit h1 span{
    color: #4d4d4d;
    font-weight: lighter;
}
.new-tit h4{
    margin-bottom: .7rem;
    font-size: .21rem;
    font-weight: normal;
    color: #333333;
}
.new-tit .tit-desc{
    font-size: .18rem;
    color: #4d4d4d;
    display: flex;
    justify-content: space-between;
}
.new-cont p{
    margin-bottom: .15rem;
    font-size: .21rem;
    line-height: .34rem;
    color: #4d4d4d;
    text-indent: 2em;
    text-align: justify;
}
.page-box{
    margin-top: .65rem;
    display: flex;
    justify-content: space-between;
}
.page-box .prev,
.page-box .next{
    width: 35%;
}
.page-box .next{
    text-align: right;
}
.page-box .turn-tit{
    display: inline-block;
    margin-bottom: .15rem;
    width: 1.65rem;
    height: .55rem;
    line-height: .55rem;
    background: #e9142a;
    text-align: center;
    font-size: .21rem;
    color: #fff;
}
.page-box .turn-cont{
    font-size: .18rem;
    font-weight: bold;
    color: #e9142a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}