.new_info{
    margin-top: 30px;
}
.new_info .info_div{
    float: left;
    width: 220px;
    margin-left: 25px;
    margin-top: 30px;;
}
.new_info .info_div:first-child{
    width: 220px;
    margin-left: 0px;
}
.new_info .info_div p{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}
.new_info .info_div p span{
    float: left;
    width: 4px;
    height: 18px;
    margin-top: 12px;
    background: #1787E0;
    margin-right: 20px;
}
.new_info .lis{
    margin-top:10px;
}
.new_info .lis li{
    list-style: none;
    line-height: 36px;
    color: #333;
}
.new_info .lis li span{
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    margin: 16px 10px 0 0;
}
.new_info .time{
    float: right;
    font-size: 12px;
    color: #7c7b7b;
}
