.left{
    width:890px;
    display: flex;
    flex-direction: column;
}
.right{
    width: 310px;
    background-color: #f7f8f8;
    padding-bottom: 30px;
    height: fit-content;
}
.zhuanti-tuijian{
    padding: 30px 10px 0 0;
}
.zhuanti-tuijian-list{
    padding: 30px 8px 0 8px;
}
.zhuanti-tuijian-title{
    font-weight: 500;
}

.position{
    line-height: 50px;
    padding-top: 10px;
    width: 100%;
    color: #6e6d6d;
}
.listitem{
    line-height: 50px;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    
}
.title{
    width: 650px;
}

.date{
    width: 140px;
    text-align: center;
    color: #6e6d6d;
}
.pages{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 770px;
    padding-top: 10px;
    justify-content: center;
}
.page-previous,.page-next{
    width: 40px;
    text-align: center;
    line-height: 25px;
    margin: 0 5px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 5px;
    font-size: 14px;
}
.page-active,.page{
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(224, 224, 224);
    margin: 0 5px;
    font-size: 14px;
}

.page-active{
   background-color: rgb(219, 55, 55);
   border-radius: 5px;

}
.page-active a {
    color: #ebebeb;
}
.page-previous,.page-next{
    width: 70px; 
}