.pub-sub-nav.type2 .pub-sub-nav-list {
    margin-right: 0;
}

.searchTop {
    padding: 80px 0 60px 0;
}

.searchTop .pub-search {
    display: none;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    align-items: center;
    width: 80%;
    height: 84px;
    background: #fff;
    border-radius: 42px;

}

.searchTop .pub-search .pub-search-input {
    width: 100%;
    padding-right: 68px;
    padding-left: 30px;
    background: transparent;
}

.searchTop .pub-search .pub-search-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}

.searchTop .pub-search {
    display: flex;
}

.searchTop .pub-sub-nav-list {
    margin-right: 300px;
}

.guide {
    background: #F6F8FA;
}

.questions {
    background: #F6F8FA;
}

.service_Box .body-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.service_Box .body-list .card-item {
    background: #fff;
    /* width: 446px; */
    width: 446px;
    height: 630px;
    padding: 30px;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 30px;
    grid-column: span 1;
}

.service_Box .body-list .card-item:nth-child(2),
.service_Box .body-list .card-item:nth-child(5),
.service_Box .body-list .card-item:nth-child(8) {
    margin: 0 30px;
}

.service_Box .body-list .card-item:hover {
    cursor: pointer;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.service_Box .body-list .card-item img {
    width: 100%;
    height: 386px;
    margin-bottom: 30px;
}

.service_Box .body-list .card-item .desc {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.service_Box .body-list .card-item .desc .desc-title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 20px;
    color: #222;
    line-height: 30px;
}

.service_Box .body-list .card-item .desc .desc-content {
    font-weight: normal;
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 16px;
    color: #7F7F7F;
    line-height: 30px;
    margin: 20px auto 20px;

    display: -webkit-box;
    /* 将容器以弹性盒子形式布局 */
    -webkit-line-clamp: 2;
    /* 限制文本显示为两行 */
    -webkit-box-orient: vertical;
    /* 将弹性盒子的主轴方向设置为垂直方向 */
    overflow: hidden;
    /* 隐藏容器中超出部分的内容 */
    text-overflow: ellipsis;
    /* 超出容器范围的文本显示省略号 */
}

.service_Box .body-list .card-item .desc .desc-info {
    width: 18px;
    height: 18px;
    background: url('../images/index-news-right-cut-img.png');
}

.service_Box .body-list .card-item:hover .desc .desc-title {
    color: #AB1F24;
}

.service_Box .body-list .card-item:hover .desc .desc-info {
    background: url('../images/index-news-right-highlight-cut-img.png');

}

.searchNull {
    width: 450px;
    margin: 0 auto;
}

.searchNull img {
    width: 420px;
    height: 300px;
}

.searchNull p {
    font-family: "NotoSansRegular", "Noto Sans", sans-serif;
    font-size: 16px;
    color: #7F7F7F;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width:1400px) {

    .service_Box .body-list .card-item:nth-child(2),
    .service_Box .body-list .card-item:nth-child(5),
    .service_Box .body-list .card-item:nth-child(8) {
        margin: 0;
    }

    .service_Box .body-list .card-item:nth-of-type(even) {
        margin-left: 30px;
    }

    .service_Box .body-list {
        width: 900px;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        margin: auto;
    }

    .service_Box .body-list .card-item {
        width: 430px;
        height: 586px;
        margin-bottom: 20px;
    }

    .service_Box .body-list .card-item img {
        height: 377px;
        margin-bottom: 20px;
    }

    .service_Box .body-list .card-item .desc .desc-content {
        margin: 10px auto 10px;
    }
}

@media screen and (max-width:980px) {

    .service_Box .body-list .card-item:nth-child(2),
    .service_Box .body-list .card-item:nth-child(5),
    .service_Box .body-list .card-item:nth-child(8) {
        margin: 0;
    }

    .service_Box .body-list .card-item:nth-of-type(even) {
        margin-left: 0;
    }

    .service_Box .body-list {
        width: 62%;
        grid-template-columns: repeat(1, 1fr);
    }

    .service_Box .body-list .card-item {
        width: 100%;
        height: 97%;
        padding: 20px;
    }

    .service_Box .body-list .card-item img {
        height: auto;
        margin-bottom: 8px;
    }

    .service_Box .body-list .card-item .desc .desc-content {
        margin: 8px auto 8px;
        line-height: 24px;
    }

    .searchTop {
        padding: 30px 0 20px 0;
    }

    .searchTop .pub-search {
        height: 50px;
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        font-size: 14px;
    }

    .searchTop .pub-search .pub-search-icon {
        width: 18px;
        height: 18px;
    }

    .searchNull {
        width: 320px;
    }

    .searchNull img {
        width: 320px;
        height: 200px;
    }

    .searchNull p {
        font-family: "NotoSansRegular", "Noto Sans", sans-serif;
        font-size: 13px;
        line-height: 19px;
        margin-top: 15px;
    }
}