.l-news{
    margin-top:0;
}
.news_page{
    width: 100%;
    float: left;

}
.news_page h1.news_title{
    padding: 4vw;
    text-align: center;
    font-weight: normal;
    font-size: 0.4rem;
}
.news_info{
    font-size: 3.8vw;
    text-align: center;
    margin: 0 4vw;
    border-bottom: dashed 1px #d5d5d5;
    color: #666;
}
.news_content{
    font-size: 3.6vw;
    line-height: 6vw;
    width: 100%;
    padding: 2vw 4vw 0;
    box-sizing: border-box;
    word-wrap: break-word;
}

.news_content img{
    width: 100%;
    height: auto;
}