.sub-title {
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}

.date-media {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 18px;
    color: #cccccc;
}

.date-media .media a {
    margin-right: 10px;
}

.news-wrapper  .content {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.news-item {
    width:33.3%;
    float:left;
}

.news-item >a{
    display: block;
}

.news-item >a>img{
    width: 380px;
    height: 190px;
}

.news-item .date {
    display: block;
    color:#cccccc;
    font-size: 16px;
}

.news-item .news-info {
    text-align: left;
    padding: 0 10px;
    margin-top: 15px;
    font-size: 18px;
}

.news-item .news-info .name {
    color:#000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-item .news-info .descri {
    color: #666;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.related-news  {
    overflow: hidden;
}

.page-banner {
    background: url("../images/community-banner.png")left top no-repeat;
}

@media screen and (max-width:1600px) {

}


@media  screen and (max-width: 1440px) {

}

@media  screen and (max-width: 1366px) {

}


@media  screen and (max-width: 1024px) {

}


@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 375px) and (max-width: 767px) {
    .page-banner{
        margin-top: 52px;
        height: auto;
    }

    .page-title{
        padding-top: 20px;
        font-size: 30px;
    }

    .container-full{
        width: 100%;
        max-width:100%;
        padding-bottom:0;
        padding: 10px;
    }

    .news-item{
        float: none;
        width: 100%;
    }


    .news-item >a>img{
        width: 100%;
        height: auto;
    }

    .news-item .news-info{
        margin-bottom: 10px;
    }
}

@media (max-width: 374px) {
    .page-banner{
        margin-top: 52px;
        height: auto;
    }

    .page-title{
        padding-top: 20px;
        font-size: 30px;
    }

    .container-full{
        width: 100%;
        max-width:100%;
        padding-bottom:0;
        padding: 10px;
    }

    .news-item{
        float: none;
        width: 100%;
    }


    .news-item >a>img{
        width: 100%;
        height: auto;
    }

    .news-item .news-info{
        margin-bottom: 10px;
    }
}