.inner-content {
  width: 1280px;
  margin: 0 auto;
  margin-top: 51px;
}
.inner-content .inner-nav {
  width: 100%;
}
.inner-content .inner-nav ul {
  display: flex;
}
.inner-content .inner-nav ul li {
  padding: 0 11px;
  margin-right: 16px;
  position: relative;
}
.inner-content .inner-nav ul li::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #275bab;
  position: absolute;
  left: 0;
  bottom: -13px;
  transition: 0.5s;
}
.inner-content .inner-nav ul li a {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  transition: 0.5s;
}
.inner-content .inner-nav ul li.active::after {
  width: 100%;
}
.inner-content .inner-nav ul li.active a {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #275bab;
}
.inner-content .inner-nav ul li:hover::after {
  width: 100%;
}
.inner-content .inner-nav ul li:hover a {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #275bab;
}
.inner-content .box {
  width: 100%;
  margin-top: 76px;
  padding-bottom: 165px;
}
.inner-content .box .top {
  width: 100%;
}
.inner-content .box .top::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.inner-content .box .top .left {
  width: 410px;
  height: 265px;
  float: left;
}
.inner-content .box .top .left .swiper2 {
  width: 100%;
  height: 100%;
}
.inner-content .box .top .left .swiper2 .swiper-slide {
  width: 100%;
  height: 100%;
}
.inner-content .box .top .left .swiper2 .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.inner-content .box .top .left .swiper2 .swiper-slide .slide-box img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
}
.inner-content .box .top .left .swiper2 .swiper-slide .slide-box .bottom {
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.inner-content .box .top .left .swiper2 .swiper-slide .slide-box .bottom span {
  width: 60%;
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #f0f7ff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.inner-content .box .top .left .swiper2 .swiper-pagination-bullets {
  bottom: 10px;
  right: 0;
  left: auto;
  width: 64px;
}
.inner-content .box .top .left .swiper2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.inner-content .box .top .left .swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ec9205;
}
.inner-content .box .top .right {
  width: 829px;
  height: 265px;
  float: right;
  border-bottom: dashed 1px #d9d9d9;
}
.inner-content .box .top .right .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
  color: #275bab;
}
.inner-content .box .top .right .p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.inner-content .box .top .right .button {
  float: right;
  margin-top: 12px;
}
.inner-content .box .top .right .button a {
  font-size: 14px;
  line-height: 38px;
  color: #f59704;
}
.inner-content .box .expert {
  width: 100%;
  margin-top: 57px;
  position: relative;
}
.inner-content .box .expert .expert-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner-content .box .expert .expert-top .left .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.inner-content .box .expert .expert-top .left .title img {
  width: 30px;
  height: 30px;
  margin-right: 9px;
}
.inner-content .box .expert .expert-top .right {
  width: 170px;
  height: 48px;
  border-radius: 6px;
  border: solid 1px #2a8839;
  transition: 0.5s;
}
.inner-content .box .expert .expert-top .right a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 48px;
  color: #2a8839;
  transition: 0.5s;
}
.inner-content .box .expert .expert-top .right a img {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}
.inner-content .box .expert .expert-top .right:hover {
  background-color: #2a8839;
}
.inner-content .box .expert .expert-top .right:hover a {
  color: #fff;
}
.inner-content .box .expert .list {
  width: 100%;
  padding-top: 62px;
  display: flex;
}
.inner-content .box .expert .list .item {
  width: 192px;
  margin-right: 26px;
  position: relative;
  padding-top: 107px;
}
.inner-content .box .expert .list .item:last-child {
  margin-right: 0;
}
.inner-content .box .expert .list .item .box1 {
  width: 192px;
  height: 246px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  position: relative;
}
.inner-content .box .expert .list .item .box1 .img {
  width: 154px;
  height: 214px;
  border-radius: 12px;
  position: absolute;
  overflow: hidden;
  left: 19px;
  top: -107px;
}
.inner-content .box .expert .list .item .box1 .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  transition: 0.5s;
}
.inner-content .box .expert .list .item .box1 .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #407ec7;
  padding-top: 124px;
  text-align: center;
  transition: 0.5s;
}
.inner-content .box .expert .list .item .box1 .job-title {
  width: 154px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 8px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.inner-content .box .expert .list .item .box1 .line {
  width: 154px;
  height: 1px;
  background-color: #e4e4e4;
  margin: 0 auto;
  margin-top: 16px;
}
.inner-content .box .expert .list .item .box1 .department {
  width: 154px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-top: 19px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.inner-content .box .expert .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner-content .box .expert .list .item:hover .box1 .img img {
  transform: scale(1.1);
}
.inner-content .box .expert .list .item:hover .box1 .title {
  color: #ecaf59;
}
@media screen and (max-width: 768px) {
  .inner-content {
    width: 92%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .inner-content .inner-nav {
    width: 100%;
    margin: 0 auto;
  }
  .inner-content .inner-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .inner-content .inner-nav ul li {
    line-height: 31px;
    display: inline-block;
    margin-right: 12px;
    /* padding: 0 17px; */
    position: relative;
    margin: 10px 10px 0 0px;
    border: none;
    padding: 0px 10px;
    width: 45%;
    box-sizing: border-box;
  }
  .inner-content .inner-nav ul li::after {
    width: 0 !important;
  }
  .inner-content .inner-nav ul li a {
    color: #666666;
    font-size: 16px;
    display: block;
    border: solid 1px #d9d9d9;
    padding: 0px;
    border-radius: 4px;
    height: 25px;
    text-align: center;
    line-height: 25px;
  }
  .inner-content .inner-nav ul li.active a {
    padding: 0;
    border: solid 1px #006699;
    background: #006699;
    color: #FFF;
    line-height: 25px;
  }
  .inner-content .inner-nav ul li:hover a {
    line-height: 25px;
  }
  .inner-content .box {
    width: 100%;
    margin-top: 37px;
    padding-bottom: 30px;
  }
  .inner-content .box .top .left {
    display: none;
  }
  .inner-content .box .top .right {
    width: 100%;
    height: 265px;
    float: right;
    border-bottom: dashed 1px #d9d9d9;
  }
  .inner-content .box .expert {
    padding-bottom: 50px;
  }
  .inner-content .box .expert .expert-top .right {
    width: 112px;
    height: 42px;
    border-radius: 6px;
    border: solid 1px #2a8839;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    left: calc(50% - 56px);
  }
  .inner-content .box .expert .expert-top .right a img {
    width: 16px;
    height: 16px;
    margin-right: 15px;
  }
  .inner-content .box .expert .expert-top .right a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 42px;
    color: #2a8839;
    transition: 0.5s;
  }
  .inner-content .box .expert .list {
    width: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .inner-content .box .expert .list .item {
    width: calc(50% - 13px);
    margin-right: 26px;
    position: relative;
    padding-top: 107px;
    margin-bottom: 30px;
  }
  .inner-content .box .expert .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .inner-content .box .expert .list .item .box1 {
    width: 100%;
    height: 196px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
  }
  .inner-content .box .expert .list .item .box1 .img {
    width: 132px;
    height: 184px;
    border-radius: 12px;
    position: absolute;
    overflow: hidden;
    left: calc(50% - 66px);
    top: -100px;
  }
  .inner-content .box .expert .list .item .box1 .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #407ec7;
    padding-top: 100px;
    text-align: center;
    transition: 0.5s;
  }
  .inner-content .box .expert .list .item .box1 .line {
    width: 154px;
    height: 1px;
    background-color: #e4e4e4;
    margin: 0 auto;
    margin-top: 10px;
  }
  .inner-content .box .expert .list .item .box1 .department {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
  }
}
