.content-container{
    width: 100%;
}
.main-container{
    width: 1200px;
    margin: 50px auto 30px auto;
    display: flex;
    justify-content: space-between;

}
.content-body-container{
    width: 800px;
}
.sidebar-container{
    width: 340px;
}
.sidebar-title{
    width: 100%;
    margin-bottom: 20px;
}
.latest-img-bg{
    height: 65px;
    background: url("../img/title/17.png") no-repeat center center;
}
.news-list-container-ul{
    list-style: disc;
    color:#ccc;
    font-size: 20px;
    margin-left: 20px;
}
.news-list-item{
    text-align: justify;
    margin-bottom: 20px;
    line-height: 22px !important;
}
.news-list-item a{
    display: block;
    height: 47px;
    vertical-align: top;
    font-size: 16px;
    color: #333;
}
.news-list-item p{
    font-size: 14px;
}
/** 拟态风按钮 **/
.more-bt-container{
    display: flex;
    line-height: 30px;
    justify-content: center;
}
.more-bt{
    width: 120px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #8b8ea2;
    background: linear-gradient(135deg,#f1f1f1,#FFFFFF);
    border-radius: 5px;
    display: block;
    box-shadow: 3px 3px 4px rgba(0,0,0,.1),-3px -3px 4px rgba(255,255,255,.9);
}
.more-bt:active{
    box-shadow:inset 3px 3px 4px rgba(0,0,0,.1), inset -3px -3px 4px rgba(255,255,255,.9);
}
/** 拟态风结束 **/
.content-body-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
}
.source-and-time{
    text-align: center;
    font-size: 14px;
    color: #999999;
    padding-bottom: 40px;
}
.source-and-time span{
    padding: 0 15px ;
}
.body-content-container p{
    padding-bottom: 30px;
    line-height: 2em;
    text-align: justify;
}
.tag-container{
    padding-bottom: 30px;
}
.tag-container a{
    margin-right: 10px;
    border-radius: 7px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    background-color: #0050c7;
    padding: 4px 15px ;
}
.the-statement{
    font-size: 14px;
    color: #999;
    text-align: justify;
}