@charset "UTF-8";
.majorNew-body .mechanism {
  position: relative;
  margin: 48px 0;
  background-color: #f1ede8;
}

.majorNew-body .mechanism .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 34.46%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background-color: #fff;
}

.majorNew-body .mechanism .text {
  width: 65.54%;
  padding: 54px 60px;
  min-height: 355px;
  box-sizing: border-box;
  background-color: #f1ede8;
}

.majorNew-body .mechanism .text .text-title {
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  color: #c53a3a;
  line-height: 40px;
  margin-bottom: 32px;
}

.majorNew-body .mechanism .text .text-docum {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  color: #232323;
  line-height: 30px;
}

.majorNew-body .mechanism .text .text-docum p:not(:last-child) {
  margin-bottom: 5px;
}

.majorNew-body .expert {
  margin-bottom: 110px;
}

.majorNew-body .expert .expert-title {
  width: 100%;
  font-size: 0;
  vertical-align: middle;
  *word-spacing: -1px;
}

.majorNew-body .expert .expert-title .title-ico {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  padding-right: 7px;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  *display: inline;
  *zoom: 1;
}

.majorNew-body .expert .expert-title .title-ico span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #c53a3a;
  margin-bottom: 4px;
}

.majorNew-body .expert .expert-title .title-ico span:last-child {
  margin-bottom: 0;
}

.majorNew-body .expert .expert-title .title-text {
  display: inline-block;
  vertical-align: middle;
  width: 106px;
  padding-right: 10px;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  *display: inline;
  *zoom: 1;
  font-size: 24px;
  font-family: ST, SimSun-Black, SimSun, STSongti-Black, STSong;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  line-height: 33px;
}

.majorNew-body .expert .expert-title .title-line {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 17px - 106px);
  height: 2px;
  background-color: #232323;
  letter-spacing: normal;
  word-spacing: normal;
  *display: inline;
  *zoom: 1;
}

.majorNew-body .expert .expert-list {
  margin-top: 30px;
}

.majorNew-body .expert .expert-list ul li {
  width: 100%;
  margin-bottom: 20px;
  background-color: #f1ede8;
}

.majorNew-body .expert .expert-list ul li:last-child {
  margin-bottom: 0;
}

.majorNew-body .expert .expert-list ul li .img {
  width: 34.46%;
  height: 346px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background-color: #f1ede8;
}

.majorNew-body .expert .expert-list ul li .text {
  position: relative;
  width: 65.54%;
  padding: 48px 60px;
  min-height: 346px;
  box-sizing: border-box;
  background-color: #f1ede8;
}

.majorNew-body .expert .expert-list ul li .text .text-name {
  margin-bottom: 7px;
  font-weight: 500;
  text-align: left;
  color: #232323;
}

.majorNew-body .expert .expert-list ul li .text .text-name .cn {
  font-size: 24px;
  line-height: 33px;
  margin-right: 22px;
}

.majorNew-body .expert .expert-list ul li .text .text-name .en {
  font-size: 14px;
  line-height: 20px;
}

.majorNew-body .expert .expert-list ul li .text .text-title {
  font-size: 0;
  vertical-align: middle;
  *word-spacing: -1px;
  font-weight: 500;
  text-align: left;
  color: #232323;
  line-height: 20px;
  margin-bottom: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  *display: inline;
  *zoom: 1;
}

.majorNew-body .expert .expert-list ul li .text .text-title p {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.majorNew-body .expert .expert-list ul li .text .text-title p:last-child {
  margin-right: 0;
}

.majorNew-body .expert .expert-list ul li .text .text-docum {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  margin-bottom: 15px;
}

.majorNew-body .expert .expert-list ul li .text .text-button {
  position: absolute;
  bottom: 44px;
  right: 60px;
  width: 22.06%;
  height: 32px;
  border-radius: 16px;
  background-color: #173873;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 32px;
  -ms-transition: background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  /*IE*/
  -moz-transition: background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  /* Firefox 4 */
  -webkit-transition: background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  /* Safari 和 Chrome */
  -o-transition: background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  /* Opera */
}

.majorNew-body .expert .expert-list ul li .text .text-button:hover {
  text-decoration: underline;
  background-color: #c53a3a;
}

@media screen and (max-width: 1200px) {
  .majorNew-body .mechanism {
    margin: 30px 0;
    padding: 16px;
  }
  .majorNew-body .mechanism::after {
    display: none;
  }
  .majorNew-body .mechanism .img {
    position: initial;
    float: none;
    width: 100%;
    height: 1.3rem;
  }
  .majorNew-body .mechanism .text {
    float: none;
    width: 100%;
    padding: 20px 0;
    min-height: auto;
  }
  .majorNew-body .mechanism .text .text-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .majorNew-body .mechanism .text .text-docum {
    font-size: 12px;
    line-height: 18px;
  }
  .majorNew-body .expert {
    margin-bottom: 30px;
  }
  .majorNew-body .expert .expert-title .title-text {
    font-size: 14px;
    line-height: 20px;
    width: 80px;
  }
  .majorNew-body .expert .expert-title .title-line {
    height: 1px;
  }
  .majorNew-body .expert .expert-list ul li {
    padding: 16px;
    box-sizing: border-box;
  }
  .majorNew-body .expert .expert-list ul li::after {
    display: none;
  }
  .majorNew-body .expert .expert-list ul li .img {
    float: none;
    width: 100%;
    height: 2rem;
    background-size: cover;
  }
  .majorNew-body .expert .expert-list ul li .text {
    float: none;
    width: 100%;
    min-height: auto;
    padding: 20px 0;
  }
  .majorNew-body .expert .expert-list ul li .text .text-name {
    margin-bottom: 2px;
  }
  .majorNew-body .expert .expert-list ul li .text .text-name .cn {
    font-size: 14px;
    line-height: 20px;
    margin-right: 12px;
  }
  .majorNew-body .expert .expert-list ul li .text .text-name .en {
    font-size: 12px;
    line-height: 20px;
  }
  .majorNew-body .expert .expert-list ul li .text .text-title p {
    font-size: 12px;
    line-height: 18px;
    margin-right: 12px;
  }
  .majorNew-body .expert .expert-list ul li .text .text-docum {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 32px;
    font-weight: 300;
  }
  .majorNew-body .expert .expert-list ul li .text .text-button {
    bottom: 0;
    right: 0;
    font-size: 12px;
  }
}
