.international-body {
  background-color: #FFFFFF;
}
.international-more {
  margin-top: 50px;
  margin-bottom: 75px;
  font-size: 20px;
}

.international-more a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.ui-list-wrap .international-more a:hover {
  color: #000000;
}

.icon-more {
  background: url(../images/icon-more.png) no-repeat center/100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.international-main {
  position: relative;
}
.international-title {
  margin-bottom: 50px;
}

.international-container {
  text-align: center;
  position: relative;
  margin-top: 24px;
  z-index: 2;
}

.introduction-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.introduction-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.introduction-con-a {
  text-decoration: none;
  color: #000000;
}

.introduction-item {
  display: inline-block;
  width: 593px;
  background-color: #F8F8F8;
}

.introduction-con-a:nth-child(odd) {
  margin-bottom: 90px;
}

.introduction-con-a:nth-child(even) {
  margin-top: 90px;
}

.introduction-item-title {
  display: inline-block;
  text-align: left;
  width: 353px;
  padding: 28px 28px 0 28px;
  box-sizing: border-box;
  font-size: 20px;
}

.introduction-item-cover {
  display: inline-block;
  width: 240px;
  height: 120px;
}

.introduction-con-a:nth-child(odd) .introduction-item-cover {
  float: right;
}

.introduction-con-a:nth-child(even) .introduction-item-cover {
  float: left;
}

.introduction-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduction-item-text {
  margin: 30px 28px 28px 28px;
  font-size: 16px;
  color: #6c6c6c;;
  text-align: left;
}

.activity-con {
  display: flex;
}

.activity-img {
  width: 600px;
  height: 400px;
  position: relative;
  display: inline-block;
  margin-right: 80px;
  flex-shrink: 0;
}

.activity-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity-img-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 52, 181, 0.75);
  font-size: 24px;
  color: #fff;
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
}

.activity-text {
  flex-grow: 1;
  text-align: left;
}

.activity-text li {
  margin-bottom: 15px;
  min-height: 89px;
}

.activity-text-title {
  margin-bottom: 10px;
  color: #000000;
  font-size: 22px;
}

.activity-text-time {
  font-size: 16px;
  color: #9a9a9a;
}

.title-short {
  min-height: 48px;
  align-items: center;
  padding: 10px 3%;
}

.title-all {
  height: 100%;
  align-items: start;
  padding: 20% 3% 0 3%;
}

.upcoming-box {
  background-color: #ecf1fd;
  padding: 0 38px;
}

.upcoming-title {
  padding-top: 80px;
}

.upcoming-con ul {
  display: flex;
  justify-content: space-between;
}

.upcoming-con li {
  width: 352px;
}
.upcoming-con-a {
  color: #000000;
}

.upcoming-con-img {
  height: 235px;
}

.upcoming-con-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upcoming-con-text {
  padding: 20px;
  text-align: left;
  background-color: #FFFFFF;
}

.upcoming-con-title {
  font-size: 20px;
  min-height: 78px;
  margin-bottom: 20px;
}

.upcoming-con-time {
  font-size: 16px;
  color: #9c9c9c;
  height: 21px;
}

.upcoming-more {
  padding: 50px;
  font-size: 20px;
  margin-bottom: 75px;
}

.upcoming-more a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.ui-list-wrap .upcoming-more a:hover {
  color: #000000;
}

.expert-con {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 60px;
  align-items: center;
  color: #000000;
}

.expert-time {
  margin-right: 38px;
  width: 111px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expert-time-left {
  font-size: 36px;
  color: #5c5c5c;
}

.expert-time-right {
  font-size: 14px;
  color: #7c7c7c;
  text-align: left;
}

.expert-time-sep {
  margin: 0 13px;
}

.expert-title-box {
  margin-right: 70px;
  text-align: left;
  flex-grow: 1;
}

.expert-title-text {
  font-size: 22px;
  margin-bottom: 20px;
}

.expert-text {
  font-size: 16px;
  color: #6c6c6c;
}

.expert-cover {
  width: 240px;
  height: 160px;
  flex-shrink: 0;
}

.expert-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruitment-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.recruitment-con li {
  width: 48%;
  display: flex;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.recruitment-text-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.recruitment-text-box a {
  color: #000000;
}
.recruitment-icon {
  flex-shrink: 0;
  margin-right: 30px;
  width: 30px;
  height: 33px;
  display: inline-block;
}
.recruitment-icon img {
  width: 100%;
  height: 100%;
}
.recruitment-text {
  text-align: left;
}
.recruitment-text-title {
  font-size: 22px;
}
.recruitment-text-time {
  font-size: 16px;
  color: #9a9a9a;
  margin-left: 60px;
}
.international-bottom-bg {
  position: absolute;
  bottom: 321px;
  width: 100%;
  background: url("../images/international-list-bg1.png") no-repeat bottom/100%;
  height: 792px;
}