.news-container{
    background: #f5f5f5;

}
.news-container .main-title{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.news-main .content-inf{
    color: #666666;
    font-size: 14px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #e2e2e2;
    margin-top: 20px;
}
.news-main .content-txt{
    margin-bottom: 40px;
    min-height: 300px;
}
.news-main .content-link.clearfix{
    padding-top: 20px;
    border-top: 1px dashed #e2e2e2;
    padding-bottom: 20px;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: space-around;
}
.news-main .content-link.clearfix a{
    color: #666;
}
.news-main .content-link.clearfix a:hover{
    color: #0ba0d1;

}
@media (min-width: 640px) {
    .news-main{
        background-color: #fff;
        width: 1060px !important;
        padding: 70px 70px 0 70px;
    }
}

@media (max-width: 640px) {
    .news-container .content-txt img{
        width: 100%;
        height: 100%;
    }
    .main-title{
        font-size: 18px;
    }
    .news-main{
        margin-top: 20px;
    }
}