﻿.new_info_centent_title{
    font-size:30px;
    color:#333;
    text-align: center;
}
.new_info_content_info{
    margin-top:100px;
}
.new_info_centent_stitle{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top:30px;
}
.new_info_centent_stitle div{
    font-size:14px;
    color:#999;
}
.new_info_centent_stitle div:nth-child(2){
    margin-left:10px;
    margin-right:10px;
}
.new_info_centent_content span{
    color:#666;
    font-size: 16px;
}
.new_info_centent_content{
    margin-top:30px;
    margin-bottom:100px;
}
