.content-text-titile{
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #FFB102;
    text-align: center;
    margin: 20px;
}
.publish-date{
    border-right: 30%;
    margin-bottom:10px;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #666666;
    text-align: right;
    line-height: 18px;
}
.content-text{
    margin: 20px;
}
.content-container{
    border: solid 1px rgba(242, 242, 242, 1);
    padding: 30px;
}
.content{
    margin:30px;
 
}