.header {
    background-color: #fff;
}

.article {
    width: 100%;
    background-color: #fff;
    padding-top: 71px;
}

.article-wrapper {
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 36px 0;
}

.article-left {
    position: relative;
    width: 878px;
}

.article-left .news-detail-content {
    padding: 18px 0;
}

.article-left .news-detail-content .detail-header .title-box {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: rgb(0, 4, 26);
}

.article-left .news-detail-content .detail-header .issue-box {
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 1px solid rgba(199, 201, 216, .3);
    height: 40px;
    font-size: 14px;
    color: rgba(0, 4, 26, .7);
}

.article-left .news-detail-content .detail-header .issue-box .author {
    float: left;
    margin-right: 30px;
    outline: none;
}

.article-left .news-detail-content .detail-header .issue-box .author .name {
    outline: none;
    color: #999;
}

.article-left .news-detail-content .detail-header .issue-box .time {
    float: right;
    width: 150px;
    margin-right: 30px;
}

.article-left .news-detail-content .detail-header .issue-box .read-number {
    -js-display: flex;
    display: flex;
    align-items: center;
}

.article-left .news-detail-content .detail-text {
    margin: 24px 0;
}

.article-left .news-detail-content .detail-text p {
    font-size: 16px;
    line-height: 32px;
    color: #363636;
    margin-bottom: 28px;
}

.article-left .news-detail-content .detail-text h1,
.article-left .news-detail-content .detail-text h2,
.article-left .news-detail-content .detail-text h3,
.article-left .news-detail-content .detail-text h4,
.article-left .news-detail-content .detail-text h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #4373f9;
}

.article-left .news-detail-content .next-prev-box {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}

.article-left .news-detail-content .next-prev-box .column {
    box-sizing: border-box;
    padding: 26px;
    width: 420px;
    box-shadow: 0 3px 12px 0 rgba(0, 72, 174, .1);
    border-radius: 2px;
}

.article-left .news-detail-content .next-prev-box .column a:hover .title {
    color: #4373f9;
}

.article-left .news-detail-content .next-prev-box .column p {
    position: relative;
    padding-bottom: 18px;
    color: rgba(0, 4, 26, .7);
    font-size: 14px;
    font-weight: 700;
}

.article-left .news-detail-content .next-prev-box .column p:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #4373f9;
}

.article-left .news-detail-content .next-prev-box .column .title {
    color: rgba(0, 4, 26, .7);
    font-weight: 400;
    font-size: 16px;
    margin: 29px 0 17px;
    line-height: 24px;
    transition: all .2s ease;
}

.article-left .news-detail-content .next-prev-box .column .info {
    margin-top: 30px;
    line-height: 14px;
    color: rgba(0, 4, 26, .7);
}

.article-left .news-detail-content .next-prev-box .column .info .publish-time {
    position: relative;
    margin-left: 12px;
    padding-left: 14px;
}

.article-left .news-detail-content .next-prev-box .column .info .publish-time:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    margin: auto 0;
    background-color: rgba(0, 4, 26, .7);
    border-radius: 50%;
    opacity: .5;
}

.article-right {
    width: 226px;
}

.article-right .news-recommend {
    margin-bottom: 40px;
}

.article-right .news-recommend .block-title {
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(199, 201, 216, .3);
}

.article-right .news-recommend .block-title span {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    color: rgb(0, 4, 26);
    font-weight: bold;
    border-bottom: 2px solid #4373f9;
}

.article-right .news-recommend .recommend-column {
    margin-bottom: 44px;
}

.article-right .news-recommend .recommend-column .image {
    display: block;
    width: 230px;
    height: 150px;
}

.article-right .news-recommend .recommend-column .image:hover + .title {
    color: #4373f9;
}

.article-right .news-recommend .recommend-column .image img {
    width: 230px;
    height: 150px;
}

.article-right .news-recommend .recommend-column .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 14px 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(0, 4, 26);
    outline: none;
}

.article-right .news-recommend .recommend-column .title:hover {
    color: #4373f9;
}

.article-right .news-recommend .recommend-column .info {
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 4, 26, .7)
}


