.new{
    width: 100%;
    margin: 50px 0;
}
.new .con{
    width: 1200px;
    margin: 0 auto;
}
.new .con h2{
    border-bottom: 1px solid gray;
    padding: 15px 0;
    
}
.new .con h2 span{
    display: block;
    border-left: 3px solid #1e50ae;
    padding-left: 10px;
}
.new .con .msg{
    margin-top: 20px;
}
.new .con .msg h1{
    line-height: 50px;
    text-align: center;
}
.new .con .msg p{
    font-size: 14px;
    line-height: 23px;
    margin-top: 30px;
}
.new .con .msg img{
    display: block;
    margin: 30px auto 0;
    width: 500px;
}

.time{
    text-align: center;
    color: #999;
    line-height: 50px;
    font-size: 14px;
    display: block;
}
