.blog-wrapper .content ul, ol, li{
    list-style: unset;
}

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


.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;
}

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

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

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

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

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

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

.blog-item .blog-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-blog  {
    overflow: hidden;
}

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


.list-paddingleft-2{
    padding-left: 80px;
}

@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;
    }

    embed{
        width: 100%;
    }

    .content img{
        width: 100% !important;
        height: auto !important;
    }

    .blog-item{
        float: none;
        width: 100%;
        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;
    }

    embed{
        width: 100%;
    }

    .content img{
        width: 100% !important;
        height: auto !important;
    }

    .blog-item{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}