.update {
    padding: 100px 0 80px;
}

.updateList {
    width: 360px;
    margin-bottom: 50px;
    cursor: pointer;
}

.updateList>img {
    width: 360px;
    height: 240px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.updateList>div>img {
    width: 16px;
    margin-right: 6px
}

.updateList i {
    line-height: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5D728B;
    text-align: left;
}

.updateList p {
    width: 360px;
    line-height: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #163A6C;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.updateList span {
    width: 360px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #97A0AB;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}


.content .box {
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    padding: 60px;
    margin: 0 auto;
}

.content .title {
    line-height: 45px;
    font-weight: 600;
    font-size: 32px;
    color: #3D3D3D;
    padding-left: 60px;
    margin-bottom: 20px;
}

.content .date {
    font-weight: 400;
    font-size: 18px;
    color: #999;
    padding: 0 60px;
    margin-bottom: 20px;
}

.backBtn {
    width: 117px;
    height: 40px;
    background: #2882FF;
    border-radius: 21px 21px 21px 21px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.pagination {
    display: flex;
    justify-content: flex-end;
}

.pagination span {
    width: 30px;
    line-height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 10px;
    transition: .2s;
}

.pagination span.on {
    background: #2882FF;
    color: #fff;
}

.pagination span:hover {
    background: rgba(40, 130, 255, .6);
    color: #fff;
}