news {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-section{
    display: block;
    margin-bottom: -1px;
    /* min-height: calc(100vh - 400px); */
    /* padding: 50px 0 80px; */
}

.row {
    width: 100%;
}

.news-section .titie-section h1{
    font-size: 38px;
}

.news-section-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;

}

.news-item {
    display: flex;
    position: relative;
    padding: 5px;
}

.blog-item {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.blog-item img{
    width: 100%;
    height: auto;
}

.blog-item h3{
    font-size: 18px;
    font-weight: 600;
    color: #555252;
    display: block;
    line-height: 24px;
    position: relative;
    margin: 15px 0 ;
    padding: 0;
}

.blog-item h3:before{
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    display: block;
    background: #4c515a;
    bottom: -8px;
}

.img-preview {
    vertical-align: middle;
    float: left;
    padding-right: 20px;

}

.news-detail {
    background: white;
    padding: 20px;
    /*border-left: 1px solid;*/
    color: #555252;
    font-size: 16px;
    line-height: 1.6;
}

.news-detail img {
    width: 100%;
    max-width: 500px;
}

.news-detail-title {
    font-weight: bold;
    font-size: 26px;
}

.news-content {
    clear: both;
}

.to-news {
    margin: 15px auto 30px;
    display: block;
    position: relative;
    width: 200px;
}