/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分*/
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分 end*/
ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i,
img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}

/*留学申请*/
.shenq span {
    position: absolute;
    left: 0;
    top: -15px;
    background-color: #fff;
    padding: 0 10px;
    border-left: 4px solid #00a7e7;
    font-size: 20px;
}

.text span {
    position: absolute;
    right: 40px;
}

h3.shenq {
    font-size: 25px !important;
}


/*全局样式*/
html,
body {
  width: 100%;
  margin: 0 auto;
}
/*= 清除浮动=*/
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 0%;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 0%;
}
/* 针对IE7 */
* + html .clearfix {
  min-height: 0%;
}
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@font-face {
  font-family: "Marion";
  src: url("../fonts/Marion.woff2") format("woff2"), url("../fonts/Marion.woff") format("woff"), url("../fonts/Marion.ttf") format("truetype"), url("../fonts/Marion.eot") format("embedded-opentype"), url("../fonts/Marion.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #252525;
  background: #ffffff;
  font: 18px/30px 'Marion', arial, sans-serif;
  min-width: 320px;
}
a {
  color: #252525;
}
a:hover {
  color: #0059aa;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 35px;
}
.ml45 {
  margin-left: 35px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
p,
h3,
h4 {
  margin: 0;
}
a:link {
  text-decoration: none;
}
input,
a,
a:link,
a:hover,
div {
  outline: none;
}
/*全局样式 start*/
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header {
  background: #004fa0;
}
.header .top {
  background: #05234c;
  color: #fff;
  height: 32px;
  line-height: 32px;
}
.header .top a {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
}
.header .top .lang a {
  margin-right: 10px;
}
.header .top .fr a {
  margin-left: 10px;
  float: left;
}
.header .top .search-box {
  margin-top: 4px;
}
.header .top .search-box .input-text {
  background: none;
  height: 24px;
  line-height: 24px;
  border-radius: 50px;
  width: 0;
  vertical-align: top;
  transition: all 0.3s;
}
.header .top .search-box .input-image {
  width: 17px;
  height: 17px;
  margin-top: 3.5px;
  vertical-align: top;
}
.header .head {
  background: url(../images/title20230914.png) no-repeat center;
  height: 105px;
  padding-top: 15px;
}
.header .head .logo {
  height: 75px;
}
.nav {
  height: 40px;
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
}
.nav ul li {
  width:11%;
  height: 40px;
  float: left;
  text-align: center;
}
.nav ul li ul li a{ font-size: 12px;
  line-height: 18px;
  height: auto;
 height: auto;
    overflow: unset;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: unset;
padding:10px;
}
.nav ul li a {
  font-size: 18px;
  color: #000;
  display: block;
  line-height: 41px;
  height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav ul li a:hover{
background:#004394;
color: #fff;
}

.nav ul li a b {
  display: none;
}
.nav ul li .dropdown-menu {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding-bottom: 10px;
  transition: all 0.3s;
}
.nav ul li .dropdown-menu li {
  width: 100%;
height:auto;

}
.footer {
  background: #102752 no-repeat center bottom;
  padding: 90px 0 70px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-style: normal;
}
.footer a {
  display: inline-block;
  color: #fff;
}
.footer .f-logo {
  position: absolute;
  top: -50px;
  left: 0;
}
.footer .we-chat {
  position: absolute;
  top: -50px;
  right: 0;
}
.footer .we-chat img {
  width: 102px;
  height: 102px;
  display: block;
  margin: 0 auto;
}
.banner .swiper-slide {
  text-align: center;
}
.banner .swiper-slide a,
.banner .swiper-slide img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  text-align: right;
  padding-right: 140px;
  bottom: 20px;
}
.banner .swiper-pagination span.swiper-pagination-bullet,
.banner .swiper-pagination li {
  width: 15px;
  height: 15px;
  background: no-repeat;
  border: #fff 1px solid;
  opacity: 1;
  margin: 0 7.5px;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active,
.banner .swiper-pagination .on {
  background: #fff;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 64px;
  height: 64px;
  background: url(../images/apply-left.png) no-repeat center;
  left: 50px;
  margin-top: -32px;
  opacity: 0.7;
}
.banner .swiper-button-next {
  left: auto;
  background: url(../images/apply-right1.png) no-repeat center;
  right: 50px;
}
.title {
  line-height: 54px;
}
.title h3 {
  line-height: 44px;
  font-size: 40px;
  padding: 5px 0 5px 40px;
}
.welcome-box {
  padding: 30px 0 65px;
}
.welcome-box .title h3 {
  background: url(../images/home-hat.png) no-repeat center left;
  background-size: 34px;
}
.welcome-box ul li {
  float: left;
  max-width: 360px;
  width: calc(25% - 18.75px);
  height: 310px;
  margin-left: 25px;
  background-size: cover !important;
  overflow: hidden;
  padding: 45px 35px;
  color: #fff;
}
.welcome-box ul li img {
  display: block;
  width: 80px;
  margin: 40px auto 15px;
}
.welcome-box ul li .text {
  transition: all 0.5s;
}
.welcome-box ul li h4 {
  font-size: 30px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  text-align: center;
}
.welcome-box ul li p {
  display: none;
  transition: all 0.3s;
}
.welcome-box ul li a {
  display: none;
}
.welcome-box ul li:first-child {
  margin-left: 0;
}
.welcome-box ul li:hover {
  padding: 0;
}
.welcome-box ul li:hover .text {
  height: 100%;
  padding: 50px 25px 0;
  background: rgba(0, 0, 0, 0.4);
}
.welcome-box ul li:hover img {
  display: none;
}
.welcome-box ul li:hover h4 {
  height: 38px;
  line-height: 35px;
  padding-bottom: 3px;
  font-size: 22px;
  position: relative;
}
.welcome-box ul li:hover h4::after {
  content: '';
  width: 40px;
  height: 3px;
  background: #c369ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.welcome-box ul li:hover p {
  margin-top: 10px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.welcome-box ul li:hover a {
  width: 120px;
  height: 36px;
  border: #fff 1px solid;
  border-radius: 5px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 26px auto 0;
}
.news-box {
  background: #e3e2de;
  padding: 15px 0 30px;
}
.news-box .title h3 {
  background: url(../images/home-news.png) no-repeat left center;
  background-size: 26px;
  float: left;
}
.news-box .title .more {
  float: right;
}
.news-box .title .more img {
  width: 24px;
}
.news-box ul li {
  float: left;
  width: 386px;
  height: 270px;
  position: relative;
  margin-left: 120px;
}
.news-box ul li::after {
  content: '';
  width: 1px;
  height: 140px;
  border: 1px solid #c6cacb;
  position: absolute;
  top: 46px;
  left: -59.5px;
}
.news-box ul li .pic {
  width: 100%;
  height: 208px;
  background-size: cover !important;
  overflow: hidden;
}
.news-box ul li .pic a {
  height: 100%;
  display: block;
}
.news-box ul li .text {
  width: 338px;
  height: 128px;
  position: absolute;
  top: 148px;
  left: 50%;
  margin-left: -169px;
  background: #e3e2de;
  padding: 16px;
}
.news-box ul li .text p a {
  display: block;
  font-size: 22px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-box ul li .text span {
  font-size: 18px;
  color: #949393;
  padding-left: 22px;
  background: url(../images/home-time.png) no-repeat left center;
  background-size: 14px;
}
.news-box ul li:first-child {
  margin-left: 0;
}
.news-box ul li:first-child::after {
  display: none;
}
.welcome-video-box {
  height: 538px;
  background: #004394  no-repeat center center;
  text-align: center;
  padding-top: 36px;
}
.welcome-video-box .welcome-video {
  width: 612px;
  height: 334px;
  border: #fff 1px solid;
  margin: 0 auto 15px;
  position: relative;
}
.welcome-video-box .welcome-video video {
  height: 302px;
  width: 577px;
  margin: 15px auto 0;
  outline: none;
  object-fit: fill;
}
.welcome-video-box .welcome-video span {
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  background: #245da2;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: -35px;
  right: -1px;
}
.welcome-video-box h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 10px;
}
.notice-box {
  padding: 15px 0 30px;
}
.notice-box .title h3 {
  background: url(../images/home-notice.png) no-repeat left center;
  background-size: 30px;
}
.notice-box .notice-list {
  border: #0059aa 3px solid;
  padding: 25px 40px 10px;
}
.notice-box .notice-list li {
  width: 412px;
  height: 230px;
  margin-left: 38px;
  float: left;
}
.notice-box .notice-list li .date {
  width: 55px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
}
.notice-box .notice-list li .date p {
  background: #0059aa;
  color: #fff;
  font-size: 32px;
}
.notice-box .notice-list li .date .moon {
  background: none;
  color: #0059aa;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
}
.notice-box .notice-list li .text {
  width: calc(100% - 65px);
  float: right;
}
.notice-box .notice-list li .text h4 a {
  display: block;
  font-size: 20px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
    font-weight: 600;
}
.notice-box .notice-list li .text p {
  margin-top: 15px;
}
.notice-box .notice-list li .text p a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  height: 168px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.notice-box .notice-list li:first-child {
  margin-left: 0;
}
.notice-box .quick-links {
  margin-top: 100px;
}
.notice-box .quick-links li {
  float: left;
  width: 31.3%;
  margin: 0 1%;
  text-align: center;
}
.notice-box .quick-links li img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}
.notice-box .quick-links li p {
  margin-top: 40px;
  font-size: 22px;
}
.links-box {
  background: #829BC5;
  padding: 10px 0 20px;
  color: #fff;
}
.links-box .title {
  background: url(../images/home-bookmark.png) no-repeat left center;
  background-size: auto 30px;
}
.links-box ul {
  margin-top: 10px;
}
.links-box ul li {
  display: inline;
}
.links-box ul li a {
  font-size: 18px;
  line-height: 30px;
  display: inline;
  color: #fff;
  margin: 0 5px;
}
.login-bg {
  background: url(../images/login.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 80px 0 145px;
}
.login-bg .login-box {
  width: 880px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 150px 60px;
  margin: 0 auto;
}
.login-bg .login-box .form-group {
  margin-bottom: 0;
  clear: both;
  overflow: hidden;
}
.login-bg .login-box label {
  width: 140px;
  font-size: 20px;
  height: 60px;
  line-height: 30px;
  float: left;
  display: flex;
  align-items: center;
}
.login-bg .login-box input {
  width: calc(100% - 140px);
  height: 60px;
  background: #e6e6e6;
  padding: 0 15px;
  float: left;
}
.login-bg .login-box .verification-box input {
  width: calc(100% - 310px);
}
.login-bg .login-box .verification-box .verification-code {
  float: right;
  width: 170px;
  padding-left: 25px;
  text-align: right;
}
.login-bg .login-box .verification-box .verification-code img {
  width: 100%;
  height: 60px;
}
.login-bg .login-box .verification-box .verification-code a {
  font-size: 16px;
  display: inline-block;
}
.login-bg .login-box .btn-box {
  margin-left: 140px;
}
.login-bg .login-box .btn {
  height: 60px;
  line-height: 60px;
  background: #06234d;
  color: #fff;
  font-size: 24px;
  padding: 0;
  border-radius: 0;
  width: 100%;
}
.login-bg .login-box .login-btn a {
  font-size: 20px;
}
.main-bg {
  background-size: 845px 900px !important;
  padding-left: 845px;
  min-height: 900px;
}
.main-bg .main-box {
  margin-left: 50px;
  max-width: 770px;
  width: calc(100% - 255px);
}
.main-bg .main-box .breadcrumb {
  padding: 0;
  padding-top: 30px;
  margin: 0 0 45px 0;
  background: none;
}
.main-bg .main-box .breadcrumb a,
.main-bg .main-box .breadcrumb span {
  line-height: 20px;
  font-size: 16px;
}
.main-bg .main-box h2 {
  height: 50px;
  line-height: 50px;
  font-size: 42px;
  color: #333;
  margin-bottom: 50px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #000;
  content: ">";
}
.page {
  text-align: center;
}
.page .prev {
  margin-right: 45px;
}
.page .next {
  margin-left: 45px;
}
.page a,
.page span {
  font-size: 20px;
}
.page ul {
  display: inline-block;
}
.page ul li {
  margin: 0 17px;
  display: inline-block;
  position: relative;
}
.page ul li::after {
  content: '';
  width: 1px;
  height: 8px;
  background: #cbcbcb;
  position: absolute;
  left: -17.5px;
  top: 50%;
  margin-top: -4px;
}
.page ul li:first-child::after {
  display: none;
}
.download-box ul.list-box li {
  height: 90px;
  align-items: center;
  margin-bottom: 30px;
  background: #fafaf8;
  padding: 20px 30px;
  position: relative;
}
.download-box ul.list-box li .news {
  height: 32px;
  width: 72px;
  background: url(../images/download02.png) no-repeat center;
  background-size: cover;
  display: inline-block;
}
.download-box ul.list-box li span {
  width: 130px;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  color: #333;
  position: absolute;
  left: 30px;
}
.download-box ul.list-box li p {
  margin: 0 70px 0 160px;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.download-box ul.list-box li a {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -19px;
}
.download-box ul.list-box li a img {
  width: 34px;
  height: 38px;
}
.download-box ul.list-box li.news em {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -16px;
}
.download-box ul.list-box li.news span {
  left: 125px;
}
.download-box ul.list-box li.news p {
  margin-left: 250px;
}
.banner2 {
  background-size: cover;
}
.Notice-box ul {
  margin: 42px 0 0 42px;
}
.Notice-box ul li {
  height: 264px;
  width: 264px;
  background: #354d6f;
  margin: 0 42px 42px 0;
  float: left;
  text-align: center;
}
.Notice-box ul li img {
  height: 114px;
  width: 114px;
  margin: 47px auto 0;
  display: block;
}
.Notice-box ul li p {
  height: 100px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-article {
  margin-bottom: 150px;
}
.main-article .breadcrumb {
  background: none;
}
.article-article table tr td{    word-break: break-all;border:1px solid #ccc !important;}
.article-article h2 {
  text-align: center;
  font-size: 28px;
  color: #1a1a1a;
}
.article-article .head {
  text-align: right;
  margin-bottom: 20px;
}
.article-article p {
  font-size: 18px;
  line-height: 28px;
  color: #252525;
}
.article-article h4 {
  font-size: 24px;
  margin: 28px 0;
  font-weight: bold;
}
.article-article h5 {
  font-size: 20px;
  font-weight: bold;
}
.article-article img {
  margin:  0 auto;
  display: block;
}
.article-article .apply {
  height: 64px;
  line-height: 64px;
  width: 460px;
  display: block;
  margin: 90px auto 0;
  font-size: 26px;
  background: #06234d;
  color: #fff;
  text-align: center;
}
.prev-next-box p {
  text-decoration: underline;
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  color: #252525;
}
.main-video-info {
  height: 1160px;
  padding-top: 20px;
  background: url(../images/videoinfo.png) no-repeat center;
  background-size: cover;
}
.main-video-info .breadcrumb {
  background: none;
}
.main-video-info .breadcrumb li,
.main-video-info .breadcrumb a {
  color: #f5ffff;
}
.main-video-info .breadcrumb > li + li:before {
  color: #f5ffff;
}
.main-video-info .video-info .head {
  text-align: right;
}
.main-video-info .video-info .head h2 {
  text-align: center;
  font-size: 60px;
  line-height: 68px;
  color: #fff;
}
.main-video-info .video-info .video-tv {
  border: rgba(255, 255, 255, 0.46) 1px solid;
  padding: 35px;
  height: 762px;
  margin-top: 40px;
}
.main-video-info .video-info .video-tv video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.lecture-page {
  margin-bottom: 100px;
}
.lecture-page .lecture-bg {
  min-height: 1080px;
  background: url(../images/lecture01.png) no-repeat center;
  background-size: cover;
  padding-top: 100px;
  padding-left: 200px;
}
.lecture-page .lecture {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  padding: 20px 20px 20px 50px;
}
.lecture-page .lecture .breadcrumb {
  background: none;
  padding: 0;
  font-size: 16px;
  color: #252422;
}
.lecture-page .lecture h2 {
  line-height: 50px;
  font-size: 40px;
}
.lecture-page .lecture table tr th {
  border: 0;
  font-size: 17px;
}
.lecture-page .lecture table tr td {
  border: 0;
  font-size: 17px;
  line-height: 20px;
  vertical-align: middle;
  max-height: 72px;
}
.lecture-page .lecture table tr td a {
  width: 64px;
  text-align: center;
  background: #608cd7;
  color: #fff;
  height: 26px;
  font-size: 17px;
  display: inline-block;
}
.lecture-page .lecture table tbody tr:nth-child(2n+1) {
  background: rgba(222, 222, 222, 0.39);
}
.lecture-page .page {
  text-align: right;
  margin-top: 50px;
}
.main-box2 {
  margin-bottom: 150px;
}
.main-box2 .head .pic {
  height: 506px;
  width: 790px;
overflow:hidden;
}
.main-box2 .head .text {
  width: calc(100% - 850px);
}
.main-box2 .head .text h3 {
  font-size: 42px;
  color: #252525;
  text-align: right;
  line-height: 50px;
  margin: 120px 0 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
color: #102752;
}
.main-box2 .head .text p {
  font-size: 20px;
  color: #252525;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.main-box2 .breadcrumb {
  padding: 0;
  background: none;
  margin-top: 20px;
}
.main-box2 .list-item .date {
  width: 190px;
  text-align: right;
  font-size: 20px;
  line-height: 20px;
  padding-right: 36px;
}
.main-box2 .list-item ul {
  border-left: #b9b9b9 2px solid;
  margin-left: 190px;
  padding-left: 60px;
  padding-right: 60px;
}
.main-box2 .list-item ul li {
  position: relative;
  padding-bottom: 40px;
}
.main-box2 .list-item ul li::after {
  content: '';
  width: 16px;
  height: 16px;
  background: #b7b7b7;
  position: absolute;
  top: 6px;
  left: -69px;
  border-radius: 100%;
  transition: all 0.3s;
}
.main-box2 .list-item ul li h4 {
  margin-bottom: 15px;
  overflow: hidden;
}
.main-box2 .list-item ul li h4 a {
  font-size: 20px;
  line-height: 30px;
  display: block;
color: #102752;
}
.main-box2 .list-item ul li p {
  overflow: hidden;
}
.main-box2 .list-item ul li p a {
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.main-box2 .list-item ul li:hover::after {
  border: #e9e9e9 5px solid;
  width: 24px;
  height: 24px;
  left: -73px;
}
.main-box2 .last-item .date {
  padding-right: 0;
  width: 198px;
}
.main-box2 .last-item .date img {
  width: 16px;
  height: 16px;
}
.main-box2 .last-item ul {
  border: 0;
  border-bottom: #dcdcdc 1px solid;
  padding-top: 15px;
  margin-left: 250px;
}
.xysh .banner2,.zxxilby .banner2{height:548px;}
.banner2 {
  height: 780px;
  background-size: cover !important;
  color: #fff;
  padding-top: 90px;
}
.banner2 h2 {
  width: 386px;
  margin-left: auto;
  line-height: 70px;
  font-size: 60px;
  margin-bottom: 22px;
  text-align:center;
background:rgba(0,0,0,0.3)
}
.banner2 .side {
  width: 386px;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.9);
}
.side {
  padding: 22px 0;
  overflow: hidden;
}
.side li a {
  padding: 10px 30px;
  padding-left: 0;
  font-size: 18px;
  line-height: 30px;
  color: #252525;
  display: block;
}
.side li.menu {
  position: relative;
}
.side li.menu a {
  margin-right: 30px;
}
.side li.menu em {
  width: 20px;
  height: 20px;
  background: url(../images/apply-right.png) no-repeat center center;
  background-size: auto 10px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 15px;
  transition: all 0.3s;
}
.side li.menu .sub {
  padding: 10px 0;
  display: none;
}
.side li.menu .sub a {
  font-size: 18px;
  line-height: 30px;
  color: #252525;
  display: block;
  padding-left: 20px;
  margin-right: 0;
}
.side li.menu .sub a:hover,
.side li.menu .sub a.on {
  background: #f2f2f0;
}
.side li.on,
.side li:hover {
  background: #f2f2f0;
}
.side li.menu.on {
  background: none !important;
}
.side li.on em {
  transform: rotate(90deg);
}
.life {
  margin-top: -60px;
  margin-bottom: 50px;
}
.life li {
  height: 264px;
  max-width: 330px;
  width: calc(25% - 18px);
  margin-bottom: 26px;
  margin-left: 24px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.life li a {
  display: block;
  height: 100%;
  background-size: cover !important;
}
.life li p {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 5%;
  color: #252525;
  font-size: 28px;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.3s;
  overflow: hidden;
}
.life li:hover p {
  display: flex;
}
.life li:nth-child(4n+1) {
  margin-left: 0;
}
.life .big_li {
  max-width: 688px;
  width: calc(50% - 18px);
}
.life .big_li + li {
  display: none;
}
.main-box3 > .container .side {
  width: 350px;
  margin-top: 28px;
  float: left;
}
.main-box3 > .container .section {
  margin-left: 350px;
  margin-top: -135px;
  background: #fff;
  padding: 20px 50px 16px 50px;
  margin-bottom: 120px;
}
.main-box3 > .container .section h3 {
  line-height: 50px;
  font-size: 42px;
}
.breadcrumb {
  padding: 0;
  background: none;
  color: #252525;
}
.breadcrumb > .active {
  color: #252525;
}
.life-list {
  margin-top: 56px;
}
.life-list li {
  padding: 15px 0 15px 32px;
  position: relative;
}
.life-list li::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #252525;
  position: absolute;
  left: 0;
  top: 24.5px;
}
.life-list li a {
  line-height: 33px;
}
.life-pic-list {
  margin-top: 56px;
}
.life-pic-list li {
  background: #fcfcfa;
  margin-bottom: 30px;
  overflow: hidden;
}
.life-pic-list li .pic {
  width: 386px;
  height: 260px;
  float: left;
}
.life-pic-list li .pic a {
  display: block;
  height: 100%;
  background-size: cover !important;
}
.life-pic-list li .text {
  margin-left: 415px;
  padding-top: 40px;
}
.life-pic-list li .text h4 a {
  display: block;
  height: 144px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.life-pic-list li .text span {
  float: right;
  font-size: 18px;
}
.main-study .banner2 {
  padding-top: 60px;
}
.main-study .banner2 h2 {
  font-size: 50px;
  line-height: 60px;
}
.video-list {
  margin-top: 56px;
}
.video-list li {
  max-width: 455px;
  width: calc(50% - 40px);
  height: 310px;
  margin: 0 40px 40px 0;
  float: left;
}
.video-list li .pic {
  height: 255px;
  background-size: cover !important;
}
.video-list li p {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-scholarship .banner2 {
  height:548px;
  background-size: cover !important;
}
.main-scholarship .scholarship {
  margin-top: -265px;
  margin-bottom: 100px;
}
.main-scholarship .scholarship h2 {
  
  font-size: 60px;
  color: #fff;
width:415px;
text-align:center;
background:rgba(0,0,0,0.3);
  text-shadow: 0px 4px 4px rgba(0, 18, 127, 0.76);
}
.main-scholarship .scholarship .bgfff {
  padding: 50px 80px 0 50px;
}
.main-scholarship .scholarship .side {
  padding: 0;
  width: 325px;
  float: left;
}
.main-scholarship .scholarship .section {
  margin-left: 380px;
}
.main-scholarship .scholarship .section li {
  background: url(../images/scholarship02.png) no-repeat right bottom;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  float: left;
}
.main-scholarship .scholarship .section a {
  display: block;
  padding: 25px;
  font-size: 35px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}
.main-scholarship .scholarship .section a small {
  display: block;
  font-size: 17px;
}
.main-scholarship .scholarship .section .green {
  background-image: url(../images/scholarship03.png);
}
.main-scholarship .scholarship .section .blue {
  background-image: url(../images/scholarship04.png);
}
.main-scholarship .scholarship .section .gray {
  background-image: url(../images/scholarship05.png);
}
.main-scholarship .scholarship .section .w50 {
  width: calc(50% - 15px);
}
.main-contact .map {
  padding: 50px 0 60px;
}
.main-contact .map .pic {
  /*height: 376px;*/
  width: 660px;
  background-size: cover !important;
  float: left;
}
.main-contact .map .text {
  margin-left: 720px;
  padding-top: 60px;
}
.main-contact .map .text h3 {
  padding-left: 62px;
  background: url(../images/aboutUs02.png) no-repeat left;
  background-size: 32px;
  font-size: 30px;
  line-height: 40px;
}
.main-contact .map .text p {
  padding-left: 62px;
  font-size: 16px;
  margin-top: 30px;
}
.main-contact .contact-list {
  background: #f5f5f3;
  padding: 50px 0 60px;
}
.main-contact .contact-list .col-md-4 {
  padding: 0 50px;
}
.main-contact .contact-list .title {
  margin-bottom: 40px;
}
.main-contact .contact-list .title h4 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-contact .contact-list p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
}
.banner3 {
  width:100% !important;
  height: 548px;background-size:cover !important;
}
.banner3 .container {
  height: 100%;
  position: relative;
}
.banner3 .container h2 {
  font-size: 60px;
  text-shadow: 0px 3px 9px rgba(30, 32, 35, 0.48);
  color: #fff;
  position: absolute;
  bottom: 60px;
}
.main-calendar .container .section {
  margin-left: 0;
  width: calc(100% - 450px);
}
.main-calendar .container .side2 {
  float: right;
  width: 450px;
  padding: 25px 40px;
}
.main-calendar .container .side2 h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.main-calendar .container .side2 h4,
.main-calendar .container .side2 p {
  font-size: 18px;
  line-height: 26px;
}
.main-calendar .container .side2 img {
  margin: 20px 0;
}
.main-calendar .container .side2 .contact-info {
  margin-bottom: 20px;
}
.main-calendar .container .side2 .contact-info li {
  margin-bottom: 10px;
}
.main-calendar .container .side2 .website {
  margin-bottom: 20px;
}
.main-calendar .container .side2 .website a {
  color: #0018FF;
}
.main-calendar .container .side2 .holidays li {
  min-width: 50%;
  float: left;
  font-size: 14px;
}
.main-apply .banner2 {
  height:548px;
}
.main-apply h2 {
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  margin-top: 60px;
}
.main-apply .container .side li a {
  padding-left: 0;
}
.main-apply .container .section {
  margin-top: 20px;
  margin-bottom: 40px;
}
.main-apply .container .enrollment-box .pic {
  height: 290px;
  width: 410px;
  background-size: cover !important;
}
.main-apply .container .enrollment-box .text {
  margin-left: 460px;
}
.main-apply .container .enrollment-box .text h3 {
  line-height: 36px;
  font-size: 30px;
}
.main-apply .container .enrollment-box .text h5 {
  font-size: 18px;
}
.s-banner-bg {
  padding: 45px 0;
  background: #e5e6e1;
}
.s-banner-bg .s-banner {
  margin: 0 200px;
  text-align: center;
}
.s-banner-bg .s-banner .pic {
  height: 368px;
  background-size: cover !important;
}
.s-banner-bg .s-banner em {
  width: 14px;
  height: 2px;
  background: #b5b6b1;
  display: block;
  margin: 30px auto 70px;
}
.s-banner-bg .s-banner p {
  font-size: 24px;
  height: 65px;
  line-height: 65px;
  font-weight: bold;
  border-right: #c9cac5 1px solid;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-banner-bg .swiper-button-prev,
.s-banner-bg .swiper-button-next {
  width: 64px;
  height: 64px;
  background: url(../images/apply-left.png) no-repeat center;
}
.s-banner-bg .swiper-button-next {
  background: url(../images/apply-right1.png) no-repeat center;
}
.main-about .banner2 {
  height: 768px;
}
.main-pic-info {
  padding-top: 20px;
}
.main-pic-info h2 {
  text-align: center;
  line-height: 54px;
  font-size: 42px;
  margin: 60px 0 70px;
}
.main-pic-info .pic-big {
  height: 1040px;
  position: relative;
}
.main-pic-info .pic-big .pic {
  height: 100%;
  background-size: cover !important;
}
.main-pic-info .pic-big .prev,
.main-pic-info .pic-big .next {
  width: 80px;
  height: 170px;
  background: rgba(0, 0, 0, 0.6) url(../images/apply-left.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -85px;
}
.main-pic-info .pic-big .next {
  background: rgba(0, 0, 0, 0.6) url(../images/apply-right1.png) no-repeat center;
  left: auto;
  right: 0;
}
.main-pic-info .pic-big .text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 40px 70px 20px;
}
.main-pic-info .pic-big .text p {
  font-size: 40px;
  line-height: 1.2;
}
.main-pic-info .pic-big .text small {
  font-size: 24px;
  margin-top: 30px;
  display: block;
  text-align: right;
}
.main-pic-info .pic-small {
  margin-top: 60px;
}
.main-pic-info .pic-small .bd {
  margin: 0 105px;
}
.main-pic-info .pic-small .bd ul {
  max-width: none;
}
.main-pic-info .pic-small .bd li {
  width: 205px;
  height: 136px;
  float: left;
  margin: 0 16px;
}
.main-pic-info .pic-small .bd li img {
  width: 100%;
  height: 100%;
  display: block;
}
.main-pic-info .pic-small .prev,
.main-pic-info .pic-small .next {
  height: 136px;
  width: 70px;
  background: #000  no-repeat center;
  background-size: 40px 60px;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
}
.main-pic-info .pic-small .next {
  background: #000 no-repeat center;
  left: auto;
  right: 0;
}
.main-pic-info .page {
  margin-top: 48px;
  margin-bottom: 120px;
}
.main-pic-info .page .prev {
  padding-left: 35px;
  background: url(../images/imgInfo11.png) no-repeat left center;
  background-size: 25px;
}
.main-pic-info .page .next {
  padding-right: 35px;
  background: url(../images/imgInfo12.png) no-repeat right center;
  background-size: 25px;
}
.side-life li a {
  padding-left: 30px;
}
.iphone_photo,
.phone {
  display: none;
}
/*全局样式 end*/
@media (min-width: 1025px) {
  /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
  .footer a:hover,
  .links-box a:hover {
    color: #0059aa;
  }
  .header .top .search-box:hover .input-text {
    width: 130px;
    border: #fff 1px solid;
    padding: 0 15px;
  }
  .nav ul li:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 1430px) {
  /*min-width 1200 不要写其它内容*/
  .container {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1660px) {
  .main-bg {
    padding-left: 50%;
  }
  .main-bg .main-box {
    width: calc(100% - 80px);
    height: 100%;
    padding-left: 50px;
    background: #fff;
  }
  .Notice-box ul {
    margin: 0;
  }
  .Notice-box ul li {
    width: calc(50% - 21px);
    margin-left: 42px;
    margin-right: 0;
  }
  .Notice-box ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 1429px) {
  /*修改1429px以下、小屏显示器*/
  .news-box ul li,
  .notice-box .notice-list li {
    width: 30.3%;
    margin-left: 4.5%;
  }
  .news-box ul li::after {
    content: '';
    left: -7.25%;
  }
  .main-bg {
    padding-left: 40%;
  }
  .life {
    margin-top: 30px;
  }
  .life-banner2 {
    height: auto !important;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  /*修改1200以下、小屏显示器*/
  .title h3 {
    font-size: 30px;
  }
  .welcome-box ul li {
    max-width: 50%;
    width: calc(50% - 18.75px);
    margin-bottom: 20px;
  }
  .welcome-box ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .news-box ul li .text p a {
    font-size: 18px;
  }
  .footer .f-logo {
    top: -70px;
  }
  .navbar-toggle {
    display: block;
    margin: 0;
    margin-top: 10px;
  }
  .navbar-toggle span.icon-bar {
    background: #fff;
    width: 40px;
    height: 3px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in,
  .navbar-collapse.collapsing {
    display: block !important;
  }
  .header .nav {
    position: absolute;
    width: 400px;
    z-index: 10;
    padding: 10px 0 !important;
    right: 0;
    background: #0059aa;
    display: none;
  }
  .header .nav ul {
    padding: 0;
  }
  .header .nav ul li {
    height: auto;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .header .nav ul li a {
    color: #fff;
    padding: 0 15px;
  }
  .header .nav ul li a b {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .header .nav ul li .dropdown-menu {
    background: #0059aa;
    position: unset;
    float: none;
    clear: both;
    overflow: hidden;
    padding-left: 15px;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background: #08335a;
  }
  .header .top .search-box .input-text {
    width: 100px;
    border: #fff 1px solid;
    padding: 0 15px;
  }
  .main-bg {
    padding-left: 30%;
  }
  .main-box2 .head .pic {
    width: 49%;
    height: auto;
  }
  .main-contact .map .pic {
    width: 49%;
  }
  .main-contact .map .text {
    width: 49%;
    margin-left: 0;
    float: right;
  }
  .main-box2 .head .text {
    width: 49%;
  }
  .main-box2 .head .text h3 {
    margin-top: 15px;
    font-size: 26px;
    line-height: 30px;
  }
  .main-about .banner2,
  .banner2,
  .main-scholarship .banner2,
  .banner3,
  .main-apply .banner2 {
    height: 500px;
  }
  .main-apply h2,
  .lecture-page .lecture h2,
  .main-video-info .video-info .head h2,
  .main-pic-info h2 {
    height: auto;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 20px;
  }
  .main-box3 > .container .section h3,
  .main-contact .contact-list .title h4 {
    font-size: 22px;
  }
  .s-banner-bg .s-banner {
    margin: 0 80px;
  }
  .s-banner-bg .s-banner .pic {
    height: 260px;
  }
  .s-banner-bg .s-banner p {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
  }
  .s-banner-bg .s-banner em {
    display: none;
  }
  .main-box3 > .container .side {
    margin-top: 15px;
  }
  .lecture-page .lecture-bg {
    padding: 0;
  }
  .main-scholarship .scholarship .section a {
    font-size: 18px;
    line-height: 1.4;
    padding: 10px;
  }
  .main-contact .contact-list .col-md-4 {
    padding: 0 15px;
  }
  .main-apply .container .enrollment-box .pic {
    float: none;
  }
  .main-apply .container .enrollment-box .text {
    margin-left: 0;
    margin-top: 30px;
  }
  .main-video-info .video-info .video-tv {
    height: auto;
  }
  .main-video-info {
    height: auto;
    padding-bottom: 40px;
  }
  .life li {
    height: 220px;
  }
  .life li a p {
    display: flex;
    font-size: 20px;
  }
  .main-pic-info .pic-big,
  .main-pic-info .pic-small {
    display: none;
  }
  .iphone_photo {
    display: block;
  }
  .iphone_photo p {
    margin-top: 20px;
  }
  .iphone_photo small {
    display: block;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  /*修改1024以下、平板*/
  .news-box ul li,
  .notice-box .notice-list li {
    width: calc(50% - 1.5%);
    margin-left: 3%;
    margin-bottom: 30px;
  }
  .news-box ul li::after {
    display: none;
  }
  .news-box ul li:nth-child(2n+1),
  .notice-box .notice-list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    background-size: 50%;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .f-logo {
    position: relative;
    top: auto;
    margin-bottom: 30px;
  }
  .footer .we-chat {
    position: relative;
    top: auto;
    text-align: center;
    margin-top: 30px;
  }
  .header .top .fr {
    display: none;
  }
  .nav .phone {
    margin-top: 15px;
    border-top: #eee 1px solid;
    padding: 15px;
    display: block;
  }
  .nav .phone .search-box {
    width: 100%;
    display: block;
    padding: 15px 0;
  }
  .nav .phone .search-box .input-text {
    width: calc(100% - 50px);
    padding: 0 15px;
    height: 30px;
    border-radius: 50px;
  }
  .nav .phone .search-box .input-image {
    width: 30px;
    height: 30px;
  }
  .nav .phone a {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
  }
  .main-bg {
    padding-left: 0;
  }
  .main-bg .main-box {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 30px;
    background: rgba(255, 255, 255, 0.3);
  }
  .main-box2 .head .pic,
  .main-contact .map .pic {
    width: 100%;
  }
  .main-box2 .head .text {
    width: 100%;
  }
  .main-box2 .head .text h3 {
    text-align: center;
  }
  .main-contact .map .text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-box2,
  .main-article,
  .main-box3 > .container .section,
  .lecture-page,
  .main-scholarship .scholarship {
    margin-bottom: 50px;
  }
  .main-box3 > .container .side,
  .main-scholarship .scholarship .side {
    width: 100%;
    float: none;
  }
  .main-apply .container .section,
  .main-box3 > .container .section,
  .main-scholarship .scholarship .section {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .main-box3 > .container .section {
    margin-top: 0;
  }
  .main-scholarship .scholarship .section {
    margin-top: 30px;
  }
  .main-about .banner2,
  .banner2,
  .main-scholarship .banner2,
  .banner3,
  .main-apply .banner2 ,.xysh .banner2{
    height: 300px;
  }
  .table-box {
    overflow-x: scroll;
  }
  .lecture-page .lecture {
    padding: 15px;
  }
  .lecture-page .lecture table tr td {
    font-size: 14px;
  }
  .lecture-page .page {
    text-align: center;
  }
  .main-video-info .video-info .video-tv {
    padding: 10px;
  }
  .main-calendar .container .section,
  .main-calendar .container .side2 {
    width: 100%;
  }
  .main-calendar .container .side2 {
    padding: 0;
  }
  .life li {
    width: calc(50% - 12px);
    max-width: 100%;
  }
  .life .big_li {
    width: 100%;
    max-width: 100%;
  }
  .life li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .Notice-box ul li {
    height: 210px;
  }
  .Notice-box ul li img {
    width: 60px;
    height: 60px;
  }
  .Notice-box ul li p {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  /*修改758以下、小屏平板*/
  .welcome-box ul li {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .welcome-video-box {
    height: auto;
    padding-bottom: 30px;
  }
  .welcome-video-box .welcome-video {
    height: auto;
  }
  .welcome-video-box .welcome-video video {
    width: 92%;
    height: auto;
  }
  .header .head .logo {
    max-width: calc(100% - 100px);
    height: 40px;
  }
  .header .head {
    height: 80px;
    padding: 10px 0;
  }
  .navbar-toggle {
    margin-top: 5px;
    padding: 0;
  }
  .header .nav {
    width: 100%;
    height: auto;
  }
  .banner .swiper-slide {
    height: 200px;
  }
  .banner .swiper-slide a {
    display: block;
    height: 100%;
    background-size: cover !important;
  }
  .banner .swiper-slide img {
    display: none;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
  .welcome-box ul li h4,
  .welcome-video-box h3 {
    font-size: 22px;
  }
  .title h3 {
    font-size: 26px;
  }
  .news-box ul li,
  .notice-box .notice-list li,
  .notice-box .quick-links li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .notice-box .quick-links {
    margin-top: 30px;
  }
  body {
    font-size: 16px;
  }
  .main-bg {
    height: auto;
    min-height: auto;
    background-size: cover;
  }
  .main-bg .main-box {
    padding-bottom: 40px;
  }
  .main-bg .main-box h2,
  .main-scholarship .scholarship h2,
  .banner3 .container h2,
  .banner2 h2 {
    font-size: 30px;
  }
  .banner2 h2 {
    width: 100%;
  }
  .download-box ul.list-box li.news em {
    width: 32px;
    height: 12px;
  }
  .download-box ul.list-box li span {
    font-size: 14px;
  }
  .download-box ul.list-box li.news span {
    left: 80px;
    height: 40px;
    line-height: 40px;
  }
  .download-box ul.list-box li p {
    margin-left: 96px;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
  .download-box ul.list-box li.news p {
    margin-left: 136px;
  }
  .download-box ul.list-box li a img {
    width: 17px;
    height: 19px;
  }
  .download-box ul.list-box li {
    height: auto;
  }
  .login-title img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .login-bg .login-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .login-bg .login-box label {
    width: 100%;
    font-size: 16px;
    height: auto;
  }
  .login-bg .login-box input {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .login-bg .login-box .verification-box input {
    width: calc(100% - 135px);
  }
  .login-bg .login-box .verification-box .verification-code {
    width: 115px;
  }
  .login-bg .login-box .verification-box .verification-code img {
    height: 40px;
    width: 90px;
  }
  .login-bg .login-box .btn-box {
    margin-left: 0;
  }
  .main-box2 .head .text h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main-box2 .head .text p {
    font-size: 16px;
  }
  .main-box2 .list-item .date {
    float: none;
    width: 100%;
    padding: 15px 0;
    background: #eee;
    text-align: center;
    margin-bottom: 15px;
  }
  .main-box2 .list-item ul {
    margin-left: 0;
    padding: 0;
    border: none;
  }
  .last-item {
    display: none;
  }
  .article-article h2 {
    font-size: 20px;
  }
  .video-list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .main-scholarship .scholarship .bgfff {
    padding: 15px;
  }
  .life-pic-list li .pic {
    float: none;
  }
  .life-pic-list li .text {
    margin-left: 0;
    padding: 0 10px;
  }
}
@media (max-width: 560px) {
  .main-bg .main-box .breadcrumb {
    margin-bottom: 20px;
  }
  .main-bg .main-box h2 {
    margin-bottom: 20px;
  }
  .main-bg .main-box {
    padding: 0 15px;
    padding-bottom: 30px;
  }
  .download-box ul.list-box li {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .download-box ul.list-box li p,
  .download-box ul.list-box li.news p {
    margin-left: 0;
    margin-top: 35px;
    margin-right: 30px;
  }
  .download-box ul.list-box li.news em {
    margin-top: -26px;
  }
  .page a,
  .page span {
    font-size: 16px;
  }
  .page ul li {
    margin: 0 3px;
  }
  .page .prev {
    margin-right: 15px;
  }
  .page .next {
    margin-left: 15px;
  }
  .s-banner-bg .s-banner .pic {
    height: 200px;
  }
  .life li {
    height: 180px;
  }
}
@media (max-width: 424px) {
  /*修改425以下、普通的安卓手机屏*/
}
@media (max-width: 374px) {
  /*修改425以下、iPhone5，4，等小屏手机*/
  .s-banner-bg .s-banner .pic {
    height: 150px;
  }
  .life li {
    height: 150px;
  }
}

#vsb_content P,#vsb_content span,#vsb_content div,#vsb_content a{line-height:200% !important;}
#vsb_content_2 P,#vsb_content_2 span,#vsb_content_2 div,#vsb_content_2 a{line-height:200% !important;word-break: break-word;}
#vsb_content_3 P,#vsb_content_3 span,#vsb_content_3 div,#vsb_content_3 a{line-height:200% !important;}
#vsb_content_4 P,#vsb_content_4 span,#vsb_content_4 div,#vsb_content_4 a{line-height:200% !important;}