.inner_banner {
    position: relative;
    margin-top: 0;
}

.inner_banner .container.pc {
    background-image: url(../images/zixunzhongxin/zixunzhongxin_top.png);
    background-repeat: no-repeat;
    background-size: min(45.8vw, 660px) auto;
    background-position: calc(100% - min(15px, 1.6vw)) 100%;
    position: static;
    padding-bottom: 0;
    height: min(32.78vw, 472px);
}

.inner_banner .pc h1 {
    font-weight: bold;
    font-size: clamp(14px, 4.1vw, 60px);
    margin-bottom: min(26px, 1.8vw);
}

.inner_banner .pc h4 {
    width: min(42vw, 620px);
    color: #333;
    font-size: min(1.35vw, 20px);
    line-height: 2.25;
}

section.mar_main {
    background-color: #fff;
}

.mar_l {
    box-shadow:
        inset 0 0 2px #e6dcc9,
        4px 5px min(17px, 1.2vw) #e4dfd2;
    padding: 2px 0;
    border-radius: min(15px, 1vw);
    padding: min(16px, 1.1vw);
    background-color: #fff;
}

.mar_l li {
    border-radius: min(14px, 1vw);
}

.mar_l li:hover {
    background: #f8ae00;
}

.mar_l li:hover a {
    color: #1b1b1b;
}

.mar_top {
    display: none;
}

.mar_list {
    padding: 2px 0;
}

.mar_list .item {
    box-shadow:
        inset 0 0 2px #e6dcc9,
        4px 5px min(17px, 1.1vw) #e4dfd2;
    border-radius: min(15px, 1vw);
}

.mar_list .imgbox {
    border-radius: 0;
}

.mar_list .imgbox .img_hover {
    border-radius: 4px;
}

.mar_list .info {
    display: flex;
    flex-direction: column;
}

.mar_list .title {
    font-size: clamp(14px, 1.67vw, 24px);
    font-weight: 700;
}

.mar_list .brief {
    font-size: clamp(10px, 1.11vw, 16px);
    margin-top: clamp(10px, 1.11vw, 16px);
}

.mar_list .item .more {
    display: inline-block;
    width: clamp(14px, 1.39vw, 20px);
    height: clamp(14px, 1.39vw, 20px);
    background: url(../images/zixunzhongxin/go-to.png) no-repeat center;
    background-size: cover;
    margin-top: 0;
}

.mar_list .item .img_hover_wrap {
    width: clamp(90px, 13.89vw, 200px);
    margin-right: min(12px, 1vw);
}

.mar_list .tag {
    margin-right: min(3.8vw, 55px);
    font-size: clamp(10px, 1.11vw, 16px);
}

.mar_list .item:hover .title {
    color: #f8ae00;
}

.pagebar {
    color: #f8ae00;
}

.pagination a.page-num-current {
    color: #333;
    background: #f8ae00;
    border: 1px solid #f8ae00;
}

.mar_list .title.mobile {
    display: none;
}

@media screen and (min-width: 991px) {
    .mar_l {
        width: 21%;
    }

    .mar_l li a {
        text-align: center;
        background-position: min(10px, 0.69vw) center;
        color: #1b1b1b;
        background-image: none;
        background-size: min(2.2vw, 30px);
        font-size: min(1.6vw, 22px);
        padding-left: min(1.39vw, 20px);
    }

    .mar_r {
        width: 77%;
    }

    .mar_list .item {
        display: flex;
    }
}

@media screen and (max-width: 991px) {
    .mar_list .info {
        width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .mar_list .title.pc {
        display: none;
    }

    .mar_list .title.mobile {
        display: block;
        margin-left: 10px;
    }

    .img-title_wrap {
        width: 100%;
    }

    .mar_list .info {
        padding-top: 0;
    }

    .inner_banner .mobile {
        background-color: #fefbf7;
        padding-top: 70px;
        aspect-ratio: 375 / 420;
        background-image: url(../images/zixunzhongxin/zixunzhongxin_top.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: min(0.7vw, 10px) 100%;
    }

    .inner_banner .mobile h1 {
        text-align: center;
        font-size: 7vw;
        font-weight: 700;
    }

    .inner_banner .mobile h4 {
        text-align: center;
        font-size: 2.7vw;
        width: 85vw;
        margin: 5.4vw auto;
        color: #666666;
    }
}
