.listlist{
    background: #FFF9F7;
    padding: 30px 0 57px;
}

.newslist{
    margin:0 auto;
}
.newslist .link{
    font-size: 14px;
    color: #999999;
    line-height: 19px;
    font-weight: 400;
}
.newslist .link .on{
    color: #5F1E0B;
}
.newslist .link span{
    margin-right: 6px;
}

.newslistbox{
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.newsleft {
    width: 822px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 27px 35px 67px;
}

.newsleft .title{
    font-size: 26px;
    color: #5F1E0B;
    font-weight: 600;
    margin-bottom: 12px;
}
.newsleft .msg{
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 30px;
}
.newsleft .content .contentTitle{
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 12px;
}
.newsleft .content .contentMsg{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}
.newsleft .content p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}
.newsleft .content  img{
    width: 517px;
    display: block;
    margin: 0 auto 38px;
    border-radius: 4px;
    overflow: hidden;
}
.newsleft .content .contentMsg:last-child{
    margin-bottom: 0;
}

.newsright{
    width: 368px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 30px 30px 0px 30px;
}
.titlebox{
    margin-bottom: 13px;
}
.newsright .article{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(239,239,239,1);
}
.newsright .article p:nth-child(1){
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsright .article p:nth-child(1):hover{
    color: #5F1E0B;
    cursor: pointer;
}
.newsright .article p:nth-child(2){
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsright .article:last-child{
    border-bottom: none;
}
.newsright .article div{
    display: flex;
}
.newsright .article div span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 59px;
    height: 18px;
    border: 0.5px solid rgba(51,51,51,1);
    border-radius: 12px;
    margin-right: 10px;
    font-size: 10px;
    margin-top: 8px;
}
.newsright .more{
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}