:root {
    font-size: calc(100vw / 134.4);
}

li {
    list-style: none;
}

@media (min-width: 992px) {
    .hs-mega-menu-desktop-lg, .hs-sub-menu-desktop-lg {
        top: 105%;
        opacity: 0.9;
    }
}

.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;
}

a:hover {
    color: #0052a2;
}

.container {
    max-width: 100rem;
}

.navbar-brand-logo {
    max-width: 27rem;
}

.homemenuitem {
    color: white;
    padding: 0 0.5rem;
}

.cnmenuitem {
    text-align: center;
    font-size: 1.3rem;
}

.engmenuitem {
    text-align: center;
    font-size: 1.1rem;
    font-family: "Georgia", serif;
}

.menubtn {
    display: flex;
    width: 100px;
    justify-content: space-evenly;
}

.searchbtn, .weixinbtn, .downloadbtn, .consultbtn {
    /**圆角按钮**/
    border-radius: 50%;
    border: solid 1px white;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #cbdcf8;
    color: #1863ac;
    font-weight: bold;
    opacity: 0.5;
}

.searchbtn:hover, .weixinbtn:hover,
.downloadbtn:hover, .consultbtn:hover {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.weixinbtn {
    background-color: #01a15f;
    color: white;
}

.js-swiper-navigation .swiper-wrapper {
    height: 100vh;
}

.slideritem {
    height: 100%;
    width: 100%;
}

.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: 50px;
}

.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 img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.js-swiper-navigation .swiper-slide-active img,
.swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.custompage {
    position: relative;
}

.ellipse {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    border: 1px #fff solid;
    /* transform-style: preserve-3d; */
    /* transform: rotateZ(60deg) rotateY(70deg); */
}

.ellipse .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #fff;
    animation: move 5s linear infinite;
}

.firstlevel {
    color: white !important;
}

@keyframes move {
    from {
        transform: rotateZ(0) translateX(20px) rotateZ(0);
    }

    to {
        transform: rotateZ(360deg) translateX(20px) rotateZ(-360deg);
    }
}

.customprogress {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.customprogress li {
    width: 30px;
    height: 2px;
    background-color: white;
    margin-bottom: 6px;
}

.currentIndex {
    width: 50px !important;
}

.leftprog {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.current {
    font-size: 2rem;
    color: #ccc;
}

.caption {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 3em;
    color: rgba(255, 255, 255, 0.8);
}

/** shortcut开始 **/
.shortcutcontainer {
    position: relative;
}

.shortcut {
    min-height: 20rem;
    position: absolute;
    /* bottom: -5rem; */
    z-index: 90;
}

.shortcut .row {
    min-height: 20rem;
    align-items: stretch;
}

.shortcut_left {
    background-color: #fff;
    box-shadow: 0px -5px 3px rgba(128, 128, 128, 0.5);
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.mySwiper2 {
    flex: 1;
}

.mySwiper2 .swiper-slide {
    display: flex;
}

.mySwiper2 .leftnews {
    flex-basis: 60%;
}

.mySwiper2 .rightcontainer {
    flex-basis: 40%;
}

/* .mySwiper2 .swiper-slide>div{
  flex:1;
} */

.mySwiper2 .rightimg {
    position: relative;
    width: 80%;
    height: auto;
}

.mySwiper2 .rightcontainer {
    display: flex;
    justify-content: center; /* 水平居中对齐 */
    align-items: center; /* 垂直居中对齐 */
}

.rightcontainer img {
    width: 100%;
}

.swiper-static-button-next,
.swiper-static-button-prev {
    position: static;
    left: 0;
    right: 0;
    margin-left: 0.25rem;
    margin-bottom: 0.5rem;
}

.shortcut .myarrow {
    position: relative;
}

.shortcut_left .swiper-button-next,
.shortcut_left .swiper-button-prev {
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    color: #677788;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    border: 0.0625rem solid var(--bs-body-color);
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.shortcut_left .arrowcontainer {
    position: absolute;
    /*top: -4.2em;*/
    left: 20rem;
    bottom: 2.0rem;
    z-index: 100;
}

.shortcut_left .myarrow .more {
    position: absolute;
    /*top: -3.9em;*/
    left: 14rem;
    bottom: 2.5rem;
    z-index: 100;
    cursor: pointer;
}

.shortcut_left .swiper-button-next:after,
.shortcut_left .swiper-rtl .swiper-button-prev:after,
.shortcut_left .swiper-button-prev:after,
.shortcut_left .swiper-rtl .swiper-button-next:after {
    font-size: 0.5rem;
}

.leftnews {
    padding: 1rem;
}

.leftnews .title2 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.leftnews .abstract {
    color: #999;
    line-height: 2rem;
    font-size: 1rem;
    margin-bottom: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.leftnews .date {
    color: #999;
}

.shortcut_right {
    background-color: #c4233b;
    background-image: url("https://www.rashmihac.com/pub/img/chongda/shortcut_right_bg_img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    padding-right: 18rem;
}

.shortcut_left .title {
    font-size: 1.4rem;
    font-weight: 600;
}

.shortcut_left .title .negtive {
    font-weight: bold;
}

.shortcut_left .title .en {
    color: #005eb9;
    font-weight: bold;
    font-family: "Georgia", serif;
}

.shortcut_left .title span {
    margin-right: 10px;
}

.negtive {
    color: red;
}

.shortcut_container {
    flex: 1;
    margin: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px; /* 可根据需要调整格子之间的间距 */
}

.grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-item button {
    margin-left: 1rem;
    border: solid 1px white;
    background-color: transparent;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    border-style: dashed;
    letter-spacing: 5px; /* 根据需要调整字间距的大小 */
    font-size: 1.2rem;
}

/** shortcut结束 **/
/**第一节开始**/
.firstrow .leftcol {
    /* min-height: 800px; */
    background-image: url("https://www.rashmihac.com/pub/img/chongda/bar_bg_01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.leftpanel {
    margin-top: 7rem;
    margin-left: 20rem;
    padding-right: 3rem;
}

.leftpanel .title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.leftitle {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    align-self: flex-start baseline;
    cursor: pointer;
}

.Bulletin {
    /*color: #999;*/
    font-weight: bold;
    font-family: "Georgia", serif;
}

.announcements-en {
    font-weight: bold;
    font-family: "Georgia", serif;
}

.righttitle {
    flex: 1;
    text-align: right;
    align-self: baseline;
}

a {
    color: #333;
}

.datenews {
    margin-top: 3.5em;
}

.dateitem {
    display: flex;
}

.dateitem .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;
    /* 水平居中 */
}

.dateitem .day {
    flex: 1;
    font-size: 1.5rem;
    align-self: center;
}

.dateitem .month {
    font-size: 0.8rem;
    flex: 1;
    align-self: center;
}

.dateitem .newstitle {
    height: 4.3rem;
    line-height: 4.3rem;
    border-bottom: 1px #ccc solid;
    flex: 1;
    display: flex;
}

.box {
    background-color: #0052a2;
    width: 8px;
    height: 8px;
    border: solid 2px #c3d6e7;
    margin: 5px;
    margin-right: 10px;
}

.newstitle .t2 {
    flex: 1;
    display: flex;
    align-items: center;
    /* 子元素垂直居中 */
    font-size: 1.4rem;
}

.firstrow .rightcol {
    background-color: #0052a2;
    margin: 0;
    padding: 0;
}

.rightcol .title {
    display: flex;
    margin-top: 8rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

.rightcol .title .t1 {
    flex: 1;
    font-weight: bold;
}

.rightcol .title .t2 {
    color: #ccc;
}

/* .accordion{
  --bs-accordion-bg:none;
} */
.first_right_news {
    list-style-type: none;
    color: white;
    margin-top: 2rem;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.first_right_news > li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 18rem;
}

.first_right_news > li:hover {
    background-color: #005eb9;
    color: white;
}

.first_right_news > li .item-header {
    display: flex;
    font-size: 1.2rem;
}

.first_right_news .item-body {
    height: 0;
    overflow: hidden;
    transition: height 1s ease;
}

.first_right_news > li .item-header::before {
    display: block;
    content: "";
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    width: 1.5rem;
    height: 1.5rem;
}

.item-header .t1 {
    padding-left: 1rem;
    font-size: 1.4rem;
}

.first_right_news > li .item-footer,
.first_right_news > li .item-body {
    line-height: 1.2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.first_right_news > li .item-footer {
    padding-top: 10px;
}

.bodyinfo {
    margin-bottom: 10px;
    color: #88c4ff;
    line-height: 1.6; /* 行高为字体大小的1.5倍，这样可以增加行间距 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.first_right_news > li img {
    display: none;
}

.rightarrow img {
    width: 1rem;
}

.rightcol .more {
    display: flex;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 0.6rem;
}

.moretitle {
    font-size: 1.3rem;
    color: white;
    padding-right: 2rem;
}

.first_right_news > li.active {
    background-color: #005eb9;
}

.first_right_news > li.active .item-header::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3E%3C/svg%3E");
}

.first_right_news > li.active img {
    display: block;
}

.first_right_news > li.active .rightarrow {
    float: right;
    margin-right: 2rem;
}

.first_right_news > li.active .item-body {
    height: 4rem;
    transition: height 1s ease;
    margin-top: 5px;
}

/**第一节结束**/
/**招生政策开始*/
.admission {
    /* position: relative; */
    margin-bottom: 6rem;
}

.admission .title {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 6rem;
    margin-bottom: 5rem;
    display: flex;
}

.admission .title .text {
    flex: 1;
    font-weight: bold;
    cursor: pointer;
}

.admission .title .text .en {
    font-family: "Georgia", serif;
}

.admission .title .more {
    font-size: 1rem;
}

.admission .title img {
    width: 4.5rem;
}

.admission .news .t1 {
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.admission .item, .indexnews > li {
    display: flex;
}

.indexnews > li .news {
    flex: 1;
}

.admission .date {
    width: 40%;
    margin-right: 1rem;
    font-weight: bold;
    font-style: italic;
    /*font-family: "Georgia", serif;*/
}

.admission .item .day, .indexnews > li .day {
    color: #0e72bd;
    font-size: 2rem;
    text-align: center;
}

.admission .item .day {

}

.admission .item .month, .indexnews > li .month {
    font-size: 0.8rem;
}

.admission .item .news, .indexnews > li .news {
    border-left: 1px solid #ccc;
    padding-left: 2rem;
}

.admission .item .abstract, .indexnews > 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;
}

.admission .item .abstract {
    font-size: 1rem;
}

.indexnews > li .abstract {
    font-size: 1.2rem;
}

.admission .item .readmore, .indexnews > li .readmore {
    font-size: 1rem;
    font-family: "Georgia", serif;
}

.mycontainer {
    display: flex;
    margin-left: 2rem;
    margin-right: 2rem;
}

.mycontainer .child {
    flex-basis: 18%;
    transform: skew(-20deg);
    border-right: solid 1px #ccc;
}

.mycontainer .child2 {
    flex-basis: 28%;
    transform: skew(-20deg);
}

.mycontainer .child:hover, .mycontainer .child2:hover {
    background-color: #0052a2;
    cursor: pointer;
    color: white;
}

.mycontainer .child .item, .mycontainer .child2 .item {
    transform: skew(20deg);
    text-align: center;
    display: block;
}

.mycontainer .child .item, .mycontainer .child2 .item {
    margin-left: 2rem;
    line-height: 5rem;
}

.mycontainer .child .item img, .mycontainer .child2 .item img {
    width: 2rem;
}

.mycontainer .child .item span, .mycontainer .child2 .item span {
    margin-left: 1rem;
    font-size: 1.5rem;
}

.mycontainer .child a:hover, .mycontainer .child2 a:hover {
    color: white;
}

.mycontainer .child .item a, .mycontainer .child2 .item a {
    color: #0052a2;
}

.div1 {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.div2 {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.specialadmission {
    position: relative;
}

/**招生政策结束*/

/**光景重大开始*/
.image-container, .image-container2 {
    overflow: hidden; /* 确保图片不会溢出容器 */
    display: block;
}

.image-container img {
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.image-container:hover img {
    transform: scale(1.2); /* 在鼠标悬浮时放大图片 */
}

.image-container2 .albumitem1 {
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.image-container2:hover .albumitem1 {
    transform: scale(1.2); /* 在鼠标悬浮时放大图片 */
}

.lightshadow {
    /* min-height: 700px; */
    background-image: url("https://www.rashmihac.com/pub/img/chongda/home/aarea_1.png");
    background-repeat: no-repeat;
    background-size: 50% auto; /* 将背景图像的宽度设置为容器宽度的50%，高度自动调整 */
}

.lightshadow .container {
    display: flex;
}

.lightshadow .left {
    width: 66%;
}

.lightshadow .right {
    width: 33%;
}

.lightshadow .header {
    margin-top: 2rem;
    width: 27rem;
    cursor: pointer;
}

.lightshadowswiper {
    width: 58rem;
    margin: 2rem 0rem 0rem 0px;
}

.lspage {
    margin: 3rem 5rem 2rem 0rem;
    display: flex;
}

.lspage .memo {
    margin-left: 2rem;
    margin-right: 2rem;
    color: rgb(255, 255, 255, 0.5);
    font-size: 1.1rem;
    font-weight: 500;
}

.rightarrow {
    flex: 1;
}

.end-arrow {
    display: flex;
}

.lgarrow {
    margin: 0 0.5rem;
}

.ls-pagination-fraction-element {
    margin: 0 1rem;
}

.lightshadowswiper .lsimg {
    width: 100%;
}

.lightshadow .curindex {
    font-size: 1.5rem;
}

.lsimg {
    display: block; /* 图像以块级元素显示，占据整个容器空间 */
    width: 100%;
}

.image-box {
    position: absolute;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    left: 0;
    margin: 1rem;
    border: solid 1px white;
    box-sizing: border-box;
    z-index: 9;
    cursor: pointer;
}

.lightshadowswiper .caption {
    left: 30%;
    bottom: 4rem;
    font-size: 1rem;
    display: flex;
    align-items: center; /* 子元素垂直居中 */
}

.lightshadowswiper .caption .title {
    font-size: 1.2rem;
}

.lightshadowswiper .titlecontainer {
    margin-left: 2rem;
}

.lightshadow .right .title {
    margin-top: 3rem;
    margin-bottom: 2.1rem;
    display: flex;
    align-items: center;
}

.lightshadow .right .title .text {
    flex: 1;
    font-size: 2rem;
    cursor: pointer;
}

.lightshadow .right .videoico {
    width: 2rem;
}

.more_arrow {
    width: 6rem;
}

.lightshadow ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.lightshadow .list li {
    position: relative;
    margin-top: 1rem;
}

.lightshadow .albumitem1 {
    width: 100%;
}

.floatitem {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    width: 4rem;
    height: 4rem;
}

/**光影重庆结束*/

/*图说重大开始*/
.watchimg {
    margin-top: 4rem;
}

.watchimg .title {
    display: flex;
    align-items: flex-end;
}

.watchimg .title .text {
    flex: 1;
    cursor: pointer;
}

.watchimg .title .text img {
    width: 30rem;
}

.watchimg .content {
    margin-top: 4rem;
}

.watchimg .firstimg {
    width: 100%;
}

.album2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 2rem;
}

.album2 > li {
    display: block;
    flex: 1;
    position: relative;
}

.album2 > li:not(:first-child) {
    margin-left: 1rem;
}

.album2 .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1;
    font-size: 2rem;
}

.album2 .text2 {
    display: flex;
    align-items: center;
}

.dot-container {
    display: flex;
    align-items: flex-end;
}

.circle {
    width: 3px;
    height: 3px;
    background-color: white;
    border-radius: 50%;
    margin: 0 10px; /* 根据需要调整左右边距 */
}

.diviver {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 30%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.diviver.divider-end::before {
    flex: 1 1 0%;
    border-top: 0.2rem solid rgba(220, 224, 229, .8);
    margin-top: 0.1rem;
    content: "";
}

.album2 .img {
    width: 100%;
    max-width: 100%; /* 添加此行以限制图像宽度 */
}

/*图说重大结束*/

.friends_container {
    display: flex;
    margin-top: 4rem;
    line-height: 6rem;
    font-size: 1rem;
    background-color: #0867c4;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    margin-bottom: 0;
}

.friends_container .friendimg {
    width: 10rem;
}

.friends_container > ul {
    list-style: none;
    flex: 1;
}

.friends_container > ul > li {

}

.link_ico {
    width: 6rem;
    float: right;
    margin-top: 2.2rem;
}

.friends_container > ul > li {
    float: left;
    margin-left: 2rem;
    color: white;
}

.friends_container a {
    color: white;
}

.bg-blue {
    background-color: #0052a2;
}

.logofooter {
    margin-top: 1.5rem;
    width: 20rem;
}

.weixin_qr {
    width: 6rem;
    float: right;
    margin-right: 2rem;
}

/** 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: 50px;
    top: 50px;
    width: 40px;
    height: 40px;
    background: url("https://www.rashmihac.com/pub/img/chongda/d-close1.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: 500px;
    height: 45px;
    -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 140px 0 12px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5) inset;
    font-size: 16px;
    color: #333;
}

.search-box .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 45px;
    line-height: 45px;
    background-color: #1b5fd3;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.showSearch {
    display: block;
}

/*详细页*/
.pagebanner_list, .pagebanner_list1,
.pagebanner_detail, .pagebanner_pic4cqu,
.pagebanner_college, .pagebanner_video, .pagebanner_file,
.pagebanner_contact_us, .pagebanner_offer_search {
    min-height: 36rem;
    background-image: url("https://www.rashmihac.com/pub/img/chongda/page-banner/banner01.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.pagebanner_contact_us .container {
    min-height: 36rem;
}

.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 {
    margin: 0;
    padding: 0;
    background-color: rgba(255, 0, 0, 0.8);
    height: 8rem;
    font-size: 1.5rem;
    padding-left: 22rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.breadcrumb .en {
    font-family: "Georgia", serif;
}

.cate {
    font-size: 1.5rem;
    min-width: 26rem;
    background-color: #0052a2;
    padding: 1.5rem 2rem 1rem 2rem;
    color: white;
}

.pagebanner_contact_us .container {
    position: relative;
}

.pagebanner_contact_us .cate {
    height: 8rem;
    position: absolute;
    bottom: 0;
}

.newsdetail {
    min-height: 800px;
    margin-bottom: 2rem;
    max-width: 100rem;
}

.newsdetail .title {
    margin-top: 2rem;
    text-align: center;
    font-size: 2rem;
    white-space: pre-wrap;
}

.newsdetail .keyword {
    text-align: center;
    line-height: 2rem;
}

.newsdetail .keyword i {
    padding-left: 1rem;
    padding-right: 1rem;
}

.prevpage, .nextpage {
    line-height: 2rem;
    height: 2rem;
    font-size: 1.2em;
}

.card01, .card02, .card03 {
    margin-top: 2rem;
    background-color: #edf6ff;
    border-radius: 0;
}

.card01 .card-header, .card02 .card-header {
    background-color: #0052a2;
    color: white;
    text-align: center;
    border-radius: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.leftcontent {
    padding-left: 2rem;
    padding-right: 2rem;
}

.hotsearch li {
    line-height: 3rem;
}

.card02 {
    background-color: #ffeff1;
}

.card02 .card-header {
    background-color: #c5233b;
}

.card02 ul, .card01 ul {
    list-style-type: none;
}

.card02 li::before, .card01 li::before {
    content: '';
    display: inline-block;
    width: 6px; /* 设置圆点的大小 */
    height: 6px; /* 设置圆点的大小 */
    border-radius: 50%; /* 将方形边界半径调整为圆形 */
    background-color: red; /* 设置圆点的颜色 */
    margin-right: 8px; /* 调整圆点与文本之间的间距 */
}

.card01 li::before {
    background-color: #0052a2;
}

.cqunotice {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.cqunotice img {
    width: 100%;
}

.card03 .card-header {
    border-radius: 0;
    padding: 0;
    display: flex;
}

.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;
}

.forall {
    padding-right: 1rem;
    flex-basis: 60%;
    text-align: right;
    font-size: 0.9rem;
    line-height: 3rem;
}

.notice_title {
    /*padding-bottom: 1rem;*/
    border-bottom: 0.01rem solid #cfcfcf;
    line-height: 4rem;
}

.notice_title a {
    font-size: 1.1rem;
}

.card03 .time {
    line-height: 4rem;
    font-size: 1rem;
    color: #333;
}

.go-to {
    background-color: rgba(83, 102, 139, 0.5);
    color: white;
}

/*文字列表页*/
/*详细页*/
.pagebanner_list {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/page-banner/banner02.jpg");
}

.pagebanner_list1 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/page-banner/banner06.jpg");
}

.indexnews {
    margin-top: 4rem;
    list-style-type: none;
}

.indexnews li {
    margin-bottom: 2rem;
    min-height: 8rem;
    border: solid 1px #ccc;
    border-radius: 8px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
}

.indexnews li .date {
    width: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    font-style: italic;
}

.leaf {
    padding-top: 0.5rem;
    width: 2rem;
    padding-bottom: 0.5rem;
}

.ht_bold {
    font-size: 1.5rem;
    font-weight: 600;
}

.indexnews li .readmore {
    color: #0052a2;
}

.indexnews li:hover .ht_bold,
.indexnews li:hover .date,
.indexnews li:hover .day {
    color: white;
}

.indexnews li:hover .abstract {
    color: #ccc;
}

.indexnews li:hover .readmore {
    color: #ffc600;
}

.indexnews li {
    position: relative;
}

.indexnews li::before {
    content: "";
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://www.rashmihac.com/pub/img/chongda/list_bg.jpg");
    background-size: cover;
    opacity: 0;
    transition: opacity 1s;
}

.indexnews li:hover::before {
    opacity: 1;
}

.pagerow {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.2em;
}

.pagenum {
    background-color: #ccc;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0.25rem;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.pagenum.current-page {
    background-color: #0052a2;
    color: white;
}

.pagerow .total, .next_page {
    margin-right: 2rem;
}

.goto_num {
    background-color: #ccc;
    border: none;
    width: 3rem;
    margin-right: 0.5rem;
}

.pic2cqu, .vid2cqu, .fil2cqu, .map2cqu {
    margin-top: 4rem;
}

.pic2cqu .nav_container,
.vid2cqu .nav_container,
.fil2cqu .nav_container,
.map2cqu .nav_container {
    border-bottom: solid 1px #ccc;
    margin-bottom: 2rem;
}

.pic2cqu .text2, .vid2cqu .text2,
.fil2cqu .text2, .map2cqu .text2 {
    display: flex;
    font-size: 1.5rem;
    color: #0052a2;
    justify-content: center;
}

.pic2cqu .circle, .vid2cqu .circle,
.fil2cqu .circle, .map2cqu .circle {
    display: inline-block;
    background-color: #0052a2;
    margin: 1rem 1.2rem;
    align-items: flex-end;
}

.pic2cqu ul, .vid2cqu ul,
.fil2cqu ul, .map2cqu ul {
    width: 65%;
}

.pic2cqu ul > li, .vid2cqu ul > li,
.fil2cqu ul > li, .map2cqu ul > li {
    flex: 1;
    position: relative;
    text-align: center;
}

.pic2cqu .active .text2::after,
.vid2cqu .active .text2::after,
.fil2cqu .active .text2::after,
.map2cqu .active .text2::after {
    content: "";
    position: absolute;
    z-index: 99;
    bottom: -2.9rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://www.rashmihac.com/pub/img/underline.png");
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.8;
    transition: opacity 1s;
}

.pagebanner_pic4cqu {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/page-banner/banner03.jpg");
}

.album_item {
    display: block;
    margin-top: 4rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #ccc;
    cursor: pointer;
}

.album_item img {
    width: 100%;
}

.album_item h6 {
    margin-top: 1rem;
}

.pagebanner_college {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/page-banner/banner05.jpg");
}

/**college**/
.collegecontent {
    margin: 0;
    margin-bottom: 4rem;
    margin-top: 4rem;
    padding: 0;
}

.bluebox {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.bluebox .empty {
    flex-basis: 40%;
    flex: 1;
}

.bluebox .blue {
    flex-basis: 60%;
    background-color: #0052a2;
    flex: 1;
}

.bluebox img {
    position: absolute;
    left: 2rem;
    z-index: 1;
    width: 40%;
}

.bgdepart {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/department_bg.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: -5px -5px 10px 3px #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;
}

.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: 0rem;
}

.rowitem {
    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: 0rem;
}

/**联系我们*/
.cpagebanner_ontact_us {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/page-banner/banner06.jpg");
}

.cu_content {
    min-height: 46rem;
}

.tower {
    width: 26rem;
}

.cu_left {
    position: relative;
}

.cu_left .gzh {
    position: absolute;
    bottom: 0;
    left: 7.6rem;
}

.cu_left .gzh p {
    color: white;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.cu_right {
    margin-top: 8rem;
}

.cu_icoitem {
    display: flex;
    min-height: 16rem;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 2px 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-bottom-right-radius: 4rem;
}

.cu_icoitem i img {
    width: 3rem;
}

.cu_icoitem3 {
    border-top-left-radius: initial;
    border-top-right-radius: 4rem;
}

.cu_icoitem4 {
    width: 100%;
    height: 100%;
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/qanda.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.mapcontainer {
    border-radius: 1rem;
    margin-bottom: 4rem;
}

.video4cqu h6 {
    color: #0052a2;
    font-weight: 300;
}

.video4cqu .abs {
    color: #888;
    font-size: 0.8rem;
}

.video4cqu .album_item {
    position: relative;
}

.video4cqu .floatitem {
    position: absolute;
    left: 2rem;
    top: 10rem;
    width: 4rem;
    height: 4rem;
}

/**录取查询*/
.pagebanner_offer_search {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/page-banner/banner04.jpg");
}

.os_content .child:hover,
.os_content .child2:hover,
.os_content .mycontainer .child a:hover,
.os_content .mycontainer .child2 a:hover {
    background-color: transparent;
    color: #0052a2;
}

.os_content .icobox {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-top: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.os_content .mycontainer .child .item,
.os_content .mycontainer .child2 .item {
    display: flex;
    justify-content: center;
}

.os_content .active a {
    color: #0052a2;
}

.icobox1 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search1_1.png");
}

.os_content .active .icobox1, a:hover .icobox1 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search1_2.png");
}

.icobox2 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search2_1.png");
}

.os_content .active .icobox2, a:hover .icobox2 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search2_2.png");
}

.icobox3 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search3_1.png");
}

.os_content .active .icobox3, a:hover .icobox3 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search3_2.png");
}

.icobox4 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search4_1.png");
}

.os_content .active .icobox4, a:hover .icobox4 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search4_2.png");
}

.icobox5 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search5_1.png");
}

.os_content .active .icobox5, a:hover .icobox5 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search5_2.png");
}

.icobox6 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search6_1.png");
}

.os_content .active .icobox6, a:hover .icobox6 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search6_2.png");
}

.icobox7 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search7_1.png");
}

.os_content .active .icobox7, a:hover .icobox7 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search7_2.png");
}

.icobox8 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search8_1.png");
}

.os_content .active .icobox8, a:hover .icobox8 {
    background-image: url("https://www.rashmihac.com/pub/img/chongda/pages/search8_2.png");
}

.os_content .div1 {
    margin-bottom: 0.5rem;
}

.os_content .div2 {
    margin-top: 0.5rem;
}

.os_content hr {
    margin: 0.5rem 0;
}

.os_content .specialadmission {
    padding: 0;
}

.os_content .search_form {
    margin-bottom: 4rem;
    padding: 2rem;
    min-height: 30rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 2px rgb(78, 129, 187, 0.28);
}

.os_content .title {
    margin: 2rem 0 4rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.gaokao_search label {
    text-align: right;
}

.require {
    color: red;
    margin-right: 0.5rem;
}

.gaokao_search input {
    padding: 0.25rem !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0.625rem;
    border: 1px solid rgba(128, 128, 128, 0.2);
}

.gaokao_search input:hover,
.gaokao_search input:focus {
    outline-color: #AE0000;
    border: 1px solid #AE0000 !important;
}

.gaokao_search .btn {
    margin-top: 2rem;
    border-radius: 1rem;
    background: linear-gradient(to right, #0053a3, #0071dc);
    color: rgba(255, 255, 255, 0.8);
}

.os_content .left_search {
    padding: 0 3rem;
}

.os_content .result {
    border-left: solid 1px rgba(128, 128, 128, 0.2);
}

.os_content .result_content {
    padding: 2rem;
}

.os_content .tit {
    font-size: 1.2rem;
}

.os_content .empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    position: relative;
}

.os_content .empty p {
    position: absolute;
    bottom: 2rem;
}

.offer_now {
    margin-top: 2rem;
    padding-left: 3rem;
}

.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: 10px;
    margin-bottom: 10px;
}

.offer_now .result_title {
    color: rgb(255, 0, 0, 0.8);
    margin: 1rem 0;
    font-weight: bold;
}

.offer_now .result_content {
    padding: 2rem;
}

/**历年分数查询*/
.searchform {
    margin-bottom: 4rem;
}

.searchform .row {
    display: flex;
    align-items: baseline;
    margin-left: 2rem;
}

.searchform .kl {
    width: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.searchform ul {
    /* margin: 0;
    padding: 0; */
    display: flex;
    flex: 1;
    list-style-type: none;
    align-items: baseline;
    flex-wrap: wrap;
}

.searchform ul li {
    min-width: 4rem;
    margin: 0.5rem 2rem 0.5rem 0;
}

.searchform ul li a {
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.searchform ul li.active a {
    display: block;
    text-align: center;
    background-color: #0052a2;
    color: white;
}

.so_years {
    margin-bottom: 4rem;
}

.resultTable {
    text-align: center;
    width: 100%;
}

.resultTable thead {
    background-color: #0072e1;
}

.th-inner {
    color: white;
}

.os_content .page-link {
    background-color: #ccc;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0%;
}

.os_content .page-item.active .page-link {
    background-color: #0072e1;
    color: white;
}

.os_content .page-pre a, .os_content .page-next a {
    background-color: transparent;
    border: none;
    border-radius: 0%;
}

.os_content .btn-secondary {
    padding: 0 0.5rem;
    background-color: #0072e1;
}

/**新闻详细内容*/
.newsContent {
    color: #4c4c4c;
    /*font-size: 16px;*/
    padding: 0 8px 0 8px;
    word-break: break-all;
    word-wrap: break-word;
    /*margin-top: 20px;*/
}

.newsContent img {
    max-width: 100% !important;
    display: inline-block !important;
    padding: 0.3125rem !important;
}

.newsContent h1,
.newsContent h2,
.newsContent h3,
.newsContent h4,
.newsContent h5,
.newsContent h6 {
    word-break: break-all !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
    font-size: 1.5rem !important;
}

.newsContent p,
.newsContent span,
.newsContent strong,
.newsContent b,
.newsContent u,
.newsContent i,
.newsContent a,
.newsContent div {
    word-break: break-all !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
    font-size: 1.3rem !important;
}

.newsContent table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
}

.newsContent th,
.newsContent td {
    border: 1px solid black !important;
    font-size: 1.3rem !important;
}

.newsAccessory {
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsAccessory .t1 {
    line-height: 2rem;
    font-size: 1.2rem;
}

.newsAccessory .t2 {
    margin-left: 20px;
    font-size: 1.1rem;
}

.newsAccessory .t2 a {
    line-height: 1.8;
}

.sub_college span {
    font-size: 1.2rem;
}

.hotsearch li a {
    font-size: 1.1rem;
}

.card01 .card-header,
.card02 .card-header,
.card03 .card-header {
    font-size: 1.2rem;
}

.card03 .card-body {
    padding: 0;
    margin: 1rem 1rem 0 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;
}

.news-friendly-link {
    font-size: 1.0rem;
}

.lightshadowswiper .swiper-slide {
    height: 1px; /* 随意指定一个height值即可 */
}

.lightshadowswiper .swiper-slide-active {
    height: auto;
}

.home_sec_container {
    margin-top: 30px;
}

.nav-item.nav-right {
    margin-left: auto;
}

.nav-item.nav-right a {
    cursor: pointer;
}

.my-width-100 {
    width: 100%;
}

.nav-segment .nav-link.active, .nav-segment .nav-link:hover {
    color: red;
}

.main1_r {
    padding: 10px;
    position: relative; /* 确保伪元素定位有效 */
    background: none; /* 清除原背景 */
}

.main1_r::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://www.rashmihac.com/pub/img/bg-img/bg001.png") no-repeat center center;
    background-size: cover;
    opacity: 0.3; /* 设置透明度 */
    z-index: -1; /* 放置在主内容后面 */
}

a:hover {
    color: #AE0000;
}

.main1_r ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main1_r ul a .date {
    margin: 0;
    text-align: center;
    width: 160px;
    border-right: 1px solid #cccc;
}

.main1_r ul a div span {
    font-family: 'fzxbs';

}

.main1_r ul a div p {
    display: flex;
    align-items: center; /* 垂直居中 */
    font-size: 18px;
    font-family: 'fzxbs';
    color: #333;

}

.main1_r ul li {
    margin-bottom: 28px;
    transition: all .3s;
}

.main1_r ul li:last-child {
    margin-bottom: 0;
}

.main1_r ul li:hover {
    transform: translateY(-5px);
}

.main1_r ul a > p {
    color: #666;
    margin-left: 2rem;
    flex: 1;
    font-size: 20px;
    display: -webkit-box;
    line-height: 31px;

    overflow: hidden;
}

.main1_r ul a span {

    line-height: 44px;
    transition: all .3s;
    color: #a40000;
}

.main1_r .date span {
    font-size: 2rem;
}

.sysico {
    display: block;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    color: #fff; /* 设置文字为白色 */
    text-decoration: none; /* 去掉下划线 */
    transition: transform 0.3s, box-shadow 0.3s; /* 添加交互动画 */
}

.sysico h3 {
    color: white;
}

.sysico:hover {
    transform: scale(1.05); /* 鼠标悬浮时放大 */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* 添加阴影 */
}

.sysico:hover i {
    color: white;
}

.sysico i {
    font-size: 5rem;
}

.ico-cell {
    margin-top: 1rem;
}

.ico-cell > div {
    margin-bottom: 1rem;
}

.color1 {
    background: url("https://www.rashmihac.com/pub/img/bg-img/list_time_bg.png") no-repeat center center #a40000;
    background-size: cover;
}

.color2 {
    background: url("https://www.rashmihac.com/pub/img/bg-img/list_time_bg.png") no-repeat center center #2196f3;
    background-size: cover;
}

.color3 {
    background: url("https://www.rashmihac.com/pub/img/bg-img/list_time_bg.png") no-repeat center center #ff9800;
    background-size: cover;

}

.firstCol1 {
    padding-right: 40px;
}

.color4 {

    background: url("https://www.rashmihac.com/pub/img/bg-img/list_time_bg.png") no-repeat center center #e91e63;
    background-size: cover;

}

.home_third_container > div {
    background-color: #F8F8F8;

}

.home_third_container .title {
    padding: 40px 160px 40px 40px;
    overflow: hidden;

}

.t_container {
    position: relative;
    overflow: hidden;
}

.t_container > div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("https://www.rashmihac.com/pub/img/bg-img/bg-service.png") center center no-repeat;
    background-size: cover;
    transform: skewX(-15deg);
    transform-origin: 100% 0;
}

.t_container .title {
    color: white;
    position: relative;
    z-index: 1;
}

.querylist {
    display: flex;
    flex-wrap: wrap; /* 换行以形成两行 */
    justify-content: space-between; /* 控制列间距 */
    list-style: none; /* 去掉列表项默认样式 */
    padding: 20px;
    margin: 0;
}


.querylist li {
    flex: 0 0 calc(33.33% - 10px); /* 每行3列，减去间距 */
    box-sizing: border-box; /* 包括内边距和边框 */
    background-color: white; /* 白色背景 */
    margin-bottom: 10px; /* 行间距 */
    padding: 15px; /* 内边距可根据需求调整 */
    /*text-align: center; !* 居中对齐 *!*/
    /*border-radius: 8px; !* 添加圆角效果（可选） *!*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 添加轻微阴影（可选） */
}

.iconlist3 {
    font-size: 1.5rem;
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中对齐 */
    justify-content: space-between; /* 左右两端对齐 */
    text-decoration: none; /* 去除链接下划线 */
    color: inherit; /* 保持文本颜色 */
    padding: 10px; /* 根据需要添加内边距 */

    transition: all .5s ease-in-out;
    /*border-radius: 8px; !* 添加圆角效果（可选） *!*/
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); !* 添加阴影效果（可选） *!*/
}

.iconlist3:hover {
    color: black;
}

.querylist li:hover, .querylist a:hover, .querylist li:hover h3, .querylist li:hover .bi {
    background-color: #c62129;
    color: white;
}

.iconlist3_div {
    display: flex; /* 如果需要内部图标和文字一起布局 */
    align-items: center; /* 内部垂直居中 */
}

.iconlist3 h3 {
    margin: 0; /* 去除标题的默认外边距 */
    font-size: 16px; /* 调整文字大小 */
    flex: 1; /* 占满剩余空间 */
    text-align: left; /* 左对齐标题 */
    padding-left: 10px; /* 与左边图标适当分隔 */
}

.iconlist3 .bi {
    font-size: 18px; /* 调整右侧图标的大小 */
    color: #555; /* 可设置图标颜色 */
}

/* 鼠标悬停时的动画 */
.iconlist3:hover .iconlist3_div {
    animation: flip-rotate 1s ease-in-out;
    transform-origin: center; /* 设置旋转轴为图标中心 */
}

.container_four, .container_five {
    margin-top: 30px;
}

.sildercontainer {
    position: relative;
}

.sys-banner {
    position: absolute; /* 绝对定位以覆盖在 Swiper 上 */
    bottom: 10px; /* 调整离底部的距离 */
    left: 50%; /* 水平居中 */
    transform: translateX(-50%); /* 修正水平居中偏移 */
    z-index: 10; /* 确保在 Swiper 内容之上 */
    /*background-color: rgba(0, 0, 0, 0.5); !* 半透明背景 *!*/
    color: white; /* 字体颜色为白色 */
    padding: 10px 20px; /* 添加内边距 */
    border-radius: 5px; /* 圆角 */
    text-align: center; /* 居中对齐文字 */
    font-size: 16px; /* 调整文字大小 */
}

.sys-role {
    margin: 0 auto;
    width: 80%;
    background-color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* 左右两端对齐 */

}

.sys-banner-2 {
    display: flex;
}

.sys-role li {
    flex: 1;
}

.sys-role .title_icon {
    font-size: 1.5rem;
    margin: 0 20px;
}

.system_t_cn {
    overflow: hidden;
    display: flex;
    position: relative;
    flex: 1;
    background-color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.system_title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #AE0000;
    transform: skewX(-15deg);
    transform-origin: 0 100%;

}

.system_title p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: white;
    font-size: 1.5rem;

}

.sys-role a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container {
    padding: 20px;
    color: white;
    font-size: 1.1rem;
}

.footer-container p, .footer-container ul > li {
    color: white;
    font-size: 1.05rem;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.5rem;
}

.brand-container .media {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.align-items-center {
    text-align: center;
}

.promo {
    min-height: 400px;
    background: url("https://www.rashmihac.com/pub/img/bg-img/bg-1.jpg") no-repeat center center;
    background-size: cover;
    display: flex;

}

.content-h1 {
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    white-space: pre-wrap;
}

.news-content-container {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
    border-top: solid 1px #ddd !important;
    border-bottom: solid 1px #ddd !important;
    text-align: center;
}

.newsContent p, .newsContent span {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap !important;
}

.flex-bottom-50 {
    display: flex;
    align-items: flex-end;
}

.dropdown-toggle::after {

    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");

}


.media .ico-item {
    font-size: 40px;
    color: #AE0000;

}

.media .media-text {
    padding: 0 20px;
}

.media .blod-text {
    font-weight: bold;
    font-size: 1.1rem;

}

.gray-text {
    color: gray;
}

.list-left-panel {
    position: relative;
}

.panel-left-container {
    margin-top: -60px;
    margin-bottom: 60px;

    background: #f0f0f0 url("https://www.rashmihac.com/pub/img/bg-img/menu_bg.png") no-repeat center bottom;
    background-size: 100% auto;
    min-height: 300px;
}

.h5-panel {
    padding: 30px 0;
    background-color: #df432c;
    color: #ede9e9;
    font-size: 1.5rem;
    text-align: center;

}

.panel-left-container .list-menu a {
    font-size: 1.2rem;
    padding: 1rem;

}

.sec-left-panel {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 50px;
}

.search-panel {

}

hr {
    color: #666;
}

.btn-group-lg > .btn, .btn-lg {
    background-color: #AE0000;
    border-color: #AE0000;
}

.btn:hover {
    background-color: red;
    border-color: red;
}

.g-bg-pink--hover:hover {
    background-color: #df432c !important;
    color: #fff !important;
}

.g-color-gray-dark-v4 {
    color: #777 !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.u-tags-v1 {
    padding: 10px 10px 10px;
    display: block;
    background-color: #e0e0e0;
    border-radius: 1rem;
    margin: 10px 0;
}

/* 定义翻转动画 */
@keyframes flip-rotate {
    0% {
        transform: rotateY(0); /* 初始状态 */
    }
    50% {
        transform: rotateY(180deg); /* 翻转到背面 */
    }
    100% {
        transform: rotateY(360deg); /* 回到正面 */
    }
}

.bg-red {
    background: url("https://www.rashmihac.com/pub/img/bg-img/footer_bg.jpg") no-repeat center center;
    background-size: cover;
}

.active > .page-link, .page-link.active, .kr a:hover, .kr .mord {
    background-color: #AE0000;
    border-color: #AE0000;
}

.kr a {
    color: #AE0000;
}

.btn-primary {
    background: #AE0000;
    border-color: #AE0000;
}

.form-inline {

    display: flex;

    flex-flow: row wrap;

    align-items: center;
}

.form-inline .form-group {
    display: flex;
    font-size: 18px;
    align-items: center;
    margin-left: 1rem;
}

.form-control {
    padding: .25rem 1rem;
    width: auto;
}

.element-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content thead th {
    background-color: #AE0000;
}

.secondleft ul {
    padding-left: 0;
}

.g-font-size-42 {
    font-size: 3rem !important;
}

.u-btn-pink {
    background-color: #e81c62;
}

.u-btn-darkpurple {
    color: #fff;
    background-color: #6639b6;
}

.u-btn-cyan {
    color: #fff;
    background-color: #00bed6;
}

.g-mb-15 {
    margin-bottom: 1.07143rem !important;
}

.g-mr-10 {
    margin-right: 0.71429rem !important;
}

.g-pt-50 {
    padding-top: 50px;

}

.g-pb-50 {
    padding-bottom: 50px;
}

.list-news-right {
    padding-left: 2rem;
    padding-right: 2rem;
}

.g-py-13 {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.g-color-gray-dark-v4 {
    color: #777 !important;
}

.g-brd-y {
    border-top: solid 1px rgba(0, 0, 0, 0.1) !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
}

.ul-date {
    margin-bottom: 2rem;
    font-size: 0.8rem;
}

.list-article {
    margin-bottom: 2rem;
}

.list-article:nth-child(even) {
    padding: 20px;
    background-color: #f0f0f0;
}

.zsnews-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.my-text-align {
    text-align: right;
    font-size: 1.2rem;
    line-height: 26px;
}

.u-link-v5 {
    font-size: 1.2rem;
}

/**移动端*/
@media (max-width: 576px) {
    :root {
        font-size: 12px;
        /*font-size: calc(100vw / 50);*/
    }

    .navbar-brand-logo {
        width: 80%;
    }

    /*.navbar-brand{*/
    /*    display: block;*/
    /*    width:25rem*/
    /*}*/
    .navbar-nav-wrap {
        flex-basis: auto;
        width: 100%;
    }

    .navbar-toggler {
        font-size: 2rem;
    }

    .container {
        width: 100vw;
    }

    #header {
        width: 100vw;
    }

    .homemenuitem {
        color: black;
    }

    .navbar-toggler-toggled .bi-x {
        color: white;
    }

    .navbar-toggler-toggled .bi-list {
        color: black;
    }

    .navbar-toggler {
        margin-left: 2rem;
    }

    .js-swiper-navigation .swiper-wrapper {
        height: 30vh;
    }

    .leftprog, .ellipse {
        margin-left: 2rem;
    }

    .shortcut_left .myarrow .more {
        bottom: 1rem;
    }

    .shortcut_left .arrowcontainer {
        bottom: 0.5rem;
    }

    .shortcut_right {
        padding-right: 0;
    }

    .shortcutcontainer {
        min-height: 390px;
    }

    .firstrow .leftpanel {
        margin-left: 0;
        padding-right: 0;
        margin-top: 2rem;
    }

    .newstitle .t2 a {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 15.625rem; /* 根据需要设置合适的最大宽度 */
    }

    .rightcol .title {
        margin-top: 2rem;
    }

    .first_right_news > li {
        padding-right: 0;
    }

    .admission .date {
        width: 10%;
    }

    .admission .item .news, .indexnews > li .news {
        width: 85%;
    }

    .admission .item {
        margin-bottom: 1rem;
    }

    .mycontainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 10px;
    }

    .mycontainer .child, .mycontainer .child2 {
        flex-basis: auto;
        border-right: 0;
        justify-self: start;
        /*width: 20rem;*/
    }

    .lightshadow .container {
        display: block;
    }

    .lightshadow .left {
        width: 100%;
    }

    .lightshadow .right {
        width: 95%;
    }

    .lightshadowswiper {
        width: 90vw;
    }

    .album2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
    }

    /*需要覆盖样式*/
    .album2 > li:not(:first-child) {
        margin-left: 0;
    }

    .friends_container > ul {
        display: block;
        padding-top: 1rem;
    }

    .friends_container {
        min-height: 120px;
        line-height: 2rem;
    }

    .navbar-light .navbar-toggler {
        color: black;
    }

    .divider-end.diviver {
        width: 0%;
    }

    .weixin_qr {
        margin: 0 auto;
        float: none;
        display: block;
    }

    .watchimg .title .text img {
        width: 20rem;
    }

    .watchimg .more {
        display: none;
    }

    .pagerow .total, .next_page {
        margin-right: 0;
    }

    ul.indexnews {
        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;
    }

    .cu_left {
        margin-left: 0.8rem;
    }

    .cu_right .row > div:last-child {
        min-height: 18rem;
    }

    .rowitem .c_col {
        margin-left: 0rem;
    }

    .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%
    }

    .rowitem .c_col2 {
        margin-right: 0;
    }

    .disappear {
        display: none;
    }

    .sub_college {
        margin-top: 1rem;
    }

    .title_mark {
        margin-left: 4rem;
    }

    .mycontainer .child .item span,
    .mycontainer .child2 .item span {
        font-size: 1.2rem;
    }

    .lightshadow .header {
        width: 20rem;
    }

    .friends_container > ul > li {
        float: none;
    }

    .pager .goto, .pager .current-page {
        display: none;
    }

    .custompage .leftprog {
        display: none;
    }


    .sys-role {
        display: flex; /* 使用 Flexbox 布局 */
        flex-wrap: wrap; /* 允许内容换行 */

    }

    .sys-role li {
        flex: 0 0 50%; /* 每个项占一半宽度（两列） */
        text-align: center; /* 居中对齐内容 */
        margin: 10px 0; /* 添加上下间距 */
    }

    .sys-banner-2 .system_t_cn {
        display: none;

    }

    .navbar-nav-wrap-col, .navbar-nav {
        background-color: #AE0000 !important;
        padding: 5px 10px;
    }

    .firstCol1 {
        padding-right: 5px;
    }

    .main1_r ul a div p, .main1_r ul a span {
        font-size: 12px;
        line-height: 12px;
    }

    .main1_r ul a .date {
        width: 80px;
    }

    .newtitle {
        width: 20rem !important;
        font-size: 12px !important;
    }

    .article .list-inline-item {
        font-size: 12px !important;
    }

    ul {
        padding-left: 0;
    }


    .list-left-panel {
        margin-top: 100px;
    }

    .my-text-align {
        font-size: 10px;
    }

    .nav-segment.nav-pills .nav-link {
        font-size: 1rem;
    }

    .sys-role a {
        font-size: 1rem;
    }

}

/* end of media query */



