.text-center {
    text-align: center;
}

.row,
.main-sidebar .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-8 {
    padding-right: 15px;
}

.col-4 {
    padding-left: 15px;
}

.main-sidebar .single-post .content h5 {
    margin-bottom: 10px;
}

.main-sidebar .single-post .content.col-12 {
    padding-left: 0;
}

.imgcover {
    padding-left: 0;
}

.main-sidebar .single-post .imgright {
    padding-left: 15px;
    padding-right: 0px
}

.main-sidebar .single-post .content h5 a {
    margin-bottom: 0;
}

.news-single .single-comments .main {
    display: flex;
    align-items: center;
}

.news-single .single-comments .head img {
    width: 100px;
    display: block;
}

.news-single .single-comments .main .body {
    align-self: center
}

.dlc-iframe {
    position: relative;
}
.dlc-iframe .dlc-iframe-content{
  width: 100%;
  height: 800px;
}
/* 手机端 */
@media screen and (max-width: 768px) {
    .container .row .container-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .dlc-iframe .dlc-iframe-content {
        width: 100%;
        height: 7rem;
    }

    .news-single .single-main {
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border-radius: 0;
    }

    .news-single .news-title {
        font-size: 0.36rem;
        margin: 0.2rem 0;
    }

    .news-single .sub-title {
        font-size: 0.28rem;
    }

    .news-single {
        padding-top: 0;
    }

    .pdt-60 {
        padding-top: 0.6rem;
    }

    .news-single .blog-comments {
        padding: 0.3rem;
        border: 1px solid #eee;
        margin-top: 0.3rem;
    }
}