/*详情页*/
.news-header h1.title{
    font-size: 26px;
    font-weight: 700;
    color: #141414;
}
.news-header .meta{
    margin-top: 15px;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
}

.news-header .meta__left {
    float: left;
}

.news-header .meta__right {
    float: right;
}

.news-header .meta span {
    float: left;
    font-size: 14px;
    color: #a4a4a4;
    display: inline-block;
    vertical-align: middle;
}
.news-header .meta em{
    font-style:normal;
}
.news-header .meta__left span{
    margin-right: 10px;
}

.news-header .meta__right span{
    margin-left: 10px;
}

.news-description, .news-related-comic{
    box-sizing: border-box;
    background-color: rgb(249,249,249);
    padding: 20px;
    border-right: 2px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
    color: #4b4b4b;
    overflow: hidden;
}

.news-related-comic .comic-left{
    float: left;
    width: 110px;
    height: 152px;
    background: #fff;
}
.news-related-comic .comic-left img{
    width: 100%;
    height: 100%;
}
.news-related-comic .comic-body{
    float: left;
    width: 450px;
    margin-left: 20px;
    font-size: 12px;
}
.news-related-comic .comic-body span{
    color: #333;
    font-weight: 700;
    margin-right: 8px;
}
.news-related-comic .name{
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.news-related-comic .author{
    margin-top: 5px;
    color: #999;
}
.news-related-comic .intro{
    margin-top: 5px;
    line-height: 18px;
    color: #999;
    max-height: 54px;
    overflow: hidden;
}
.news-related-comic .read{
    margin-top: 8px;
}
.news-related-comic .read a {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    background: #ff6600;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.news-related-comic .read a:hover {
    background: #ff4400;
    text-decoration: none;
}

.news-related-comic .comic-right{
    float: right;
}

.news-related-comic .mp_qrcode{
    width: 125px;
    height: 152px;
    padding: 0;
}
.news-related-comic .mp_qrcode span{
    font-size: 14px;
    bottom: 0;
}

.news-content{
    position: relative;
    overflow: hidden;
    font-size: 16px;
}
.news-content p {
    letter-spacing: .5px;
    line-height: 32px;
    margin-bottom: 28px;
    text-align: justify;
    color: #3b3b3b;
    font-weight: 400;
    word-break: break-word;
    font-family: "PingFang SC",Microsoft YaHei,Helvetica,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
}

.news-content img {
    margin: 10px auto;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

/*相关资讯*/
.related-news-wrap{
    background: #f9f9f9;
    padding: 15px;
    margin-top: 15px;
}
.related-news-wrap .hd{
    margin-bottom: 10px;
}
.related-news-wrap .hd h3{
    font-size: 16px;
    padding-left: 10px;
}

/*上下篇*/
.post-navigation{
    font-size: 0;
    position: relative;
    z-index: 0;
}
.post-navigation span{
    display: block;
}
.post-navigation .iconfont{
    font-size: 29px;
    background: rgba(249, 249, 249, 0.16);
    line-height: 1;
    padding-top: 2px;
    top:0;
    border-radius: 3px;
    color:#fff
}
.post-navigation-in{
    min-height: 98px;
    padding: 10px;
    overflow: hidden;
}
.post-navigation-in::before{
    content: '';
    position: absolute;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5);
    top:0;
    left:0;
    z-index: 1
}
.post-navigation-in .img-bg{
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:100%
}
.navigation-cat{
    margin-bottom: 10px;
}
.navigation-cat a{
    display: inline-block;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 1;
    text-shadow: none;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .6);
    color:#fff
}
.navigation-title a:hover{
    text-decoration:none;
}
.navigation-title span,.navigation-time{
    margin-top: 5px;
    margin-right:40px;
    font-weight: 300;
    color:#fff;
}
.navigation-title span{
    font-size:17px;
    max-height: 45px;
    overflow: hidden;
}
.navigation-time{
    font-size: 12px;
}
.navigation-title,.post-navigation span{
    position: relative;
    z-index: 2
}
.post-pre,.post-next{
    width:50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.post-pre{
    padding-right:8px;
}
.post-next{
    text-align: right;
    padding-left:8px;
}
.post-pre .iconfont{
    left:0;
}
.post-next .iconfont{
    right:0;
}
.post-pre .navigation-title span,.post-pre .navigation-time{
    margin-right: 0;
    margin-left:40px;
}
.post-next .navigation-cat{
    margin-right:40px
}
.post-pre .navigation-cat{
    margin-left:40px
}

/*调整主CSS*/
.cy_wide{
    margin-top: 0;
}
.cy_paihang{
    position: static;
    margin-top: 30px;
}
.cy_paihang_cont{
    margin-top: 30px;
}