.news-con {
    width: 100%;
    padding: 20px 230px 54px;
    position: relative;
}
/* 返回 */
.news-lefbox {
    position: absolute;
    left: 0;
    top: 40px;
    width: 230px;
}

.news-back {
    padding-right: 50px;
    width: 100%;
}

    .news-back > a {
        display: block;
        width: 100%;
        line-height: 50px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        background: url(../images/bk1.png) no-repeat right center;
        background-size: 30px 14px;
        transition: all .6s;
        font-size: 16px;
        font-family: "Source Han Sans SC";
        color: rgb( 51, 51, 51 );
    }

        .news-back > a:hover {
            color: #0064a9;
            background: url(../images/bk1.png) no-repeat right 20px center;
            background-size: 30px 14px;
            transition: all .6s;
            /* padding-left: 10px; */
        }

/* 分享 */
.news-rigbox {
    width: 230px;
    position: absolute;
    right: 0;
    top: 40px;
}

.new-share {
    width: 100%;
    text-align: right;
}

    .new-share > .new-shareimg > a {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: rgb( 0, 100, 169 );
        text-align: center;
        line-height: 48px;
        overflow: hidden;
    }

.news-time {
    font-size: 18px;
    font-family: "MyriadPro";
    color: rgb( 0, 100, 169 );
    line-height: 60px;
}

/* 内容 */
.news-tit {
    font-size: 30px;
    color: rgb( 42, 42, 42 );
    line-height: 50px;
    margin-bottom: 20px;
}

.news-sub {
    font-size: 24px;
    color: rgb( 51, 51, 51 );
}

.news-cen > img {
    display: block;
    margin: 20px auto;
}

.news-cen p {
    font-size: 16px;
    color: rgb( 51, 51, 51 );
    line-height: 30px;
    margin: 20px 0px;
}

/* 目前已在 */
.news-bot {
    padding: 26px 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

.n-prev > a,
.n-next > a {
    font-size: 14px;
    color: #999999;
}

.n-prev > a {
    background: url(../images/mq1.png) no-repeat left center;
    background-size: 8px 14px;
    padding-left: 20px;
    margin-left: 10px;
}

.n-next > a {
    margin-right: 10px;
    padding-right: 20px;
    background: url(../images/mq2.png) no-repeat right center;
    background-size: 8px 14px;
}

    .n-prev > a:hover,
    .n-next > a:hover {
        text-decoration: underline;
    }

.fl a, .fr a {
    color: rgb( 0, 100, 169 );
}

.med-share {
    display: none;
    position: absolute;
    top: 45%;
    right: 8px;
    width: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.new-shareimg {
    width: 50px;
    float: right;
}

.med-share > li {
    height: 30px;
    line-height: 30px;
}

.new-share > .new-shareimg:hover .outposts {
    display: block;
    translate: all .6s;
}

.outposts {
    display:none;
    text-align: center;
    padding: 10px 0 10px 6px;
    position: absolute;
    top: 100%;
    /* right: 1px; */
    width: 47px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
