.layout {
  overflow: hidden;
  position: relative;
  border-top: 0.20833333333333334rem solid #0ab5f4;
}
#banner {
  overflow: hidden;
  position: relative;
}
#banner img {vertical-align: middle;width:100%;}
.banner {
  overflow: hidden;
  position: relative;
  height: 100vh;
  min-height: 26.041666666666668rem;
  max-height: 48.22916666666667rem;
}
.banner .spans {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 1.8229166666666667rem;
  z-index: 22;
}
.banner .prev, .banner .next {
  position: absolute;
  left: 2.0833333333333335rem;
  top: 50%;
  width: 1.0416666666666667rem;
  height: 1.875rem;
  margin-top: -0.9375rem;
  z-index: 22;
  overflow: hidden;
  cursor: pointer;
}
.prev img, .next img {
  width: 100%;
  display: block;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome*/
  -o-transition: all 0.3s;
}
.prev img:nth-child(2), .next img:nth-child(2) {
  left: 100%;
  position: absolute;
  top: 0;
}
.banner .next {
  left: auto;
  right: 2.0833333333333335rem;
  transform: rotate(180deg);
}
.prev:hover img, .next:hover img {
  transform: translateX(-100%);
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-left: 1.5625rem;
  display: flex;
  z-index: 99;
  align-items: self-end;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
}
.logo a {
  display: flex;
  align-items: center;
  font-size: 1.5625rem;
  color: #ffffff;
  line-height: 1.6;
}
.logo a img {
  height: 3.5rem;
  display: block;
  margin-right: 0.8333333333333334rem;
}
.naver {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.naver ul {
  display: flex;
  margin-top: 0.5208333333333334rem;
}
.naver li {
  margin-left: 2.0833333333333335rem;
}
.naver li h3 a {
  font-size: 17px;
  color: #ffffff;
  line-height: 2.2;
  display: block;
}
.naver dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.5208333333333334rem;
}
.naver dd a {
  font-size: 14px;
  color: #ffffff;
  line-height: 2;
  display: flex;
  align-items: center;
  opacity: 0.6;
}
.naver dd a img {
  display: block;
  margin-right: 0.15625rem;
}
.naver dd i {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
  margin: 0 1.0416666666666667rem;
}
.naver dd a:hover {
  opacity: 1;
}
.naver .icon a {
  width: 5.46875rem;
  height: 4.479166666666667rem;
  background: url(../images/icon4.png) no-repeat center/100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.naver .icon img {
  display: block;
  width: 1.1979166666666667rem;
}
.naver .icon {
  margin-left: 2.34375rem;
}
.banner .spans span {
  font-size: 17px;
  line-height: 2;
  display: inline-block;
  margin: 0 0.6770833333333334rem !important;
  opacity: 0.6;
  text-align: center;
  width: auto;
  height: auto;
  color: #fff;
  background: none;
}
.banner .spans span.swiper-pagination-bullet-active {
  width: 7.5rem;
  opacity: 1;
  background: url(../images/icon5.png) no-repeat center/100% auto;
  color: #0ab5f4;
}
.hpd {
  padding: 3rem 0 0;
}
.flextit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.0416666666666667rem;
}
.flextit h2 {
  font-size: 2.0833333333333335rem;
  color: #0ab5f4;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
  padding-right: 2.604166666666667rem;
  padding-top: 0.78125rem;
  background: url(../images/icon7.png) no-repeat right top/7.9rem auto;
}
.flextit h2 span {
  font-size:1.5rem;
  font-weight:200;
  color:#666;
  margin-left:0.5rem;
}
.wrap {
  max-width: 72.91666666666667rem;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 17px;
  color: #0ab5f4;
  text-align: right;
  background: url(../images/icon6.png) no-repeat center top/100% auto;
  width: 10.447916666666668rem;
  line-height: 2.604166666666667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3.125rem;
  background-size: 100% auto !important;
}
.hnews {
  display: flex;
  justify-content: space-between;
}
.hnews .pic {
  width: 49%;
  overflow: hidden;
  border-radius: 0.78125rem;
  position: relative;
}
.hnews .pic img {
  width: 100%;
  display: block;
  height: 24.739583333333336rem;
  object-fit: cover;
}
.hnews .pic a {
  display: block;
  position: relative;
}
.hnews .pic .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1.0416666666666667rem 1.5625rem;
  z-index: 2;
  display: flex;
  align-items: self-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.hnews .pic .txt p {
  font-size: 1.0416666666666667rem;
  color: #ffffff;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin-right: 8.333333333333334rem;
  font-weight: bold;
}
.hnews .pic .time {
  position: absolute;
  right: 1.5625rem;
  top: 1.8229166666666667rem;
  z-index: 2;
}
.time {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.3;
  text-align: right;
}
.time i {
  font-size: 1.5625rem;
  font-weight: bold;
  display: block;
}
.hnews .pic .spans {
  position: absolute;
  right: 1.0416666666666667rem;
  z-index: 2;
  bottom: 1.3020833333333335rem;
  width: auto;
  left: auto;
}
.hnews .pic .spans span {
  width: 0.36458333333333337rem;
  opacity: 0.39;
  background: #fff;
  height: 0.36458333333333337rem;
  margin: 0 0 0 0.4166666666666667rem;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome*/
  -o-transition: all 0.3s;
  border-radius: 0.5208333333333334rem;
}
.hnews .pic .spans span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0ab5f4;
  width: 1.875rem;
}
.hnews .newslist {
  width: 49%;
}
.newslist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0.78125rem;
}
.newslist li a {
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem 0;
  width:100%;
}
.newslist .txt {
  flex: 1;
  margin:0 1.1458333333333335rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: all 0.3s;
}
.newslist .txt p {
  font-size: 1rem;
  font-weight:600;
  color: #232323;
  width:100%;
  line-height: 1.7;
  height: 1.7em;
  overflow: hidden;
  margin: 0.4166666666666667rem 0;
  transition: all 0.3s;
}
.newslist a:hover {margin-left:0.3rem;}
.newslist a:hover .txt p {color:#0ab5f4;}
.flexcent {
  position: relative;
}
.flexcent .prev, .flexcent .next {
  display: block;
  width: 0.8333333333333334rem;
  height: 1.6145833333333335rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -0.8333333333333334rem -2.8125rem;
}
.flexcent .next {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9*/
  -moz-transform: rotate(180deg);
  /* Firefox*/
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome*/
  -o-transform: rotate(180deg);
  left: auto;
  right: 0;
}
.flexcent .swipergg {
  overflow: hidden;
}
.flexcent .swipergg a {
  background: #fff;
  display: block;
  border-radius: 0.5208333333333334rem;
  padding: 1.3020833333333335rem 1.5625rem;
  transition: all 0.3s;
}
.flexcent .swipergg a:hover {box-shadow:0px 5px 5px rgba(0,0,0,.3);}
.flexcent .swipergg a h4 {
  font-size: 1rem;
  font-weight:600;
  color: #232323;
  line-height: 1.7;
  height: 3.4em;
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  transition: all 0.3s;
}
.flexcent .swipergg a p {
  font-size: 14px;
  color:#666;
  line-height: 1.7;
  height: 3.2em;
  overflow: hidden;
  margin: 0.78125rem 0 1.0416666666666667rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.utime {
  background: url(../images/ico2.png) no-repeat left center/0.7291666666666667rem auto;
  padding-left: 1.0416666666666667rem;
  font-size: 14px;
  color: #999999;
  display: block;
  line-height: 2;
}
.flexcent .swipergg a:hover h4 {
  color: #0ab5f4;
}
.hpics {
  display: flex;
  justify-content: space-between;
}
.hpics .mvideo {
  flex: 1;
  position: relative;
  border-radius: 0.78125rem;
  overflow: hidden;
}
.hpics .imgs {
  margin-left: 2.0833333333333335rem;
  width: 22.916666666666668rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hpics .imgs a {
  display: block;
  height: calc((100% - 1.0416666666666667rem)/2);
  border-radius: 0.5208333333333334rem;
  overflow: hidden;
}
.hpics img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.hpics .mvideo .play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  width: 4.166666666666667rem;
  height: 4.166666666666667rem;
  object-fit: contain;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.hpics .mvideo .play img {
  object-fit: contain;
}
.hsection1 {
  padding-bottom: 8.333333333333334rem;
  position: relative;
}
.hsection2 {
  position: relative;
  z-index: 2;
  margin-top: -2.1875rem;
  padding-top: 5.989583333333334rem;
}
.hsection2:before {
  content: "";
  position: absolute;
  right: -18.75rem;
  top: -8.072916666666668rem;
  z-index: -1;
  background: url(../images/qico1.png) no-repeat center/contain;
  width: 48.07291666666667rem;
  height: 18.177083333333336rem;
  display: block;
}
.hsection2 .wrap {
  display: flex;
  flex-wrap: wrap;
}
.hsection2 .lis {
  width: calc((100% - 4.270833333333334rem)/3);
  margin: 0 2.0833333333333335rem 2.0833333333333335rem 0;
}
.hsection2 .lis:nth-child(3n) {
  margin-right: 0;
}
.flextit.wh h2 {
  font-size: 1.7708333333333335rem;
  color: #fff;
}
.flextit.wh h2 span {color:#fff;}
.flextit.wh .more {
  color: #fff;
  background: url(../images/ico4.png) no-repeat center top;
}
.hsection2 .lis .img {
  overflow: hidden;
  border-radius: 0.5208333333333334rem;
}
.hsection2 .lis .img img {
  width: 100%;
  display: block;
  height: 11.979166666666668rem;
  object-fit: cover;
}
.hsection2 .lis .txt {
  padding: 0.5208333333333334rem 0 1.0416666666666667rem;
  border-bottom: 0.052083333333333336rem solid rgba(255, 255, 255, 0.25);
}
.hsection2 .lis p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
}
.hsection2 .lis .txt p {
  height: 3em;
  overflow: hidden;
  margin-bottom: 0.78125rem;
}
.hsection2 .lis .utime {
  color: #fff;
  background: url(../images/ico2-1.png) no-repeat left center/0.7291666666666667rem auto;
  white-space: nowrap;
}
.hsection2 .lis dd a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.78125rem 0;
}
.hsection2 .lis dd p {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 1.0416666666666667rem;
}
.hsection2 .lis dd p span {
  margin-right: 0.4166666666666667rem;
  display: inline-block;
}
.hsection3 .wrap {
  display: flex;
  justify-content: space-between;
}
.hsection3 .lis {
  width: 48.5%;
}
.zxlist li a {
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem 0;
}
.zxlist .img {
  width: 10.15625rem;
  height: 6.770833333333334rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.zxlist .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zxlist .txt {
  flex: 1;
  margin-left: 1.1458333333333335rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.zxlist .txt p {
  font-size: 1rem;
  color: #232323;
  line-height: 1.7;
  height: 3.4em;
  overflow: hidden;
  margin: 0.4166666666666667rem 0;
}
.xueypic {
  padding: 0.9375rem 0;
}
.xueypic ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.xueypic li {
  width: calc((100% - 0.5208333333333334rem)/2);
  margin-bottom: 0.5208333333333334rem;
  height: 11.5rem;
  border-radius: 0.5208333333333334rem;
  position: relative;
  overflow: hidden;
}
.xueypic li a {
  display: block;
  height: 100%;
}
.xueypic li a > img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.xueypic li:nth-child(3n) {
  width: 100%;
}
.xueypic li .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.xueypic li a:hover .icon {
  background: rgba(26, 88, 173, 0.9);
}
.xueypic li:nth-child(3) a:hover .icon {
  background: rgba(10, 181, 244, 0.9);
}
.xueypic li .icon img {
  height: 2.8125rem;
  display: block;
  margin: 0 auto;
}
.xueypic li p {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.6;
  padding: 0.2604166666666667rem 0;
  font-weight: bold;
}
.footer {
  background: url(../images/bg2.jpg) no-repeat center/cover;
  padding: 1.5625rem 0 4.6875rem;
}
.footer .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 2.604166666666667rem;
}
.footer .link dl {
  display: flex;
  position: relative;
}
.footer .link dd {
  width: 12.239583333333334rem;
  margin-left: 0.78125rem;
  position: relative;
  z-index: 22;
}
.footer .link dd h4 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 2.0833333333333335rem;
  padding: 0 0.8854166666666667rem;
  background: url(../images/ar1.png) no-repeat right 0.9375rem center/0.625rem auto rgba(25, 158, 206, 0.5);
  border-radius: 0.4166666666666667rem;
  font-size: 15px;
  color: #fff;
}
.footer .link dd ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.4166666666666667rem;
  font-size: 15px;
  color: #fff;
  background: rgba(25, 158, 206, 1);
  display: none;
  max-height: 10.416666666666668rem;
  overflow-y: scroll;
}
.footer .link dd ul a {
  display: block;
  padding: 0 0.8854166666666667rem;
  line-height: 1.875rem;
  color: #fff;
}
.footer .txt h6 {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
}
.footer .txt p {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
  opacity: .7;
}
.footer .weix {
  width: 6.666666666666667rem;
  text-align: center;
}
.footer .weix p {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
  opacity: .7;
}
.footer .weix img {
  width: 100%;
  display: block;
}
.copyright a {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
  opacity: .7;
  display: inline-block;
}
.hsection3 {
  padding-bottom: 4.166666666666667rem;
}
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.mkvideo {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 53%;
  z-index: 9999;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9*/
  -moz-transform: translateY(-50%);
  /* Firefox*/
  -webkit-transform: translateY(-50%);
  /* Safari 鍜� Chrome*/
  -o-transform: translateY(-50%);
  max-width: 62.5rem;
  margin: 0 auto;
}
.mkvideo video {
  width: 100%;
}
.mkvideo .icos {
  position: absolute;
  width: 2.0833333333333335rem;
  height: 2.0833333333333335rem;
  right: -2.604166666666667rem;
  top: -2.604166666666667rem;
  cursor: pointer;
  background: url(../images/ss1.png) no-repeat center/cover;
  z-index: 9;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 鍜� Chrome*/
  -o-transition: all 0.3s;
}
.mkvideo .icos:hover {
  transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  /* IE 9*/
  -moz-transform: rotate(720deg);
  /* Firefox*/
  -webkit-transform: rotate(720deg);
  /* Safari 鍜� Chrome*/
  -o-transform: rotate(720deg);
}
.naver li.on h3 a {
  color: #f4d60a;
  font-weight: bold;
}
.xueypic li a > img, .zxlist .img img, .hsection2 .lis .img img, .hpics .mvideo .play, .hpics img, .hnews .pic img {
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome*/
  -o-transition: all 0.3s;
}
@media only screen and (min-width:54.16666666666667rem) {
  .naver li h3 a:hover {
    color: #f4d60a;
  }
  .xueypic li a:hover > img, .zxlist a:hover .img img, .hsection2 .lis a:hover .img img, .hpics .mvideo .play:hover, .hpics a:hover img, .hnews .pic a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9*/
    -moz-transform: scale(1.1);
    /* Firefox*/
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome*/
    -o-transform: scale(1.1);
  }
  .zxlist a:hover p, .newslist li:hover h4, .hnews .pic a:hover .txt p {
    color: #0ab5f4;
  }
  .hsection2 .lis a:hover p {
    color: #f4d60a;
  }
  .more:hover {
    font-weight: bold;
  }
}
.header {
  padding-bottom: 10px;
  position: fixed;
  top: 0;
}
.naver .icon a {
  position: relative;
}
.naver .icon a .padtxt {
  position: absolute;
  right: 10px;
  top: 100%;
  display: none;
}
.naver .icon a .padtxt .text {
  height: 36px;
  width: 260px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}
.naver .icon a:hover .padtxt {
  display: block;
}
.naver li {
  position: relative;
}
.naver li .nlis {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.1);
  padding: 5px 10px;
  display: none;
}
.naver li .nlis a {
  font-size: 15px;
  color: #666;
  display: block;
  line-height: 1.8;
  padding: 7px 15px;
  border-bottom: 1px solid #f1f1f1;
}
.naver li .nlis a:last-child {
  border: none;
}
.naver li .nlis a:hover {
  color: #0ab5f4;
}
.layout.active .header {
  background: #0ab5f4;
}
.fxicon {
  position: fixed;
  right: 20px;
  bottom: 30%;
  z-index: 99;
  width: 8rem;
}
.fxicon .close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/ss1.png) no-repeat center/contain rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -40px;
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.fxicon .close:hover {
  transform: rotate(720deg);
}
#container {background:url("../images/container_bg.png") no-repeat 10vh bottom;}
#Sidebar {
  margin-right: 2.0833333333333335rem;
  width: 15rem;
  display: flex;
  flex-direction: column;
}
.tit_title {
  background: url(../images/n_left.png) no-repeat center;
  background-size: 100% 100%;
  height: 240px;
  color: #fff;
  display: table;
}
.tit_title h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;}
.nav_left {
  border-left: solid 1px #ddd;
  padding-bottom:10rem;
}
.nav_left ul li {
  line-height: 3.125rem;
  font-size: 1.125rem;
  color: #333333;
  position: relative;
}
.nav_left ul li:before {
  content: "";
  position: absolute;
  top: 1.375rem;
  left: 0;
  right: 25px;
  height: 1px;
  width: 26px;
  background: #d9d9d9;
}
.nav_left ul li > a {
  color: #333333;
  display: block;
  margin: 0;
  transition: 0.36s;
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.nav_left ul li a:hover {
  color: #0ab5f4;
}
.nav_left ul .hover a {
  color: #0ab5f4;
}
.nav_left ul .hover:before {
  background: #0ab5f4;
}
@media only screen and (max-width:1280px) {
#Sidebar {display:none;}
}
#Mainbody {
  flex: 1;
  position: relative;
  overflow: hidden;
}
#Mainbody .zxlist li {border-bottom:dotted 1px #ddd;}
#position {background:#0ab5f4;color:#fff;padding:0 10px;line-height:1.5rem;}
#position a {color:#fff;}
.content {padding:30px 10px;font-size:16px;}
.content p {margin:10px 0; text-indent:2em;}
.title {text-align:center;border-bottom:1px dotted #ccc;}
.title h3 {font-size:24px;line-height:60px; font-weight:600;}
.tit_attr {margin-bottom:5px;font-size:14px;color:#666;}
.leader_list {}
.leader_list ul {display: flex;justify-content: space-between;
  flex-wrap: wrap;}
.leader_list ul li {width:100%;position: relative;display:block;margin-bottom:1rem;height: 12.15625rem;overflow:hidden;}
.leader_list ul li a{display: flex;justify-content: space-between;
  flex-wrap: wrap;}
.leader_list ul li .leader_photo {
  width: 8.770833333333334rem;
  height: 12.15625rem;
  border-radius: 0.3125rem;
  overflow: hidden;}
.leader_list ul li .leader_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.leader_list ul li .leader_contet {
  flex: 1;
  margin-left: 1.1458333333333335rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.leader_list ul li .leader_contet h4 {
  font-size: 1.1rem;
	font-weight:700;
  color: #0ab5f4;
  line-height: 1.2;
  overflow: hidden;
  margin: 0.4166666666666667rem 0;
}
.leader_list ul li .leader_contet h5 {
  font-size: 0.9375rem;
  color: #232323;
  line-height: 1.2;
  overflow: hidden;
  margin: 0.4166666666666667rem 0;
}
.leader_list ul li .leader_contet p {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.7;
  margin: 0.4166666666666667rem 0;
}
@media only screen and (max-width:760px) {
	.leader_list ul li {width:100%;}
}
.teacher h5 {font-size:1.2rem;height:2.4rem;line-height:2.4rem;color:#fff;font-weight:700;margin:20px 0;background:#0ab5f4;padding:0 10px}
.teacher h5 span {float:right;font-size:0.9375rem;font-weight:100;}
.teacher .teacher_list {clear:both;}
.teacher .teacher_list ul {}
.teacher .teacher_list ul li {float:left;display:inline;width:6rem;margin:8px 10px; text-align:center;line-height:3rem;}
.teacher .teacher_list ul li a {display:block;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;border-radius:3px;border:1px solid #eee;font-size:0.9375rem;}
.teacher .teacher_list h6 {font-size:1rem;color:#0ab5f4;border-left:solid 5px #0ab5f4;padding-left:8px;}