


.banner{
    width: 100%;
    margin-top: 120px;
    position: relative;
}
.banner>.bg{
    width: 100%;
}




section>.content{
    width: 1200px;
    margin: 0 auto 50px;
    padding: 20px 0 80px 0 ;
    box-sizing: border-box;
}
section>.content>.newList{
    cursor: pointer;
    margin-bottom: 50px;
}
section>.content>.newList a{
    text-decoration: none;
}
section>.content>.newList .title{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
section>.content>.newList .con{
    overflow: hidden;
}
section>.content>.newList .con>.thumbnail{
    width: 220px;
    height: 130px;
    border-radius: 5px;
    float: left;
}
section>.content>.newList .con>.con_right{
    width: 70%;
    float: left;
}
section>.content>.newList .con>.con_right>.describe{
    width: 100%;
    font-size: 15px;
    color: #999;
    margin-left: 20px;
    text-align: justify;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

section>.content>.newList .con>.con_right>.time{
    font-size: 15px;
    color: #999;
    margin-left: 20px;
    margin-top: 20px;
}



.l{
    float: left;
}

.r{
    float: right;
}
