.news-content3 {
    width: 1200px;
    margin: 0 auto;
}
.news-content3-title {
    font-size: 40px !important;
    color: #323233 !important;
    text-align: center !important;
    font-weight: 600 !important;
    margin: 100px 0 40px !important;
}
.news-content3-mulu {
    display: flex !important;
    justify-content: center !important;
}
.content3-mulu-list {
    display: flex !important;
}

.content3-mulu-list a {
    text-align: center !important;
    width: 180px !important;
    height: 64px;
    line-height: 64px !important;
    background: #fff !important;
    border: 1px solid #D5D5DB !important;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #646566;
}
.content3-mulu-list a:hover {
    color: #4573F5 !important;
    background: #fff !important;
    !i;!;
}

.content3-mulu-list a:nth-child(1) {
    border-radius: 8px 0 0 8px !important;
}

.content3-mulu-list a:nth-child(4) {
    border-radius: 0 8px 8px 0 !important;
}

.content3-mulu-list a+a{
    border-left: none !important;
}

.content3-mulu-list a.on {
    color: #FFF !important;
    background: #4573F5 !important;
}

.foot-three-mulu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 64px 0;
    font-size: 20px;
    color: #969799;
    cursor: pointer;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #F1F4FF 50%, #ffffff 80%, #fff);
}

.news-foot-three .foot-three-mulu a {
    font-size: 24px;
    font-weight: 400;
    margin-right: 80px;
    line-height: 63px;
}
