.common-content {
  float: left;
  width: 100%;
  min-height: 200px;
  padding-bottom: 10px;
  margin-top: 2.5%;
  margin-bottom: 5%;
}

.common-left {
  float: left;
  width: 18.5%;
  position: relative;
}

.common-right {
  float: right;
  width: 77.6%;
}

.local-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 40px 10px 47px 30px;
  background: url("../images/leftbar_bg.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;

}

.thr-sub {
  display: none;
}

.hav-fur {
  display: none;
}

.sub-open,
.navlist2 li a {
  display: block;
  letter-spacing: 1px;
}

.navlist2 {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

/* .navlist2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
} */

.navlist2>li>a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  padding: 20px 20px 20px 30px;
  margin-top: 2px;
  background: #f2f6fc;
}

.navlist2>li.active a {
  position: relative;
  background: #fff;
}

.navlist2>li.active a::after/ {
    content: "";
    position: absolute;
    right: 15px;
    top: 45%;
    width: 0;
    height: 0;
    margin: auto;
    border: 6px solid transparent;
    border-left-color: #015CC9;
}

/* 左侧箭头 */
/* .navlist2>li.open>a::before {
  display: none;
} */

.navlist2 .has-sub>a {
  position: relative;
}

.navlist2 .has-sub>a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: auto;
  border: 5px solid #F6A741;
  border-left: #F6A741;
}

.navlist2 .has-sub>a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 45%;
  width: 0;
  height: 0;
  margin: auto;
  border: 6px solid transparent;
  border-left-color: #015CC9;
}

/* .navlist2 .active.has-sub>a {
  background-color: #015CC9;
} */

.navlist2 .active.has-sub>a:after {
  border-left-color: #ffff;
}

.navlist2>li>a.active {
  color: #481C8A !important;
  font-weight: bold;
  background-color: #fff;
  position: relative;
}

.navlist2>li>0a.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: auto;
  border: 5px solid #F6A741;
  border-left: #F6A741;
}

.navlist2>li>a.active::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 36%;
  width: 0;
  height: 0;
  margin: auto;
  border: 6px solid transparent;
  border-left-color: #015CC9;
}

.navlist2 .thr-sub {
  position: relative;
  background-color: #fff;
  padding: 10px 0;
}

/* 四级 */
.thr-sub .hav-fur {
  position: relative;
  background-color: #015CC9/;
  padding: 10px 0;
}

.navlist2 .thr-sub:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  position: absolute;
  top: 0;
  left: 30px;
}

/* 四级 */
.thr-sub .hav-fur:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  position: absolute;
  top: 0;
  left: 0px;
}


.thr-sub li a {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  padding: 10px 20px 10px 45px;
  position: relative;
}

.thr-sub li a.active {
  color: #fff;
  font-weight: bold;
}

.thr-sub li a.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
}

/* 四级 */
.hav-fur li a {
  font-weight: bold;
  font-size: 13px;
  color: #000;
  padding: 10px 20px 10px 63px;
  position: relative;
}

.hav-fur li a.active {
  color: #fff;
  font-weight: bold;
}

.hav-fur li a.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
}


.common-local {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  padding: 15px 0 15px 0;
  position: relative;
  margin-bottom:40px;
}

.common-local .right {}

.common-local:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #E3E3E3;
  background-image: linear-gradient(90deg, #E3E3E3 0%, #E3E3E3 100%),
    linear-gradient(#86b3bc, #86b3bc);
  background-blend-mode: normal, normal;
}

.common-local a {
  color: #666;
}

.common-local a:hover {
  color: #015CC9;
}

.common-list>li>a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.common-list>li.list-F>a {
  display: block;
  /*background-color: #f1f1f3;*/
  padding: 15px 20px 20px 85px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.common-list .list-F .time {
  background: #015CC9;
  width: 65px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 10px;
  color: #fff;
}

.common-list .list-F .ym {
  font-size: 12px;
  line-height: 34px;
}

.common-list .list-F .day {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-top: 15px;
}

.common-list .list-F .tit {
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

.common-list .list-F .intro {
  text-indent: 2em;
  font-size: 12px;
  line-height: 22px;
  color: #666666;
  max-height: 44px;
  margin-top: 10px;
}

.common-list .list-F a:hover .tit {
  color: #015CC9;
}

.common-list>li.list-S {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.common-list>li.list-S>a {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  max-height: 56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  padding: 0 80px 0 40px;
}

.common-list>li.list-S>a:before {
  content: '';
  /* border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 6px solid #b5b5b5; */
  width: 13px;
  height: 10px;
  background-image: url('../images/list_title_icon.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 12px;
  transition: all .2s ease-in;
}

.common-list>li.list-S>a span {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}

.common-list>li.list-S>a:hover {
  color: #015CC9;
}

/*.common-list>li.list-S>a:before{*/
/*  border-left: 6px solid transparent;*/
/*  border-left: 6px solid #015CC9;*/
/*}*/

.list-title {
  border-bottom: 1px solid #015CC9;
  float: left;
  width: 100%;
}

.list-title h4 {
  float: left;
  font-size: 16px;
  background-color: #015CC9;
  padding: 8px;
  color: #fff;
}

.list-show {
  color: #015CC9;
  margin-top: 17px;
  font-size: 15px;
  cursor: pointer;
}

.article-header {
  padding: 10px 15px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.article-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #015CC9;
}

.article-small {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}

.publish-unit {
  position: relative;
}

.publish-unit:before {
  /*content:"";*/
  /*display: block;*/
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: #4b4b4b;
}

.article-small span {
  font-size: 12px;
  letter-spacing: 1px;
  color: #000000;
  display: inline-block;
  padding: 0 20px;
}

.article-content p {
  text-indent: 2em;
}


.index-part1 {
  position: relative;
}

.index-bn .item {
  display: block;
  padding-bottom: 50%;
  /* padding-bottom: 937px; */
  /* height: 590px; */
  position: relative;
}

.index-bn .item .tit {
  position: absolute;
  bottom: 24%;
  left: -65%;
  width: 100%;
  right: 2%;
  max-width: 1200px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 40px;
  /* max-height: 80px; */
  margin: auto;
  font-weight: normal;
}

.index-part1 .arrows {
  position: absolute;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0;
}

.index-part1 .slick-arrow {
  display: inline-block;
  cursor: pointer;
  width: 67px;
  height: 67px;
  border-radius: 50%;

  color: transparent;
}

.slick-prev {
  margin-left: 90px;
  margin-top: -50%;
  background: url("../images/banner_arrow_left.png") no-repeat center;
}

.slick-next {
  margin-right: 90px;
  margin-top: -1.25%;
  float: right;
  background: url("../images/banner_arrow_right.png") no-repeat center;
}


.index-bn .slick-dots {
  position: absolute;
  /* width: 100%; */
  left: 10%;
  bottom: 10%;
  text-align: center;
  font-size: 0;
  z-index: 2;
}

.index-bn .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
}

.index-bn .slick-dots .slick-active {
  background: #fff;
}


.index-part2 {
  background-image: url("../images/index_bg_1.jpg");
  padding: 25px 0;
}

.index-part .column-2 {
  float: left;
  width: 63.75%;
}

.index-part .column-r {
  float: right;
  width: 30.5%;
}

.index-tit {
  overflow: hidden;
}

.index-tit .txt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #015CC9;
  display: inline-block;
}

.index-tit .more,
.index-tit .separate {
  font-size: 12px;
  color: #999999;
  position: relative;
}

.index-tit .separate {
  display: inline-block;
  margin: 0 20px;
}

.index-tit .more:hover {
  color: #015CC9;
}

.index-part2 .intro {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  margin: 20px 0;
  text-indent: 2em;
}

.index-part2 .read-more {
  float: right;
  font-size: 14px;
  color: #015CC9;
}

.index-part3 {
  padding: 40px 0 25px;
  background: #fff;
}

.index-part .column-l {
  float: left;
  width: 24.333%;
  margin-right: 3.333%;
}

.index-part .column-c {
  float: left;
  width: 36.666%;
}

.index-part3 .index-tit {
  margin-bottom: 20px;
}

.index-part3 .data-l a {
  display: block;
  padding-left: 57px;
  position: relative;
}

.index-part3 .data-l .time {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #015CC9;
  height: 50px;
  text-align: center;
  color: #fff;
  width: 43px;
}

.index-part3 .data-l .day {
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 1px;
}

.index-part3 .data-l .month {
  font-size: 12px;
  font-weight: normal;
}

.index-part3 .data-l .tit {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #000000;
  height: 52px;
}

.index-part3 .data-l .tit:hover {
  color: #015CC9;
}

.index-part3 .data-l .txt {
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.index-part3 .data-l li {
  margin-bottom: 15px;
}

.index-part3 .data-c .first a {
  display: block;
  height: 110px;
  background-color: #eeeeee;
  position: relative;
  padding-left: 180px;
}

.index-part3 .data-c .pic {
  position: absolute;
  width: 160px;
  height: 100%;
  left: 0;
}

.index-part3 .data-c .time {
  position: relative;
  font-size: 12px;
  color: #454545;
  vertical-align: middle;
  padding: 13px 0 10px;
  display: inline-block;
}

.index-part3 .data-c .first .time {
  padding-top: 15px;
}

.index-part3 .data-c .time:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-right: 8px;
  background: url("../images/icon_time.png") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.index-part3 .data-c .first .tit {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #000000;
  height: 56px;
  padding-right: 25px;
}

.index-part3 .data-c .item .tit {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}

.index-part3 .data-c .tit:hover {
  color: #015CC9;
}

.index-part3 .data-c .item {
  padding-bottom: 11px;
  border-bottom: 1px dashed #c9c9c9;
}

.index-part3 .column-r .pic {
  height: 206px;
}

.index-part3 .column-r .data-txt {
  padding: 15px 20px;
  border: 1px solid #eee;
  border-top: 0;
  height: 180px;
}

.index-part3 .column-r .data-txt .tit {
  font-size: 16px;
  font-weight: bold;
  color: #015CC9;
  text-indent: 24px;
}

.index-part3 .column-r .data-txt .intro {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  color: #343434;
  -webkit-line-clamp: 4;
  max-height: 96px;
  text-indent: 24px;
  margin: 15px 0 5px;
}

.index-part3 .column-r .data-txt .read-more {
  font-size: 12px;
  font-weight: normal;
  color: #2996ad;
  float: right;
}

.index-part4 {
  background: #f6f6f6;
  padding-top: 40px;
}

.index-tit.line .more:after {
  content: "";
  display: block;
  position: absolute;
  width: 1200px;
  height: 2px;
  background-color: #015CC9;
  background-image: linear-gradient(90deg,
      #0088a1 0%,
      #38c0d9 100%),
    linear-gradient(#86b3bc,
      #86b3bc);
  background-blend-mode: normal,
    normal;
  top: 1px;
  bottom: 0;
  left: 150%;
  margin: auto;
}

.index-tit.red .txt {
  color: #b92a2d;
}

.index-tit.red .more:hover {
  color: #b92a2d;
}

.index-tit.red.line .more:after {
  background-image: none;
  background-color: #b92a2d;
}

.index-part4 .index-tit {
  margin-bottom: 20px;
}

.index-part4 .column-2 {
  overflow: hidden;
}

.index-part4 .slick-box {
  margin: 0 -17px;
}

.index-part4 .slick-box .slick-slide {
  padding: 0 17px;
}

.index-part4 .slick-box .pic {
  padding-bottom: 55.932%;
}

.index-part4 .slick-box .txt {
  padding: 15px;
  background: #fff;
}

.index-part4 .slick-box .tit {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #000000;
  height: 50px;
}

.index-part4 .slick-box a:hover .tit {
  color: #015CC9;
}

.index-part4 .arrows {
  text-align: center;
  padding: 15px 0 10px;
}

.index-part4 .slick-arrow {
  width: 28px;
  height: 28px;
  margin: 0 7px;
  border-radius: 50%;
  color: transparent;
  background: url("../images/research_arrow_l.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.index-part4 .slick-next {
  background: url("../images/research_arrow_r.png") no-repeat center center;
  background-size: contain;
}

.index-part4 .data-r .first .pic {
  display: block;
  height: 96px;
}

.index-part4 .data-r .item {
  margin-top: 8px;
}

.index-part4 .data-r .item a {
  display: block;
  padding-left: 14px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  position: relative;
}

.index-part4 .data-r .item a:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #ba2b2e;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.index-part4 .data-r .item a:hover {
  color: #b92a2d;
}

.index-part .column-half {
  width: 48.333%;
  float: left;
}

.index-part5 {
  padding: 40px 0;
}

.index-part5 .index-tit {
  margin-bottom: 10px;
}

.index-part5 .data-ls a {
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  padding: 0 70px 0 15px;
  position: relative;
}

.index-part5 .data-ls a:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #007593;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.index-part5 .data-ls .time {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #999999;
}

.index-part5 .data-ls a:hover {
  color: #015CC9;
}

.index-part5 .data-r {
  float: right;
}

.index-part6 {
  padding: 15px 0;
  background: #eee;
  font-size: 14px;
  color: #333;
}

.index-part6 .part-tit {
  color: #015CC9;
  margin-right: 0;
}

.index-part6 a {
  color: #333;
}

.index-part6 li {
  display: inline-block;
  margin-right: 40px;
}

.index-part6 a:hover {
  color: #015CC9;
}


.inner-bt {
  margin-bottom: 2%;
}

.leader-ls {
  margin-top: 20px;
}

.leader-ls li {
  float: left;
  width: 47.058%;
  margin-bottom: 3.4%;
}

.leader-ls li.side {
  float: right;
}

.leader-ls a {
  display: block;
  position: relative;
  background-color: #f6f6f6;
}

.leader-ls .pic {
  position: absolute;
  width: 130px;
  height: 100%;
  left: 0;
  top: 0;
  margin: auto;
  background-size: contain;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
}

.leader-ls .txt {
  height: 158px;
  padding: 20px 30px 20px;
}

.leader-ls .tit {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #015CC9;
}

.leader-ls .text {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}

.leader-ls .position {
  padding: 15px 0 8px;
  border-bottom: 1px solid #dcdcdc;
}

.leader-ls .mailbox {
  margin-top: 15px;
  line-height: 24px;
  max-height: 48px;
}

.leader-info {
  margin-top: 20px;
  position: relative;
  padding-left: 222px;
  margin-bottom: 35px;
  background: #f9f9f9;
}

.leader-info .pic {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 169px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.leader-info .txt {
  min-height: 206px;
  padding: 40px 40px 20px 0px;
  word-break: break-all;
}

.leader-info .tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #015CC9;
  display: inline-block;
  margin-right: 20px;
}

.leader-info .position {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #1b1b1b;
}

.leader-info .intro {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #dcdcdc;
  font-size: 14px;
  color: #000;
}

.leader-info .tag {
  color: #999;
  display: inline-block;
  margin-right: 10px;
}

.leader-info .mailbox:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-right: 10px;
  background: url("../images/icon_email.png") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}


.leader-part .info-tit {
  border-bottom: 1px solid #015CC9;
  margin-bottom: 10px;
}

.leader-part .info-tit .txt {
  line-height: 36px;
  padding: 0 35px;
  font-size: 14px;
  font-weight: bold;
  color: #015CC9;
  position: relative;
  display: inline-block;
  /* float: left; */
  cursor: pointer;
}

.leader-part .info-tit .txt.active {
  background-color: #015CC9;
  color: #ffffff;
}

.leader-part .info-tit .txt:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.leader-part .info-tit .txt.active:after {
  display: none;
}


.leader-part .info-txt {
  padding: 15px 0px 30px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.leader-part .info-txt p {
  text-indent: 2em;
}

.leader-part .info-txt .strong {
  font-size: 16px;
  font-weight: bold;
  color: #015CC9;
}

.inner-banner {
  height: 478px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}




.four-sub {
  border-bottom: dashed 1px #e5e5e5;
  padding-bottom: 15px;
  padding-top: 15px;
}

.four-sub li {
  float: left;
}

.four-sub li a {
  display: block;
  background-color: #eeeeee;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 16px;
  color: #015CC9;
  margin-right: 12px;
  margin-bottom: 5px;
  min-width: 100px;
  text-align: center;
}

.four-sub li.active a {
  background-color: #015CC9;
  color: #fff;
}

.four-sub li a.active {
  background-color: #015CC9;
  color: #fff;
}


@media (min-width: 991px) {
  .common-left {
    display: block;
  }
}

@media (max-width: 1200px) and (min-width:991px) {
  .header-link {
    display: none;
  }

  .header-link.last {
    display: block
  }
}

@media (max-width: 991px) {

  .common-left,
  .common-right,
  .main-left,
  .main-right {
    width: 100%;
  }

  .common-left {
    display: none;
    margin-top: 0;
  }

  .common-local {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0;
  }

  .navlist2 {
    min-height: auto;
  }

  .index-part4 .content li,
  .index-part5 .content li {
    width: 48%;
    margin-right: 4%;
  }

  .index-part4 .content li.side,
  .index-part5 .content li.side {
    margin-right: 0;
  }

  .leader-ls li {
    width: 100%;
  }

  .index-part1 .arrows {
    top: 0;
  }

  .index-bn .item {
    height: 200px;
  }

  .index-part1 .slick-arrow {
    width: 35px;
    height: 35px;
    margin-top: -17px;
    background-size: 100%;
  }

  .index-bn .slick-dots li {
    width: 22px;
    height: 2px;
  }

  .index-bn .item .tit {
    font-size: 16px;
    bottom: 20px;
  }

  .index-part .column {
    width: 100%;
  }

  .index-part .column-c,
  .index-part .column-r,
  .index-part5 .data-r {
    margin-top: 20px;
  }

  .index-part4 {
    padding-bottom: 30px
  }

  .index-part6 i {
    display: block;
    margin-top: 5px;
  }

  .index-part6 li {
    margin-right: 12px;
  }

  .common-content {
    margin-top: 10px;
  }

}

@media (max-width: 768px) {

  .main-title {
    margin-top: 30px;
  }

  .main-list1 {
    margin-top: 15px;
  }

  .main-list1 li {
    width: 100% !important;
  }

  .main-list1 li.list-S {
    margin: 20px 0 0 0;
  }

  .main-theme {
    padding-top: 20px;
    margin: 30px -3% 0;
  }

  .main-theme li {
    width: 44%;
    margin: 0 3% 20px;
  }

  .article-title {
    font-size: 18px;
    line-height: normal;
  }

  .photo-list,
  .teacher-list {
    margin: 0 -2.5%;
  }

  .photo-list>li,
  .teacher-list>li {
    width: 45%;
    margin: 2% 2.5%;
  }

  .teacher-top {
    height: auto;
    padding-left: 0;
  }

  .teacher-img {
    width: 100%;
    height: auto;
    padding-bottom: 74%;
    position: relative;
  }

  .inner-banner {
    height: 140px;
  }

}

@media (max-width: 640px) {
  .leader-part .info-txt {
    padding-top: 15px;
    padding-bottom: 20px;
    line-height: 28px;
  }

  .leader-info {
    padding-left: 190px;
  }

  .leader-info .position {
    display: block;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
  }

  .leader-info .intro {
    padding-top: 15px;
    margin-top: 15px;
  }

  .leader-info .txt {
    padding: 20px 20px 20px 0;
  }

  .leader-part .info-tit .txt {
    padding: 0 10px;
  }

}

@media (max-width: 450px) {
  .main-theme {
    margin: 30px 0 0;
  }

  .main-theme li {
    width: 100%;
    margin: 0 0 20px;
  }

  .index-part2 .left-ls li {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0;
  }

}

.info-tit li {
  line-height: 36px;
  padding: 0 35px;
  font-size: 14px;
  font-weight: bold;
  color: #015CC9;
  position: relative;
  display: inline-block;
  /* float: left; */
  cursor: pointer;
}

.info-tit li.active {
  background-color: #015CC9;
  color: #ffffff;
}

.info-txt .info-tab {
  display: none;
}

.info-txt .on {
  display: block;
}

.navlist2 .havefour>a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #45188a;
}

/* .navlist2>li.open>a:after {
  display: none;
}

*/
.thr-sub li a.active {
  color: #481C8A;
  font-weight: bold;
}

.thr-sub li a.active:before {
  content: "";
  position: absolute;
  left: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  border: 6px solid transparent;
  border-left-color: #481C8A;
}
