html,body{
    background-color: #ffffff;
}
.news{
    width: 92%;
    margin: 0 auto;
}
.news .newsList .title{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.news .newsList{
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 30px;
}
.news .newsList .item{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.news .newsList .item img{
    width: 32%;
    height: 72px;
    border-radius: 10px;
    margin-right: 3%;
}
.news .newsList .item .info{
    width: 65%;
}
.news .newsList .item .info p,.classroom .classroomList .list .item .info p{
    margin: 0;
}
.news .newsList .item .info p.ititle,.classroom .classroomList .list .item .info p.ititle{
    height: 40px;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2; 
    overflow: hidden;
    font-size: 14px;
}
.news .newsList .item .info p.num{
    margin-top: 10px;
    font-size: 14px;
}
.published_time{
    margin-bottom: 20px;
    color: #999999;
}
/* .content p{
    text-indent: 2em;
} */