.new_banner{
    margin-top: 1px;
    display: flex;
    justify-content: center;
}

.new_text_bg{
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.new_text{
    width: 1200px;
    text-align: center;
}
.new_text img{
    width: 1200px;
    margin: 15px 0;
}
.new_text h3{
    color: #333;
    font-size: 24px;
}
.new_text p{
    color: #333;
    font-size: 20px;
    margin: 10px;
}
.new_text h3:nth-of-type(1){
    text-align: left;
}

.new_text h3:nth-of-type(2){
    text-align: left;
    margin: 5px 0 20px 0;
}
.new_text p:nth-last-child(1),
.new_text p:nth-last-child(2),
.new_text p:nth-last-child(3),
.new_text p:nth-last-child(4),
.new_text p:nth-last-child(5){
    text-align: left;
    margin-left: 1em;
}