@media only screen and (max-width: 1750px) {
  html {
    font-size: 13px;
  }
  .Header .Nav_box .item_box .child_nav .line {
    top: -1.8rem;
  }
  .Header .Nav_box .item_box .first_nav::before {
    top: 70%;
  }
  .aboutModule .Content .culture .content_box .item .detaile {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 1650px) {
  html {
    font-size: 12px;
  }
  .aboutModule .Content .culture .content_box .item .detaile {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 11.5px;
  }
  .aboutModule .Content .culture .content_box .item .detaile {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 11px;
  }
  .aboutModule .Content .culture .content_box .item .detaile {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
  html {
    font-size: 14px;
  }
  .area {
    width: 94%;
  }
  .Header {
    display: none;
  }
  .pc_section1 {
    display: none;
  }
  .wap_header {
    display: block !important;
    width: 100%;
    height: 81px;
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    top: 0;
  }
  .wap_header header {
    width: 100%;
    height: 100%;
  }
  .wap_swiper {
    display: block !important;
    width: 100% !important;
    height: 100vh;
    overflow: hidden;
  }
  .wap_swiper .indexSwiper {
    width: 100%;
    height: 100%;
  }
  .wap_swiper .indexSwiper img {
    width: 100%;
    height: 100%;
  }
  .wap_header .navi {
    position: absolute;
    width: 30px;
    z-index: 999999;
    top: 25px;
    right: 1rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .wap_header .navi a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wap_header .navi span {
    width: 100%;
    background: #C9132A;
    border-radius: 1.5px;
    height: 3px;
    margin-top: 5px;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .wap_header .navi.on span {
    background: #C9132A;
  }
  .wap_header .navi.on {
    top: 1.6rem;
  }
  .wap_header .navi.on span:last-child {
    display: none;
  }
  .wap_header .navi.on span:nth-child(1) {
    transform: skewY(46deg) translateX(0.32rem) translateY(-0.1rem);
  }
  .wap_header .navi.on span:nth-child(2) {
    width: 100%;
    transform: skewY(-46deg) translateX(0.32rem);
  }
  .wap_header header .logo a img {
    width: 180px;
    height: auto;
    margin-top: 25px;
  }
  .wap_header header .logo a .logo_name {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-left: 10px;
  }
  .wap_header header .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }
  .wap_header header.open {
    max-height: 100vh;
    min-height: 100vh;
    overflow: auto;
    background-color: #ffffff !important;
    box-shadow: 0 2px 3.92px 0.08px rgba(0, 0, 0, 0.05);
  }
  .wap_header .header-nav {
    background: #ffffff;
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 5rem;
    z-index: 999999;
  }
  .wap_header .header-nav > ul > li > a {
    position: relative;
    display: block;
    padding: 1.25rem;
    border-top: 0.0313rem solid lightgray;
    font-size: 1rem;
    color: #081f2c;
    font-weight: 700;
  }
  .wap_header .header-nav > ul > li > a::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../img/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .wap_header .header-nav > ul > li > ul {
    display: none;
  }
  .wap_header .header-nav > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 1.25rem;
    border-top: 1px solid #b7b7b8;
    font-size: 1rem;
    color: #081f2c;
  }
  .wap_header .header-nav > ul > li > ul > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../img/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
  }
  .indexModule .section2 .newsBox .news_item_box {
    display: flex;
    flex-wrap: wrap;
  }
  .indexModule .section2 .newsBox {
    padding-top: 5rem;
  }
  .indexModule .section2 .newsBox .newsTitle {
    margin-bottom: 2rem;
  }
  .indexModule .section2 .newsBox .news_item_box .news_item {
    width: 100%;
  }
  .indexModule .section2 .newsBox .news_item_box .news_item .img_box {
    height: auto;
  }
  .indexModule .section2 .newsBox .newsTitle .right {
    font-size: 22px;
  }
  .indexModule .section2 .newsBox .newsTitle .icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .indexModule .section2 .newsBox .news_item_box .news_item .descBox .detaile {
    font-size: 14px;
  }
  .indexModule .section2 .newsBox .news_item_box .news_item .descBox {
    height: auto;
  }
  .indexModule .section2 .news_notice_Box {
    padding-top: 5rem;
  }
  .indexModule .section2 .news_notice_Box .newsTitle .right {
    font-size: 22px;
  }
  .indexModule .section2 .news_notice_Box .newsTitle .icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .indexModule .section2 .news_notice_Box .newsTitle {
    margin-bottom: 2rem;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .left_box {
    padding-top: 0;
  }
  .indexModule .section2 .news_notice_Box .news_content_box {
    flex-wrap: wrap;
  }
  .indexModule .section2 .news_notice_Box {
    height: auto;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .left_box .two_news_box {
    flex-wrap: wrap;
    display: none;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .left_box .smile_news_box {
    padding-right: 0;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .left_box .smile_news_box .news_item {
    margin-left: 0px;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .left_box .smile_news_box .news_item {
    width: 100%;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .right_box {
    width: 100%;
    margin-top: 30px;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .right_box .list_box {
    margin-top: 1.5rem;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .right_box .button_box .button_item {
    font-size: 18px;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .right_box .list_box .list_item .detaile {
    font-size: 16px;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .right_box .list_box .list_item {
    border: 1px solid #C9132A;
  }
  .indexModule .section2 .news_notice_Box {
    padding-bottom: 2rem;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .right_box .list_box .list_item .time_box .date {
    font-size: 34px;
  }
  .indexModule .section2 .teacherBox {
    padding-top: 5rem;
  }
  .indexModule .section2 .teacherBox .newsTitle .right {
    font-size: 22px;
  }
  .indexModule .section2 .teacherBox .newsTitle .icon {
    width: 50px;
    height: 50px;
  }
  .indexModule .section2 .teacherBox .teacher_class_box .button_box .item {
    font-size: 13px;
  }
  .indexModule .section2 .teacherBox .teacher_detaile_box .teacher_box .teacher_info_box {
    display: none;
  }
  .indexModule .section2 .teacherBox .teacher_detaile_box_main .teacher_box .teacher_info_box {
    display: none;
  }
  .indexModule .section2 .teacherBox {
    padding-bottom: 3rem;
    height: auto;
  }
  .indexModule .section2 .teacherBox .teacher_detaile_box_main .teacher_box .teacher_image_box {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .indexModule .section2 .teaching_assistantBox .teaching_swiper_box .teaching_swiper {
    height: 42rem;
  }
  .indexModule .section2 .teaching_assistantBox .teaching_swiper_box .teaching_swiper .swiper-slide {
    height: 13rem;
  }
  .indexModule .section2 .teaching_assistantBox .teaching_swiper_box .teaching_swiper .swiper-slide .name {
    bottom: 1rem;
  }
  .indexModule .section2 .teacherBox .teacher_detaile_box_main .teacher_box .teacher_image_box .teacher_image_item {
    width: 100%;
    height: auto;
  }
  .indexModule .section2 .teacherBox .teacher_detaile_box .teacher_box .teacher_image_box {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .indexModule .section2 .teacherBox .teacher_detaile_box .teacher_box .teacher_image_box .teacher_image_item {
    width: 100%;
    height: auto;
  }
  .indexModule .section2 .teaching_assistantBox {
    padding-top: 5rem;
  }
  .indexModule .section2 .teaching_assistantBox .newsTitle .right {
    font-size: 22px;
  }
  .indexModule .section2 .teaching_assistantBox .newsTitle .icon {
    width: 50px;
    height: 50px;
  }
  .indexModule .section2 .teaching_assistantBox .newsTitle {
    margin-bottom: 2rem;
  }
  .indexModule .section2 .teaching_assistantBox .teaching_swiper_box .swiper-button-prev,
  .indexModule .section2 .teaching_assistantBox .teaching_swiper_box .swiper-rtl .swiper-button-next {
    display: none;
  }
  .indexModule .section2 .teaching_assistantBox .teaching_swiper_box .swiper-button-next,
  .indexModule .section2 .teaching_assistantBox .teaching_swiper_box .swiper-rtl .swiper-button-prev {
    display: none;
  }
  .indexModule .section2 .teaching_assistantBox {
    height: auto;
  }
  .popup_area {
    display: none !important;
  }
  .indexModule .section2 .courseBox {
    padding-top: 5rem;
  }
  .indexModule .section2 .courseBox .newsTitle {
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  .indexModule .section2 .courseBox .newsTitle .right {
    font-size: 22px;
  }
  .indexModule .section2 .courseBox .newsTitle .icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .indexModule .section2 .courseBox {
    height: auto;
    padding-bottom: 2rem;
  }
  .indexModule .section2 .courseBox .item_box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .indexModule .section2 .courseBox .item_box .item .image {
    height: auto;
  }
  .indexModule .section2 .courseBox .more {
    width: 200px;
    height: 50px;
  }
  .indexModule .section2 .resourceBox .newsTitle .icon {
    width: 50px;
    height: 50px;
  }
  .indexModule .section2 .resourceBox {
    padding-top: 5rem;
    height: auto;
  }
  .indexModule .section2 .resourceBox .newsTitle .right {
    font-size: 22px;
  }
  .indexModule .section2 .resourceBox .detailes {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .indexModule .section2 .resourceBox .newsTitle {
    margin-bottom: 2rem;
  }
  .indexModule .section2 .resourceBox .swiper-button-prev,
  .indexModule .section2 .resourceBox .swiper-button-next {
    display: none;
  }
  .indexModule .section2 .resourceBox .resource_swiper_box .swiper-slide img {
    height: auto;
  }
  .indexModule .section2 .evaluateBox {
    padding-top: 5rem;
    height: auto;
    padding-bottom: 2rem;
  }
  .indexModule .section2 .evaluateBox .newsTitle .icon {
    width: 50px;
    height: 50px;
  }
  .indexModule .section2 .evaluateBox .newsTitle .right {
    font-size: 22px;
  }
  .indexModule .section2 .evaluateBox .detailes {
    font-size: 16px;
  }
  .indexModule .section2 .evaluateBox .newsTitle {
    margin-bottom: 2rem;
  }
  .indexModule .section2 .evaluateBox .item_box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
  }
  .indexModule .section2 .evaluateBox .item_box {
    height: auto;
  }
  .indexModule .section2 .evaluateBox .item_box .item {
    width: auto;
  }
  .indexModule .section2 .evaluateBox .item_box .item:last-child {
    display: none;
  }
  .indexModule .section2 .courseBox .more {
    font-size: 17px;
  }
  .indexModule .section2 .evaluateBox .more {
    font-size: 17px;
  }
  .indexModule .section2 .evaluateBox .item_box .item {
    margin-bottom: 20px;
  }
  .indexModule .section2 .introduceBox .introduce_content {
    flex-direction: column;
  }
  .indexModule .section2 .introduceBox {
    padding-top: 5rem;
  }
  .indexModule .section2 .introduceBox .newsTitle {
    margin-bottom: 2rem;
  }
  .indexModule .section2 .introduceBox .newsTitle .right {
    font-size: 22px;
  }
  .indexModule .section2 .introduceBox .newsTitle .icon {
    width: 50px;
    height: 50px;
  }
  .indexModule .section2 .introduceBox .introduce_content .img_box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .indexModule .section2 .introduceBox .introduce_content .content {
    height: auto;
    padding-bottom: 30px;
  }
  .indexModule .section2 .introduceBox {
    height: auto;
    padding-bottom: 2rem;
  }
  .indexModule .section2 .introduceBox .introduceBox_banner {
    height: auto;
  }
  .indexModule .section2 .introduceBox .introduce_content .content p {
    font-size: 15px;
  }
  .indexModule .section2 .contentBox {
    height: auto;
    padding-bottom: 3rem;
    padding-top: 5rem;
  }
  .indexModule .section2 .contentBox .newsTitle .right {
    font-size: 22px;
  }
  .indexModule .section2 .contentBox .newsTitle .icon {
    width: 50px;
    height: 50px;
  }
  .indexModule .section2 .contentBox .newsTitle {
    margin-bottom: 2rem;
  }
  .indexModule .section2 .contentBox .schoolSwiperBox {
    width: 100%;
  }
  .indexModule .mienBox {
    padding-top: 5rem;
  }
  .indexModule .mienBox .line img {
    height: auto;
  }
  .indexModule .mienBox .line {
    margin-bottom: 2rem;
  }
  .indexModule .mienBox {
    height: auto;
    padding-bottom: 8rem;
  }
  .FuncBox {
    display: none;
  }
  .wapFuncBox {
    height: auto;
    z-index: 99999;
    padding: 15px 0;
    top: 85%;
    right: 20px;
  }
  .wapFuncBox .item img {
    width: 20px;
    height: auto;
  }
  .wapFuncBox .item {
    width: 100%;
    height: 100%;
  }
  .Footer {
    display: none;
  }
  .WapFooter {
    display: block !important;
  }
  .WapFooter .Footer_box {
    height: auto;
  }
  .WapFooter .Footer_box .logo_box {
    text-align: center;
  }
  .WapFooter .Footer_box .Footer_box_left .logo {
    width: 200px;
    height: auto;
  }
  .WapFooter .Footer_box .Footer_box_left .logo {
    margin-bottom: 0;
  }
  .WapFooter .Footer_box .Footer_box_right .footer_area_middle_right_img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
  .WapFooter .Footer_box .Footer_box_right .footer_area_middle_right_img .item {
    margin-right: 0;
  }
  .WapFooter .Footer_box .Footer_box_left .detaile {
    font-size: 14px;
  }
  .WapFooter .Footer_box .Footer_box_left .detaile {
    margin-bottom: 10px;
  }
  .WapFooter .Footer_box .Footer_box_right .footer_area_middle_right_img .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .left_box .smile_news_box a {
    width: 100%;
  }
  .neswModule .content .newsSwiper {
    display: none;
  }
  .Banner {
    display: none;
  }
  .neswModule .content .newsList {
    height: auto;
  }
  .neswModule .content .newsList .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .neswModule .content .newsList .item_box .item {
    width: 100%;
  }
  .neswModule .content .newsList .item .img_box {
    width: 100%;
  }
  .neswModule .content .content_title {
    font-size: 20px;
    font-weight: bold;
  }
  .neswModule {
    background: linear-gradient(180deg, #FFFFFF 10%, #C9132A 50.68%, #C9132A 67.39%, #FFFFFF 99.45%);
  }
  .wapBanner {
    width: 100%;
    height: auto;
    display: block;
  }
  .wapBanner img {
    width: 100%;
    height: auto;
  }
  .neswModule .content .content_title {
    margin-top: 5rem;
  }
  .wapNav {
    width: 94%;
    padding-top: 20px;
    margin: 0 auto;
    display: block !important;
  }
  .wapNav .nav_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .wapNav .nav_box .item {
    padding: 1.25rem;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #C9132A;
  }
  .noticewModule .content .big_title {
    font-size: 20px;
    font-weight: bold;
  }
  .noticewModule .content .item_box .item .title_box .title {
    font-size: 14px;
    flex: 1;
  }
  .noticewModule .content .item_box .item .time {
    display: none;
  }
  .noticewModule .content .item_box .item .title_box .dian {
    width: 4px;
    height: 4px;
  }
  .noticewModule .content .item_box {
    padding: 0 20px;
  }
  .aboutModule .Content .introduce {
    padding-top: 5rem;
  }
  .aboutModule .Content .introduce {
    flex-direction: column;
  }
  .aboutModule .Content .introduce .left .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .aboutModule .Content .introduce .left .title_two {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .aboutModule .Content .introduce .left {
    width: 100%;
  }
  .aboutModule .Content .introduce .left .detaile {
    margin-bottom: 10px;
  }
  .aboutModule .Content .introduce .right {
    width: 100%;
    height: auto;
  }
  .aboutModule .Content .culture {
    padding-top: 5rem;
  }
  .aboutModule .Content .culture .title {
    font-size: 20px;
  }
  .aboutModule .Content .culture .content_box {
    width: 94%;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
  .aboutModule .Content .culture .content_box .item {
    width: 100%;
    height: auto;
    height: 175px;
    padding: 30px 20px;
  }
  .aboutModule .Content .culture .content_box .item .name {
    font-size: 18px;
  }
  .aboutModule .Content .culture .content_box .item .icon {
    top: 1.5rem;
    right: 1.5rem;
  }
  .aboutModule .Content .speech {
    padding-top: 5rem;
  }
  .aboutModule .Content .speech .name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .aboutModule .Content .speech .detaile {
    flex-direction: column;
  }
  .aboutModule .Content .speech .detaile .left {
    width: 100%;
  }
  .aboutModule .Content .speech .detaile .image {
    width: 70%;
    height: 70%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .aboutModule .Content .speech {
    padding-bottom: 4rem;
  }
  .teacherModule {
    background: linear-gradient(180deg, #FFFFFF 10%, #C9132A 30.68%, #C9132A 57.39%, #FFFFFF 99.45%);
  }
  .teacherModule .Content {
    padding-top: 5rem;
  }
  .teacherModule .Content .name {
    font-size: 20px;
  }
  .teacherModule .Content .name {
    margin-bottom: 2rem;
  }
  .teacherModule .Content .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .teacherModule .Content .item_box .item {
    width: 100%;
  }
  .teacherModule .Content .item_box .item .show .detaile .name {
    font-size: 15px;
  }
  .teacherModule .Content .item_box .item .detaile .name {
    font-size: 15px;
  }
  .teacherModule .Content .item_box .item {
    padding: 15px;
  }
  .teacherModule .Content .item_box .item .img_box .image {
    width: 100px;
    height: auto;
    margin-right: 0;
  }
  .teacherModule .Content .item_box .item .img_box {
    margin-right: 24px;
  }
  .teacherModule .Content .item_box .item {
    height: auto;
  }
  .teacherModule .Content .item_box .item .detaile .detaile {
    margin-bottom: 0;
    display: none;
  }
  .teacherModule .Content .item_box .item .show {
    background-size: 114% 114%;
  }
  .teacherModule .Content .item_box .item .show {
    padding: 15px;
  }
  .teacherModule .Content .item_box .item .show .detaile .name {
    margin-top: 0;
  }
  .teacherModule .Content .item_box .item .show .detaile .detaile1 {
    /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4 !important;
    /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
  }
  .teacherModule .Content .item_box .item .detaile .icon {
    margin-top: 40px;
  }
  .teacherModule .Content .item_box .item .detaile .name {
    margin-top: 10px;
  }
  .teacherModule .Content .item_box .item .show .detaile .detaile1 {
    font-size: 14px;
  }
  .applyModule .Content {
    padding-top: 5rem;
  }
  .applyModule .Content .name {
    font-size: 20px;
  }
  .applyModule .Content .name {
    margin-bottom: 2rem;
  }
  .applyModule .Content .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .applyModule .Content .item_box .item {
    width: 100%;
  }
  .applyModule .Content .item_box .item .show .detaile .name {
    font-size: 15px;
  }
  .applyModule .Content .item_box .item .detaile .name {
    font-size: 15px;
  }
  .applyModule .Content .item_box .item {
    padding: 15px;
  }
  .applyModule .Content .item_box .item .img_box .image {
    width: 100px;
    height: auto;
    margin-right: 0;
  }
  .applyModule .Content .item_box .item .img_box {
    margin-right: 24px;
  }
  .applyModule .Content .item_box .item {
    height: auto;
  }
  .applyModule .Content .item_box .item .detaile .detaile {
    margin-bottom: 0;
    display: none;
  }
  .applyModule .Content .item_box .item .show {
    background-size: 114% 114%;
  }
  .applyModule .Content .item_box .item .show {
    padding: 15px;
  }
  .applyModule .Content .item_box .item .show .detaile .name {
    margin-top: 0;
  }
  .applyModule .Content .item_box .item .show .detaile .detaile1 {
    /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4 !important;
    /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
  }
  .applyModule .Content .item_box .item .detaile .icon {
    margin-top: 40px;
  }
  .applyModule .Content .item_box .item .detaile .name {
    margin-top: 10px;
  }
  .applyModule .Content .item_box .item .show .detaile .detaile1 {
    font-size: 14px;
  }
  .applyModule .Content .item_box {
    padding-bottom: 0;
  }
  .applyModule .Content .school_box .swiper-slide {
    height: auto;
  }
  .applyModule .Content .school_box .swiper-slide img {
    height: auto;
  }
  .applyModule .Content .school_box {
    height: auto;
  }
  .applyModule .Content .school_box {
    margin-bottom: 4rem;
  }
  .applyModule {
    background: linear-gradient(180deg, #FFFFFF 10%, #C9132A 30.68%, #C9132A 57.39%, #FFFFFF 99.45%);
  }
  .recruitModule .content {
    padding-top: 5rem;
  }
  .recruitModule .content .name {
    font-size: 20px;
  }
  .recruitModule {
    background: linear-gradient(180deg, #FFFFFF 9%, #C9132A 50.68%, #C9132A 67.39%, #FFFFFF 99.45%);
  }
  .mienModule .content .name {
    margin-top: 5rem;
    font-size: 20px;
    margin-bottom: 3rem;
  }
  .mienModule .content .item_box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  .mienModule .content .item_box .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .mienModule .content .item_box .item .img_box {
    width: 100%;
    height: auto;
  }
  .mienModule .content .item_box .item .img_box {
    margin-bottom: 16px;
  }
  .mienModule {
    background: linear-gradient(180deg, #FFFFFF 8%, #C9132A 50.68%, #C9132A 67.39%, #FFFFFF 99.45%);
  }
  .mienModule .content .item_box .item .title {
    font-size: 15px;
  }
  .mienModule .content .item_box .item .video {
    width: 30px;
    height: 30px;
  }
  .noticewModule {
    background: linear-gradient(180deg, #FFFFFF 2%, #C9132A 50.68%, #C9132A 67.39%, #FFFFFF 99.45%);
  }
  .contentModule .content .name {
    margin-top: 5rem;
    color: #303030;
    font-size: 20px;
  }
  .contentModule .content .schoolSwiper {
    width: 100%;
  }
  .contentModule .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .contentModule .content .schoolSwiper .swiper-slide .school_name {
    font-size: 20px;
  }
  .contentModule .content .name {
    margin-bottom: 3rem;
    color: #303030 !important;
  }
  .contentModule .content .schoolSwiper {
    margin-bottom: 0;
  }
  .contentModule .content .apply_box {
    width: 100%;
  }
  .contentModule .content .apply_box .content {
    width: 100%;
    padding: 30px 10px;
  }
  .contentModule .content .apply_box .content .content_item .address_name {
    height: auto;
    margin-bottom: 2rem;
  }
  .contentModule .content .apply_box .content .content_item {
    width: 100%;
  }
  .contentModule .content .apply_box .content .content_item .address_name {
    font-size: 20px;
  }
  .contentModule .content .apply_box .content .content_item .address_item_box .item {
    width: 100%;
    flex-direction: column;
  }
  .contentModule .content .apply_box .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .help_one {
    margin-right: 20px !important;
  }
  .contentModule .content .apply_box .content .content_item .address_item_box .item {
    margin-left: 0;
    height: auto;
    padding: 14px 0;
  }
  .contentModule .content .apply_box .content .content_item .address_item_box .item {
    align-items: flex-start;
  }
  .contentModule .content .apply_box .content .content_item .help_name {
    margin-bottom: 20px;
  }
  .contentModule .content .apply_box .content .content_item .address_item_box .item .left {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .contentModule {
    background: linear-gradient(180deg, #FFFFFF 8%, #C9132A 40.68%, #C9132A 67.39%, #FFFFFF 95.45%);
  }
  .showNews .details .container {
    width: 100%;
    padding-bottom: 3rem;
  }
  .showNews .details .view-top h1 {
    font-size: 18px;
  }
  .showNews .view-desc {
    padding-bottom: 0;
  }
  .showNews .view-desc,
  .showNews .view-desc p {
    font-size: 15px;
  }
  .showNews .view-info em {
    font-size: 14px;
  }
  .showSchool .imgBox {
    width: 100%;
  }
  .showSchool .imgBox .item-box {
    width: 100%;
    height: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.4rem;
  }
  .showSchool .imgBox .item-box img {
    width: 100%;
    height: auto;
  }
  .showNews .details .view-top h1 {
    padding-top: 5rem;
  }
  .view-desc img {
    width: 100%;
    height: auto;
  }
  video {
    width: 100% !important;
    height: auto !important;
  }
  .indexModule .mienBox .mienSwiperBox .swiper-slide .icon {
    width: 30px;
    height: 30px;
  }
  .indexModule .section2 .news_notice_Box .news_content_box .left_box .smile_news_box .news_item .title_box .title {
    font-size: 15px;
  }
  .list_evaluate .evaluateBoxs .item_box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .showSchool .view-desc {
    margin-bottom: 0px;
  }
  .showSchool .imgBox {
    margin-top: 2rem;
  }
  .showSchool .imgBox .name {
    margin-bottom: 1rem;
  }
  .showSchool .imgBox .name .title {
    font-size: 22px;
  }
  .showSchool .imgBox:first-child {
    margin-top: 0rem;
  }
}
