.two header {
  height: 662px;
}

.two .bg {
  background: url(../images/image/international_banner.jpeg) no-repeat
    center;
  height: 662px;
}

.two .banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 240px;
}

.two .banner-text h2 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 10px;
}

.two .banner-text p {
  width: 370px;
  font-size: 24px;
  margin-top: 5px;
  border: 2px solid #eeeeee;
  padding: 4px 0;
}

/* webucation */

.webucation {
  margin-top: -118px;
}

.toggle-list {
  display: flex;
  /* justify-content: space-between; */

  align-items: center;
}

.toggle {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  padding: 20px 34px;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  margin-right: 20px;
}

.toggle img {
  margin-right: 20px;
}

.toggle:hover {
  background: rgba(247, 79, 34, 0.8);
  cursor: pointer;
}

.webucation-content {
  background-color: #fff;
  margin-bottom: 44px;
}

.webucation-text {
  display: flex;
  justify-content: space-around;
  padding-top: 42px;
}

.player {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 560px;
  height: 225px;
  cursor: pointer;
  background: url(../images/image/Non_academic_training-img_01_03.jpg) no-repeat coral;
}

.player video {
  width: 100%;
  height: 100%;
  background: #000;
}

.player img {
  width: 107px;
}

.webucation-text-right {
  display: flex;
  flex-direction: column;
  width: 604px;
}

.contact-wrapper {
  display: flex;
}

.webucation-text-right .title {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px dashed #c9c9c9;
}

.webucation-text-right .title h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 16px;
}

.webucation-text-right .title img {
  width: 20px;
  height: 20px;
}

.web-desc {
  font-size: 16px;
  margin-top: 8px;
  line-height: 28px;
  color: #616060;
}

.web-desc p{
  text-indent: 2em;
}

.city-num {
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.contact-label {
  font-weight: bold;
  font-size: 16px;
  color: #f74f22;
}

.contact-img {
  border: none;
  position: relative;
  position: relative;
  top: -5px;
}

.detail_link {
  color: #c63434;
  font-weight: 700;
  letter-spacing: 1px;
}

.webucation-contact {
  display: flex;
  /* width: 900px; */
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}

.contact-way {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}

.contact-item {
  display: flex;
  font-size: 18px;
  flex-direction: column;
  padding-top: 10px;
}

.contact-item .icon {
  margin-right: 10px;
}

.contact-item > div {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.contact-way .title{
  font-size: 20px;
  color: #f74f22;
  font-weight: 700;
  border:3px solid #f74f22;
  padding:6px 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 48px;
  height: 52px;
  letter-spacing: 4px;
}

/* registration process */

.registration-title,
.education-dynamic-title,
.outstanding-display-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
  padding-top: 56px;
  padding-bottom: 34px;
}
#moreNews a {
  display: flex;
  align-items: center;
  color: #224e9c;
  font-size: 14px;
}
#moreNews a {
  display: flex;
  align-items: center;
  color: #224e9c;
  font-size: 14px;
}
.Non-academic_training_news {
  background-color: #f6f6f6;
}

.education-dynamic {
  padding-bottom: 60px;
}

/* Education dynamic */
.education-dynamic-content {
  display: flex;
  justify-content: space-between;
}

.edu-dy-content-left .item {
  display: flex;
  cursor: pointer;
}

.edu-dy-content-left .item .imgs {
  width: 232px;
  height: 169px;
  margin-right: 36px;
}

.edu-dy-content-left img {
  display: block;
  width: 100%;
  height: 100%;
}

.education-dynamic-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 16px;
}

.edu-dy-content-left .item:nth-of-type(1) {
  margin-bottom: 12px;
}

.edu-dy-content-left h4,
.edu-dy-content-left p {
  width: 340px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.edu-dy-content-left h4 {
  padding-top: 20px;
}

.edu-dy-content-left p {
  width: 382px;
  margin-top: 18px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #616060;
}

.edu-dy-content-left .date {
  color: #616060;
}

.edu-dy-content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.edu-dy-content-right p {
  font-size: 14px;
  color: #616060;
}

.edu-dy-content-right .right-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px;
  margin-top: -10px;
  cursor: pointer;
}

.right-item-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  margin-right: 20px;
  padding: 8px 0;
}

.right-item-time h5 {
  font-size: 20px;
  color: #ababab;
  margin-bottom: 2px;
}

.right-item-text {
  width: 472px;
}

.right-item-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.right-item-time p {
  padding: 0 2px;
  font-size: 12px;
  color: #ababab;
  border-top: 2px solid #e9e9e9;
  padding-top: 2px;
}

/* Non-academic training */

.outstanding-display-title {
  text-align: center;
}

.Non-academic_training {
  /* width: 1150px;
  height: auto;
  margin: 0 auto; */
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}

.training-list img {
  width: 325px;
  height: 200px;
  display: block;
}

.training-list a {
  color: #fff;
}

.training-list>div {
  background: #919191;
}

.training-list:hover.training-list>div {
  background:#f74f22;
  cursor: pointer;
}

.training-list h2 {
  font-size: 18px;
  color: #fff;
  text-align:center;
  padding: 14px;
}

.right-content .date {
  width: 130px;
  height: 56px;
  color: #fff;
  background: linear-gradient(to left, #6593ed, #134ea7);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
.right-content h4 {
  font-size: 18px;
  color: #2a2a2a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.right-content {
  margin-top: 15px;
  border-bottom: 2px solid #f0f0f0;
  height: 509px;
  overflow: hidden;
  width: 100%;
}

.right-content .item {
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}
