.article-main{
    background:#f2f2f2;
    padding: 24px 0;
}
.mobile-article-container img{
  width: 100% !important;
  height: auto !important;
}
.mobile-article-container .mceTmpl-1-content{
  display: none !important;
}

.container .article{
    background:#fff;
    padding:24px;
}

.container .article .author p{
    display: inline-block;
}

.container .article .glyphicon-tags:before{
    content: ''
}

.container .article .author .avatar{
    width: 56px;
    height: 56px;
    border-radius:50%;
    display: inline-block;
    margin-right: 10px;
}

.container .article .author .name{
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
}

.container .article .author .title{
    font-weight: 350;
    font-size: 14px;
    line-height: 23px;
    color: rgba(51,51,51,0.6000);
    margin-left:5px;
}

.container .right-card{
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 12px 24px;
    color: #333333;
    margin-bottom: 24px;
}

.container .right-card ul{
    list-style: none;
}

.container .catalog-wrap{
    /*position: sticky;*/
    /*top: 76px;*/
    /*z-index: 99;*/
}

.container .catalog-container ul{
    padding-left:20px;
}

.container .right-card ul li{
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:10px 0;
}

.container .right-card ul li a{
    color: #333;
}

.container .right-card ul li a:hover{
    color: #333;
}

.container .right-card ul li a:visited{
    text-decoration: underline;
}

.container .right-card .card-header{
    color: #333333;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #D9D9D9;
    padding:10px 0;
}

.container .hot-article .number{
    display:inline-block;
    width:20px;
    height:20px;
    background:#98b9f7;
    border-radius:50%;
    margin-right:8px;
    text-align:center;
    color:#fff;
    font-size:12px;
    line-height:20px;
}

.title{
    font-family: Source Han Sans CN;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
}

.summary.title{
    position: absolute;
    width: 72px;
    height: 27px;
    left: 392px;
    top: 337px;

    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #000000;
}
.summary.text{
    position: absolute;
    width: 696px;
    height: 42px;
    left: 414px;
    top: 409px;

    font-family: 'Source Han Sans CN VF';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: justify;
    text-decoration-line: underline;

    color: #333333;
}
.article-cover{
    height: 220px;
}
.message{
    display: none;
    text-align:center;
    line-height:20px;
    font-size:12px;
    background:#e2e2e2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #333;
    z-index: 9999;
    box-shadow: 0px 0px 8px 0px;
    width: 300px;
    padding: 10px;
}