.banner-wrap {
    margin-top: 76px;
    height: 320px;
    background: url('https://shanjian-office-beta-1300442848.cos.ap-shanghai.myqcloud.com/static/official/images/page-banner1.png') no-repeat;
    background-size: 100% 100%;
}

.banner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 28px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    background: rgba(42, 42, 42, 0.8);
    box-sizing: border-box;
}

.nav-wrap {
    height: 46px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #2A2A2A;
    line-height: 46px;
    background: #F7F8FA;
}

.list-wrap {
    margin-top: 12px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.list-item {
    display: flex;
    justify-content: space-between;
    padding: 48px 0;
    box-sizing: border-box;
    border-radius: 4px;
    border-bottom: 1px solid #E6E6E6;
}

.list-item:last-child {
    border: none;
}

.list-item-msg {
    width: 692px;
}

.time-box {
    width: 86px;
    height: 24px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #026CD9;
    text-align: center;
    line-height: 24px;
    border: 1px solid #026CD9;
}

.list-item-img {
    display: block;
    width: 387px;
    height: 205px;
}

.title {
    margin-top: 19px;
    width: 692px;
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.desc {
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.line {
    display: none;
}

/* 第二种样式 */
.list-box{
    display: flex;
    flex-wrap: wrap;
}
.list-item2 {
    width: 385px;
    border: 1px solid #EBEBEB;
    border-top: none;
    border-radius: 4px;
    margin: 20px 19.5px 0 0;
}

.list-item2:nth-child(3n) {
    margin-right: 0;
}

.list-item-img2 {
    display: block;
    width: 100%;
    height: 205px;
    border-radius: 4px 4px 0 0;
}

.list-item-msg2 {
    padding: 16px 24px;
    box-sizing: border-box;
}

.list-item-msg2 .title {
    width: 355px;
}

.list-item-msg2 .desc {
    margin-top: 6px;
    width: 355px;
}




.page-box {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    font-size: 14px;
    font-family: Source Han Sans SC-Regular, Source Han Sans SC;
    font-weight: 400;
    color: #2A2A2A;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E8E9EB;
    box-sizing: border-box;
}

.page-btn img {
    display: block;
    width: 100%;
    height: 100%;
}
.page-btn.active{
    color: #026CD9;
    border-color: #026CD9;
}
.no-border{
    border: none;
}
.red{
    color: #C2271F;
}
