.page-con{
    background-color: #fff;
}



/* 页面顶图 */
.page-img{
    width: 100%;
    height: 22.1rem;
}
.page-img img{
    width: 100%;
    height: 100%;
}

.page-body{
    width: 120rem;
    margin: 0 auto;
}





.tabs{
    height: 12rem;
}
.tabs-item{
    margin: 0 5.5rem;
    font-size: 2rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #1F1F1F;
    cursor: pointer;
}
.tabs-item.active{
    color: #4D4397;
}



.lists{margin-right: 9.8rem;}
.list-item{
    margin-bottom: 3rem;
    font-family: PingFang SC;
    cursor: pointer;
}
.list-item .img-wrap{
    margin-right: 3rem;
    width: 26.4rem;
    height: 15.9rem;
}
.list-item .img-wrap img{
    width: 100%;
    height: 100%;
}
.list-item-con-title{
    margin-bottom: 1rem;
    font-size: 2.1rem;
    font-weight: 500;
    color: #1F1F1F;
}
.list-item-con-scrib,.list-item-date{
    font-size: 1.4rem;
    color: #7D7D7D;
}
.list-item-main{
    flex: 1;
}





.con-right{
    width: 29.3rem;
    height: 13.7rem;
    background: #F5F6F9;
    border-radius: 6.9rem 0 0 6.9rem;
}
.con-right img{
    width: 11.4rem;
    height: 11.4rem;
}
.con-right-tips{
    padding-right: 3.6rem;
    box-sizing: border-box;
    text-align: right;
}