.new{
    width: 100%;
    margin: 50px 0;
}
.new .con{
    max-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 ul{
    width: 100%;

}
.new .con .msg ul li{
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    overflow: hidden;
}
.new .con .msg ul li img{
    float: left;
    width: 230px;
    margin-right: 20px;
}
.new .con .msg ul li .new-msg{
    width: 800px;
    float: left;
    font-size: 14px;
}
.new .con .msg ul li .new-msg p{
    margin-top: 30px;
    width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new .con .msg ul li span{
    float: right;
    line-height: 100px;
}