@charset "utf-8";
html {
  font-size: 16px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .container {
    width: 992px;
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
  width: 100%;
  padding: 27px 3% 360px;
  background: #095ea0;
  transition: all 0.7s ease-out 0s;
}

.header .logo {
  float: left;
}

.header .top-links {
  float: right;
  margin-top: 17px;
}

.header .search-btn {
  float: right;
  margin-top: 23px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #85a9c5;
  cursor: pointer;
}

/* 搜索 */
.search-box {
  display: none;
  position: absolute;
  z-index: 99;
  top: 60px;
  right: 3%;
  margin-top: 25px;
  width: 250px;
  height: 40px;
  background: #095ea0;
  border: 1px solid #579bc5;
  border-radius: 20px;
  padding: 0 10px;
  overflow: hidden;
}

.search-box .close {
  display: none;
}

.search-box .text {
  width: calc(100% - 30px);
  line-height: 38px;
  height: 38px;
  border: none;
  background: none;
  color: #fff;
  font-size: 14px;
  float: left;
}

.search-box .sub {
  width: 16px;
  height: 16px;
  margin-top: 12px;
  float: right;
}

.showdiv {
  opacity: 1 !important;
  visibility: visible !important;
}

/* 导航 */
.nav-button {
  display: none;
}

.navbar {
  float: left;
  margin-left: 50px;
}

.navbar .close {
  display: none;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  padding: 0 40px;
}

.navbar .navbar-nav > li > a {
  color: #ffffff;
  font-size: 1.375rem;
  display: block;
  position: relative;
  padding: 25px 0 50px;
}

.navbar .navbar-nav > li.current > a,
.navbar .navbar-nav > li:hover > a {
  color: #ff8400;
  font-weight: bold;
  border-bottom: 2px solid #ff8400;
}

.navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .nav-child {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  background: rgba(9, 94, 160, 0.8);
  transition: opacity 0.15s;
}

.navbar .nav-child > li {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 22px;
}

.navbar .nav-child > li a {
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

.navbar .nav-child > li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* 浮动导航 */
/* 浮动导航结束 */
@keyframes picmove {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

@-moz-keyframes picmove {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

@-webkit-keyframes picmove {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

@-o-keyframes picmove {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

.banner {
  width: 100%;
  padding: 0 3%;
  margin-top: -360px;
}

.banner .slider-banner {
  position: relative;
}

.banner .slider-banner .slick-slide {
  width: 100%;
  overflow: hidden;
}

.banner .slider-banner img:hover {
  transform: scale(1.05);
}

.banner .slider-banner .slick-arrow {
  width: 130px;
  height: 60px;
  overflow: hidden;
  text-indent: 999px;
  position: absolute;
  bottom: 30px;
  right: 85px;
  cursor: pointer;
  z-index: 99;
}

.banner .slider-banner .slick-prev {
  background: url(../images/banner-left.png) center center no-repeat #004b85;
}

.banner .slider-banner .slick-next {
  background: url(../images/banner-right.png) center center no-repeat #009fac;
  right: -45px;
}

/* 中部版块 */
.index-tit {
  position: relative;
  overflow: hidden;
  padding: 60px 225px 26px;
}

.index-tit h2 {
  color: #004b85;
  font-size: 3.125rem;
  font-weight: bold;
  text-align: center;
}

.index-tit .index-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 90px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-tit .index-more:hover img {
  transform: scale(1.05);
}

.row1 {
  padding: 30px 0 110px;
  overflow: hidden;
}

.row1 .index-tit {
  background: url(../images/index-tit-about.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -110px;
  top: 0px;
}

.row1 .about-left {
  float: left;
  width: 55%;
  padding: 65px 55px 95px 100px;
  background: url(../images/about-left-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 94px;
}

.row1 .about-left .about-jj {
  overflow: hidden;
  height: 360px;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*-webkit-line-clamp: 10;*/
  -webkit-box-orient: vertical;
}

.row1 .about-left .about-jj p {
  font-size: 1.125rem;
  color: #444444;
  line-height: 36px;
  padding-bottom: 10px;
}

.row1 .about-rihgt {
  position: relative;
  float: right;
  width: 40%;
}

.row1 .about-rihgt .pic {
  margin-top: 165px;
}

.row2 {
  padding: 60px 0 65px;
  background: url(../images/row2-bg.png) no-repeat;
  background-size: cover;
}

.row2 .index-tit {
  background: url(../images/index-tit-notice.png) center top no-repeat;
}

.index-notice {
  position: relative;
  margin-top:38px;
  background: url(../images/notice-bg.png) right no-repeat #bcdbe8;
  background-size: auto 100%;
  overflow: hidden;
  padding-bottom: 250px;
  padding-right: 140px;
}

.slider-notice {
  width: 100%;
  height: 310px;
  background: url(../images/notice-slider.png) no-repeat;
  background-size: 100% 100%;
}

.slider-notice .box {
  width: 25%;
  overflow: hidden;
  padding: 120px 28px 0;
}

.slider-notice .date {
  overflow: hidden;
}

.slider-notice .date p {
  width: 115px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
}

.slider-notice .tit {
  margin-top: 20px;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider-notice .tit:hover {
  transform: translateY(-5px);
}

.slider-notice .slick-arrow {
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-indent: 999px;
  position: absolute;
  bottom: -130px;
  left: 40px;
  cursor: pointer;
  z-index: 99;
}

.slider-notice .slick-prev {
  background: url(../images/notice-left.png) center center no-repeat;
}

.slider-notice .slick-next {
  background: url(../images/notice-right.png) center center no-repeat;
  left: 110px;
}

.slider-notice .slick-prev:hover {
  background: url(../images/notice-left2.png) center center no-repeat;
}

.slider-notice .slick-next:hover {
  background: url(../images/notice-right2.png) center center no-repeat;
}

.row3 {
  padding: 50px 0 85px;
  background: url(../images/row3-bg.png) bottom center no-repeat;
  background-size: cover;
}

.row3 .index-tit {
  background: url(../images/index-tit-faculty.png) center top no-repeat;
}

.index-faculty {
  margin-top: 50px;
}

.index-faculty .slider-faculty {
  margin: 0 -34px;
  position: relative;
  padding-bottom: 70px;
}

.index-faculty .box {
  position: relative;
  margin: 0 34px;
}

.index-faculty .box:before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  top: 10%;
  left: 10%;
  right: 0;
  bottom: 0;
  background: #e9e9e9;
  border-bottom: 2px solid #dbdee0;
}

.index-faculty .pic {
  width: 90%;
  padding-bottom: 118%;
  position: relative;
  overflow: hidden;
}

.index-faculty .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-faculty .text {
  position: relative;
  padding: 35px 10px 40px;
  margin-left: 10%;
  text-align: center;
}

.index-faculty .tit {
  font-size: 1.375rem;
  color: #111111;
  display: block;
  font-weight: bold;
}

.index-faculty .pro {
  font-size: 1.125rem;
  color: #606060;
  margin-top: 20px;
}

.index-faculty .box:hover img {
  transform: scale(1.05);
}

.index-faculty .box:hover .tit {
  color: #fff;
}

.index-faculty .box:hover .pro {
  color: rgba(255, 255, 255, 0.75);
}

.index-faculty .box:hover:before {
  background: #ff8400;
  border-bottom: 2px solid #ff8400;
}

.index-faculty .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.index-faculty .slick-dots li {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 25px;
  background: #93b3cb;
  cursor: pointer;
}

.index-faculty .slick-dots li button {
  display: none;
}

.index-faculty .slick-dots li.slick-active {
  background: #004b85;
  width: 20px;
  height: 20px;
  margin-top: -2px;
}

.index-faculty .slick-arrow {
  width: 19px;
  height: 32px;
  overflow: hidden;
  text-indent: 999px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  cursor: pointer;
  z-index: 99;
}

.index-faculty .slick-prev {
  background: url(../images/faculty-left.png) center center no-repeat;
  left: -30px;
}

.index-faculty .slick-next {
  background: url(../images/faculty-right.png) center center no-repeat;
  right: -30px;
}

/* 中部版块 */
/* 底部 */
.footer {
  border-top: 10px solid #ff8400;
  padding: 40px 0 50px;
  background: #004b85;
}

.footer .left {
  float: left;
}

.footer .cory {
  margin-left: 75px;
  margin-top: 20px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
}

.footer .ewm {
  float: right;
  margin-top: 30px;
  width: 135px;
  height: 135px;
}

.footer .links {
  float: right;
  width: 275px;
  margin-right: 98px;
  margin-top: 65px;
  position: relative;
}

.footer .links .box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.125rem;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.7);
  background: url(../images/select-ico.png) right center no-repeat;
  cursor: pointer;
}

.footer .links ul {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
  padding: 10px;
  background: #004b85;
}

.footer .links ul li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
}

.right-slider {
  position: fixed;
  width: 174px;
  height: 391px;
  background: url(../images/right-slider.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  right: 50%;
  margin-right: -910px;
  top: 25%;
  z-index: 9;
  padding: 0 16px;
}

.right-slider .pic1 {
  display: block;
  margin-top: 130px;
}

.right-slider .pic1 img {
  width: 100%;
}

.right-slider .pic2 {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.right-slider .goback-top {
  display: block;
  margin-top: 20px;
  text-align: center;
}

/* 列表页 */
/* 列表banner */
.list-banner {
  height: 360px;
  overflow: hidden;
  position: relative;
}

.list-banner img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 300%;
}

.list-page {
  position: relative;
  min-height: 600px;
  padding: 60px 0 75px;
  background: url(../images/row3-bg.png) bottom center no-repeat;
  background-size: 100% auto;
}

/* 二级导航 */
/* 左侧导航 */
.left-nav {
  width: 280px;
  float: left;
  position: relative;
  z-index: 9;
}

.left-nav .column {
  padding: 20px;
  background: #065795;
}

.left-nav .column h2 {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}

.left-nav .sideMenu {
  position: relative;
  padding: 40px 0 260px 10px;
  background: url(../images/leftnav-bg.png) bottom center no-repeat #dfedf8;
}

.left-nav .sideMenu li {
  position: relative;
  margin-bottom: 20px;
}

.left-nav .sideMenu li h1 {
  position: relative;
  display: block;
  font-weight: normal;
  padding: 22px 25px 22px 35px;
  background: #fff;
  cursor: pointer;
}

.left-nav .sideMenu li h1 a {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
  color: #333333;
  padding-right: 30px;
}

.left-nav .sideMenu dl {
  padding: 15px 0 15px 60px;
  background: #fff;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  position: relative;
  font-size: 1rem;
  color: #333333;
  padding: 7px 0 7px 20px;
  background: url(../images/leftnav-ico3.png) left center no-repeat;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  color: #065795;
  font-weight: bold;
  background: url(../images/leftnav-ico4.png) left center no-repeat;
}

.left-nav .sideMenu li.current h1,
.left-nav .sideMenu li:hover h1 {
  background: #009fac;
}

.left-nav .sideMenu li.current h1 a,
.left-nav .sideMenu li:hover h1 a {
  color: #fff;
  font-weight: bold;
  background: url(../images/leftnav-ico2.png) right center no-repeat;
}

.left-nav .sideMenu li.current dl {
  display: block;
}

/* 右边内容区域 */
.right-con {
  float: right;
  width: calc(100% - 330px);
}

.location {
  position: relative;
  border-bottom: 1px solid #065795;
  overflow: hidden;
  padding: 20px 0;
  line-height: 38px;
}

.location .tit {
  font-size: 3rem;
  color: #004b85;
  font-weight: bold;
  float: left;
}

.weizhi {
  float: right;
  padding-left: 20px;
  overflow: hidden;
  background: url(../images/Home.png) left center no-repeat;
  font-size: 0.875rem;
  color: #888888;
}

.weizhi a {
  font-size: 0.875rem;
  color: #888888;
}

.list-text {
  margin-top: 10px;
}

.list-text li {
  border-bottom: 1px solid #dedcdc;
  padding: 26px 0;
  overflow: hidden;
  position: relative;
}

.list-text .date {
  float: left;
  width: 62px;
  height: 56px;
  color: #065795;
  border-right: 1px solid #c2c2c2;
}

.list-text .date .mon {
  font-size: 1.125rem;    text-transform: uppercase;
    padding-left: 3px;
}

.list-text .date .year {
  padding-left: 3px;
  font-size: 1.875rem;
}

.list-text .text {
  float: right;
  position: relative;
  width: calc(100% - 80px);
  display: table;
  height: 56px;
  overflow: hidden;
}

.list-text .tit {
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  font-size: 1.125rem;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text li:hover .tit {
  color: #004b85;
  transform: translateX(5px);
}

.list-news {
  margin-top: 15px;
}

.list-news li {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
  padding: 15px 0;
}

.list-news .pic {
  float: left;
  position: relative;
  margin-left: 7px;
  width: 173px;
  height: 123px;
  overflow: hidden;
}

.list-news .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list-news .text {
  float: right;
  width: calc(100% - 205px);
}

.list-news .text .tit {
  display: block;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-news .text .abst {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #888888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-news .text .date {
  margin-top: 15px;
  width: 96px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #e8eef3;
  font-size: 1rem;
  color: #193f6b;
}

.list-news .text.no-pic {
  width: 100%;
  padding-left: 7px;
}

.list-news li:hover .tit {
  color: #005da3;
  transform: translateX(5px);
}

.list-news li:hover img {
  transform: scale(1.05);
}

.list-news li:hover .date {
  background: #145aa1;
  color: #fff;
}

.list-pics {
  overflow: hidden;
  margin: 0 -15px 0;
}

.list-pics li {
  float: left;
  width: 33.3%;
  margin-top: 35px;
}

.list-pics li a {
  display: block;
  overflow: hidden;
  margin: 0 15px;
}

.list-pics .pic {
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}

.list-pics .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.list-pics .tit {
  position: relative;
  padding: 10px;
  text-align: center;
  border: 1px solid #e8e8e8;
}

.list-pics p {
  font-size: 1rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pics li:hover img {
  transform: scale(1.05);
}

.list-pics li:hover .tit {
  background: #145aa1;
}

.list-pics li:hover p {
  color: #fff;
}

.list-leader {
  padding-top: 35px;
  overflow: hidden;
}

.list-leader li {
  float: left;
  width: 50%;
  margin-bottom: 35px;
}

.list-leader li a {
  display: block;
  margin: 0 20px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  box-shadow: 0 10px 10px 0 #e6e6e6;
  padding: 20px 15px 18px 20px;
}

.list-leader li .pic {
  position: relative;
  float: left;
  width: 151px;
  height: 192px;
  overflow: hidden;
}

.list-leader li .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.list-leader li .text {
  float: right;
  width: calc(100% - 178px);
}

.list-leader li .text .tit {
  margin-top: 25px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
}

.list-leader li .text .tit span {
  margin-right: 10px;
}

.list-leader li .text .abst {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 36px;
  color: #333333;
  height: 108px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-leader li:hover a {
  background: url(../images/leader-bg.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 20px 0 #005da3;
}

.list-leader li:hover img {
  transform: scacl(1.05);
}

.list-teacher {
  overflow: hidden;
  margin: 0 -25px;
}

.list-teacher li {
  float: left;
  width: 50%;
  margin-top: 40px;
}

.list-teacher li a {
  display: block;
  margin: 0 25px;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

.list-teacher li .pic {
  position: absolute;
  top: 0;
  left: 20px;
  width: 196px;
  height: 259px;
  overflow: hidden;
}

.list-teacher li .pic img {
  width: 100%;
  height: 100%;
}

.list-teacher li .text {
  width: 100%;
  border: 1px solid #d6d6d6;
  height: 254px;
  overflow: hidden;
  padding: 25px 30px 25px 250px;
}

.list-teacher li .tit {
  font-size: 1.375rem;
  color: #111111;
  font-weight: bold;
  position: relative;
}

.list-teacher li .pro {
  color: #696969;
  font-size: 1.125rem;
  margin-top: 10px;
  padding-bottom: 13px;
  position: relative;
}

.list-teacher li .pro:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #065795;
  position: absolute;
  left: 0;
  bottom: 0;
}

.list-teacher li .abst {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #5e5e5e;
  line-height: 30px;
  height: 120px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.list-teacher li:hover .text {
  background: #065795;
}

.list-teacher li:hover img {
  transform: scale(1.05);
}

.list-teacher li:hover .tit {
  color: #fff;
}

.list-teacher li:hover .pro {
  color: #fff;
}

.list-teacher li:hover .pro:after {
  background: #fff;
}

.list-teacher li:hover .abst {
  color: #afb8c8;
}

/* 列表线条动画 */
.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
  content: "";
  position: absolute;
}

.bottom-inOutSpread:after {
  border-bottom: 1px solid #0080ca;
  left: 51%;
  right: 51%;
  bottom: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
  left: 0%;
  right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* 列表线条动画结束 */
/* 正文页 */
.article-con {
  margin-top: 50px;
  overflow: hidden;
}

.article-con h1 {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #065795;
}

.article-con h2 {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  color: #000000;
}

.article-con .info {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d0;
  overflow: hidden;
  text-align: center;
  font-size: 0.875rem;
  color: #999999;
  text-align: center;
}

.article-con .info span {
  margin: 0 9px;
}

.article-con .article-text {
  margin-top: 25px;
  font-size: 1rem;
  line-height: 2.5;
  color: #444444;
  padding-bottom: 20px;
}

.article-con .article-text p {
  padding-bottom: 20px;
}

.article-con .article-text p img,
.article-con .article-text p video {
  max-width: 100%;
  height: auto !important;
}
.article-con .article-text table{
max-width: 100%;
    display: flex;
    overflow-x: auto;
}
.article-con .updown {
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid #d0d0d0;
}

.article-con .updown a {
  display: block;
  font-size: 1rem;
  color: #333;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-con .updown span {
  color: #004b85;
}

.article-con .updown a:hover {
  color: #004b85;
  transform: translateX(5px);
}

.article-jj {
  margin-top: 20px;
}

.article-jj .article-text {
  line-height: 37px;
  border-bottom: none;
  font-size: 1rem;
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}