/* #region 初始化 */
* {
  margin: 0;
  padding: 0;
}

* {
  font-family: text;
}

body {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

a {
  text-decoration: none;
  color: #000000;
  display: block;
}

div,
a {
  box-sizing: border-box;
}

input {
  border: none;
  outline: none;
}

li {
  list-style: none;
}

.clearfloat {
  zoom: 1;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.cl{
  clear: both;
}

.flex_row {
  display: flex;
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_space_between {
  display: flex;
  justify-content: space-between;
}

.position_center-x {
  left: 50%;
  transform: translate(-50%);
}

.position_center-y {
  top: 50%;
  transform: translateY(-50%);
}

.cursor {
  cursor: pointer;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  display: block;
  /* image-rendering: -moz-crisp-edges;  
  image-rendering: -o-crisp-edges;     
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; */
}

[v-cloak]{
	display: none;
}
.phone{
  display: none;
}

.textone {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.texttwo {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swiper-container {
  width: 100%;
}

/* #endregion */

/* #region  公用*/
.width {
  margin: 0 auto;
}

.header_top {
  height: 40px;
  background: #002664;
}

.header_top .width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-items: center;
  padding-right: 24px;
}

.header_top a {
  font-size: 14px;
  color: #fff;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.212);
  line-height: 1.2;
}

.header_top a:last-of-type {
  border-right: none;
}

.header_top a:hover {
  text-decoration: underline;
}

.header_center {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.logo {
  width: 30%;
  margin-right: 3%;
}

.logo img {
  width: 100%;
}

.logo_text {
  border-left: 1px solid #e5e5e5;
  padding: 0.3rem 1.3rem;
  margin-left: 1.3rem;
}

.logo_text div {
  padding: 0 1rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #ffffff;
  background: #002664;
}

/* .hc_right {
  width: 8.8rem;
  height: 2.3rem;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.hc_right a {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: 0.3s;
}
.hc_right a:first-of-type {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  color: #676767;
}
.hc_right a:last-of-type {
  color: #ffffff;
  background: #002664;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.hc_right a:first-of-type:hover {
  color: #002664;
  border-color: #002664;
}
.hc_right a:last-of-type:hover {
  opacity: 0.85;
} */
.hc_right {
  width: 8.8rem;
  height: 2.3rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}

.hc_right a {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: 0.3s;
  color: #676767;
}

.hc_right .ac_active {
  color: #ffffff;
  background: #002664;
}

.hc_right a:hover {
  color: #002664;
}

.hc_right .ac_active:hover {
  color: #ffffff;
  background: #002664;
  opacity: 0.85;
}

.menu,.nav02{
	display: none;
}
#menu {
	display: none;
}
.nav {
  border-top: 1px solid #dcdcdc;
}

.nav .width {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.3rem;
}

.nav a {
  width: 14.2%;
  text-align: center;
  font-size: 1.1rem;
  color: #1b1b1b;
  transition: 0.2s;
}

.nav a:hover,
.nav .nav_active {
  color: #002664;
}

/* #endregion */

/* #region  首页*/
.banner {
  position: relative;
}

.banner_swiper img {
  width: 100%;
}

.banner_dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 2.3rem;
  width: 100%;
  z-index: 10;
}

.banner_dot span {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 0.5rem;
  opacity: 1;
}

.banner_dot .swiper-pagination-bullet-active {
  width: 0.8rem;
  height: 0.8rem;
  background: #002664;
}

.banner_bottom {
  background: url(../images/banner_bottom.png) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 29px;
  z-index: 10;
}

.index1 {
  position: relative;
  padding: 3.4rem 0 6rem 0;
  background: url(../img/index1_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 10;
}

.index1_bottom {
  background: url(../images/index1_bottom.png) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 49px;
  z-index: 10;
}

.index1 .width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index1_left {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}

.index1_right {
  width: 34%;
}

.index1_list {
  width: 29.7%;
  margin-right: 5.45%;
  text-align: center;
  transition: 0.2s;
}

.index1_list:nth-of-type(3n + 3) {
  margin-right: 0;
}

.index1_img {
  overflow: hidden;
  border-radius: 1rem;
}

.index1_img img {
  width: 100%;
  transition: 0.5s;
}

.index1_title {
  font-size: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.6rem;
  font-weight: bold;
}

.index1_text {
  font-size: 0.7rem;
  color: #767676;
  line-height: 1.714;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
}

.index1_list:hover {
  color: #002664;
}

.index1_list:hover img {
  transform: scale(1.05);
}

.index1_right {
  margin-bottom: 2rem;
}

.index1_list {
  margin-bottom: 2.5rem;
}

.index1_list2 {
  padding: 1.8rem 0;
  border-bottom: 1px solid #e4e4e4;
  transition: 0.3s;
}

.index1_list2:last-of-type {
  border-bottom: none;
}

.index1_bg {
  width: 100%;
  position: relative;
  color: #fff;
}

.index1_bg img {
  width: 100%;
}

.index1_txts {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.8rem 0 6.4rem;
}

.index1_txts div {
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 1px 1.732px 0px rgba(170, 170, 170, 0.55);
}

.index1_txts span {
  font-size: 0.7rem;
  display: block;
  margin-top: 0.1rem;
}

.index1_list2:hover {
  opacity: 0.85;
}

.index2 {
  position: relative;
  padding: 1.8rem 0 0.8rem 0;
  z-index: 10;
  background: #f0f5f9;
}

.index2 .width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.index2_col {
  width: 45%;
}

.index2_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

.index2_title div {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
}

.index2_title img {
  width: 1.8rem;
  margin-right: 0.6rem;
}

.index2_title a {
  color: #999;
  font-size: 1rem;
  transition: 0.2s;
}

.index2_title a:hover {
  color: #002664;
}

.index2_list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  color: #272727;
  transition: 0.2s;
}

.index2_year {
  padding-right: 1rem;
  text-align: right;
  line-height: 1;
}

.index2_year div {
  font-size: 1.3rem;
  color: #3c3c3c;
}

.index2_year span {
  font-size: 0.8rem;
  color: #333333;
  display: block;
  margin-top: 0.6rem;
}

.index2_txts {
  flex: 1;
  overflow: hidden;
  border-left: 1px solid #d5d9dc;
  padding-left: 1.1rem;
}

.index2_txts div {
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}

.index2_txts span {
  display: block;
  font-size: 0.8rem;
  line-height: 1.7;
  color: #848484;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.6rem;
}

.index2_list:hover {
  color: #002664;
}

.cooperation {
  background: url(../img/he_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 4rem 0 2.5rem 0;
  position: relative;
  z-index: 10;
  margin-top: -75px;
}

.cooperation_title {
  font-size: 1.2rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
}

.cooperation_row {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

.cooperation_swiper {
  flex: 1;
  overflow: hidden;
  margin: 0 1.5rem;
}

.cooperation_swiper img {
  max-width: 100%;
}

.cooperation_prev,
.cooperation_next {
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}

.cooperation_prev img,
.cooperation_next img {
  width: 0.75rem;
}

.cooperation_prev:hover,
.cooperation_next:hover {
  opacity: 0.85;
}

.link {
  background: #002664;
  padding: 0.9rem 0 0 0;
}

.link .width {
  display: flex;
  align-items: flex-start;
  color: #fff;
  position: relative;
  top: 0.9rem;
}

.link_list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  overflow: hidden;
}

.link_list a {
  font-size: 16px;
  color: #fff;
  margin-left: 2.3rem;
  margin-bottom: 0.9rem;
}

.link_list a:hover {
  text-decoration: underline;
}

.link_left {
  font-size: 20px;
  line-height: 3;
}

.footer_main {
  background: url(../img/footer_bg.png) #002664 no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 4.5rem 0 1.8rem 0;
}

.footer_main .width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer_title {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer_left {
  width: 40%;
}

.footer_center {
  width: 38%;
}

.footer_right {
  width: 12.7%;
}

.footer_list1 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(229, 229, 229, 0.141);
  padding: 0.6rem 0;
}

.footer_list1:last-of-type {
  border-bottom: none;
}

.footer_list1 img {
  width: 0.75rem;
  display: inline-block;
}

.footer_list1_01{
  font-size: 0.8rem;
  color: #fff;
  width: 100%;
  padding: 3% 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.14);
}
.footer_list1_01 .footer_t1{
  width: 100%;
}
.footer_list1_01 .footer_t1 div{
  width: 100%;
}
.footer_list1_01 img{
  float: left;
  margin: 0.2rem 0.5rem 0 0;
}
.footer_t1 {
  font-size: 0.8rem;
  color: #fff;
  margin-left: 0.6rem;
  width: 8rem;
  margin-right: 0.2rem;
}
.footer_t2 {
  font-size: 0.7rem;
  color: #fff;
  opacity: 0.35;
  line-height: 2;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_list2 {
  display: flex;
  flex-wrap: wrap;
}

.footer_list2 a {
  width: 32%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #b8b8b8;
  background: rgba(255, 255, 255, 0.051);
  margin-right: 2%;
  margin-bottom: 0.4rem;
  padding: 0 0.4rem;
  transition: 0.2s;
}

.footer_list2 a:nth-of-type(3n + 3) {
  margin-right: 0;
}

.footer_list2 a:hover {
  color: #fff;
}

.footer_list2 div {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.footer_ewm {
  width: 100%;
  background: #fff;
}

.footer_ewm img {
  width: 100%;
}

.footer_text {
  background: #212121;
  line-height: 1.3;
  text-align: center;
  font-size: 14px;
  color: #898989;
  text-align: center;
  padding: 0.7rem 0;
}

.footer_text a {
  display: inline;
  color: #898989;
}

/* #endregion */

/* #region  关于我们*/

.banner {
  overflow: hidden;
}

.banner_tab {
  width: 110%;
  /* height: 3.2rem;  */
  height: 5rem;
  background: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 3.4rem);
}
.banner_bot{
  width: 100%;
  height: 30px;
  background: url(../img/bn_bot.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.banner_tab .width {
  height: 100%;
}

.banner_bg {
  height: 100%;
}

.banner_bg,
.se_tab {
  width: 13.4rem;
  background: #eeeeee;
}

.se_tab {
  padding: 0.5rem 2.1% 1rem 2.1%;
}

.se_top {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.se_en {
  font-size: 3.95rem;
  color: #002664;
}

.se_txts {
  margin-left: 0.4rem;
  letter-spacing: 1px;
}

.se_txts div {
  font-size: 1.6rem;
  color: #191919;
}

.se_txts span {
  display: block;
  font-size: 1.2rem;
  color: #d4d4d4;
}

.se_list {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
  margin-top: 1.6rem;
}

.se_item {
  /* height: 3.4rem; */
  padding-bottom: 1rem;
  color: #000000;
}

.se_href {
  display: flex;
  align-items: center;
  font-size: 1rem;
  transition: 0.3s;
  margin-bottom: 1rem;
}

.se_href div {
  width: 1rem;
  height: 1rem;
  border-radius: 0.16rem;
  background: #d4d4d4;
  transform: rotate(45deg);
  margin-right: 1rem;
  transition: 0.3s;
}

.se_href:hover,
.se_active .se_href {
  color: #002664;
}

.se_href:hover div,
.se_active .se_href div {
  background: #002664;
}

.se_href span {
  flex: 1;
  overflow: hidden;
}

.se_main {
  display: flex;
  align-items: flex-start;
  padding-bottom: 140px;
}

.se_right {
  flex: 1;
  /* overflow: hidden; */
}

.about_main {
  padding-top: 1.3rem;
  padding-left: 6.65%;
}

.about_title {
  font-size: 24px;
  text-align: center;
}

.about_text {
  font-size: 16px;
  color: #616161;
  line-height: 1.988;
  margin-top: 0.9rem;
}

.about_tab {
  background: #f2f2f2;
  height: 2.9rem;
  display: flex;
  margin-top: 1.8rem;
}

.about_tab div {
  padding: 0 2.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #616161;
  cursor: pointer;
  transition: 0.2s;
}

.about_tab div:hover {
  color: #002664;
}

.about_tab .about_active:hover {
  color: #fff;
}

.about_tab .about_active {
  background: #002664;
  color: #fff;
}

.about_row {
  padding: 1.1rem 1.4rem 2.7rem 1.4rem;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #616161;
  line-height: 1.988;
}

.none {
  display: none;
}

.block {
  display: block !important;
}

/* #endregion */

/* #region  联系我们*/
.contact_main {
  padding: 2.5rem 0 0 3.7%;
  display: flex;
  flex-wrap: wrap;
}

.contact_list {
  width: 31.68%;
  box-shadow: 0px 0px 0.9rem 0px rgba(207, 205, 205, 0.25);
  margin-right: 2.48%;
  padding: 1.9rem 1.1rem 4.1rem 1.1rem;
}

.contact_list:nth-of-type(3n + 3) {
  margin-right: 0;
}

.contact_en,
.contact_title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

.contact_hr {
  width: 1.1rem;
  height: 2px;
  background: #002664;
  margin: 0.6rem auto 0 auto;
}

.contact_text {
  font-size: 0.8rem;
  line-height: 1.8;
  margin-top: 1.5rem;
  color: #949494;
}

/* #endregion */

/* #region  专家介绍*/
.expert_main {
  padding: 1.5rem 0 2rem 4.38%;
  display: flex;
  flex-wrap: wrap;
}

.expert_list {
  /* width: 18.5%;
  margin-right: 1.875%; */
  width: 23.5%;
  margin-right: 2%;
  padding-bottom: 2.9rem;
  margin-bottom: 1.2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.expert_list:nth-of-type(4n + 4) {
  margin-right: 0;
}

.expert_img {
  width: 100%;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.expert_img img {
  max-width: 85%;
  max-height: 85%;
}

.expert_txts {
  position: absolute;
  left: 0;
  bottom: -6.5rem;
  width: 0;
  width: 100%;
  height: 100%;
  background: rgba(66, 103, 165, 0.85);
  color: #fff;
  padding: 0 10%;
  transition: 0.3s;
}

.expert_title {
  height: 2.9rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.expert_title span {
  font-size: 0.8rem;
  margin-left: 0.6rem;
}

.expert_text {
  font-size: 0.7rem;
  line-height: 1.8;
}

.expert_list:hover .expert_title div {
  transition: 0.2s;
}

.expert_list:hover .expert_txts {
  bottom: 0;
}

.expert_list:hover .expert_title div {
  font-weight: bold;
}

/* #endregion */

/* #region  组织架构*/
.framework_main {
  padding: 0.6rem 0 0.8rem 3.63%;
}

.framework_main img {
  width: 100%;
}

/* #endregion */

/* #region  国际合作项目*/

.banner_bg2,
.se_tab2 {
  width: 15.85rem;
}

.se_tab2 {
  width: 15.85rem;
  padding: 0.5rem 1.5% 1rem 1.5%;
}

.project_main {
  padding-top: 2.3rem;
  padding-left: 5.47%;
  display: flex;
  flex-wrap: wrap;
}


.se_href2 {
  font-size: .9rem;
  padding-left: 1.5rem;
  line-height: 2.12;
  transition: 0.2s;
}

.se_href2:hover {
  color: #002664;
}

.se_color {
  color: #002664 !important;
}

.se_three {
  margin-bottom: 0.6rem;
}

.se_three a {
  font-size: .8rem;
  padding-left: 2.15rem;
  line-height: 2.12;
  color: #6f6f6f;
  transition: 0.2s;
}

.se_three a:hover {
  color: #002664;
}

.se_list {
  padding-left: 0.5rem;
}

.project_main .index1_list {
  width: 28%;
  margin-right: 5%;
}



/* #endregion */

/* #region  国际合作项目详情*/
.se_right2 {
  overflow: hidden;
}

.project_show {
  padding: 1.4rem 0 1rem 6.56%;
}

.show_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.show_text {
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  padding-top: 12px;
  padding-bottom: 3.3rem;
  border-bottom: 1px solid #e5e5e5;
}

.show_text a {
  display: inline;
}

.show_text img {
  max-width: 100%;
  display: inline;
}

.show_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.3rem;
  padding: 0 1.1%;
}

.show_page a {
  font-size: 16px;
  color: #000000;
  max-width: 49%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.2s;
}

.show_page a:hover {
  color: #002664;
}

/* #endregion */

/* #region  国际合作项目需求表*/

.demand_main {
  padding: .8rem 0 1rem 6%;
}

.demand_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #000000;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e5e5e5;
}

.demand_top span {
  font-weight: bold;
}

.demand_top a {
  width: 8.5rem;
  height: 3rem;
  border-radius: 30px;
  border: 1px solid #002664;
  color: #002664;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.demand_top a:hover {
  background: #002664;
  color: #fff;
}

.demand_text {
  margin-top: 2rem;
}

.demand_text img {
  max-width: 100%;
  display: inline;
}

/* #endregion */

/* #region  国际教育资讯*/
.news_main {
  padding: 1.6rem 0 0 3.8%;
}


/* .news_main .index2_txts span {
  height: 2.72rem;
} */

.news_page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_page a {
  font-size: 16px;
  color: #000000;
  margin: 0 1rem;
  transition: 0.2s;
}

.news_page a:hover {
  color: #002664;
}

.news_page a:first-of-type,
.news_page a:last-of-type {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  font-size: 20px;
  color: #929292;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.news_page a:first-of-type:hover,
.news_page a:last-of-type:hover {
  color: #fff;
  background: #002664;
}

/* #endregion */

/* #region  合作伙伴*/
.partner_main {
  padding: 2.4rem 0 0 4.8%;
  display: flex;
  flex-wrap: wrap;
}

.partner_list {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 1.7rem;
}

.partner_list:nth-of-type(3n+3) {
  margin-right: 0;
}

.partner_list div {
  width: 100%;
  height: 7.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
}

.partner_list img {
  max-width: 100%;
  max-height: 100%;
}

.partner_list span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: .9rem;
}

/* #endregion */

/* #region  教育政策 教育政策详情*/
.show_top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.show_time {
  font-size: 16px;
  color: #717070;
  text-align: center;
  margin-top: 10px;
}

/* #endregion */

/* #region  联系我们英文*/
.about_en {
  padding: 1.5rem 0 1rem 5.5%;
  line-height: 1.767;
  font-size: 18px;
}

/* #endregion */

/* #region  单页*/
.show_bodyp {
  padding: 0.8rem 0 0.5rem 6.56%;
}

.show_body {
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  padding-top: 12px;
  padding-bottom: 3.3rem;
}

.show_body img {
  max-width: 100%;
  display: inline;
}

.banner2 {
  position: relative;
  overflow: hidden;
}

.banner2 img {
  width: 100%;
}

.show_body a{
  display: inline;
}
/* #endregion */

/* #region  */

/* #endregion */

.textone {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.texttwo {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


.about_bg{
  width: 100%;
  height: 603px;
  background:url(../img/about_bg.jpg) no-repeat #efeeee;
  background-size: 100%;
  padding: 84px 0 140px;
}
.about_top{
  height: 44px;
  line-height: 36px;
}
.about_tit{
  float: left;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.about_tit img{
  float: left;
  width: 36px;
  height: 31px;
  margin-right: 10px;
}
.about_more{
  float: right;
  width: 36px;
  height: 31px;
}
.about_more img{
  width: 100%;
  height: 100%;
}
.about_tt{
  width: 100%;
  text-align: center;
  color: #002664;
  font-size: 24px;
  line-height: 44px;
  margin-bottom: 18px;
}
.about_tt h1{
  color: #1b1b1b;
  font-size: 30px;
  line-height: 64px;
}
.about_txt{
  width: 100%;
  font-size: 18px;
  color: #848484;
  line-height: 36px;
  text-align: center;
  margin-bottom: 52px;
}
.about_list{
  width: 100%;
}
.about_list li{
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  color: #002664;
  font-size: 20px;
  line-height:40px;
}
.about_list h4{
  line-height: 50px;
  font-weight: normal;
}
.about_list h4 b{
  font-size: 60px;
  font-weight: normal;
}
.about_list h4 span{
  font-size: 18px;
  vertical-align: bottom;
  padding-left: 6px;
}
.about_list h4 span p{
  display: inline-block;
}
.about_list i{
  width: 1px;
  height: 75px;
  background: #b5b5b5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.about_list li:last-child i{
  display: none;
}