/*-------------------------------- 垂直居中 ----------------------------------*/
.middle-box {
  font-size: 0;
  letter-spacing: -1.5em;
}
.middle-box:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}
.banner.ethics-committee-banner {
  background: url(ethics-comm-banner.png) no-repeat top center;
  background-size: auto;
}
@media screen and (max-width: 767px) {
  .banner.ethics-committee-banner {
    background: url(ethics-comm-banner.png) no-repeat left 142px;
    background-size: 100% 300px !important;
  }
}
.ethics-committee-top {
  text-align: center;
}
.ethics-committee-top .banner-cont {
  height: 344px;
}
.ethics-committee-top .cont-title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .ethics-committee-top {
    margin-top: 125px;
  }
}
.title_sub_ethics {
  border-top-color: #A055E3;
}
.about-committee-mod {
  position: relative;
  min-height: 330px;
}
.about-committee-mod .about-info {
  color: #444444;
  padding-left: 25px;
  padding-top: 20px;
  overflow: hidden;
  margin-right: 430px;
}
.about-committee-mod .about-info .info-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
.about-committee-mod .about-info .info-txt {
  font-size: 16px;
  font-family: 'OpenSans-Regular' !important;
  line-height: 30px;
}
.about-committee-mod .about-info .info-txt p,
.about-committee-mod .about-info .info-txt div {
  font-family: 'OpenSans-Regular' !important;
}
.about-committee-mod .about-list {
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  padding: 60px 35px;
  background: #A055E3;
}
.about-committee-mod .about-list > div {
  margin-bottom: 30px;
}
.about-committee-mod .about-list > div:last-child {
  margin-bottom: 0;
}
.about-committee-mod .about-list .a-title {
  display: block;
  border: 1px solid #FFFFFF;
  line-height: 28px;
  background: url('ethics-comm-arrow.png') no-repeat right 25px top 17px;
  padding: 10px 50px 10px 20px;
  color: #fff;
  font-size: 20px;
}
.about-committee-mod .about-list .a-title:hover {
  background: url('ethics-comm-arrow-h.png') no-repeat right 25px top 17px #fff;
  color: #A055E3;
}
.general-assembly-mod {
  background: url('ethics-comm-bg.png') no-repeat top center;
  background-size: cover;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
  min-height: 273px;
}
.general-assembly-mod .title_sub {
  color: #fff;
}
.general-assembly-mod .main-cont {
  font-size: 16px;
  font-family: 'OpenSans-Regular' !important;
  color: #FFFFFF;
  line-height: 30px;
  max-width: 905px;
}
.general-assembly-mod .main-cont p,
.general-assembly-mod .main-cont div {
  font-family: 'OpenSans-Regular' !important;
}
.law-system-mod {
  overflow: hidden;
}
.law-system-mod .col-w {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.law-system-mod .col-w:nth-child(3n) {
  margin-right: 0;
}
.law-system-mod .box-s {
  min-height: 198px;
  padding: 20px 15px 20px 25px;
  position: relative;
  background: #F8FBFF;
}
.law-system-mod .box-s:hover .box-title {
  color: #A055E3;
}
.law-system-mod .box-s::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 2px;
  height: 20px;
  background: #A055E3;
  transition: all 0.5s;
}
.law-system-mod .box-s .box-title {
  font-size: 20px;
  font-family: 'Raleway-SemiBold';
  color: #444444;
  line-height: 34px;
  display: block;
}
.expe-perspective-mod {
  padding-top: 20px;
}
.expe-perspective-mod.mod-list {
  padding-top: 0;
}
.expe-perspective-mod.mod-list li {
  margin-bottom: 60px;
}
.expe-perspective-mod.mod-list li:last-child {
  margin-bottom: 0;
}
.expe-perspective-mod.mod-list li .box-s .box-info {
  padding-top: 10px;
}
.expe-perspective-mod .box-s:hover .box-img img {
  transform: scale(1.1);
}
.expe-perspective-mod .box-s:hover .info-title:first-child {
  color: #A055E3;
}
.expe-perspective-mod .box-s .box-img {
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.expe-perspective-mod .box-s .box-img img {
  display: block;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  transition: all 0.5s;
}
.expe-perspective-mod .box-s .box-info {
  overflow: hidden;
}
.expe-perspective-mod .box-s .info-title {
  display: block;
  font-size: 20px;
  font-family: 'Raleway-SemiBold';
  color: #444444;
  line-height: 32px;
  margin-bottom: 15px;
}
.expe-perspective-mod .box-s .info-txt {
  color: #444444;
  line-height: 30px;
  font-family: 'OpenSans-Regular' !important;
  font-size: 16px;
}
.expe-perspective-mod .box-s .info-txt p,
.expe-perspective-mod .box-s .info-txt div {
  font-family: 'OpenSans-Regular' !important;
}
.expe-perspective-mod .expe-perspective-scroll {
  position: relative;
}
.expe-perspective-mod .swiper-container {
  margin-bottom: 30px;
}
.expe-perspective-mod .scroll-arrow {
  width: 100px;
  height: 39px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.expe-perspective-mod .scroll-arrow .scroll-prev,
.expe-perspective-mod .scroll-arrow .scroll-next {
  width: 39px;
  height: 39px;
  margin: 0;
  top: 0;
  background-position: top center;
  background-repeat: no-repeat;
}
.expe-perspective-mod .scroll-arrow .scroll-prev::after,
.expe-perspective-mod .scroll-arrow .scroll-next::after {
  display: none;
}
.expe-perspective-mod .scroll-arrow .scroll-prev {
  left: 0;
  background-image: url('ethics-comm-prev.png');
}
.expe-perspective-mod .scroll-arrow .scroll-next {
  right: 0;
  background-image: url('ethics-comm-next.png');
}
.law-system-list li {
  margin-bottom: 3px;
  background: #F8FBFF;
  padding: 30px 32px;
  line-height: 40px;
  font-size: 24px;
  color: #444444;
}
.law-system-list li:last-child {
  margin-bottom: 0;
}
.law-system-list li:hover {
  background: #A055E3;
  color: #fff;
}
.about-groups .groups-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 45px;
}
.about-groups .groups-box {
  margin-bottom: 40px;
  color: #444444;
  font-size: 18px;
  line-height: 30px;
  font-family: 'OpenSans-Regular';
}
.about-groups .groups-box:last-child {
  margin-bottom: 20px;
}
.about-groups .box-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-groups .box-txt p,
.about-groups .box-txt div {
  font-family: 'OpenSans-Regular' !important;
}
