@import url('variable.css');
@import "~bootstrap/scss/bootstrap";

html {
    margin: 0;
    padding: 0;
    /* font-size: var(--main_body_size); */
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-size: 100px !important; */
}

body {
    height: 100%;
    /* background-color: var(--main_body_color);
    background-image: var(--main_body_img); */
    background-blend-mode: soft-light, screen;
    background-color: var(--main_body_color);
    /* overflow: hidden; */
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.container {
    /* width: 11.5rem; */
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 0.2rem;
}


/* 移动导航 */
.movenavx {
    width: 100%;
    /* background: var(--nav_img); */
    /* background-color: var(--main_footer_color); */
    /* z-index: 9999 !important; */
    /* box-sizing: border-box; */
    /* position: fixed; */
    /* z-index: 50;
    top: 0;
    left: 0;
    transition: all 1s; */
    background: url('../assets/images/3900.jpg') center no-repeat;
    background-size: cover;
    height: 2.88rem;
    justify-content: space-between;
}

.movenavx-logo {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background: url('../assets/images/xczlogo.png') center no-repeat;
    background-size: contain;
}

.movenavx-button {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: 0.1rem;
    top: 0;
    cursor: pointer;
}
.navx-search_input{
    width: 100%;;
}

.news-box {
    padding: 0.2rem 0.2rem 0.4rem 0.2rem;
}

.news-list-box_phone {
    background-color: #F8F8F8;
}

.news-list-card {
    padding: 0.2rem 0.1rem;
}

.news-working {
    width: 100%;
}

.news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px var(--news_title_hover_color);
}

 .news-head-left-content-box{
    padding: 0.1rem;
    border-bottom: solid 2px var(--news_title_hover_color);
 }

.news-head-left-content-bg {
    width: 1.49rem;
    height: 0.49rem;
    opacity: 0;
}

.news-head-left-content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
}

.news-head-left-content-icon {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0 0.1rem;
}

.news-head-left-content-title {
    color: var(--news_title_color);
    font-size: 0.2rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    padding: 0 0.05rem;
}

.news-head-right-more {
    text-decoration: none;
    font-size: 0.16rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: var(--news_time_color);
}

.news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px var(--news_title_hover_color);
}

.news-head-left-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.news-head-left-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;
    border-bottom: solid 2px var(--news_title_hover_color);
}

.news-head-left-content-icon {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0 0.1rem;
}

.news-head-left-content-title-text {
    color: var(--news_title_color);
    font-size: 0.2rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    padding: 0 0.05rem;
}

.news-head-right-more-a {
    text-decoration: none;
    font-size: 0.16rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: var(--news_time_color);
}

.news-list-working-phone {
    padding: 0 0.2rem;
    background-color: #F8F8F8;
}

.news_list_container-ul {
    display: block;
    text-decoration: none;
    font-size: 0.16rem;
}

.news_list_container-li {
    text-decoration: none;
    padding: 0.2rem 0 0.1rem 0;
}

.news_list_container-li_phone {
    padding-bottom: 0;
}

.news_list_container-li_d {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list_container-li_d_phone {
    display: block;
    border-bottom: solid 1px #B5B5B5;
    padding: 0.1rem 0.1rem;
}

.news_list_container-li_d_title {
    width: 70%;
    font-family: "Helvetica Neue", "Microsoft yahei", Helvetica, Arial, sans-serif;
    text-align: left;
    color: var(--news_title_color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin: 0.2rem 0; */
}

.news_list_container-li_d_title_phone {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.1rem;
}

.news_list_container-li_d_time {
    width: 30%;
    font-size: 0.14rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: var(--news_time_color);
    text-align: right;
    /* padding-top: 0.1rem; */
}

.news_list_container-li_d_time_phone {
    width: 100%;
}

.news-list-li-img {
    width: 100%;
    height: 100%;
    padding-bottom: 0.2rem;
}

.news_list_container-li_d-img {
    position: relative;
}

.news_list_container-li_d_time2 {
    width: 15%;
    font-size: 0.2rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    text-align: left;
    color: #ffffff;
    text-align: center;
    background-color: var(--news_title_hover_color);
    position: absolute;
    top: 0;
    right: 0.1rem;
}

.news_list_container-li_d_sun {
    font-weight: bold;
    font-size: 0.22rem;

}

.news-list-content-flex-item {
    margin: 0.2rem 0;
}

.news-list-notice-phone {
    padding: 0 0.1rem;
}

.news-list-notice-phone-ul {
    display: block;
    text-decoration: none;
    font-size: 0.16rem;
    height: 0.5rem;
}

.news-list-notice-phone-li {
    text-decoration: none;
}

.news-list-notice-phone-li_d {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list-notice-phone-li_d_title {
    width: 70%;
    font-family: "Helvetica Neue", "Microsoft yahei", Helvetica, Arial, sans-serif;
    text-align: left;
    color: var(--news_title_color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.2rem 0;
    border-bottom: solid 2px #ffffff;
}

.news-list-notice-phone-li_d_time {
    width: 30%;
    font-size: 0.14rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: var(--news_time_color);
    text-align: right;
}

.link-text {
    color: var(--news_title_color);
    text-decoration: none;
    font-size: 0.16rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.2rem;
    padding: 0.2rem 0.1rem;

}



/*----------------*/

/* .carousel-indicators {
    list-style: none;
    margin-bottom: 0 !important;
}

.carousel-indicators [data-bs-target] {
    width: 0.6rem !important;
    height: 0.07rem !important;
    background-color: black !important;
}

.news-carousel-indicators [data-bs-target] {
    width: 0.6rem !important;
    height: 0.07rem !important;
    background-color: black !important;
} */

/* .movenavx-logo-img {
    width: 100%;
}

.move_search_input {
    width: 100%;
    padding: 0.1rem 0.2rem;
    background-color: #fff;
}

.move_search_input>div {
    width: 100%;
    border: 1px solid #000;
    display: flex;
    padding: 0.1rem;
}

.move_search_input>div>i {
    font-size: 0.24rem;
    margin-left: 0.05rem;
}

.move_search_input>div>input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.14rem;
    background-color: #fff;
}

.carousel {
    width: 100%;
    height: auto;
} */

/* .news {
    font-size: 0.16rem;
    margin: 0 auto;
    height: auto;
    background-color: var(--move_news_color);
    color: var(--move_font_color);
    border-bottom: 1px solid #ddd9d90e;
}

.news-carousel-item {
    color: black;
    text-decoration: none;
}

.news-title {
    padding: 0.1rem 0;
    padding: 0.2rem;
}

.news-carousel {
    margin: 0.2rem;
}

.news-title>div:first-child {
    font-size: 0.3rem;
    font-weight: 600;
    margin: 0.1rem 0;
}

.news-carousel_title {
    padding: 0.2rem 0;
}

.news-carousel_title>div {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
}

.news-carousel_title>h5 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}

.news-carousel_title>p {
    font-size: 0.16rem;
    margin-bottom: 0.16rem;
}

.news-ul {
    font-size: 0.16rem;
    background-color: var(--main_body_color);
    padding: 0 0.2rem;
}

.news-li {
    display: block;
    padding: 0.2rem 0;
    text-decoration: none;
    border-bottom: 1px solid var(--move_news_line_color);
    color: var(--move_font_color);
}

.news-li>div:first-child {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
}

.news-button {
    text-align: center;
    color: var(--move_font_color);
}

.news-button>a {
    display: block;
    padding: 0.2rem;
    background-color: var(--main_body_color);
    text-decoration: none;
    color: #000;
} */

/* .research {
    padding: 0.2rem;
    background-color: var(--research_color);
    font-size: 0.16rem;
}

.research-title {
    font-size: 0.3rem;
    font-weight: 600;
}

.research-button_li {
    display: flex;
    flex-wrap: wrap;
}

.research-button_li>div {
    padding: 0.1rem;
    background-color: var(--main_body_color);
    margin: 0.1rem 0.1rem 0.1rem 0;
}

.research-button_li>div>img {
    width: 0.3rem;
}

.research-button_li>div:first-child {
    margin-left: 0;
}

.research-button_li>div:last-child {
    margin-right: 0;
}

.admissions {
    padding: 0.2rem;
    font-size: 0.16rem;
}
 */

/* .admissions-ul_li>div:first-child {
    max-width: 100%;
}

.admissions-ul_li>div:first-child>img {
    width: 100%;
}

.admissions-ul_li>div:last-child {
    flex: 1;
    text-align: center;
    line-height: 0.75rem;
}

.overseasstudent {
    padding: 0.2rem;
    margin-right: 0.2rem;
    font-size: 0.16rem;
    background-color: var(--move_overseasstudent_color);
}

.overseasstudent-title {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}

.overseasstudent-ul {
    margin-top: 0.2rem;
}

.overseasstudent-ul-li {
    display: block;
    position: relative;
    margin-top: 0.1rem;
    z-index: 7;
}

.overseasstudent-ul-li:nth-child(1)::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgb(0, 95, 183);
    opacity: 0.5;
    z-index: 8;
}

.overseasstudent-ul-li:nth-child(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgb(205, 101, 4);
    opacity: 0.5;
    z-index: 8;
}

.overseasstudent-ul-li>div:first-child {
    max-width: 100%;
}

.overseasstudent-ul-li>div:first-child>img {
    width: 100%;
}

.overseasstudent-ul-li>div:last-child {
    padding: 0.2rem 0;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
} */

/* .overseasstudent-ul-li>div:last-child>img {
    width: 1.2rem;
    margin-bottom: 0.1rem;
}


.overseasstudent-content_img {
    width: 80%;
    margin: 0 auto;
}

.overseasstudent-content_img>img {
    width: 100%;
}

.overseasstudent_button {
    background-color: var(--main_body_color);
    padding: 0.1rem;
    display: flex;
    text-decoration: none;
    color: var(--move_font_color);
    justify-content: space-between;
}

.overseasstudent-content_button {
    background-color: var(--main_body_color);
    padding: 0.1rem;
    display: flex;
    text-decoration: none;
    color: var(--move_font_color);
    justify-content: space-between;
} */

/* .campus {
    padding: 0.2rem;
    font-size: 0.16rem;
    background-color: #005dab;
}

.campus-title {
    font-size: 0.3rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.3rem;
}

.campus-list {
    width: 100%;
    overflow: hidden;
}

.campus-list-li {
    display: inline-block;
    text-align: center;
    margin: 0 0.1rem;
}

.campus-list-li:first-child {
    margin-left: 0;
}

.campus-list-li_icon {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px dashed #fff;
}

.campus-list-li_icon>img {
    width: 0.52rem;
}

.campus-list-li_t {
    font-size: 0.16rem;
    margin-top: 0.05rem;
}

.campus-list-li_d {
    font-size: 0.14rem;
    margin-top: 0.05rem;
}

.swiper-pagination-bullet {
    background-color: #fff;
}

.live {
    padding: 0.2rem;
    font-size: 0.16rem;
}

.live-title {
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.live-list {
    margin-top: 0.2rem;
}

.live-list-li {
    text-decoration: none;
    color: #000;
}

.live-list-li>div:first-child {
    max-width: 100%;
}

.live-list-li>div:first-child>img {
    width: 100%;
}

research-button_li .live-list-li>div:last-child {
    padding: 0.2rem 0;
}

.live-carousel-indicators {
    list-style: none;
    margin-bottom: -0.2rem !important;
}

.live-carousel-indicators [data-bs-target] {
    width: 0.6rem !important;
    height: 0.07rem !important;
    background-color: black !important;
} */

/* .resources {
    padding: 0.2rem;
    font-size: 0.16rem;
    background-color: #fff;
}

.resources-title {
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
}

.resources-button {
    display: flex;
    flex-wrap: wrap;
}

.resources-button_li {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0.1rem;
    background-color: var(--main_body_color);
    margin: 0.1rem 0.1rem 0.1rem 0;
}

.resources-button_li:first-child {
    margin-left: 0;
}

.resources-button_li:last-child {
    margin-right: 0;
} */
.footer{
    background-color: var(--main_footer_color);
    background-image: none;
}
.footer-container-img {
    padding: 0.2rem 0;
}

.qrcode-image-phone {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.footer-container-phone {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.footer-container-phone-text {
    font-size: 0.14rem;
    font-family: "Helvetica Neue", "Microsoft yahei", Helvetica, Arial, sans-serif;
    color: rgb(255, 255, 255);
}