.news_box{
    /*width: 1200px;*/
    margin: 0px auto;
    padding: 20px 0;
}
.tui_box{
    border: none;
}
.news_box>li:first-child{
    width: calc(100% - 360px);
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
}
.news_box>li:last-child{
    width: 340px;
}
.news_title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
    text-align: center;
}
.news_share{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
}
.news_share>div{
    display: flex;
    align-items: center;
}
.news_share+div{
    font-size: 14px;
}
.news_detail_content{
    font-size: 16px;
    color: #333333;

}

/* 免责声明文字 - start */
.disclaimer__container {
    width: 100%;
    padding-bottom: 0px;
    color: #777;
    font-size: 14px;
}
.disclaimer__container > span:first-child {
    margin-right: 6px;
    font-weight: bold;
    color: #333;
}
/* 可提到全局复用 */
/*.disclaimer__container {
    color: #777;
    font-size: 14px;
}
.disclaimer__container h4,
.disclaimer__container p {
    margin: 8px 0px;
}
.disclaimer__container h4 {
    font-size: 18px;
    font-weight: bold;
}*/

/* 免责声明文字 - end */

.publisher-card__container_outer {
}

.publisher-card {
    /* 平台联系人卡片 */
    /*width: calc(100% - 360px);*/
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 10px auto;
    border: 1px solid #e5e5e5;
    width: 770px;
}
