.cms-search {
    display: none;
}

.pc-ser {
    width: 100%;
    background-color: RGB(23, 31, 56);
}

.pc-search-title {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 30px;
    height: 80px;
    background-color: RGB(36, 46, 76);
    line-height: 80px;
}

.pc-search-ul {
    display: flex;
    flex-wrap: wrap;
}

.pc-search-ul li {
    width: 16.6666666667%;
    box-sizing: border-box;
    padding: 5px;
}

.pc-search-ul li a {
    text-align: center;
}

.pc-search-ul li a h2 {
    font-size: 25px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pc-search-ul li a p {
    text-align: center;
    font-size: 16px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pc-search-ul li a img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width: 500px) {
    .cms-search {
        display: block;
    }
    .pc-ser {
        display: none;
    }
}