@media screen and (max-width:500px) {
    .main {
        display: none;
    }
    .cms-center {
        display: block;
    }
    .pc-cen {
        display: none;
    }
    .pc-cen-ul {}
    .cms-center {
        display: block;
    }
    .cms-cen-a {
        width: 100%;
        background-color: RGB(36, 46, 76);
    }
    .cms-cen-a h1 {
        font-size: 25px;
        line-height: 60px;
        color: white;
    }
    .cms-cen-ul {
        display: flex;
        flex-wrap: wrap;
        background-color: RGB(23, 31, 56);
    }
    .cms-cen-ul li {
        width: 33.33%;
        box-sizing: border-box;
        padding: 5px;
    }
    .cms-cen-ul li a p {
        text-align: center;
        color: white;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cms-cen-ul li a img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }
    .cms-t {
        width: 100%;
        display: block;
        visibility: hidden;
    }
    .cms-ev {
        display: block;
        width: 100%;
    }
    .cms-ev-h {
        display: block;
    }
    .cms-ev-ul {
        display: flex;
    }
    .cms-ev-h {
        width: 100%;
        height: 80px;
    }
    .cms-ev-h h1 {
        line-height: 80px;
        color: white;
    }
    .cms-ev-ul {
        display: flex;
        flex-wrap: wrap;
    }
    .cms-ev-ul li {
        box-sizing: border-box;
        width: 49.99%;
        padding: 5px;
    }
    .cms-ev-ul li a p {
        color: white;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cms-ev-ul li a img {
        width: 100%;
        height: 146px;
        object-fit: cover;
        border-radius: 10px;
    }
    .abc {
        display: block;
    }
}

.abc {
    display: none;
}

.cms-t {
    display: none;
}

.cms-ev {
    display: none;
}

.pc-cen {
    width: 100%;
}

.pc-cen-a {
    width: 100%;
    height: 80px;
    background-color: RGB(36, 46, 76);
    line-height: 80px;
    box-shadow: 0 7px 21px rgba(149, 157, 165, .22);
}

.pc-cen-a h1 {
    color: white;
}

.pc-cen-ul {
    display: flex;
    flex-wrap: wrap;
}

.pc-cen-ul li {
    width: 20%;
    padding: 5px;
    box-sizing: border-box;
}

.pc-cen-ul li a {}

.pc-cen-ul li a img {
    width: 100%;
    height: 186px;
    border-radius: 10px;
    object-fit: cover;
}

.pc-cen-ul li a img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.pc-cen-ul li a p {
    font-size: 20px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-main {
    width: 100%;
    background-color: RGB(23, 31, 56);
    display: flex;
    box-sizing: border-box;
}

.pc-main-left {
    width: 80%;
    /* border: 1px red solid;
    height: 1100px; */
}

.pc-main-right {
    width: 20%;
}

.main-box {
    width: 100%;
    height: 80px;
    background-color: RGB(36, 46, 76);
    line-height: 80px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cms-main-box-a {
    text-decoration: none;
    color: #888;
    font-size: 25px;
}

.main-box-a {
    font-size: 30px;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.main-box-a:hover {
    background-color: #7e7474;
    color: white;
}

.main-box-b-a {
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
}

.main-box-b-a:hover {
    background-color: RGB(243, 114, 190);
    color: white;
}

.main-box-c {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 20px;
    color: RGB(243, 114, 190);
}

.main-cms {
    width: 100%;
}

.main-cms-ul {
    display: flex;
    flex-wrap: wrap;
}

.main-cms-ul li {
    width: 12.5%;
    height: 313.3px;
    box-sizing: border-box;
    list-style-type: none;
    padding: 10px 10px;
}

.main-cms-ul li a {
    text-decoration: none;
}

.main-cms-ul li a img {
    width: 100%;
    height: 250px;
    /* 自适应剪裁 */
    object-fit: cover;
    border-radius: 10px;
    /* background-size: 100% 100%; */
}

.main-cms-ul li a img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.main-cms-ul-li-a-a {
    font-size: 20px;
    color: white;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-cms-ul-li-a-b {
    font-size: 16px;
    color: #888;
    text-align: center;
}

.main-cms-ul-li-a-a.main-cms-ul-li-a-b {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-hack {
    width: 100%;
    height: 80px;
    background-color: RGB(36, 46, 76);
}

.main-hack h2 {
    text-align: center;
    line-height: 80px;
    color: white;
}

.main-hac {
    height: 940px;
}

.main-hac-ul {
    width: 100%;
}

.main-hac-ul-li {
    list-style-type: none;
    padding: 5px 10px;
    box-sizing: border-box;
}

.main-hac-ul-li a {
    text-decoration: none;
    display: flex;
    box-sizing: border-box;
}

.main-hac-ul-li a img {
    width: 120px;
    height: 103px;
    border-radius: 10px;
    object-fit: cover;
}

.main-hac-ul-li a img:hover {
    pc-cen transition: all 0.3s ease-in-out;
}

.main-hac-ul-li-a-img {
    width: 40%;
}

.main-hac-ul-li-a-a {
    width: 60%;
}

.main-hac-ul-li-a-a p {
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-hac-ul-li-a-a p:nth-child(2) {
    color: #888;
}

.main-hac-ul-li-a-a i {
    color: red;
}