.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 .article{
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(239,239,239,1);
}
.newsleft .article div:nth-child(2){
    flex: 1 0 10%;
}
.newsleft .article img{
	width: 270px;
	margin-right: 30px;
	border-radius: 8px;
	overflow: hidden;
	height: 186px;
}
.newsleft .article p:nth-child(1){
    font-size: 18px;
    color: #5F1E0B;
    font-weight: 700;
}
.newsleft .article p:nth-child(2){
    font-size: 14px;
    color: #666660;
    font-weight: 400;
    height: 112px;
    margin-top: 10px;
    line-height: 1.5;
}
.newsleft .article  .button{
    width: 120px;
    height: 40px;
    background: #5F1E0B;
    border-radius: 3.75px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.newsleft .pager{
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsleft .pager img{
    width: 9px;
    margin-right: 20px;
    cursor: pointer;
}
.newsleft .pager ul{
    display: flex;
}
.newsleft .pager li{
    width: 32px;
    height: 32px;
    border: 1px solid rgba(23,34,55,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #ADB2BC;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
}
.newsleft .pager .num{
    width: 32px;
    height: 32px;
    border: 1px solid rgba(23,34,55,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #ADB2BC;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
}
.newsleft .pager .thisclass{
    background: #5F1E0B;
    color: #fff;
	width: 32px;
    height: 32px;
    border: 1px solid rgba(23,34,55,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
}
.newsleft .pager .more{
    font-size: 14px;
    color: #ADB2BC;
    font-weight: 400;
    cursor: pointer;
    margin-right: 20px;
}
.newsleft .pager .total{
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}

.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;
}
