@charset "UTF-8";

@font-face {
  font-family: iconfont;
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAARoAAsAAAAABsAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8hEi+Y21hcAAAAYAAAABWAAABhmeW0OlnbHlmAAAB2AAAAJcAAACcWh9AbWhlYWQAAAJwAAAALwAAADYTtoCfaGhlYQAAAqAAAAAcAAAAJAfeA4RobXR4AAACvAAAAAwAAAAMDAAAAGxvY2EAAALIAAAACAAAAAgAJABObWF4cAAAAtAAAAAfAAAAIAEOAB9uYW1lAAAC8AAAAUUAAAJtPlT+fXBvc3QAAAQ4AAAALgAAAETtfplVeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGBye8T07w9zwv4EhhrmBoQEozAiSAwDtbwy9eJztkMERgCAMBPcAeTiOdfiwIF9WTB20gUnQLryZzSUX+ARYgGycRgHdCNdlqSLPrJGXeFPNRep7b2PA5ybZrpon/6fKry3q8U7JrzWJvk3QA7AyEK4AAHicHcwxDoJAFATQP3+zfyFsQIiB3kRKCgtINDHhDlaUyomsbeUaVnYWxlhZepCvq1NMZppHoBDz5h3NiJbYol64OJTMK5QrjvC0SDLRtW4k9YKHzfa4/ab2uIpPRRsbiOB8LvwyPRVEMRpIWcVIUbYd2q6t+a6Dyz07nPTg2OcRzoYt44jpf3XU0RUJHCZjJA/kF9hQGxUAeJxjYGRgYADisLk3j8Xz23xl4GZhAIEb3vMCEfT//SwMzI5ALgcDE0gUADpbCncAeJxjYGRgYG7438AQw8IAAkCSkQEVMAMARwkCbAQAAAAEAAAABAAAAAAAAAAAJABOeJxjYGRgYGBmEGYA0QwMTEDMBYQMDP/BfAYACo0BLgB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxjYGKAAC4G7ICZkYmRmZGFgasiMzErMzGvJL+UtzK/FMrUNTBkYAAAkXsJVAAA") format("woff");
}

.iconfont {
  font-family: iconfont !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiajiantou:before {
  content: "\e6cc";
}

.icon-youjiantou-01:before {
  content: "\e60e";
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: -webkit-calc(100vw/7.5);
  font-size: calc(100vw/7.5);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "SourceHanSansCN", "Microsoft Yahei";
  font-size: 16px;
}

body,
html {
  background: #fff;
  max-width: 750px;
  margin: auto;
}

img {
  border-width: 0;
  border: none;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"],
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "PingFangSC-Regular", "Microsoft Yahei";
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb:after {
  clear: both;
  content: "";
  display: block;
}

.cb:before {
  clear: both;
  content: "";
  display: block;
}

.inner {
  width: 6.9rem;
  margin: 0 auto;
}

.bgcc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.img_wrap img {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
}

/*  */

.en {
  text-transform: uppercase;
}

.media_wrap img,
.media_wrap iframe,
.media_wrap video {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.page {
  overflow: hidden;
  padding: 0.94rem 0 0 0;
}

body {
  font-size: 16px;
}

.header {
  height: 0.95rem;
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background: #fff;
}

.header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .search_btn {
  width: 0.34rem;
  height: 0.34rem;
  cursor: pointer;
}

.header .logo-wrap {
  height: 0.67rem;
  cursor: pointer;
}

.header .logo-wrap img {
  height: 100%;
}

.header .nav-btn {
  cursor: pointer;
  height: 0.5rem;
  width: 0.5rem;
}

.search_wrap {
  position: absolute;
  top: 1.46rem;
  height: 1rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 0.1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.search_wrap form {
  display: block;
  width: 100%;
}

.search_wrap .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.search_wrap .wrap input {
  display: block;
  height: 0.6rem;
  border: 1px solid #014ea0;
  font-size: 0.25rem;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search_wrap .wrap input[type="text"] {
  float: left;
  width: 80%;
  border-right: 1px solid transparent;
  padding: 0 0.15rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search_wrap .wrap input[type="submit"] {
  float: right;
  width: 20%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  overflow: visible;
}

.nav {
  position: fixed;
  top: 0.98rem;
  bottom: 0;
  width: 100%;
  overflow: auto;
  background: #0f437c;
  display: none;
  z-index: 10;
}

.nav a {
  font-size: 0.32rem;
  font-weight: 500;
  color: white;
  line-height: 0.44rem;
}

.nav span {
  padding-right: 0.46rem;
  position: relative;
  display: inline-block;
}

.nav .nav_container {
  padding-top: 0.78rem;
}

.nav .nav_slide {
  padding-left: 2.94rem;
}

.nav .nav_slide_bottom_slide {
  padding: 0.18rem 0 0.18rem 0.46rem;
}

.nav .nav_slide_top {
  padding: 0.32rem 0;
}

.nav .iconfont {
  position: absolute;
  right: 0;
  top: 0.12rem;
  width: 0.26rem;
  height: 0.26rem;
  font-size: 0.26rem;
}

.nav .icon-youjiantou-01 {
  color: #fff;
  font-size: 0.26rem;
  display: none;
}

.nav .er_down .icon-youjiantou-01 {
  display: block;
}

.nav .nav_slide_bottom {
  display: none;
}

.nav .active .nav_slide_top {
  color: #fff;
}

.nav .active .nav_slide_top a {
  color: #fff;
}

.nav .icon-xiajiantou {
  color: #fff;
}

/*  */

.banner .banner-pa {
  position: absolute;
  z-index: 3;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.banner .banner-pa .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #93b4d4;
  opacity: 0.68;
  border-radius: 50%;
}

.banner .banner-pa .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.12rem;
  background: white;
  opacity: 0.86;
  border-radius: 0.05rem;
}

.title-container {
  text-align: center;
}

.title-container .title-cn {
  line-height: 0.42rem;
  color: #0f437c;
  font-size: 0.32rem;
  text-align: center;
}

.title-container .title-text {
  line-height: 0.42rem;
  color: #4b5d6f;
  font-size: 0.24rem;
}

.title-container .title-text span {
  margin: 0 0.38rem;
}

.title-container .title-text i {
  width: 0.8rem;
  height: 1px;
  background: #4a5c6f;
  border-radius: 0.01rem;
  display: inline-block;
  vertical-align: middle;
}

.title-container .title-more {
  margin: 0.12rem auto 0;
  width: 0.7rem;
  background: rgba(0, 72, 144, 0);
  border: 1px solid #1556a6;
  border-radius: 0.16rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #1556a6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}

.about {
  padding: 0.45rem 0 0 0;
}

.about .left-container {
  width: 6.84rem;
  height: 3.76rem;
  position: relative;
  margin-top: 0.6rem;
}

.about .left-container .about-pagination {
  width: 1.2rem;
  height: 0.5rem;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  left: auto;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.26rem;
  color: #7C7C7C;
  overflow: hidden;
}

.about .left-container .about-pagination .swiper-pagination-current {
  font-size: 0.26rem;
  font-weight: normal;
  color: #373737;
}

.about .left-container .about-pagination .swiper-pagination-total {
  font-size: 0.26rem;
  font-weight: normal;
  color: #7c7c7c;
}

.about .left-container .about-pagination span {
  position: relative;
  top: 0.02rem;
}

.about .right-container {
  width: 6.74rem;
  margin-top: 0.52rem;
}

.about .right-container .cn {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333333;
}

.about .right-container .xen {
  font-size: 0.4rem;
  color: #666666;
  line-height: 0.54rem;
  margin-bottom: 0.21rem;
  font-weight: bold;
}

.about .right-container .text {
  font-size: 0.24rem;
  line-height: 0.31rem;
  line-height: 2;
  overflow: hidden;
  color: #666666;
}

.about .btn-container {
  position: absolute;
  bottom: 0.09rem;
  right: 1.2rem;
  z-index: 4;
}

.about .btn-container .btn {
  width: 0.33rem;
  height: 0.33rem;
  background-color: rgba(153, 153, 153, 0.6);
  margin-right: 0.19rem;
  background-size: 0.12rem;
  cursor: pointer;
}

.about .btn-container .about-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.about .btn-container .about-next {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

/* 新闻中心 */

.new {
  background: #eff7fc;
  padding: 0.44rem 0 0.73rem 0;
  margin-top: 0.6rem;
}

.new img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.new .img-wrap {
  overflow: hidden;
}

.new-container {
  position: relative;
  margin: 0.55rem 0 0 0;
}

.new .new-center {
  width: 100%;
}

.new .new-center li {
  margin-bottom: 0.39rem;
  position: relative;
}

.new .new-center li:before {
  width: 0;
  height: 0;
  display: block;
  content: '';
  position: absolute;
  top: 0.03rem;
  left: 0.48rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 0.05rem solid transparent;
  border-top: 0.09rem solid #E7562E;
  border-bottom: 0.05rem solid transparent;
}

.new .new-center li:last-of-type {
  margin-bottom: 0;
}

.new .new-center .date-wrap {
  width: 1rem;
  text-align: center;
}

.new .new-center .date-wrap .date {
  line-height: 0.46rem;
  color: #303030;
  font-size: 0.24rem;
  background: #fff;
  border-top: 0.03rem solid #e7562e;
}

.new .new-center .date-wrap .year {
  color: #fff;
  background: #081e41;
  line-height: 0.46rem;
  font-size: 0.24rem;
}

.new .new-center .text-container {
  margin-left: 0.12rem;
  width: -webkit-calc(100% - 0.12rem - 1rem);
  width: calc(100% - 0.12rem - 1rem);
}

.new .new-center .text-container .title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #081e41;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 0.38rem;
}

.new .new-center .text-container .text {
  font-size: 0.24rem;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
}

/* 优秀学生 */

.elite-student {
  padding: 0.5rem 0 0.85rem 0;
  background: #255487;
}

.elite-student img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.elite-student .img-wrap {
  overflow: hidden;
}

.elite-student .title-container .title-cn {
  color: #fff;
}

.elite-student .title-container .title-text {
  color: #fff;
}

.elite-student .title-container .title-text i {
  background: #fff;
}

.elite-student .title-container .title-more {
  border-color: #fff;
  color: #fff;
}

.ov {
  overflow-x: auto;
  margin-top: 0.5rem;
}

.elite-ul {
  width: 14.1rem;
}

.elite-ul li {
  width: 4.62rem;
  float: left;
  margin-right: 0.06rem;
  height: 2.49rem;
  margin-bottom: 0.06rem;
}

.elite-ul li:nth-of-type(3n) {
  margin-right: 0;
}

.elite-ul li:nth-of-type(6n) .img-wrap,
.elite-ul li:nth-of-type(6n-1) .img-wrap,
.elite-ul li:nth-of-type(6n-2) .img-wrap {
  float: right;
}

.elite-ul li:nth-of-type(6n) .text-container,
.elite-ul li:nth-of-type(6n-1) .text-container,
.elite-ul li:nth-of-type(6n-2) .text-container {
  float: left;
}

.elite-ul li:nth-of-type(6n) .text-container::after,
.elite-ul li:nth-of-type(6n-1) .text-container::after,
.elite-ul li:nth-of-type(6n-2) .text-container::after {
  left: 100%;
  right: auto;
  border: 0.08rem solid transparent;
  border-left: 0.08rem solid #fff;
}

.elite-ul .img-wrap {
  float: left;
  width: 50%;
  position: relative;
  height: 2.49rem;
}

.elite-ul .text-container {
  width: 50%;
  float: left;
  background: #fff;
  padding: 0.27rem 0.23rem 0;
  position: relative;
  height: 2.49rem;
}

.elite-ul .text-container::after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin: auto 0;
  border: 0.08rem solid transparent;
  border-right: 0.08rem solid #fff;
}

.elite-ul .text-container .title {
  font-size: 0.32rem;
  color: #0f437c;
  line-height: 0.54rem;
  text-align: center;
}

.elite-ul .text-container .text {
  font-size: 0.24rem;
  color: #757575;
  line-height: 0.32rem;
  height: 1.28rem;
  overflow: hidden;
}

/*  */

/* 招生就业&教育教学 */

.recruit {
  padding: 0.65rem 0 0.14rem 0;
}

.recruit .one {
  width: 100%;
  margin-bottom: 0.36rem;
}

.title-line-container {
  padding-left: 0.28rem;
  position: relative;
  font-size: 0.3rem;
  font-weight: 400;
  color: #0f437c;
  line-height: 0.5rem;
}

.title-line-container::before {
  width: 0.04rem;
  height: 0.33rem;
  background: #0f437c;
  top: 0;
  bottom: 0%;
  left: 0;
  margin: auto 0;
  display: block;
  content: '';
  position: absolute;
}

.recruit-ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e2e2e2;
}

.recruit-ul img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.recruit-ul .img-wrap {
  overflow: hidden;
}

.recruit-ul .img-wrap {
  width: 2.212rem;
  height: 1.47rem;
}

.recruit-ul .text-container {
  width: -webkit-calc(100% - 1.58rem*1.4 - 0.16rem);
  width: calc(100% - 1.58rem*1.4 - 0.16rem);
  float: right;
}

.recruit-ul .text-container .title {
  font-size: 0.28rem;
  font-weight: 400;
  color: black;
  line-height: 0.38rem;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0.05rem;
}

.recruit-ul .text-container .text {
  font-size: 0.24rem;
  font-weight: 400;
  color: #848484;
  line-height: 0.34rem;
  height: 0.68rem;
  overflow: hidden;
}

.recruit-ul .text-container .date-wrap {
  font-size: 0.24rem;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 0.34rem;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*  */

.campus {
  padding: 0.37rem 0 0.3rem 0;
}

.campus .container {
  margin-top: 0.45rem;
  position: relative;
}

.campus .container .swiper-slide {
  height: 2.74rem;
}

.internship {
  padding: 0.07rem 0 0.64rem 0;
}

.internship .container {
  margin-top: 0.45rem;
  position: relative;
}

.internship .container .swiper-slide {
  width: 2.88rem;
  height: 2rem;
  margin-right: 0.2rem;
}

/* 友情链接 */

.friends {
  padding-bottom: 0.77rem;
}

.friends .item {
  cursor: pointer;
}

.friends .top {
  font-size: 0;
  line-height: 0;
  text-align: center;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
}

.friends .top .box {
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 0.03rem solid #afafaf;
}

.friends .top .item {
  display: inline-block;
  line-height: 0.54rem;
  vertical-align: bottom;
  color: #0f437c;
  font-size: 0.24rem;
  margin: 0 0.19rem;
  position: relative;
}

.friends .top .item:nth-of-type(1) {
  margin-left: 0;
}

.friends .top .item:last-of-type {
  margin-right: 0;
}

.friends .top .item.active::after {
  width: 100%;
  height: 0.03rem;
  bottom: -0.03rem;
  left: 0;
  display: block;
  position: absolute;
  content: '';
  background: #0f437c;
}

.friends .bottom .item {
  display: none;
  line-height: 0.89rem;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  font-size: 0.24rem;
}

.friends .bottom .item.active {
  text-align: center;
  display: block;
  color: #0f437c;
}

/* footer */

.footer {
  background-image: url(/3g/templates/default/images/footer-bg9a5b2962.jpg);
  padding: 0.51rem 0 0 0;
}

.footer .title-container .title-cn {
  color: #fff;
}

.footer .title-container .title-text {
  color: #fff;
}

.footer .title-container .title-text i {
  background: #fff;
}

.footer .title-container .title-more {
  border-color: #fff;
  color: #fff;
  opacity: 0;
}

.footer .container {
  padding: 0.6rem 0 0.4rem 0;
}

.footer .container .left {
  text-align: center;
  line-height: 0.38rem;
  color: #ffffff;
  font-size: 0.22rem;
}

.footer .container .left .logo {
  margin-bottom: 0.12rem;
  height: 0.43rem;
  width: 2.36rem;
  height: 0.39rem;
}

.footer .container .left .qrcode {
  width: 1.38rem;
  height: 1.38rem;
  margin: 0 auto;
}

.footer .container .right .text {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

.footer .container .right .top-left {
  float: left;
  width: 0.76rem;
  line-height: 0.36rem;
}

.footer .container .right .one {
  float: left;
  margin-left: 0.18rem;
  max-width: 2.36rem;
}

.footer .container .right .one:last-of-type {
  margin-right: 0;
}

.footer .container .right .en {
  font-size: 0.14rem;
  font-family: Arial;
  color: #b2c8e0;
  font-weight: bold;
}

.footer .container .right .cn {
  color: #ffffff;
  font-size: 0.14rem;
}

.footer .container .right .img-wrap {
  width: 0.53rem;
  height: 0.53rem;
  float: left;
}

.footer .footer-bottom {
  text-align: center;
  line-height: 0.56rem;
  background: rgba(15, 67, 124, 0.89);
  font-size: 0.14rem;
  color: white;
}

.er-container {
  padding-bottom: 0.84rem;
}

.er-bread {
  line-height: 0.69rem;
  color: #3c3c3c;
  font-size: 0.24rem;
  margin-bottom: 0.21rem;
}

.er-bread .inner {
  position: relative;
  padding-left: 0.24rem;
}

.er-bread .inner::before {
  width: 0.12rem;
  height: 0.12rem;
  background: #fe6338;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  position: absolute;
  display: block;
  content: '';
}

/*  */

.er-news .recruit-ul {
  margin-top: 0.43rem;
}

.er-news .recruit-ul li {
  width: 100%;
}

.er-pagiantion {
  text-align: center;
  margin-top: 0.6rem;
  font-size: 0;
  line-height: 0;
}

.er-pagiantion a {
  display: inline-block;
  line-height: 0.44rem;
  min-width: 0.44rem;
  padding: 0 0.2rem;
  background: #e8e8e8;
  color: #5D5D5D;
  font-size: 0.24rem;
  margin: 0 0.06rem;
  vertical-align: top;
}

.er-pagiantion a:hover {
  color: #fff;
  background: #123c96;
}

.er-tabs {
  margin: 0.46rem 0 0 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.er-tabs .er-tab {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.46rem;
  color: #0F437C;
  padding: 0 0.26rem;
  margin: 0 0.1rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.er-tabs .er-tab::after,
.er-tabs .er-tab::before {
  width: 150%;
  display: block;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  background: #0f437c;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.er-tabs .er-tab::before {
  left: 150%;
}

.er-tabs .er-tab::after {
  right: 150%;
}

.er-tabs .er-tab.active,
.er-tabs .er-tab:hover {
  color: #fff;
}

.er-tabs .er-tab.active::before,
.er-tabs .er-tab:hover::before {
  left: 0;
}

.er-tabs .er-tab.active::after,
.er-tabs .er-tab:hover::after {
  right: 0;
}

.er-text-container {
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.49rem;
}

.er-text-container .er-text-title {
  color: #0F437C;
}

.er-text-container h2,
.er-text-container h3 {
  text-align: center;
  font-weight: normal;
  font-size: 0.3rem;
  font-weight: bold;
  color: #0f437c;
  line-height: 1.75;
}

.er-text-container h2 {
  margin-top: 0.16rem;
}

.breaking-ul {
  padding: 0.12rem 0;
  margin-top: 0.12rem;
}

.breaking-ul li {
  border-bottom: 1px solid #F2F2F2;
  padding-left: 0.16rem;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.breaking-ul li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  margin: auto 0;
  width: 0.08rem;
  height: 0.08rem;
  background: #d8d8d8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.breaking-ul .text {
  width: 4.6rem;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 0.6rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #323131;
}

.breaking-ul .date-wrap {
  text-align: right;
  font-size: 0.24rem;
  font-weight: 400;
  color: #585858;
  line-height: 0.6rem;
}

/* 这个两边往里缩了12px 空太大了 */

.school-ul {
  margin: 0.58rem 0 0 0;
  padding: 0 0.12rem;
}

.school-ul li {
  width: 3.14rem;
  float: left;
  margin-bottom: 0.07rem;
}

.school-ul li:nth-of-type(2n) {
  float: right;
}

.school-ul li .img-wrap {
  height: 2.31rem;
}

.school-ul li .text {
  line-height: 0.9rem;
  font-size: 0.24rem;
  text-align: center;
  color: #0f437c;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.er-stu-ul {
  margin: 0.5rem 0 0 0;
  padding: 0 0.12rem;
}

.er-stu-ul li {
  width: 3.13rem;
  float: left;
  margin-bottom: 0.39rem;
}

.er-stu-ul li:nth-of-type(2n) {
  margin-right: 0;
  float: right;
}

.er-stu-ul li .img-wrap {
  height: 2.14rem;
}

.er-stu-ul li .text-container {
  height: 2.71rem;
  background: #0f437c;
  padding: 0.17rem 0.13rem 0;
  border: 0.01rem solid #0f437c;
  text-align: center;
}

.er-stu-ul li .text-container .title {
  line-height: 0.5rem;
  font-size: 0.26rem;
  color: white;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.er-stu-ul li .text-container .text {
  font-size: 0.24rem;
  color: white;
  line-height: 0.34rem;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  line-clamp: 4;
  line-height: 0.4rem;
}
/*# sourceMappingURL=dist_app.css.map*/

.select{
  color: #fff!important;
  background: #123c96!important;
}
.er-tabs .er-tab {
    display: block;
    margin-bottom: .24rem;}