.morelink {
    width: 75.67%;
    margin: auto;
    padding: 70px 0 120px 0;
}

.morelink .morelink_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F6F6F6;
}

.morelink .morelink_top .morelink_top_left {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #363636;
    line-height: 33px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0562CC;
}

.morelink .morelink_top .morelink_top_right span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
}

.morelink .morelink_content {
    width: 100%;
    margin-top: 52px;
}

.morelink .morelink_content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.morelink .morelink_content ul li {
    width: 20.695%;
    height: 50px;
    border: 1px solid #0562CC;
    margin-bottom: 50px;
}

.morelink .morelink_content ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 50px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.morelink .morelink_content ul li a:hover{
    background: #0562CC;
    color: #ffffff;
}
@media (min-width:1920px) {
    .morelink{
        width: 1440px;
    }
}

@media (max-width:1600px) {
    .morelink {
        width: 78%;
    }
    .morelink .morelink_content ul li{
        width: 22%;
    }
}
@media (max-width:1400px) {
    .morelink {
        width: 80%;
    }
    .morelink .morelink_content ul li{
        width: 24%;
    }
}
@media (max-width:1200px) {
    .morelink .morelink_content ul li{
        width: 30%;
    }
}
@media (max-width:1000px) {
    .morelink {
        width: 85%;
    }
}
@media (max-width:900px) {
    .morelink {
        width: 90%;
    }
}
@media (max-width:750px) {
    .morelink {
        width: 95%;
    }
}
@media (max-width:650px) {
   
}
@media (max-width:500px) {
    .morelink .morelink_content ul li{
        width: 45%;
    }
}