﻿@charset "UTF-8";
/********************************   pc端样式  *****************************/
* {
  padding: 0;
  margin: 0;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  outline: none;
  text-decoration: none;
  color: #333;
}

img {
  border-style: none;
}

/********************************   pc端样式  *****************************/
.home {
  flex: 1;
  width: 100%;
  font-family: "微软雅黑";
  /* 
  * 头部top 
  */
  /* 
  * 新闻
  */
  /* 
  * 通知
  */
  /*
  * 学生风采 
  */
  /* 
  * 快速通道
  */
  /* 
  * 底部
  */
}

.home .content {
  width: 1200px;
  margin: 0 auto;
}

.home .top {
  width: 100%;
  height: 601px;
}

.home .top .t-lunbo-back {
  width: 1198px;
  height: 780px;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.home .top .t-lunbo-back img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}

.home .top .t-lunbo-back .t-play-buttons {
  width: 96px;
  height: 96px;
  cursor: pointer;
  margin-top: 350px;
  margin-left: 650px;
  border-radius: 50%;
  z-index: 999;
}

.home .top .t-lunbo-back .t-play-buttons .circle {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
  border: 5px solid #ffffff;
  position: relative;
}

.home .top .t-lunbo-back .t-play-buttons .circle .c-change {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: -2px;
  left: -2px;
  opacity: 0;
  transition: opacity 0.5s;
}

.home .top .t-lunbo-back .t-play-buttons .circle:hover .c-change {
  opacity: 1;
  transition: opacity 0.5s;
}

.home .top .t-lunbo-back .t-play-buttons .circle:hover .triangle {
  border-top: 20px solid transparent;
  border-left: 40px solid #004d99;
  border-bottom: 20px solid transparent;
  top: 25px;
  left: 32px;
  transition: border-left 0.5s;
}

.home .top .t-lunbo-back .t-play-buttons .circle .triangle {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 10px solid transparent;
  position: relative;
  top: 35px;
  left: 40px;
}

.home .top .t-lunbo-back .t-play-buttons img {
  width: 100%;
  height: 100%;
}

.home .top .type-page {
  width: 1200px;
  height: 780px;
  margin: 0 auto;
  overflow: hidden;
}

.t-header {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  z-index: 100;
  position: absolute;
  top: 24px;
}

.home .top .type-page .t-header .h-logo {
  width: 800px;
 /* height: 68px;
  float: left;*/
  margin-top: 20px;
}

.home .top .type-page .t-header .h-logo img {
  width: 100%;
  height: 100%;
}

.home .top .type-page .t-header .h-nav {
  height: 28px;
  line-height: 28px;
 /* float: right;*/
  margin-top: 40px;
  z-index: 101;
}

.home .top .type-page .t-header .h-nav .n-e {
  text-align: center;
  cursor: pointer;
  float: left;
  color: #ffffff;
  font-size: 16px;
  border-radius: 7px;
  position: relative;
  margin-right: 25px;
}

.home .top .type-page .t-header .h-nav .n-e .n-e-a {
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  border-radius: 7px;
  padding: 2px 15px;
  display: block;
}

.home .top .type-page .t-header .h-nav .n-e .select-style {
  color: #004d99;
  background: #ffffff;
}

.home .top .type-page .t-header .h-nav .second-level {
  min-width: 120px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 32px;
  border-radius: 7px;
  background: #eee;
  display: none;
}

.home .top .type-page .t-header .h-nav .second-level .level-e {
  padding: 2px 15px;
  display: block;
}

.home .top .type-page .t-header .h-nav .level-display-block {
  display: block;
}

.home .top .type-page .t-header .h-nav .level-display-none {
  display: none;
}

.home .top .type-page .t-left {
  height: 400px;
  margin: 0 auto;
  position: absolute;
  top: 310px;
}

.home .top .type-page .t-left .banner1 span {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.home .top .type-page .t-left .banner2 {
  width: 476px;
  height: 129px;
  line-height: 66px;
  font-size: 56px;
  margin-top: 35px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home .top .type-page .t-left .banner3 {
  margin-top: 35px;
  width: 800px;
  height: 115px;
  background: #004d99;
  color: #ffffff;
  border-radius: 7px;
  overflow: hidden;
}

.home .top .type-page .t-left .banner3 .b-content {
  width: 732px;
  height: 60px;
  line-height: 20px;
  margin-top: 26px;
  margin-left: 33px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home .top .type-page .t-left .banner4 {
  margin-top: 50px;
}

.home .top .type-page .t-left .banner4 span {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.home .news {
  width: 1200px;
  min-height: 445px;
  margin: 0 auto;
  margin-top:80px;
  overflow: hidden;
}

.home .news .n-title {
  	width: 338px;
    height: 82px;
    margin: 0 auto;
    color: black;
    font-size: 33px;
    font-weight: bold;
}

.home .news .n-title .t-flag {
  margin-top: 16px;
}

.home .news .n-title .t-flag .f-top {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  background: #024F97;
}

.home .news .n-title .t-flag .f-bottom {
  width: 40%;
  height: 2px;
  margin: 5px auto;
  background: #024F97;
}

.home .news .n-content {
  width: 1200px;
  min-height: 345px;
  margin-top: 35px;
}

.home .news .n-content .n-e {
  width: 356px;
  height: 345px;
  float: left;
  margin-left: 56px;
  border-radius: 7px;
  cursor: pointer;
}

.home .news .n-content .n-e:first-child {
  margin-left: 0px;
}

.home .news .n-content .n-e:nth-child(4) {
  margin-left: 0px;
}

.home .news .n-content .n-e:nth-child(n+4) {
  margin-top: 40px;
}

.home .news .n-content .n-e .e-t {
  width: 356px;
  height: 248px;
}

.home .news .n-content .n-e .e-t img {
  width: 100%;
  height: 100%;
}

.home .news .n-content .n-e .e-b {
  width: 345px;
  height: 145px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  top: -48px;
  left: 32px;
  box-shadow: 1px 1px 5px #eee;
  background-image: url("../images/news-back.png");
}

.home .news .n-content .n-e .e-b:hover .b-time {
  color: #004d99;
}

.home .news .n-content .n-e .e-b:hover .b-info {
  color: #004d99;
}

.home .news .n-content .n-e .e-b .b-time {
  height: 18px;
  line-height: 18px;
  margin-left: 30px;
  margin-top: 30px;
  color: #c8c8c8;
  font-size: 18px;
}

.home .news .n-content .n-e .e-b .b-info {
  width: 285px;
  height: 52px;
  line-height: 27px;
  margin-left: 30px;
  font-size: 21px;
  color: black;
  margin-top: 12px;
  font-weight: bold;
}

.home .notice {
  width: 1200px;
  margin: 0 auto;
  margin-top:63px;
  overflow: hidden;
}

.home .notice .n-title {
  width:402px;
  height: 82px;
  margin: 0 auto;
  color: black;
  font-size: 35px;
  font-weight: bold;
}

.home .notice .n-title .t-flag {
  margin-top: 16px;
}

.home .notice .n-title .t-flag .f-top {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  background: #024F97;
}

.home .notice .n-title .t-flag .f-bottom {
  width: 40%;
  height: 2px;
  margin: 5px auto;
  background: #024F97;
}

.home .notice .n-content {
  width: 1200px;
  margin-top:35px;
}

.home .notice .n-content .n-left {
  width: 560px;
  float: left;
}

.home .notice .n-content .n-left .l-e {
  width: 560px;
  height: 248px;
  border-bottom: 2px solid #f1f1f1;
  overflow: hidden;
}

.home .notice .n-content .n-left .l-e:nth-child(3) {
  border-bottom: 0;
}

.home .notice .n-content .n-left .l-e .e-e {
  width: 534px;
  height: 127px;
  margin-top: 61px;
}

.home .notice .n-content .n-left .l-e .e-e .e-time {
  width: 40px;
  height: 52px;
  position: relative;
  top: -75px;
  left: 37px;
}

.home .notice .n-content .n-left .l-e .e-e .e-time .time-day {
  width: 40px;
  height: 27px;
  line-height: 27px;
  font-size: 30px;
}

.home .notice .n-content .n-left .l-e .e-e .e-time .time-month {
  width: 40px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  margin-top: 8px;
}

.home .notice .n-content .n-left .l-e .e-e .e-img {
  width: 106px;
  height: 96px;
  float: left;
  margin-top: 15px;
  cursor: pointer;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.home .notice .n-content .n-left .l-e .e-e .e-img:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.home .notice .n-content .n-left .l-e .e-e .e-right {
  width: 392px;
  height: 133px;
  float: right;
}

.home .notice .n-content .n-left .l-e .e-e .e-right:hover .r-title {
  color: #004d99;
}

.home .notice .n-content .n-left .l-e .e-e .e-right:hover .r-content {
  color: #004d99;
}

.home .notice .n-content .n-left .l-e .e-e .e-right .r-title {
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.home .notice .n-content .n-left .l-e .e-e .e-right .r-content {
  width: 100%;
  height: 86px;
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.7;
  color: #969696;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  cursor: pointer;
}

.home .notice .n-content .n-left .l-e .e-e .e-img-c {
  width: 392px;
  height: 133px;
  float: left;
  margin-left: 35px;
}

.home .notice .n-content .n-center {
  width: 2px;
  float: left;
  margin-left: 39px;
  margin-top: 36px;
  background: #f1f1f1;
}

.home .notice .n-content .n-right {
  width: 560px;
  float: right;
  margin-left: 38px;
}

.home .notice .n-content .n-right .l-e {
  width: 560px;
  height: 248px;
  border-bottom: 2px solid #f1f1f1;
  overflow: hidden;
}

.home .notice .n-content .n-right .l-e:nth-child(3) {
  border-bottom: 0;
}

.home .notice .n-content .n-right .l-e .e-e {
  width: 534px;
  height: 127px;
  margin-top: 61px;
  margin-left: 30px;
}

.home .notice .n-content .n-right .l-e .e-e .e-time {
  width: 40px;
  height: 52px;
  position: relative;
  top: -75px;
  left: 37px;
}

.home .notice .n-content .n-right .l-e .e-e .e-time .time-day {
  width: 40px;
  height: 27px;
  line-height: 27px;
  font-size: 30px;
}

.home .notice .n-content .n-right .l-e .e-e .e-time .time-month {
  width: 40px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  margin-top: 8px;
}

.home .notice .n-content .n-right .l-e .e-e .e-img {
  width: 106px;
  height: 96px;
  float: left;
  margin-top: 15px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.home .notice .n-content .n-right .l-e .e-e .e-img:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.home .notice .n-content .n-right .l-e .e-e .e-right {
  width: 392px;
  height: 133px;
  float: right;
}

.home .notice .n-content .n-right .l-e .e-e .e-right:hover .r-title {
  color: #004d99;
}

.home .notice .n-content .n-right .l-e .e-e .e-right:hover .r-content {
  color: #004d99;
}

.home .notice .n-content .n-right .l-e .e-e .e-right .r-title {
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.home .notice .n-content .n-right .l-e .e-e .e-right .r-content {
  width: 100%;
  height: 86px;
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.7;
  color: #969696;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  cursor: pointer;
}

.home .notice .n-content .n-right .l-e .e-e .e-img-c {
  width: 392px;
  height: 133px;
  float: right;
}

.home .student {
  width: 1200px;
  height: 545px;
  margin: 0 auto;
  margin-top: 70px;
}

.home .student .s-title {
  width: 141px;
  height: 82px;
  color: black;
  font-size: 35px;
  font-weight: bold;
}

.home .student .s-title .t-flag {
  margin-top: 16px;
}

.home .student .s-title .t-flag .f-top {
  width: 108px;
  height: 2px;
  margin-left: 18px;
  background: #024F97;
}

.home .student .s-title .t-flag .f-bottom {
  width: 66px;
  height: 2px;
  margin-top: 5px;
  margin-left: 40px;
  background: #024F97;
}

.home .student .s-c {
  width: 100%;
  height: 445px;
  margin-top: 36px;
}

.home .student .s-c .c-left {
  width: 788px;
  height: 445px;
  float: left;
  background: #ffffff;
  box-shadow: 1px 5px 15px 5px #eee;
  overflow: hidden;
}

.home .student .s-c .c-left .t-img {
  width: 716px;
  height: 373px;
  margin-top: 37px;
  margin-left: 36px;
}

.home .student .s-c .c-left .t-img img {
  width: 100%;
  height: 100%;
}

.home .student .s-c .c-right {
  width: 322px;
  height: 300px;
  float: right;
  margin-top: 60px;
}

.home .student .s-c .c-right .current {
  color: #004D99;
}

.home .student .s-c .c-right .collapsing:hover {
  color: #004D99;
}

.home .student .s-c .c-right .collapsing {
  width: 100%;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  border-bottom: 1px solid #D9D9D9;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.home .student .s-c .c-right .collapsing .select-bsback {
  width: 100px;
}

.home .student .s-c .c-right .collapsing:hover .b-s-back {
  width: 100px !important;
  transition: all 0.5s;
  /* border: 1px solid red; */
}

.home .student .s-c .c-right .b-s-back {
  width: 0px;
  height: 2px;
  position: relative;
  background: #004D99;
}

.home .student .s-c .c-right .coll_body {
  width: 100%;
  height: 95px;
  padding-left: 0px;
  color: #999999;
  display: none;
  cursor: pointer;
}

.home .student .s-c .c-right .coll_body .b-content {
  height: 66px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home .student .s-c .c-right .coll_body .b-time {
  margin-top: 20px;
}

.home .expressLane {
  height: 400px;
  overflow: hidden;
  margin-top: 90px;
  margin-bottom: 100px;
}

.home .expressLane .lane-parent-title {
  width: 1200px;
  height: 62px;
  margin: 0 auto;
}

.home .expressLane .lane-parent-title .lane-title {
  width: 141px;
  height: 82px;
  color: black;
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: bold;
}

.home .expressLane .lane-parent-title .lane-title .t-flag {
  margin-top: 16px;
}

.home .expressLane .lane-parent-title .lane-title .t-flag .f-top {
  width: 108px;
  height: 2px;
  margin-left: 18px;
  background: #024F97;
}

.home .expressLane .lane-parent-title .lane-title .t-flag .f-bottom {
  width: 66px;
  height: 2px;
  margin-top: 5px;
  margin-left: 40px;
  background: #024F97;
}

@media screen and (max-width: 1400px) {
  .home .expressLane .lane-content {
    zoom: 0.8;
  }
}

.home .expressLane .lane-content {
  width: 1614px;
  height: 243px;
  margin: 0 auto;
  margin-top: 35px;
}

.home .expressLane .lane-content .c-img {
  width: 100%;
  height: 100%;
}

.home .expressLane .lane-content .w-h {
  width: 177px;
  height: 210px;
  float: left;
  cursor: pointer;
}

.home .expressLane .lane-content .w-h .h-img {
  width: 177px;
  height: 177px;
}

.home .expressLane .lane-content .w-h .h-img img {
  width: 100%;
  height: 100%;
}

.home .expressLane .lane-content .w-h .h-title {
  width: w-hpx;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  margin-top: -28px;
}

.home .expressLane .lane-content .ziyuanku {
  position: relative;
  top: -190px;
  left: 224px;
}

.home .expressLane .lane-content .xuankezhongxin {
  position: relative;
  top: -120px;
  left: 295px;
}

.home .expressLane .lane-content .jiaowuxitong {
  position: relative;
  top: -215px;
  left: 370px;
}

.home .expressLane .lane-content .shiyanshi {
  position: relative;
  top: -200px;
  left: 437px;
}

.home .expressLane .lane-content .kaowuxitong {
  position: relative;
  top: -130px;
  left: 512px;
}

.home .expressLane .lane-content .shake-lane:hover {
  animation: shake-lane 800ms ease-in-out;
}

@keyframes shake-lane {
  10%, 90% {
    transform: translate3d(0, -3px, 0);
  }
  20%, 80% {
    transform: translate3d(0, 8px, 0);
  }
  30%, 70% {
    transform: translate3d(0, -13px, 0);
  }
  40%, 60% {
    transform: translate3d(0, 18px, 0);
  }
  50% {
    transform: translate3d(0, -23px, 0);
  }
}

.home .footer {
  width: 100%;
  height: 345px;
  margin: 0 auto;
  background: #f5f5f6;
  overflow: hidden;
}

.home .footer img {
  width: 100%;
  height: 100%;
}

.home .footer .f-content {
  width: 1200px;
  height: 240px;
  margin: 0 auto;
  margin-top:34px;
}

.home .footer .f-content .c-top {
  width: 1200px;
  overflow:hidden;
}

.home .footer .f-content .c-top .t-left {
    width: 590px;
    float: left;
}

.home .footer .f-content .c-top .t-left .l-title {
  color: #555555;
}

.home .footer .f-content .c-top .t-left .l-link {
    width: 100%;
    margin-top: 14px;
    color: #888888;
    margin-left: -25px;
}

.home .footer .f-content .c-top .t-left .l-link a {
  color: #888888;
}

.home .footer .f-content .c-top .t-left .l-link .l-e {
    line-height: 33px;
    float: left;
    margin-left: 25px;
    cursor: pointer;
}

.home .footer .f-content .c-top .t-left .l-link .l-e a:hover {
  color: #004d99;
}

.home .footer .f-content .c-top .t-left .l-link .l-e:hover {
  color: #004d99;
}

.home .footer .f-content .c-top .t-center {
  	width: 275px;
    float: left;
    margin-left: 32px;
}

.home .footer .f-content .c-top .t-center .c-email span:first-child {
  color: #555555;
}

.home .footer .f-content .c-top .t-center .c-email span:last-child {
  margin-left: 5px;
  color: #888888;
}

.home .footer .f-content .c-top .t-center .c-contact {
  overflow: hidden;
  margin-top: 28px;
}

.home .footer .f-content .c-top .t-center .c-contact div:first-child {
  float: left;
  color: #555555;
}

.home .footer .f-content .c-top .t-center .c-contact div:last-child {
  width: 180px;
  margin-left: 5px;
  float: left;
  color: #888888;
}

.home .footer .f-content .c-top .t-right {
  width: 206px;
  height: 109px;
  float: right;
}

.home .footer .f-content .c-top .t-right .r-title {
  width: 80px;
  height: 109px;
  line-height: 24px;
  color: #888888;
  float: left;
}

.home .footer .f-content .c-top .t-right img {
  width: 109px;
  height: 109px;
  float: right;
}

.home .footer .f-content .c-bottom {
  	width: 1200px;
    color: #888888;
    margin-top: 19px;
    border-top: 2px solid #ededee;
    overflow: hidden;
    padding-top: 18px;
}


.home .footer .f-content .c-bottom .b-left {
  width: 500px;
  float: left;
}

.home .footer .f-content .c-bottom .b-right {
  width: 300px;
  float: right;
  text-align: right;
}


/*国际宣传资料*/
#list_container li{
    width: 1200px;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 12px rgba(85,85,85,0.12);
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
}
.list_cont_li .list_i_l{
    float: left;
}
.list_cont_li .list_i_l img{
    margin-right: 30px;
} 
.list_cont_li .list_i_r{
    float: left;
    width: calc(100% - 294px);
    color: #555;
    line-height: 32px;
}
.list_cont_li .list_i_r a{
    display:block;
}

.list_cont_li .list_i_r .p1{
    font-size: 20px;
    color: #222222;
    line-height: 50px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_cont_li .list_i_r .p1:hover{
    color:#004e96;
}

.list_cont_li .list_i_r .p2{
    margin-bottom: 20px;
}







/********************************   移动端样式  *****************************/
.m-home {
  flex: 1;
  width: 100%;
  /**
  * 遮罩背景
  */
  /**
  * 头部
  */
  /**
  * 文字信息
  */
  /**
  * 新闻动态
  */
  /**
  * 通知公告
  */
  /**
  * 学生风采
  */
  /**
  * 快速通道
  */
  /**
  * 底部
  */
}
.backCont{
	position:fixed;
    top: 0;
 	 width: 100%;
    height: 100%;
    left: 0;
  /*  background: #004e96ed; */
    z-index: 100000000;
    padding: 0.2rem;
    overflow-y: scroll;
    box-sizing: border-box;
  	z-index:999;
   
}
.h-select{
	display: block;
    position: absolute;
    right: 0.3rem;
    top: 0.4rem;
    z-index: 99;
 }
.m-home .back-mask {
  width: 100vw;
  height: 100vh;
  background: #004e96ed;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.m-home .top {
  width: 7.5rem;
  height: 5rem;
  overflow: hidden;
  background: url("../images/m-lunbo1.png") no-repeat;
  background-size: 100% 100%;
}

.m-home .top .h-back {
  width: 7.5rem;
  height: 0.72rem;
  position: fixed;
  top: 0;
  z-index: 102;
}

.m-home .top .header {
  width: 7rem;
  height: 0.72rem;
  margin-top: 0.3rem;
  position: absolute;
  top: 0;
  z-index: 103;
}

.m-home .top .header .h-logo {
  width:6rem;
  float: left;
}

.m-home .top .header .h-select {
  width: 0.43rem;
  height: 0.34rem;
  float: right;
}

.m-home .top .header .h-x {
  width: 0.43rem;
  height: 0.43rem;
  float: right;
  margin-top:0.1rem;
  position: absolute;
  right: 0;
 /* z-index:103; */
}

.m-home .top .h-nav {
  width: 91%;
  position: absolute;
  top: 1.3rem;
  z-index: 101;
}

.m-home .top .h-nav .n-e {
  width: 100%;
  height: 1rem;
  line-height:1rem;
  font-size: 0.36rem;
  color: #555555;
}

.m-home .top .h-nav .n-e span {
  padding-left: 0.2rem;
}

.m-home .top .h-nav .select-style {
  color: #fff;
  border-bottom:0.01rem solid #e6e2e2;
}

.m-home .font-info {
  width: 6.78rem;
  min-height: 5.56rem;
  margin-top: 0.5rem;
  margin-left: 0.36rem;
  overflow: hidden;
}

.m-home .font-info .info-one {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.3rem;
}

.m-home .font-info .info-two {
  width: 4.77rem;
  height: 1.26rem;
  line-height: 0.63rem;
  font-size: 0.56rem;
  margin-top: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-home .font-info .info-two img {
  width: 100%;
  height: 100%;
}

.m-home .font-info .info-three {
  width: 100%;
  height: 2.75rem;
  margin-top: 0.36rem;
  background: #024F97;
  border-radius: 7px;
  overflow: hidden;
}

.m-home .font-info .info-three .t-content {
  width: 6.38rem;
  height: 2.04rem;
  line-height: 0.35rem;
  margin-top: 0.35rem;
  margin-left: 0.19rem;
  color: #ffffff;
  font-size: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.m-home .font-info .info-four {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.3rem;
  margin-top: 0.36rem;
  color: #024F97;
}

.m-home .news {
  width: 100%;
  min-height: 6.3rem;
  margin-top: 0.82rem;
  overflow: hidden;
}

.m-home .news .n-title {
  width: 3.65rem;
  height: 0.68rem;
  margin: 0 auto;
  color: black;
  font-size: 0.35rem;
  font-weight: bold;
}

.m-home .news .n-title .c-e-flag {
  margin-top: 0.1rem;
}

.m-home .news .n-title .c-e-flag .f-top {
  width: 1.08rem;
  height: 0.02rem;
  margin-left: 0.18rem;
  background: #024F97;
}

.m-home .news .n-title .c-e-flag .f-bottom {
  width: 0.66rem;
  height: 0.02rem;
  margin-top: 0.05rem;
  margin-left: 0.40rem;
  background: #024F97;
}

.m-home .news .news-swiper-container {
  width: 6.8rem;
  height: 5.28rem;
  margin-left: 0.33rem;
  margin-top: 0.36rem;
}

.m-home .news .news-swiper-container .swiper-wrapper {
  width:6.7rem;
  overflow-x: scroll;
}

.m-home .news .news-swiper-container .swiper-wrapper .swiper-slide {
  width: 5.76rem;
}

.m-home .news .news-swiper-container .swiper-wrapper .swiper-slide .n-e {
  width: 5.76rem;
  height: 5.28rem;
}

.m-home .news .news-swiper-container .swiper-wrapper .swiper-slide .n-e .e-t {
  width: 5.46rem;
  height: 3.8rem;
}

.m-home .news .news-swiper-container .swiper-wrapper .swiper-slide .n-e .e-t img {
  width: 100%;
  height: 100%;
}

.m-home .news .news-swiper-container .swiper-wrapper .swiper-slide .n-e .e-b {
  width: 5.28rem;
  height: 2.2rem;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  top: -0.74rem;
  left: 0.49rem;
  background: #ffffff;
  box-shadow: 0.05rem 0.05rem 0.05rem 0.05rem #eee;
}

.m-home .news .news-swiper-container .swiper-wrapper .swiper-slide .n-e .e-b .b-time {
  height: 0.3rem;
  line-height: 0.3rem;
  margin-left: 0.48rem;
  margin-top: 0.42rem;
  color: #c8c8c8;
  font-size: 0.3rem;
}

.m-home .news .news-swiper-container .swiper-wrapper .swiper-slide .n-e .e-b .b-info {
  width: 4.3rem;
  height: 0.8rem;
  line-height: 0.4rem;
  margin-left: 0.48rem;
  font-size: 0.35rem;
  color: black;
  margin-top: 0.25rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-home .notice {
  width: 100%;
  margin-top: 0.82rem;
  overflow: hidden;
}

.m-home .notice .n-title {
  width: 6rem;
  height: 0.68rem;
  margin: 0 auto;
  color: black;
  font-size: 0.35rem;
  font-weight: bold;
  text-align:center;
}

.m-home .notice .n-title .c-e-flag {
  margin-top: 0.1rem;
}

.m-home .notice .n-title .c-e-flag .f-top {
  width: 1.08rem;
  height: 0.02rem;
  margin-left: 0.18rem;
  background: #024F97;
}

.m-home .notice .n-title .c-e-flag .f-bottom {
  width: 0.66rem;
  height: 0.02rem;
  margin-top: 0.05rem;
  margin-left: 0.40rem;
  background: #024F97;
}


.m-home .notice .notice-swiper-container {
  width: 100%;
}

.m-home .notice .notice-swiper-container .swiper-wrapper {
  margin-left: 0.36rem;
}

.m-home .notice .notice-swiper-container .swiper-wrapper .swiper-slide .n-e {
  width: 6.78rem;
  height: 2.08rem;
  margin-top: 0.5rem;
  border-bottom: 0.02rem solid #f1f1f1;
}

.m-home .notice .notice-swiper-container .swiper-wrapper .swiper-slide .n-e .e-left {
  width: 1.06rem;
  height: 0.97rem;
  margin-top: 0.16rem;
  margin-left: 0.15rem;
  float: left;
}

.m-home .notice .notice-swiper-container .swiper-wrapper .swiper-slide .n-e .e-left img {
  width: 100%;
  height: 100%;
}

.m-home .notice .notice-swiper-container .swiper-wrapper .swiper-slide .n-e .e-left .e-time {
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
  top: -1rem;
  left: 0.3rem;
  text-align: center;
}

.m-home .notice .notice-swiper-container .swiper-wrapper .swiper-slide .n-e .e-left .e-time .time-day {
  width: 0.6rem;
  height: 0.27rem;
  line-height: 0.27rem;
  font-size: 0.30rem;
}

.m-home .notice .notice-swiper-container .swiper-wrapper .swiper-slide .n-e .e-left .e-time .time-month {
  width: 0.6rem;
  height: 0.16rem;
  line-height: 0.16rem;
  font-size: 0.15rem;
  margin-top: 0.08rem;
}

.m-home .notice .notice-swiper-container .swiper-wrapper .swiper-slide .n-e .e-right {
  width: 5rem;
  height: 1.6rem;
  float: left;
  margin-left: 0.36rem;
}

.m-home .notice .notice-swiper-container .swiper-wrapper .swiper-slide .n-e .e-right .r-title {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.m-home .notice .notice-swiper-container .swiper-wrapper .swiper-slide .n-e .e-right .r-content {
  width: 100%;
  min-height: 0.95rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-top: 0.35rem;
  color: #969696;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.m-home .notice .notice-swiper-container .notice-swiper-pagination {
  position: relative;
  bottom: 0.6rem;
  left: 3.5rem;
}

.m-home .student {
  width: 100%;
}

.m-home .student .s-title {
  width: 1.65rem;
  height: 0.68rem;
  margin: 0 auto;
  color: black;
  font-size: 0.35rem;
  font-weight: bold;
}

.m-home .student .s-title .c-e-flag {
  margin-top: 0.1rem;
}

.m-home .student .s-title .c-e-flag .f-top {
  width: 1.08rem;
  height: 0.02rem;
  margin-left: 0.18rem;
  background: #024F97;
}

.m-home .student .s-title .c-e-flag .f-bottom {
  width: 0.66rem;
  height: 0.02rem;
  margin-top: 0.05rem;
  margin-left: 0.40rem;
  background: #024F97;
}

.m-home .student .s-img {
  width: 6.78rem;
  height: 3.82rem;
  margin-left: 0.36rem;
  background: #ffffff;
  box-shadow: 1px 1px 5px #eee;
  overflow: hidden;
}

.m-home .student .s-img .i-e {
  width: 6.16rem;
  height: 3.2rem;
  margin-left: 0.31rem;
  margin-top: 0.31rem;
  background: #ccc;
}

.m-home .student .s-img .i-e img {
  width: 100%;
  height: 100%;
}

.m-home .student .s-content {
  width: 6.46rem;
  height: 4.75rem;
  margin-left: 0.52rem;
}

.m-home .student .s-content .current {
  color: #004D99;
}

.m-home .student .s-content .b-s-back {
  width: 0rem;
  height: 0.04rem;
  position: relative;
  background: #004D99;
}

.m-home .student .s-content .collapsing {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  cursor: pointer;
  border-bottom: 1px solid #D9D9D9;
  font-size: 0.3rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.m-home .student .s-content .collapsing .select-bsback {
  width: 2rem;
}

.m-home .student .s-content .coll_body {
  width: 100%;
  height: 1.55rem;
  padding-left: 0px;
  color: #999999;
  display: none;
  font-size: 0.28rem;
}

.m-home .student .s-content .coll_body .b-content {
  min-height: 0.95rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.m-home .student .s-content .coll_body .b-time {
  margin-top: 0.2rem;
}

.m-home .expressLane {
  width: 100%;
  min-height: 3.2rem;
}

.m-home .expressLane .e-title {
  width: 1.65rem;
  height: 0.68rem;
  margin: 0 auto;
  color: black;
  font-size: 0.35rem;
  font-weight: bold;
}

.m-home .expressLane .e-title .c-e-flag {
  margin-top: 0.1rem;
}

.m-home .expressLane .e-title .c-e-flag .f-top {
  width: 1.08rem;
  height: 0.02rem;
  margin-left: 0.18rem;
  background: #024F97;
}

.m-home .expressLane .e-title .c-e-flag .f-bottom {
  width: 0.66rem;
  height: 0.02rem;
  margin-top: 0.05rem;
  margin-left: 0.40rem;
  background: #024F97;
}

.m-home .expressLane .e-content {
  width: 100%;
  min-height: 1.75rem;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}

.m-home .expressLane .e-content .c-img {
  width: 100%;
  height: 100%;
}

.m-home .expressLane .e-content .w-h {
  width: 1.25rem;
  height: 1.65rem;
  float: left;
}

.m-home .expressLane .e-content .w-h .h-img {
  width: 1.25rem;
  height: 1.25rem;
}

.m-home .expressLane .e-content .w-h .h-img img {
  width: 100%;
  height: 100%;
}

.m-home .expressLane .e-content .w-h .h-title {
  width: 1.25rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.28rem;
}

.m-home .expressLane .e-content .ziyuanku {
  position: relative;
  top: -1.25rem;
  left: 0.2rem;
}

.m-home .expressLane .e-content .xuankezhongxin {
  position: relative;
  top: -0.9rem;
  left: 0.35rem;
}

.m-home .expressLane .e-content .jiaowuxitong {
  position: relative;
  top: -1.50rem;
  left: 0.56rem;
}

.m-home .expressLane .e-content .shiyanshi {
  position: relative;
  top: -1.35rem;
  left: 0.8rem;
}

.m-home .expressLane .e-content .kaowuxitong {
  position: relative;
  top: -0.9rem;
  left: 1.1rem;
}

.m-home .footer {
  width: 100%;
  min-height: 8.5rem;
  margin-top: 0.2rem;
  background: #F5F5F6;
}

.m-home .footer .f-content {
  width: 6.78rem;
  height: 9.5rem;
  margin-left: 0.36rem;
  overflow: hidden;
}

.m-home .footer .f-content .c-link {
  width: 100%;
  min-height: 1.34rem;
  overflow: hidden;
}

.m-home .footer .f-content .c-link .l-title {
  width: 100%;
  height: 1.34rem;
  line-height: 1.34rem;
  font-size: 0.36rem;
  color: #555555;
  border-bottom: 0.02rem solid #EDEDEE;
}

.m-home .footer .f-content .c-link .l-content {
  width: 100%;
  margin-top: 0.3rem;
}

.m-home .footer .f-content .c-link .l-content .c-e {
  width: 50%;
  font-size: 0.26rem;
  color: #888888;
  margin-bottom: 0.16rem;
  float: left;
}

.m-home .footer .f-content .c-link .l-content .c-e a {
  color: #888888;
}

.m-home .footer .f-content .c-contact {
  width: 100%;
  min-height: 1.34rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}

.m-home .footer .f-content .c-contact .c-title {
  width: 100%;
  height: 1.34rem;
  line-height: 1.34rem;
  font-size: 0.36rem;
  color: #555555;
  border-bottom: 0.02rem solid #EDEDEE;
}

.m-home .footer .f-content .c-contact .c-content {
  width: 100%;
  margin-top: 0.3rem;
}

.m-home .footer .f-content .c-contact .c-content .c-left {
  width: 5rem;
  min-height: 1.24rem;
  float: left;
}

.m-home .footer .f-content .c-contact .c-content .c-left .c-l-e {
  width: 5rem;
  height: 0.25rem;
  font-size: 0.25rem;
  color: #888888;
  margin-bottom: 0.25rem;
}

.m-home .footer .f-content .c-contact .c-content .c-right {
  width: 1.24rem;
  height: 1.24rem;
  float: right;
  margin-right: 0.12rem;
  margin-top: 0.1rem;
}

.m-home .footer .f-content .c-contact .c-content .c-right img {
  width: 100%;
  height: 100%;
}

.m-home .footer .f-content .c-copyright {
  width: 100%;
  min-height: 1.56rem;
  border-top: 0.02rem solid #EDEDEE;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.24rem;
  color: #888888;
  text-align: center;
}

.m-home .footer .f-content .c-copyright .c-school {
  width: 100%;
  margin-top: 0.25rem;
}

.m-home .footer .f-content .c-copyright .c-num {
  width: 100%;
  margin-top: 0.15rem;
}



/*轮播图*/

.timeline {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.timeline .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  /*transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;*/
  transition: 2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7); */
  border-radius: 100%;
}
.timeline .swiper-slide-content {
 
  text-align: center;
 
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
  padding: 10px;
            width: 750px!important;
            position: absolute;
            top: 66%!important;
            left: 50%!important;
            margin-left: -600px;
            background: rgba(0, 0, 0, 0.5)!important;
            max-width:900px!important;
            padding-left: 25px;
            padding-right: 23px;
  
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  color: #d4a024;
  font-weight: 300;
  opacity: 0;
  transition: .2s ease .4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
/* .timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
} */
/* .timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #d4a024;
  margin: 15px 0 !important;
  position: relative;
} */
/* .timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4a024;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: .2s;
} */
/* .timeline .swiper-pagination-bullet-active {
  color: #d4a024;
} */
/* .timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
} */
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: .2s;
}
.swiper-button-mobile-prev{
  background-image: url("../images/mobile-left.png");
  width: 0.46rem;
  height: 0.28rem;
  position: absolute;
  top:4.64rem;
  left: 2.85rem;
  z-index: 99;
}
.swiper-button-mobile-next{
  background-image: url("../images/mobile-right.png");
  width: 0.5rem;
  height: 0.28rem;
  position: absolute;
  top:4.64rem;
  left: 4.15rem;
  z-index: 99;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("../images/left.png");
}
.timeline .swiper-button-prev:hover {
  /* -webkit-transform: translateX(-3px);
          transform: translateX(-3px); */
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("../images/left.png");
}
.timeline .swiper-button-next:hover {
  /* -webkit-transform: translateX(3px);
          transform: translateX(3px); */
}
.swiper-pagination-bullet{
  background: white;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #C10913
}

.swiper-title {
    width: 750px;
    text-align: left;
    height: 50px;
    font-size: 33px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    color: #FFFFFF;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-content {
    width: 750px;
    height: 69px;
    font-size: 16px;
    text-align: left;
    font-family: PingFang-SC-Medium, PingFang-SC;
    color: #FFFFFF;
    line-height: 30px;
    padding-top: 10px;
}

#m-home {
    display: none;
}
.mobile-header{
  padding:0.18rem;
  /* background: black; */
  position: absolute;
  width:7.14rem;
  z-index:104;
  /* width:100%; */
}
.mobile-menu{
  float: right;
  margin-top:0.3rem;
}
.mobile-swip{
  /* width:7.5rem; */
  height:5.6rem;
}
.mobile-swip .swiper-container{
  /* width: 100%; */
  height:100%
}
.mobile-swip .swiper-slide{
  width: 7.5rem;
  height:100%;
  position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mobile-header-content{
  position: absolute;
  top:2.17rem;
  left:0.48rem;
  width:6.26rem;
  height: 2.15rem;
  background: rgba(0,0,0,0.4);
  color: white;
  padding-left:0.28rem ;
}
.mobile-header-content-title{
  font-size: 14px;
  margin-top:0.26rem;
  line-height: 0.5rem;
  font-weight: bold;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-header-content-text{
  font-size: 10px;
  line-height: 0.36rem;
  margin-top:0.12rem;
}

@media screen and (min-width: 1024px)
.timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    /* box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7); */
  }
  .timeline .swiper-slide-content {
    left: 10%;
  }
    
}
@media screen and (max-width: 960px)
  #m-home{
		display:block;
	}
	.menu-list {
        position: fixed;
        width: 7.5rem;
        height: 100%;
        background: white;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
        transition: all 2s;
        background: #2D8916;
        overflow-y: auto;
    }
	.menu-list div {
        width: 100%;
        text-align: center;
        font-size: 0.36rem;
        line-height: 1rem;
        color: white;
    }
	.menu-list div{
    width:100%;
    text-align: center;
    font-size: 0.36rem;
    line-height: 1rem;
    color: white;
}
.mobile-act-index{
  text-align: center;
  margin-top: 80px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.3);
  width: 2rem;
  margin: 80px auto 0;
  color: white;
  font-size: 14px;
}
.activity-mobile-title{
  width: 2.5rem;
  height: 2.5rem;
  background: #2D8916;
  background-size: 100% 100%;
  float: left;
}
.mobile-act-title{
  text-align: center;
  /* margin-top: 30px; */
  line-height: 20px;
  /* background: rgba(0, 0, 0, 0.3); */
  width: 2rem;
  margin: 45px auto 0;
  color: white;
  font-size: 18px;
}
.mobile-act-vicetitle{
  text-align: center;
  /* margin-top: 30px; */
  line-height: 20px;
  /* background: rgba(0, 0, 0, 0.3); */
  width: 2.5rem;
  margin: 10px auto 0;
  color: white;
  font-size: 12px;
}







}
@media screen and (min-width: 768px)
.timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    /* box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7); */
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 85%;
    left: 50%;
    margin-left: -600px;
    width: 61px!important;
    height: 37px!important;
    background-size: contain!important;
    /* right: 15%; */
    /* -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px); */
  }
  .timeline .swiper-button-prev:hover {
    /* -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px); */
  }
   .timeline .swiper-button-next {
    top: 86.5%;
    left: 50%;
    margin-left: -500px;
    width: 61px!important;
    height: 37px!important;
    background-size: contain!important;
    -webkit-transform: rotate(180deg) translate(0, 10px);
            transform: rotate(180deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    /* -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px); */
  }
}


@media screen and (min-width: 960px) {
  #pc-home{
    display: block;
  }
}

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

/*国际宣传资料*/
.n-content {
    width: calc(100% - 0.72rem);
    margin: 0.35rem 0.36rem;
}
#list_container li {
    width:auto;
    padding: 0.3rem;
}
.list_cont_li .list_i_l{
        font-size: 0;
    }
    .list_cont_li .list_i_r{
        width: calc(100% - 2.7rem);
        font-size: 0.75rem;
        line-height: 0.42rem;
    }
    .list_cont_li .list_i_r p{
        font-size: 0.24rem;
        color: #555;
    }
    .list_cont_li .list_i_r .p1{
        font-size: 0.3rem;
        line-height: 0.48rem;
        overflow: auto;
        white-space: normal;
    }
    .list_cont_li .list_i_r .p2{
        display: none;
    }
    .list_cont_li .list_i_l img{
        width: 2.4rem;
        margin-right: 0.3rem;
        height: 1.6rem;
    }


}




