.down-nav>li .sub-nav-3 {
  position: absolute;
  top: 0;
  left: 200px;
  width: 200px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  display: none;
}

.down-nav>li:hover .sub-nav-3 {
  display: block;
}

.ArticlePicList_Item:hover .ArticlePicList_ItemContent {
  background: #2b5581;
  height: 100%;
}

.ArticlePicList_Item .ArticlePicList_ItemContent h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.glyphicon {
  top: 0px;
}

.down-nav .glyphicon {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
}

.country-intro img {
  text-align: center;
}

.articleContent .news-list {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.articleContent ul li {
  margin-bottom: 50px;
}

.articleContent ul li a {
  display: flex;
}

.articleContent ul li a .news-img {
  overflow: hidden;
}

.articleContent ul li .news-img img {
  width: 500px;
  max-width: 100%;
  height: auto;
}

.articleContent ul li a:hover>.news-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}


.articleContent ul li a .news-text {
  position: relative;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  background: white;
  background: #004582;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.articleContent ul li a .news-text .title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.articleContent ul li a .news-text .other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.articleContent ul li a .news-text .desc {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 40px;
}

.our-service {
  padding: 1rem 2.5rem;
  text-align: center;
}

.our-service .id-title {
  text-align: left;
}

.our-service .zixun {
  font-size: 20px;
  padding: 15px 30px;
}

.introduction .container {
  max-width: 1400px;
}

.pc-process {
  display: block;
}

.mobile-process {
  display: none;
}

.subject .container-fluid {
  padding: 0;
}


@media (max-width:1200px){
  .pc-process {
    display: none;
  }

  .mobile-process {
    display: block;
  }    
}

@media (max-width: 767px) {


  .articleContent ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 500px;
    margin: 0 auto;
  }

  .articleContent ul li a {
    width: 100%;
  }

  .articleContent ul li a .news-text {
    padding: 20px;
  }

  .articleContent ul li a .news-text .title {
    font-size: 16px;
  }

  .otherBannerSlide p:nth-of-type(1) {
    font-size: 29px;
  }

  .otherBannerSlide p img {
    width: 200px;
  }

  .articleContent ul li a .img img {
    width: 100%;
  }

  .articleContent ul li a .news-text .desc {
    margin-top: 10px;
  }

  .mobile-process .ulparent ul {
    display: flex;
    justify-content: flex-start;
  }

  .mobile-process .ulparent ul li {
    width: 33.33333%;
  }

  .Studyprocess .line1 {
    position: relative;
    top: 0;
  }

  .Studyprocess ul li .text {
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }

  .subject-img {
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .copy_wechat img {
    width: 30px;
  }

  .wechat-tc {
    width: 90%;
    height: 12rem;
    border-radius: 10px;
    background: #ffffff;
    position: fixed;
    top: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    left: 50%;
    box-sizing: border-box;
    padding-top: 2rem;
    transform: translate3d(-50%, -50%, 0);
  }

  .wechat-tc p:nth-child(2) {
    text-align: center;
    margin: 0.2rem 0 1.2rem 0;
    color: #888;
  }

  .wechat-tc p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  .wechat-tc p:nth-child(1) {
    text-align: center;
    font-size: calc(36rem/30);
    vertical-align: middle;
    color: #333333;
    margin-bottom: 0;
    font-weight: bold;
  }

  .wechat-tc-btn {
    text-align: center;
    font-size: 0;
  }

  .wechat-tc-btn a {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: calc(36rem/30);
    color: #ffffff;
    width: 6rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: #1aad19;
    border-radius: 5px;
  }

  .wechat-tc-btn a+a {
    margin-left: 40px;
  }

  .subject-info {
    border: unset;
    padding: 0;
  }

  .school-main-info {
    padding: 0.7rem;
  }

  .subject-item {
    padding: 15px 0px;
  }

  .subject-item h3 {
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0 15px;
  }

  .subject-item-info>p {
    padding: 0 15px;
  }

  .subject-item-info table {
    font-size: 10px;
  }

  .subject-item-info table>tbody>tr>td,
  .subject-item-info table tr>th {
    min-width: unset;
  }
  
}

  /*发展历程*/
  .develop-timeline ul.timeline-1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .develop-timeline ul.timeline-2{
      margin-top: 30px;
  }  
.develop-timeline ul.timeline-1 p{
    font-size: 20px;
}  
.develop-timeline ul.timeline-1 h3 {
    color: #0070c0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
    .develop-timeline ul.timeline-1 .arrow{
        width: 3vw;
    }
    
    .develop-timeline{
        padding: 50px 0;
    }
