:root {
    font-size: calc(100vw / 134.4);
}

header {
    background: #0052a4 url(/pub/img/bg-img/bg-img-top.png) no-repeat center center !important;
    background-size: 100% auto;
}

body .main {
    background: url(/pub/img/bg-img/bg-img-main.jpg) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 3.75rem;
}

footer {
}

.go-to {
    background-color: rgba(83, 102, 139, 0.5);
    color: white;
}

header .navbar-brand {
    display: flex !important;
    align-items: center !important;
}

.dropdown-item::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230052a2' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.swiper {
    height: auto;
}

.swiper-button-next {
    background: url("/pub/img/b_next.png") center center / 100% no-repeat;
    width: 3.84rem;
    height: 3.84rem;
    cursor: pointer;
}

.swiper-button-prev {
    background: url("/pub/img/b_prev.png") center center / 100% no-repeat;
    width: 3.84rem;
    height: 3.84rem;
    cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    cursor: pointer;
}

a {
    color: #333;
}

a:hover {
    color: #0052a2;
}

.container {
    max-width: 90% !important;
}

.navbar-brand-logo {
    max-width: 30rem;
}

.home-menu-item {
    color: white;
    padding: 0 0.5rem;
}

.cn-menu-item {
    text-align: center;
    font-size: 1.3rem;
}

.eng-menu-item {
    text-align: center;
    font-size: 1.1rem;
    font-family: "Georgia", serif;
}

.menu-btn {
    display: flex;
    width: 6.25rem;
    justify-content: space-evenly;
}

.search-btn,
.weixin-btn,
.download-btn,
.consult-btn {
    /**圆角按钮**/
    border-radius: 50%;
    border: solid 1px white;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    background-color: #cbdcf8;
    color: #1863ac;
    font-weight: bold;
    opacity: 0.5;
}

.search-btn:hover,
.weixin-btn:hover,
.download-btn:hover,
.consult-btn:hover {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.weixin-btn {
    background-color: #01a15f;
    color: white;
}

.hover-zoom {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* 隐藏溢出内容 */
    transition: transform 0.3s ease; /* 平滑过渡效果 */
}

/* 鼠标悬停时放大 */
.hover-zoom:hover {
    transform: scale(1.05); /* 放大 1.1 倍 */
}

/**图片视频*/
.image-container-video {
    overflow: hidden; /* 确保图片不会溢出容器 */
    display: block;
}

.image-container-video .album-item {
    border-radius: 0.64rem;
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.image-container-video:hover .album-item {
    transform: scale(1.2); /* 在鼠标悬浮时放大图片 */
}

.image-container-video .float-item {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    width: 4rem;
    height: 4rem;
}

/*分栏*/
.subfield-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5625rem;
}

.subfield-title h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
}

.subfield-title .more-link {
    color: #1e88e5;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
}

.subfield-title .more-link:hover {
    color: #1565c0;
}

.js-swiper-navigation {
    position: relative;
    margin-top: 5rem;
    z-index: 1;
}

.js-swiper-navigation .swiper-wrapper {
    width: 100% !important;
    height: 40.625rem;
}

.js-swiper-navigation .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100% !important;
}

/*.js-swiper-navigation .slider-item {
    height: 100%;
    width: 100%;
    object-position: center;
    !*object-fit: contain;*!
    object-fit: cover; !* 等比缩放，填满并裁剪 *!
}*/

.js-swiper-navigation .swiper-slide img {
    width: 100%;
    height: 100%;
    /*height: auto;*/
    object-position: center;
    /*object-fit: contain;*/
    object-fit: cover; /* 等比缩放，填满并裁剪 */
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.js-swiper-navigation .swiper-button-next:after,
.js-swiper-navigation .swiper-button-prev:after {
    opacity: 0.5;
    color: white;
}

.js-swiper-navigation .swiper-pagination-fraction {
    color: white;
    opacity: 0.8;
    bottom: 3.125rem;
}

.navbar.navbar-scrolled.navbar-light {
    background-color: rgba(0, 0, 0, 0.3);
}

.js-swiper-navigation .swiper-container {
    position: relative;
}

.js-swiper-navigation .swiper-slide-active img,
.swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.custom-page {
    position: relative;
}

.ellipse {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    position: relative;
    border: 1px #fff solid;
    /* transform-style: preserve-3d; */
    /* transform: rotateZ(60deg) rotateY(70deg); */
}

.ellipse .circle {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #fff;
    animation: move 5s linear infinite;
}

@keyframes move {
    from {
        transform: rotateZ(0) translateX(1.25rem) rotateZ(0);
    }

    to {
        transform: rotateZ(360deg) translateX(1.25rem) rotateZ(-360deg);
    }
}

.custom-progress {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0 1.25rem 0 0;
}

.custom-progress li {
    width: 1.875rem;
    height: 0.125rem;
    background-color: white;
    margin-bottom: 0.375rem;
}

.current-index {
    width: 3.125rem !important;
}

.left-prog {
    display: flex;
    align-items: center;
    margin-bottom: 3.125rem;
}

.current {
    font-size: 2rem;
    color: #ccc;
}

.caption {
    position: absolute;
    left: 50%;
    bottom: 6.25rem;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 3em;
    color: rgba(255, 255, 255, 0.8)
}

/*快捷入口样式////////*/
.container-quick-entry {
    width: 100%;
    margin-top: -3.75rem;
    position: relative;
    z-index: 10;
}

.quick-entry-center {
    height: 10.75rem;
    width: 75rem;
    margin: 0 auto;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}

.quick-entry-center-list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.quick-entry-item {
    background: #ffffff;
    height: 10.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-weight: 400;
    font-size: 1.125rem;
    color: #051323;
    padding: 2.375rem 0;
    white-space: nowrap;
    border: 1px solid rgba(219, 219, 219, 0.4);
    transition: all 0.5s ease;
}

.submenu-center-item:last-child {
    border-right: none;
}

.quick-entry-item:hover {
    background: #005ece;
    color: white;
    transform: translateY(-0.3125rem);
}

.quick-entry-item:hover i,
.quick-entry-item:hover .label {
    color: white;
}

.quick-entry-item i {
    font-size: 2.25rem;
    color: #1e88e5;
    margin-bottom: 0.625rem;
    display: block;
}

.quick-entry-item .label {
    font-size: 1.125rem;
    color: #333;
}

/**招生动态和VR**/
.container-zsdt-vr {
    margin-top: 3.75rem;
}

.container-zsdt-vr .row {
    display: flex;
    align-items: stretch;
}

.container-zsdt-vr .left-col {
    display: flex;
    flex-direction: column;
}

.container-zsdt-vr .left-col .left-panel {
    padding-right: 4rem;
}

.left-panel .title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.date-news {
    margin-top: 3.5em;
}

.date-item {
    display: flex;
}

.date-item .date {
    width: 4rem;
    height: 4.3rem;
    margin-right: 1rem;
    border-top-left-radius: 0rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 1rem;
    background: linear-gradient(to bottom, #1c91d6 0%, #0e72bd 50%, #035aa9 100%);
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    /* 垂直居中 */
    align-items: center;
    /* 水平居中 */
}

.date-item .day {
    flex: 1;
    font-size: 1.5rem;
    align-self: center;
}

.date-item .month {
    font-size: 0.8rem;
    flex: 1;
    align-self: center;
}

.date-item .news-title {
    height: 4.3rem;
    line-height: 4.3rem;
    border-bottom: 1px #ddd solid;
    flex: 1;
    display: flex;
}

.news-title .box {
    width: 0.5rem;
    height: 0.5rem;
    border: solid 1px #c3d6e7;
    margin: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
    background-color: #0052a2;
}

.news-title .t2 {
    flex: 1;
    display: flex;
    align-items: center;
    /* 子元素垂直居中 */
    font-size: 1.4rem;
}

.container-zsdt-vr .right-col {
    display: flex;
    flex-direction: column;
}

.img-vr-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    /*margin-top: -0.9375rem;*/
    position: relative;
    padding: 0.9375rem 0 0 0;
}

.img-vr-content .img-vr-main {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    border-radius: 0.64rem;
    transition: transform 0.3s ease;
}

.img-vr-content .img-vr-ball {
    position: absolute;
    left: 51%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain;
    z-index: 10;
    background-image: url(/pub/img/vr-ball1.png);
    background-size: cover;
}

.img-vr-content:hover .img-vr-ball {
    background-image: url(/pub/img/vr-ball2.png);
}

.img-vr-content:hover .img-vr-main {
    transform: scale(1.05);
}

/*工程的日常*/
.container-gcdrc {
    margin-top: 3.75rem;
}

.swiper-gcdrc {
    margin-left: 0;
    margin-right: 0;
    /* 可根据需要调整高度 */
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    margin-top: 1.28rem;
}

.swiper-gcdrc .swiper-slide {
    display: block;
    height: 20rem;
}

.swiper-gcdrc .swiper-slide a,
.swiper-gcdrc .swiper-slide .gcdrc-img {
    width: 100%;
    height: 100%;
    overflow: hidden; /* 防止图片溢出 */
}

.swiper-gcdrc .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.64rem;
}

.swiper-gcdrc .gcdrc-time {
    position: absolute;
    /*left: 32px;*/
    left: 3.2rem;
    top: 0;
    background: rgb(164, 0, 0);
    /*padding: 5px 10px;*/
    padding: 0.32rem 0.64rem;
    text-align: center;
    /*border-bottom-right-radius: 20px;*/
    border-bottom-right-radius: 1.28rem;
}

.swiper-gcdrc .gcdrc-time p {
    line-height: 2rem;
    /*font-size: 2rem;*/
    font-size: 1.4rem;
    color: rgb(255, 255, 255);
    /*font-family: 'avan';*/
    margin-bottom: 0;
}

.swiper-gcdrc .gcdrc-time span {
    display: block;
    /*font-size: 22px;*/
    font-size: 1.4rem;
    color: rgb(255, 255, 255);
    /*font-family: 'avan';*/
}

.swiper-gcdrc .gcdrc-title {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 0.0222rem 0.1261rem 0.3040rem 0.0160rem;
    width: 100%;
    height: 4rem;
    line-height: 3rem;
    padding: 0.64rem 0.625rem 0.64rem 0.625rem;
    font-size: 1.1rem;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(30, 30, 30, 0.8);
    transition: all 0.3s ease 0s;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

/*.swiper-gcdrc .gcdrc-title::before {
    position: absolute;
    content: "";
    !*width: 27px;
    height: 27px;*!
    width: 1.3rem;
    height: 1.3rem;
    background: url("/pub/img/titile_icon.png") left center / 100% no-repeat;
    !*left: 29px;*!
    left: 1.856rem;
    !*bottom: 20px;*!
    bottom: 1.4rem;
}*/

/*宣传视频与专业解读*/
.container-xcsp-zyjd {
    margin-top: 3.75rem;
}

.swiper-zyjd,
.swiper-xcsp {
}

.swiper-zyjd .swiper-slide,
.swiper-xcsp .swiper-slide {
    display: block;
    height: 30rem;
    width: 54rem;
    overflow: hidden; /* 防止图片溢出 */
}

.swiper-zyjd .swiper-slide a,
.swiper-xcsp .swiper-slide a {
    width: 100%;
    height: 100%;
}

.swiper-zyjd img,
.swiper-xcsp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease 0s;
}

/*页脚footer*/
.footer-custom {
    box-sizing: border-box;
    background-image: url(/pub/img/bg-img/bg-img-bottom.jpg);
    background-color: #013e91;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;

    .container-footer {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1.875rem;
        padding: 2.5rem 0;

        .content-contact-info {
            flex: 1;
            min-width: 15.625rem;

            h4 {
                font-size: 1.5rem;
                margin-bottom: 0.9375rem;
                color: #ffff;
                opacity: .8;
            }

            p {
                margin: 0.5rem 0;
                line-height: 1.6;
                opacity: .8;
            }

            strong, p, span {
                font-size: 1rem;
                color: #ffff;
            }
        }

        .content-qr-code {
            display: flex;
            justify-content: center; /* 水平居中 */
            align-items: center; /* 垂直居中，可选 */
            gap: 1.25rem;
            flex-wrap: wrap;

            .qr-item {
                text-align: center;

                img {
                    width: 7.5rem;
                    height: 7.5rem;
                    border-radius: 8px;
                    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
                }

                p {
                    margin-top: 0.625rem;
                    font-size: 1rem;
                    color: #ccc;
                }
            }
        }
    }

    .footer-bottom {
        text-align: center;
        padding: 2rem 0;
        background: #001b4f;
        color: white;
        font-size: 1rem;
    }
}

.index-news > li {
    display: flex;
}

.index-news > li .news {
    flex: 1;
}

.index-news > li .day {
    color: #0e72bd;
    font-size: 2rem;
    text-align: center;
}

.index-news > li .month {
    font-size: 0.8rem;
}

.index-news > li .news {
    border-left: 1px solid #ccc;
    padding-left: 2rem;
}

.index-news > li .abstract {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #999;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-news > li .abstract {
    font-size: 1.2rem;
}

.index-news > li .read-more {
    font-size: 1rem;
    font-family: "Georgia", serif;
}

/*查询数据面板内容*/
.query-panel-content {
    display: flex;
    margin-left: 0rem;
    margin-right: 0rem;
    max-width: 100%;
}

.query-panel-content .child {
    flex-basis: 20%; /*18%;*/
    transform: skew(-20deg);
    border-right: solid 1px #ccc;
}

.query-panel-content .child1 {
    flex-basis: 20%;
    transform: skew(-20deg);
}

.query-panel-content .child2 {
    flex-basis: 28%;
    transform: skew(-20deg);
}

.query-panel-content .child:hover,
.query-panel-content .child1:hover,
.query-panel-content .child2:hover {
    background-color: #0052a2;
    cursor: pointer;
    color: white;
}

.query-panel-content .child .item,
.query-panel-content .child1 .item,
.query-panel-content .child2 .item {
    transform: skew(20deg);
    text-align: center;
    display: block;
}

.query-panel-content .child .item,
.query-panel-content .child1 .item,
.query-panel-content .child2 .item {
    margin-left: 2rem;
    line-height: 5rem;
}

.query-panel-content .child .item img,
.query-panel-content .child1 .item img,
.query-panel-content .child2 .item img {
    width: 2rem;
}

.query-panel-content .child .item span,
.query-panel-content .child1 .item span,
.query-panel-content .child2 .item span {
    margin-left: 1rem;
    font-size: 1.5rem;
}

.query-panel-content .child a:hover,
.query-panel-content .child1 a:hover,
.query-panel-content .child2 a:hover {
    color: white;
}

.query-panel-content .child .item a,
.query-panel-content .child1 .item a,
.query-panel-content .child2 .item a {
    color: #0052a2;
}

.query-panel-content .child .item.active,
.query-panel-content .child1 .item.active,
.query-panel-content .child2 .item.active {
    background-color: transparent;
    color: #0052a2;
}

.container-querydata .div1 {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.container-querydata .div2 {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.query-panel {
    position: relative;
}

/**图片容器*/
.image-container {
    overflow: hidden; /* 确保图片不会溢出容器 */
    display: block;
}

.image-container img {
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.image-container:hover img {
    transform: scale(1.2); /* 在鼠标悬浮时放大图片 */
}

/** search box */
.pop-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    display: none
}

.pop-search .pop-search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1
}

.pop-search .pop-search-close {
    position: absolute;
    right: 3.125rem;
    top: 3.125rem;
    width: 2.5rem;
    height: 2.5rem;
    background: url(/pub/img/close.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
    cursor: pointer
}

.search-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 31.25rem;
    height: 3.125rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.search-box input {
    outline: 0;
    border: none
}

.search-box .inp {
    padding: 0 8.75rem 0 0.75rem;
    display: block;
    width: 100%;
    height: 2.8125rem;
    line-height: 2.8125rem;
    box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .5) inset;
    font-size: 1rem;
    color: #333
}

.search-box .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 7.5rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    background-color: #1b5fd3;
    font-size: 1.125rem;
    color: #fff;
    text-align: center
}

.show-search {
    display: block;
}

/*详细页*/
.page-banner {
    min-height: 36rem;
    margin-top: 5rem;
    /*background-image: url("/pub/img/banner/banner01.jpg");*/
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-banner img {
    width: 100%;
}

.navbar-sticky-top,
.navbar.navbar-scrolled.navbar-light,
.navbar.navbar-scrolled.navbar-light {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 100%);
    box-shadow: none;
}

/*breadcrumb*/
.breadcrumb {
    margin: 0;
    padding: 0 0 0 22rem;
    background-color: rgba(255, 0, 0, 0.8);
    height: 8rem;
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.breadcrumb .en {
    font-family: "Georgia", serif;
}

.breadcrumb .cate {
    font-size: 1.5rem;
    min-width: 26rem;
    background-color: #0052a2;
    padding: 1.5rem 2rem 1rem 2rem;
    color: white;
}

/**新闻详情*/
.news-detail {
    min-height: 50rem;
    margin-bottom: 2rem;
    max-width: 100rem;
}

.news-detail .title {
    margin-top: 2rem;
    text-align: center;
    font-size: 2rem;
    white-space: pre-wrap;
}

.news-detail .keyword {
    text-align: center;
    line-height: 2rem;
}

.news-detail .keyword i {
    padding-left: 1rem;
    padding-right: 1rem;
}

.news-detail .prevpage,
.news-detail .nextpage {
    line-height: 2rem;
    height: 2rem;
    font-size: 1.2em;
}

.news-detail .card01,
.news-detail .card02,
.news-detail .card03 {
    margin-top: 2rem;
    background-color: #edf6ff;
    border-radius: 0;
}

.news-detail .card01 .card-header,
.news-detail .card02 .card-header {
    background-color: #0052a2;
    color: white;
    text-align: center;
    border-radius: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-detail .left-content {
    padding-left: 2rem;
    padding-right: 2rem;
}

.news-detail .hot-search li {
    line-height: 3rem;
}

.news-detail .card02 {
    background-color: #ffeff1;
}

.news-detail .card02 .card-header {
    background-color: #c5233b;
}

.news-detail .card02 ul,
.news-detail .card01 ul {
    list-style-type: none;
}

.news-detail .card01 li::before,
.news-detail .card02 li::before {
    content: '';
    display: inline-block;
    width: 0.375rem; /* 设置圆点的大小 */
    height: 0.375rem; /* 设置圆点的大小 */
    border-radius: 50%; /* 将方形边界半径调整为圆形 */
    background-color: red; /* 设置圆点的颜色 */
    margin-right: 0.5rem; /* 调整圆点与文本之间的间距 */
}

.news-detail .card01 li::before {
    background-color: #0052a2;
}

.news-detail .card03 .card-header {
    border-radius: 0;
    padding: 0;
    display: flex;
    font-size: 1.2rem;
}

.news-detail .card03 .card-body {
    padding: 0;
    margin: 1rem 1rem 0 1rem;
}

.news-detail .current-new {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    flex-basis: 40%;
    padding-left: 2rem;
    background-color: #0052a2;
    color: white;
    border-radius: 0 2rem 2rem 0;
}

.news-detail .for-all {
    padding-right: 1rem;
    flex-basis: 60%;
    text-align: right;
    font-size: 0.9rem;
    line-height: 3rem;
}

.news-detail .notice-title {
    /*padding-bottom: 1rem;*/
    border-bottom: 0.01rem solid #cfcfcf;
    line-height: 4rem;
}

.news-detail .notice-title a {
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-detail .card03 .time {
    line-height: 4rem;
    font-size: 1rem;
    color: #333;
}

/*新闻列表*/
.index-news {
    margin-top: 4rem;
    list-style-type: none;
}

.index-news li {
    margin-bottom: 2rem;
    min-height: 8rem;
    border: solid 1px #ccc;
    border-radius: 8px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
}

.index-news li .date {
    width: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    font-style: italic;
}

.index-news .leaf {
    padding-top: 0.5rem;
    width: 2rem;
    padding-bottom: 0.5rem;
}

.index-news .ht-bold {
    font-size: 1.5rem;
    font-weight: 600;
}

.index-news li .read-more {
    color: #0052a2
}

.index-news li:hover .ht-bold,
.index-news li:hover .date,
.index-news li:hover .day {
    color: white;
}

.index-news li:hover .abstract {
    color: #ccc;
}

.index-news li:hover .read-more {
    color: #ffc600;
}

.index-news li {
    position: relative;
}

.index-news li::before {
    content: "";
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/pub/img/bg-img/bg-img-list.jpg');
    background-size: cover;
    opacity: 0;
    transition: opacity 1s;
}

.index-news li:hover::before {
    opacity: 1;
}

/*新闻分页//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pagerow {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    margin-top: 2.3rem;
    margin-bottom: 2rem;
}

.pagerow .pager {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    font-size: 1.1em !important;
}

.pagenum {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    background-color: #ccc;
    padding: 0.3125rem;
    margin-left: 0.25rem;
    height: 1.875rem;
    min-width: 3rem;
    cursor: pointer;
}

.pagenum.current-page {
    background-color: #308dd3;
    color: white;
}

.pagerow .total,
.pagerow .last-page {
    margin-right: 2rem;
}

.goto-num {
    background-color: #ccc;
    border: none;
    width: 3rem;
    height: 1.875rem;
    margin-right: 0.5rem;
    padding: 0.3125rem;
}

.goto-page {
    height: 1.875rem;
    margin-left: -0.25rem;
}

.nv-picture,
.nv-video,
.nv-file,
.nv-map {
    margin-top: 4rem;
}

.nv-picture .nav-container,
.nv-video .nav-container,
.nv-file .nav-container,
.nv-map .nav-container {
    border-bottom: solid 1px #ccc;
    margin-bottom: 2rem;
}

.nv-picture .text2,
.nv-video .text2,
.nv-file .text2,
.nv-map .text2 {
    display: flex;
    font-size: 1.5rem;
    color: #0052a2;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.nv-picture .circle,
.nv-video .circle,
.nv-file .circle,
.nv-map .circle {
    display: inline-block;
    background-color: #0052a2;
    margin: 1rem 1.2rem;
    align-items: flex-end;
}

.nv-picture ul,
.nv-video ul,
.nv-file ul,
.nv-map ul {
    width: 65%;
}

.nv-picture ul > li,
.nv-video ul > li,
.nv-file ul > li,
.nv-map ul > li {
    flex: 1;
    position: relative;
    text-align: center;
}

.nv-picture .active .text2::after,
.nv-video .active .text2::after,
.nv-file .active .text2::after,
.nv-map .active .text2::after {
    content: "";
    position: absolute;
    z-index: 99;
    bottom: -2.9rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/pub/img/underline.png');
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.8;
    transition: opacity 1s;
}

.container-video .album-item,
.container-picture .album-item,
.container-file .album-item,
.container-query .album-item {
    display: block;
    margin-top: 4rem;
    padding-bottom: 0;
    border-bottom: solid 1px #ccc;
    cursor: pointer;
    position: relative;
}

.container-video .album-item h6,
.container-picture .album-item h6,
.container-file .album-item h6,
.container-query .album-item h6 {
    margin-top: 1rem;
}

.container-video .image-container,
.container-picture .image-container {
    height: 18.75rem;
}

.container-video .image-container img,
.container-picture .image-container img,
.container-file .image-container img,
.container-query .image-container img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.container-video .float-item,
.container-picture .float-item {
    position: absolute;
    left: 2rem;
    top: 10rem;
    width: 4rem;
    height: 4rem;
}

.container-video h6,
.container-picture h6,
.container-file h6,
.container-query h6 {
    margin-top: 0.9375rem;
    color: #0052a2;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.container-video .abs,
.container-picture .abs,
.container-file .abs,
.container-query .abs {
    color: #888;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/**专业介绍**/
.container-college {
    margin-bottom: 4rem;
    margin-top: 4rem;
    padding: 0;
}

.blue-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.blue-box .empty {
    flex-basis: 40%;
    flex: 1;
}

.blue-box .blue {
    flex-basis: 60%;
    background-color: #0052a2;
    flex: 1;
}

.blue-box img {
    position: absolute;
    left: 2rem;
    z-index: 1;
    width: 40%;
}

.bg-depart {
    background-image: url('/pub/img/bg-img/bg-img-department.png');
    background-repeat: no-repeat;
    background-size: 20% auto;
    background-position: center center;
    min-height: 34rem;
}

.c-col {
    margin-left: 30rem;
    border: solid 1px #eee;
    min-height: 34rem;
    box-shadow: -0.3125rem -0.3125rem 0.625rem 0.3125rem #eee;
    border-top-left-radius: 4rem;
}

.title-mark {
    margin-bottom: 2rem;
}

.college-name {
    align-items: center; /* 垂直居中对齐 */
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
}

.college-name img {
    width: 2rem;
    margin-right: 2rem;
}

.partment-abstract {
    margin-top: 1rem;
}

.partment-abstract p {
    color: #999;
    margin-bottom: 0.5rem;
}

.sub-college {
    list-style: none;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.sub-college li {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
}

.sub-college li i {
    margin-left: 2rem;
}

.school-pic {
    position: relative;
}

.c-col .school-pic .pic-box {
    position: absolute;
    width: 43rem;
    height: 30rem;
    border: dashed 1px #ccc;
    left: -27rem;
    bottom: 2rem;
    background-color: white;
}

.c-col .school-pic img {
    width: 43rem;
    position: absolute;
    left: -25rem;
    bottom: 0;
}

.row-item {
    margin-top: 4rem;
}

.c-col2 {
    margin-right: 30rem;
    margin-left: 0;
    border: solid 1px #eee;
    box-shadow: -5px -5px 10px 3px #eee;
    border-top-right-radius: 4rem;
    min-height: 34rem;
}

.c-col2 .school-pic .pic-box {
    position: absolute;
    width: 43rem;
    height: 30rem;
    border: dashed 1px #ccc;
    right: -27rem;
    bottom: 2rem;
    background-color: white;
}

.c-col2 .school-pic img {
    width: 43rem;
    position: absolute;
    right: -25rem;
    bottom: 0;
}

/**联系我们*/
.container-contactus {
    margin-top: 3.75rem;
}

.cu-icoitem {
    display: flex;
    min-height: 16rem;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0.625rem 0.125rem rgb(78, 129, 187, 0.28);
    border-top-left-radius: 4rem;
    padding: 1rem 4rem;
    margin: 1rem;
}

.cu-icoitem .ico {
    flex-basis: 40%;
    text-align: center;
}

.cu-icoitem .text {
    text-align: center;
    flex-basis: 60%;
}

.cu-icoitem .ico i {
    display: block;
    width: 6rem;
    line-height: 6rem;
    font-size: 3rem !important;
    height: 6rem;
    color: #006ad0 !important;
    border-radius: 50%;
    border: 1px dashed #006ad0;
}

.cu-icoitem2 {
    border-top-left-radius: initial;
    border-top-right-radius: 4rem;
}

.cu-icoitem i img {
    width: 3rem;
}

.cu-icoitem3 {
    border-top-left-radius: initial;
    border-bottom-left-radius: 4rem;
}

.cu-icoitem4 {
    border-top-left-radius: initial;
    border-bottom-right-radius: 4rem;
}

.cu-content-qr-code {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;

    .cu-qr-item {
        text-align: center;

        img {
            width: 6.25rem;
            height: 6.25rem;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }

        p {
            margin-top: 0.625rem;
            font-size: 1rem;
            color: black;
        }
    }
}

.map-container {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
}

.map-content {
    width: 100%;
    height: 37.5rem;
    border: #ccc solid 1px;
    background-image: url('/pub/img/map.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
}

.container-querydata .child:hover,
.container-querydata .child1:hover,
.container-querydata .child2:hover,
.container-querydata .query-panel-content .child a:hover,
.container-querydata .query-panel-content .child1 a:hover,
.container-querydata .query-panel-content .child2 a:hover {
    background-color: transparent;
    color: #0052a2;
}

.container-querydata .icobox {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-top: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.container-querydata .query-panel-content .child .item,
.container-querydata .query-panel-content .child1 .item,
.container-querydata .query-panel-content .child2 .item {
    display: flex;
    justify-content: center;
}

.container-querydata .active a {
    color: #0052a2;
}

.container-querydata .icobox1 {
    background-image: url('/pub/img/search/search1_1.png');
}

.container-querydata .active .icobox1,
.container-querydata a:hover .icobox1 {
    background-image: url('/pub/img/search/search1_2.png');
}

.container-querydata .icobox2 {
    background-image: url('/pub/img/search/search2_1.png');
}

.container-querydata .active .icobox2,
.container-querydata a:hover .icobox2 {
    background-image: url('/pub/img/search/search2_2.png');
}

.container-querydata .icobox3 {
    background-image: url('/pub/img/search/search3_1.png');
}

.container-querydata .active .icobox3,
.container-querydata a:hover .icobox3 {
    background-image: url('/pub/img/search/search3_2.png');
}

.container-querydata .icobox4 {
    background-image: url('/pub/img/search/search4_1.png');
}

.container-querydata .active .icobox4,
.container-querydata a:hover .icobox4 {
    background-image: url('/pub/img/search/search4_2.png');
}

.container-querydata .icobox5 {
    background-image: url('/pub/img/search/search5_1.png');
}

.container-querydata .active .icobox5,
.container-querydata a:hover .icobox5 {
    background-image: url('/pub/img/search/search5_2.png');
}

.container-querydata .icobox6 {
    background-image: url('/pub/img/search/search6_1.png');
}

.container-querydata .active .icobox6,
.container-querydata a:hover .icobox6 {
    background-image: url('/pub/img/search/search6_2.png');
}

.container-querydata .icobox7 {
    background-image: url('/pub/img/search/search7_1.png');
}

.container-querydata .active .icobox7,
.container-querydata a:hover .icobox7 {
    background-image: url('/pub/img/search/search7_2.png');
}

.container-querydata .icobox8 {
    background-image: url('/pub/img/search/search8_1.png');
}

.container-querydata .active .icobox8,
.container-querydata a:hover .icobox8 {
    background-image: url('/pub/img/search/search8_2.png');
}

.container-querydata .div1 {
    margin-bottom: 0.5rem;
}

.container-querydata .div2 {
    margin-top: 0.5rem;
}

.container-querydata hr {
    margin: 0.5rem 0;
}

.container-querydata .query-panel {
    padding: 0;
}

.container-querydata .search-form {
    margin-bottom: 4rem;
    padding: 2rem;
    min-height: 30rem;
    border-radius: 1rem;
    box-shadow: 0 0 0.625rem 0.125rem rgb(78, 129, 187, 0.28);
}

.container-querydata .title {
    margin: 2rem 0 4rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.container-querydata .gaokao-search label {
    text-align: right;
}

.container-querydata .require {
    color: red;
    margin-right: 0.5rem;
}

.container-querydata .gaokao-search input {
    border-radius: 2rem;
}

.container-querydata .gaokao-search .btn {
    margin-top: 2rem;
    border-radius: 2rem;
    background: linear-gradient(to right, #0053a3, #0071dc);
    color: rgba(255, 255, 255, 0.8);
}

.container-querydata .left-search {
    padding: 0 3rem;
}

.container-querydata .result {
    border-left: solid 1px rgba(128, 128, 128, 0.2);
}

.container-querydata .tit {
    font-size: 1.2rem;
}

.container-querydata .empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    position: relative;
}

.container-querydata .empty p {
    position: absolute;
    bottom: 2rem;
}

.offer-now {
    margin-top: 2rem;
    padding-left: 3rem;
}

.offer-now table {
    border: none !important;
    border-collapse: collapse !important; /* 合并单元格边框 */
    border-spacing: 0 !important; /* 去除单元格之间的间距 */
}

.offer-now table td,
.offer-now table th {
    border: none !important;
    padding-bottom: 0.125rem !important;
}

.offer-now > h3 {
    color: rgb(255, 0, 0, 0.8);
    margin: 1rem 0;
    font-weight: 300;
}

.offer-now p {
    line-height: 3rem;
}

.offer-now .result-item {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.offer-now .result-title {
    color: rgb(255, 0, 0, 0.8);
    margin: 1rem 0;
    font-weight: bold;
}

.offer-now .result-content {
    padding: 2rem;
}

/**历年分数查询*/
.search-condition {
    margin-bottom: 4rem;
    background-color: #f4f4f4;
    padding-top: 1rem;
}

.search-condition .row {
    display: flex;
    align-items: baseline;
    margin-left: 2rem;
}

.search-condition .kl {
    width: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.search-condition ul {
    /* margin: 0;
    padding: 0; */
    display: flex;
    flex: 1;
    list-style-type: none;
    align-items: baseline;
    flex-wrap: wrap;
}

.search-condition ul li {
    min-width: 4rem;
    margin: 0.5rem 2rem 0.5rem 0;
}

.search-condition ul li a {
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.search-condition ul li.active a {
    display: block;
    text-align: center;
    background-color: #0052a2;
    color: white;
}

.so-years {
    margin-bottom: 2rem;
}

.result-table {
    text-align: center;
    width: 100%;
}

.result-table thead {
    background-color: #0072e1;
}

.th-inner {
    color: white;
}

.container-querydata .page-link {
    background-color: #ccc;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0%;
}

.container-querydata .page-item.active .page-link {
    background-color: #0072e1;
    color: white;
}

.container-querydata .page-pre a, .container-querydata .page-next a {
    background-color: transparent;
    border: none;
    border-radius: 0%;
}

.container-querydata .btn-secondary {
    padding: 0 0.5rem;
    background-color: #0072e1;
}

/**新闻详细内容//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.news-content {
    color: #4c4c4c;
    /*font-size: 16px;*/
    padding: 0 8px 0 8px;
    word-break: break-all;
    word-wrap: break-word;
    /*margin-top: 20px;*/
    min-height: 30rem;
}

.news-content img {
    max-width: 100% !important;
    display: inline-block !important;
    padding: 5px !important;
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6 {
    word-break: break-all !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
    font-size: 1.5rem !important;
}

.news-content p,
.news-content span,
.news-content strong,
.news-content b,
.news-content u,
.news-content i,
.news-content a,
.news-content div {
    word-break: break-all !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
    font-size: 1.3rem !important;
}

.news-content table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
}

.news-content th,
.news-content td {
    border: 1px solid black !important;
    font-size: 1.3rem !important;
}

.news-accessory {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-accessory .t1 {
    line-height: 2rem;
    font-size: 1.2rem;
}

.news-accessory .t2 {
    margin-left: 20px;
    font-size: 1.1rem;
}

.news-accessory .t2 a {
    line-height: 1.8;
}

.sub-college span {
    font-size: 1.2rem;
}

.hot-search li a {
    font-size: 1.1rem;
}

footer .contact-information li {
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (min-width: 992px) {
    .hs-mega-menu-desktop-lg, .hs-sub-menu-desktop-lg {
        top: 105%;
        opacity: 0.9;
    }
}

/**移动端*/
@media (max-width: 576px) {
    :root {
        font-size: 12px;
        /*font-size: calc(100vw / 50);*/
    }

    .navbar-brand-logo {
        width: 80%;
    }

    .navbar-nav-wrap {
        flex-basis: auto;
        width: 100%;
    }

    .navbar-toggler {
        font-size: 2rem;
    }

    .container {
        max-width: 100% !important;
    }

    .home-menu-item {
        color: black;
    }

    .navbar-toggler-toggled .bi-x {
        color: white;
    }

    .navbar-toggler-toggled .bi-list {
        color: black;
    }

    .navbar-toggler {
        margin-left: 2rem;
    }

    /*分栏*/
    .subfield-title {
        margin-bottom: 1rem;
    }

    .subfield-title h3 {
        font-size: 1.3rem;
    }

    .js-swiper-navigation {
        margin-top: 4rem;
    }

    .js-swiper-navigation .swiper-wrapper {
        height: 100% !important;
    }

    .page-banner {
        margin-top: 4rem;
        min-height: 18rem;
    }

    .container-zsdt-vr .left-col .left-panel {
        padding-right: 0;
    }

    .left-prog, .ellipse {
        margin-left: 2rem;
    }

    .container-quick-entry {
        margin-top: -1rem;
    }

    .quick-entry-center {
        width: 99%;
        height: auto;
        min-height: auto;
    }

    .quick-entry-center-list {
        flex-wrap: wrap;
        padding: 0.5rem;
    }

    .quick-entry-item {
        width: 33.33%;
        height: auto;
        min-height: 6rem;
        padding: 1rem 0.5rem;
        font-size: 0.875rem;
        border: 1px solid rgba(219, 219, 219, 0.4);
    }

    .quick-entry-item i {
        font-size: 1.5rem;
        margin-bottom: 0.375rem;
    }

    .quick-entry-item .label {
        font-size: 0.75rem;
        line-height: 1.2;
        white-space: normal;
        word-break: break-all;
    }

    .quick-entry-item:hover {
        transform: translateY(-0.125rem);
    }

    .date-item .day {
        font-size: 1.2rem;
    }

    .date-item .month {
        font-size: 1rem;
    }

    .swiper-gcdrc .swiper-slide {
        height: 10rem;
    }

    .swiper-gcdrc .gcdrc-time {
        left: 0.3125rem;
        padding: 0.3125rem;
    }

    .swiper-gcdrc .gcdrc-time p {
        font-size: 0.875rem;
    }

    .swiper-gcdrc .gcdrc-time span {
        font-size: 0.875rem;
    }

    .swiper-gcdrc .gcdrc-title {
        padding: 0.3125rem;
        font-size: 0.875rem;
        height: 2rem;
        line-height: 1.5rem;
    }

    .container-zsdt-vr .content-vr,
    .container-xcsp-zyjd .content-zyjd {
        margin-top: 3.75rem;
    }

    .container-zsdt-vr .left-panel {
        margin-left: 0;
        padding-right: 0;
        margin-top: 2rem;
    }

    .news-title .t2 {
        font-size: 1.2rem;
    }

    .news-title .t2 a {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 21rem; /* 根据需要设置合适的最大宽度15.625rem */
    }

    .right-col .title {
        margin-top: 2rem;
    }

    .index-news > li .news {
        width: 85%;
    }

    .query-panel-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 10px;
    }

    .query-panel-content .child,
    .query-panel-content .child1,
    .query-panel-content .child2 {
        flex-basis: auto;
        border-right: 0;
        justify-self: start;
        /*width: 20rem;*/
    }

    .navbar-light .navbar-toggler {
        color: black;
    }

    .divider-end.diviver {
        width: 0;
    }

    .watchimg .title .text img {
        width: 20rem;
    }

    .watchimg .more {
        display: none;
    }

    .pagerow .total, .next_page {
        margin-right: 0;
    }

    ul.index-news {
        padding-left: 0;
    }

    .navbar-light .navbar-brand,
    .navbar-light .navbar-brand:focus,
    .navbar-light .navbar-brand:hover {
        margin-right: 0;
        width: 80%;
    }

    .breadcrumb {
        padding-left: 12rem;
    }

    .row-item .c-col {
        margin-left: 0;
    }

    .c-col .school-pic,
    .c-col2 .school-pic {
        display: none;
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .row-item .c-col2 {
        margin-right: 0;
    }

    .disappear {
        display: none;
    }

    .sub-college {
        margin-top: 1rem;
    }

    .title-mark {
        margin-left: 4rem;
    }

    .query-panel-content .child .item span,
    .query-panel-content .child1 .item span,
    .query-panel-content .child2 .item span {
        font-size: 1.2rem;
    }

    .pager .goto, .pager .current-page {
        display: none;
    }

    .custom-page .left-prog {
        display: none;
    }

    .img-vr-content {
        padding: 0.5rem 0 0 0;
    }

    .img-vr-content .img-vr-main {
        border-radius: 0.32rem;
    }

    .img-vr-content .img-vr-ball {
        width: 2.5rem;
        height: 2.5rem;
    }

    .gaokao-search label {
        text-align: left;
    }

    .container-querydata .result {
        margin-top: 2.5rem;
        border-left: none;
    }

    .pagerow .total,
    .pagerow .goto,
    .pagerow .goto-num,
    .pagerow .goto-page {
        display: none;
    }

    .pagerow .pagenum {
        min-width: 2.5rem !important;
    }

    .pagerow .first-page {
        font-size: 0;
    }

    .pagerow .first-page::before {
        content: "<<";
        font-size: 1.1rem;
    }

    .pagerow .prev-page {
        font-size: 0;
    }

    .pagerow .prev-page::before {
        content: "<";
        font-size: 1.1rem;
    }

    .pagerow .next-page {
        font-size: 0;
    }

    .pagerow .next-page::before {
        content: ">";
        font-size: 1.1rem;
    }

    .pagerow .last-page {
        font-size: 0;
    }

    .pagerow .last-page::before {
        content: ">>";
        font-size: 1.1rem;
    }

    .footer-custom .container-footer {
        max-width: 95% !important;
    }

    .container-college {
        max-width: 95% !important;
    }
}

/* 超大屏幕设备 */
@media (min-width: 1200px) {
    .container {
        max-width: 85% !important;
    }
}



