.article-detail-main {
    width: 100%;

}

.article-header-title {
    position: relative;
    width: 100%;
    background-color: #222;

    overflow: hidden;
}

.article-header-title-main {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 145px;
    transform: translateX(-50%);
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.article-header-main-left {
    float: left;
    color: #fefefe;
}

.article-header-main-left-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 15px;

}

.article-header-main-left-des {
    font-size: 14px;
    line-height: 18px;
}

.about-content {
    position: relative;
    overflow: hidden;
    padding-top: 24px;
    color: #262626;
}

.news-content {
    width: 1200px;
    display: flex;
    flex-direction: column;

    margin: 0 auto  40px auto;

}

.details-home {
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 14px;
    color: #666;
}

.detail-article-title {
    margin-bottom: 15px;
    line-height: 32px;
    font-size: 26px;
    font-weight: 700;
    color: #262626;
}

.details-content {
    padding-top: 40px;
    font-size: 14px;
    color: #404040;
    line-height: 26px;
}

.news-sub-title {
    display: flex;
    flex-direction: row;
}

.news-sub-title span.value {
    color: #00bdff;
}

.news-sub-title .source {
    width: 200px;

}

/** pc*/
@media screen and (min-width: 751px) {
    .article-detail-main {
        min-width: 1200px;
    }

    .article-header-title {
        height: 300px;
    }

    h1, h2, h3, h4, h5 {
        font-size: inherit !important;
    }
}

@media screen and (max-width: 750px) {
    .about-content {
        padding: 0.1rem 0.1rem;
    }

    .article-header-title-main {
        padding: 0 0.1rem;
        width: 100%;
    }

    .w1200 {
        padding: 0 0.1rem !important;
        width: 100%;
    }

    .article-header-title {
        height: 300px;
    }

    h1, h2, h3, h4, h5 {
        font-size: inherit !important;
    }
}
