/* pc样式 */
@media screen and (min-width: 1024px) {
    .conetnt-core {
        padding-bottom: 60px;
    }

    .cybj-title {
        margin-top: 30px;
        box-sizing: border-box;
        width: 100%;
        height: 35px;
        background-color: #960218;
        display: flex;
        align-items: center;
        padding-left: 20px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .cybj-list {}

    .cybj-list>ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .cybj-list>ul>li>a {
        margin: 0 10px 10px 0;
        width: 86px;
        height: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #cecece;
        font-size: 13px;
        text-align: center;
        color: #333;
        font-weight: 700;
    }

    .cybj-list>ul>li>a>h2 {
    }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {
    .conetnt-core {
        padding-bottom: 60px;
    }

    .cybj-title {
        margin-top: 30px;
        box-sizing: border-box;
        width: 100%;
        height: 35px;
        background-color: #960218;
        display: flex;
        align-items: center;
        padding-left: 20px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .cybj-list {}

    .cybj-list>ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .cybj-list>ul>li>a {
        box-sizing: border-box;
        margin: 0 10px 10px 0;
        width: 86px;
        height: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #cecece;
        font-size: 13px;
        text-align: center;
        color: #333;
        font-weight: 700;
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
   
}

@media screen and (max-width: 1300px) {}


@media screen and (max-width: 700px) {
.cybj-list>ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .cybj-title {
        margin-top: 20px;
        box-sizing: border-box;
        width: 100%;
        height: 35px;
        background-color: #960218;
        display: flex;
        align-items: center;
        padding-left: 20px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }
}