.w1200.pos-r.clearfix{
    padding-top: 40px;
}


.article {
    background-color: #fff;
}

.article .article-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
}

.article .info-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px dashed #E2E2E2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.article .article-userinfo {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #8D8D8D;
}

.article-userinfo .article-type {
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 9px;
    padding: 0 9px;
    margin-right: 15px;
}

.article-userinfo .article-time {
    margin-right: 15px;
    padding-left: 21px;
    background: url('../image/time_icon.png') no-repeat;
    background-size: 14px 14px;
    background-position: left center;
}


.article-userinfo .article-label-list span {
    margin-right: 7px;
}

.article-userinfo .article-label-list .article-label-title {
    margin-right: 15px;
}

.article .user-name {
    font-size: 12px;
    color: #8D8D8D;
}

.article .article-content {}

.article .article-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    word-wrap: break-word;
    word-break: break-all;
}

.article .article-content img {
    max-width: 100%;
}

.article .original-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding: 0 10px;
    font-size: 12px;
    color: #8E8E8E;
}
.article .original-text .report{
    cursor: pointer;
}

.article .article-tips {
    padding: 12px 10px;
    color: #8E8E8E;
    line-height: 30px;
    font-size: 16px;
    border: 1px dashed #333333;
}

.article .article-tips span {
    color: #1877FA;
}

.ad {
    margin-top: 24px;
    position: relative;
    display: block;
    width: 100%;
    height: 105px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 53px;
    background-color: rgba(59, 54, 54, .1);
    overflow: hidden;
    -webkit-border-radius: 53px;
    -moz-border-radius: 53px;
    -ms-border-radius: 53px;
    -o-border-radius: 53px;
}

.ad::after {
    content: '广告';
    position: absolute;
    right: 40px;
    top: 0;
    color: #fff;
    font-size: 14px;
    padding: 2px 4px;
    background-color: rgba(0, 0, 0, .23);
}

.ad img {
    width: 100%;
    height: 100%;
}

.star {
    margin-top: 22px;
    text-align: center;
}

.star .star-box {
    cursor: pointer;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(-90deg, #6975DD, #7355B0);
}

.star .star-box .star-icon {
    width: 33px;
    height: 36px;
    background-image: url('../image/star_icon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.star .star-box .star-icon.active {
    background-image: url('../image/article_content_star_icon_active.png');
}

.star .star-text {
    line-height: 1;
    margin-top: 13px;
    color: #262626;
    font-size: 12px;
    color: #8D8D8D;
}
.disable {
    pointer-events: none;
    cursor: auto;
}
.preview-area{
    width: 727px;
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 70px;
}
.preview-box{
    width: 100%;
}

.preview-area .preview-icon{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.preview-area .preview-icon i{
    width: 22px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../image/preview-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.preview-area .preview-icon span{
    color: #000000;
    font-size: 18px;
}
.article{
    position: relative;
}
.article .previwe-badge{
    width:168px;
    height: 147px;
    position: absolute;
    right: 14px;
    top: 87px;
    background-image: url(../image/preview-badge-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}