.cms-shuai {
    display: none;
}

.cms-tong {
    display: none;
}

.cms-fen {
    display: none;
}

.pc-type {
    width: 100%;
    background-color: RGB(23, 31, 56);
}

.pc-type-left {
    width: 95%;
    margin: 0 auto;
    height: 80px;
    background-color: RGB(36, 46, 76);
    border-radius: 10px;
}

.pc-type-left h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 80px;
}

.pc-type-cen {
    margin: 0 auto;
}

.pc-type-cen-a {}

.pc-type-cen-a h5 {
    display: none;
}

.pc-type-cen-a ul {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

.pc-type-cen-a ul li {
    list-style: none;
    padding: 10px;
}

.pc-type-cen-a ul li a {
    padding: 10px;
    text-decoration: none;
    color: #888;
    font-size: 30px;
    border-radius: 10px;
}

.pc-type-cen-a ul li a:hover {
    color: #fff;
    background-color: RGB(36, 46, 76);
}

.pc-vod {}

.pc-fen {
    width: 100%;
    background-color: RGB(36, 46, 76);
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.pc-fen li {
    width: 20%;
    box-sizing: border-box;
    padding: 5px;
    list-style-type: none;
}

.pc-fen li a {
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    background-color: RGB(23, 31, 56);
}

.pc-fen li a h2 {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-fen li a p {
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.pc-per {
    width: 100%;
    background-color: RGB(23, 31, 56);
}

.pc-per-left {
    width: 100%;
    background-color: RGB(36, 46, 76);
    display: flex;
    justify-content: center;
    height: 80px;
}

.pc-per-left span {
    font-size: 25px;
    color: white;
    font-weight: 600;
    line-height: 80px;
}

.pc-per-wen {
    padding: 0px 10px;
}

.pc-per-wen-icon {
    text-decoration: none;
    font-size: 25px;
    color: #888;
    padding: 10px 20px;
    line-height: 80px;
    border-radius: 10px;
}

.pc-per-wen-icon:hover {
    color: #fff;
    background-color: RGB(23, 31, 56);
}

.pc-per-left li a {
    text-decoration: none;
}

.cms-ton {
    display: none;
}

@media screen and (max-width:500px) {
    .cms-shuai {
        display: block;
    }
    .pc-type {
        display: none;
    }
    .pc-vod {
        display: none;
    }
    .pc-fen {
        display: none;
    }
    .pc-per {
        display: none;
    }
    .cms-fen {
        display: block;
    }
    .cms-ton {
        display: block;
        background-color: RGB(23, 31, 56);
    }
    .cms-tong {
        display: inline-flex;
        flex-wrap: wrap;
        background-color: RGB(23, 31, 56);
    }
    .cms-tong li {
        width: 33.33%;
        box-sizing: border-box;
        padding: 5px;
    }
}