.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.wsr-beox {width: 100%;height: auto;display: inline-block;}
.new-title{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 3%;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
}
.new-title h3{
    text-align: center;
    font-size: 29px;
    margin-bottom: 2%;
    letter-spacing: 6px;
    color: #333333;
}
.new-title p{
    text-align: center;
    font-size: 14px;
    background: #e99415;
    width: 8%;
    padding: 7px 0;
    float: left;
    color: #fff;
    border-radius: 10px;
}
.new-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}
.new-box p {
    font-size: 14px;
    line-height: 30px;
}