.top_bj {
    width: 100%;
    height: 96px;
    background: url("/image/newbj.png") no-repeat top center;
    background-size: 90% auto;
}

@media screen and (min-width: 1921px) {
    .top_bj {
        height: 104px;
    }
}
@media screen and (min-width:1366px) and (max-width:1680px) {
    .top_bj {
        height: 78px;
    }
}
@media screen and (max-width: 1366px) {
    .top_bj {
        height: 61px;

    }
}

.top_bj:after {
    content: 'NEWS CENTER';
    display: block;
    width: 88%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: center;
    font-size: 28px;
    color: #fff;
    text-align: right;
    line-height: 96px;
    letter-spacing: 10px;
    margin: auto;
    padding-right: 36px;
}

.news_main {
    width: 100%;
    position: relative;
}

.news_main:after {
    content: '';
    display: block;
    margin-bottom: 100px;
}

.news_main ul {
    width: 90%;
    display: flex;
    justify-content: flex-end;
    padding-top: 28px;
    border-bottom: solid 2px #f2f2f2;
    box-sizing: border-box;
    margin: auto;
}

.news_main ul li:first-child {
    position: relative;
}

.news_main ul>li>a {
    font-size: 16px;
    margin-right: 50px;
    display: inline-block;
    cursor: pointer;
    height: 42px;
}

.news_main ul>li:last-child {
    margin-right: 100px;
}

.active {
    color: #00569b;
    border-bottom: solid 2px #00569b;
}

.content {
    width: 1085px;
    height: auto;
    margin: 130px auto;
}

.content .jt_news {
    display: flex;
}

.content .jt_news .left_time {
    width: 120px;
    height: 120px;
    background: #f3f3f3;
    font-size: 26px;
    color: #00569b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 46px;
}

.content .jt_news .left_time p:nth-child(2) {
    font-size: 22px;
    line-height: 1.2;
}

.content .jt_news .left_time p:nth-child(3) {
    font-size: 18px;
    line-height: 1.2;

}

.content .jt_news .right {
    width: 860px;
}

.content .jt_news .right h2 {
    font-size: 18px;
    color: #00569b;
    font-weight: bold;
}

.content .jt_news .right h3 {
    font-size: 12px;
    color: #808080;
    padding-top: 10px;
}

.content .jt_news .right .share {
    margin: 8px 0 26px 0;
    height: 20px;
    display: flex;
}

.content .jt_news .right .share a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/image/shareXb.png") no-repeat;
}

.content .jt_news .right .share a:nth-child(2) {
    background-position: -22px 0;
}

.content .jt_news .right .share a:nth-child(3) {
    background-position: -44px 0;
}

.content .jt_news .right .share a:nth-child(4) {
    background-position: -66px 0;
}

.content .jt_news .right .right_info {
    width: 100%;
    line-height: 20px;
}

.content .jt_news .right .right_info img {
    display: block;
}

.content .jt_news .right .right_info .right_info_img {
    width: 628px;
    height: 360px;
    overflow: hidden;
    margin-bottom: 36px;
}

.content .jt_news .right .right_info .right_info_img img {
    height: auto;
}

.social-share .icon-weibo,
.icon-qq,
.icon-qzone,
.icon-wechat {
    color: transparent !important;
    border-color: #666 !important;
}

.social-share .social-share-icon {
    border: none !important;
    color: #666;
}