body{
    background:#fff;
}


.l-news{
    padding: 10px 0px 10px;
}
.l-news .l-news-title{
    font-size:25px;
    font-weight:bold;
}
.l-news .l-news-info{
    font-size:13px;
    color:#999;
    margin:10px 0;
}
.l-news .l-news-content{
    font-size:15px;
    line-height:30px;
}
.l-news .l-news-content img{
    max-width:100%;
}