@charset "UTF-8";
body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, 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;
  -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;
}

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: 992px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 1080px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

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 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: url(/images/header-bg.png) center no-repeat #092949;
  padding: 40px 0;
}

.header .container {
  position: relative;
}

.header .logo {
  float: left;
}

.header .top-right {
  float: right;
  margin-top: 30px;
}

.header .top-link {
  text-align: right;
}

.header .top-link li {
  float: left;
}

.header .top-link li a {
  display: block;
  line-height: 18px;
  font-size: 0.875rem;
  color: #fff;
  padding: 0 15px;
  border-right: 1px solid #fff;
}

.header .top-link li.search-btn a {
  padding-right: 0;
  border-right: none;
}

.search-box {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  width: 250px;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-box .ss .text {
  float: left;
  width: calc(100% - 50px);
  line-height: 38px;
  height: 38px;
  font-size: 0.875rem;
  color: #fff;
  background: none;
  border-radius: 0;
  border: none;
}

.search-box .ss .btn {
  float: right;
  width: 17px;
  height: 17px;
  margin-top: 11px;
}

.search-box.active {
  display: block;
}

/* 导航 */
.navbar {
  position: relative;
  z-index: 9;
  width: 100%;
  box-shadow: 0 0 5px 0 #666;
}

.navbar .menu-bott {
  display: none;
}

.navbar .submask {
  display: none;
  position: absolute;
  width: 100%;
  height: 33px;
  background: #fff;
  top: 100%;
  left: 0;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  width: 12.5%;
}

.navbar .navbar-nav > li > a {
  color: #333333;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 65px;
}

.navbar .navbar-nav > li > a > em {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 12px;
  height: 100%;
  background: url(/images/down-jiantou.png) center no-repeat;
}

.navbar .navbar-nav > li:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.navbar .navbar-nav > li:hover > a {
  color: #333;
}

.navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .nav-child:before {
  content: "";
  width: 15px;
  height: 7px;
  background: url(/images/subnav-top.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;
}

.navbar .nav-child {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s;
  background: rgba(0, 0, 0, 0.7);
}

.navbar .nav-child > li {
  padding: 15px 5px;
  text-align: center;
  position: relative;
}

.navbar .nav-child > li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

.navbar .nav-child > li:hover {
  background: #015293;
}

.navbar.open .submask {
  display: block;
}

/* 浮动导航 */
.header.showdiv {
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(/images/bj.png) no-repeat;
  background-size: cover;
}

.banner .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
}

.slider-banner {
  position: relative;
  float: left;
  width: 65%;
}

.slider-banner .slick-slide {
  width: 100%;
  height: 390px;
  position: relative;
  overflow: hidden;
}

.slider-banner .slick-slide .pic {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -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-banner .slick-slide .pic:hover {
  transform: scale(1.05);
}

.slider-banner .slick-slide .tit {
  padding: 20px;
  background: linear-gradient(transparent, black);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.slider-banner .slick-slide .tit h2 {
  font-weight: normal;
  font-size: 1.125rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-banner .slick-arrow {
  position: absolute;
  width: 24px;
  height: 35px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 9;
  cursor: pointer;
  overflow: hidden;
  text-indent: 99px;
}

.slider-banner .slick-prev {
  background: url(/images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  left: 3%;
}

.slider-banner .slick-next {
  background: url(/images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  right: 3%;
}

.banner-ksdh {
  width: 35%;
}

.banner-ksdh ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-ksdh li {
  width: 50%;
  position: relative;
}

.banner-ksdh li a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0, -50%);
  display: flex;
}

.banner-ksdh li .pic {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  position: relative;
  -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;
}

.banner-ksdh li .pic img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-ksdh li h2 {
  line-height: 62px;
  margin-left: 15px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #fff;
}

.banner-ksdh li a:hover .pic {
  transform: rotate(360deg);
}

.banner-ksdh li.ico1 {
  background: #2d74ab;
}

.banner-ksdh li.ico2 {
  background: #2166a1;
}

.banner-ksdh li.ico3 {
  background: #1c5396;
}

.banner-ksdh li.ico4 {
  background: #174d8d;
}

.banner-ksdh li.ico5 {
  background: #184984;
}

.banner-ksdh li.ico6 {
  background: #113e74;
}

/* banner焦点图结束 */
/* 中部版块 */
@keyframes waveFlow {
  from {
    background-position-x: -10px, 0;
  }
  to {
    background-position-x: -30px, -20px;
  }
}

@keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes oline {
  0% {
    transform: scale(1);
    opacity: 0.25;
  }
  70% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.25;
  }
}

@keyframes mline {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  65% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  75% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
}

/* 首页中部区域 */
/* 通用样式 */
.index-title {
  position: relative;
  margin-bottom: 35px;
  position: relative;
  border-bottom: 1px solid #c8c8c8;
}

.index-title h2 {
  position: relative;
  float: left;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 53px;
  background: url(/images/index-title-ico1.png) 10px 5px no-repeat;
  font-size: 1.75rem;
  color: #0850a2;
  font-weight: normal;
}

.index-title h2:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #0850a2;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.index-title .index-more {
  float: right;
  font-size: 1rem;
  color: #063361;
  padding-top: 8px;
  padding-right: 35px;
  background: url(/images/index-more.png) right center no-repeat;
}

.index-title .index-more:hover {
  font-weight: bold;
}

.col-l {
  width: calc(65% - 50px);
  float: left;
}

.col-r {
  width: 35%;
  float: right;
}

.col-r .index-title h2 {
  background: url(/images/index-title-ico2.png) 10px 5px no-repeat;
}

/* 通用样式 */
.row1 {
  padding: 55px 0 45px;
}

.index-news .index-title li {
  float: left;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  padding-top: 5px;
}

.index-news .index-title li:first-child {
  padding-left: 0;
}

.index-news .index-title li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #0850a2;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 20px;
}

.index-news .index-title li:last-child:before {
  display: none;
}

.index-news .index-title h2 {
  font-size: 1.5rem;
  color: #333333;
  padding-left: 0;
  background: none;
  position: relative;
}

.index-news .index-title h2:after {
  display: none;
}

.index-news .index-title li.on {
  padding-top: 0;
}

.index-news .index-title li.on h2 {
  padding-left: 53px;
  background: url(/images/index-title-ico1.png) 10px 5px no-repeat;
  font-size: 1.75rem;
  color: #0850a2;
}

.index-news .index-title li.on h2:after {
  display: block;
}

.index-list {
  overflow: hidden;
  margin-top: -10px;
}

.index-list li {
  overflow: hidden;
  line-height: 50px;
}

.index-list li a {
  float: left;
  width: calc(100% - 100px);
  font-size: 1rem;
  padding-left: 30px;
  position: relative;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-list li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #2d74ab;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;
}

.index-list li .date {
  float: right;
  font-size: 1rem;
  color: #999999;
}

.index-list li:hover {
  border-bottom: 1px solid #0b57a7;
}

.index-list li:hover a {
  color: #0b57a7;
  font-weight: bold;
}

.index-list li:hover .date {
  color: #0b57a7;
}

.index-ztzl ul {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-ztzl li {
  float: left;
  width: calc(50% - 10px);
  margin-bottom: 15px;
}

.index-ztzl li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-ztzl li a img {
  width: 100%;
}

.index-ztzl li a:hover img {
  transform: scale(1.05);
}

.index-ztzl li:last-child {
  width: 100%;
}

.index-links {
  padding: 20px 0;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.index-links h2 {
  float: left;
  font-size: 1.75rem;
  color: #0850a2;
  padding-left: 50px;
  background: url(/images/index-title-ico3.png) 5px center no-repeat;
}

.index-links ul {
  float: right;
  width: calc(100% - 200px);
  overflow: hidden;
}

.index-links ul li {
  float: left;
  padding-right: 25px;
  line-height: 32px;
  margin-top: 5px;
}

.index-links ul li a {
  font-size: 1rem;
  color: #333333;
}

.index-links ul li a:hover {
  color: #0850a2;
  font-weight: bold;
}

/* 首页中部区域 */
/* 底部 */
.footer {
  margin-top: 80px;
  padding-top: 50px;
  background: #0a2845;
}

.footer .contact {
  float: left;
  padding: 20px 0 20px 187px;
  background: url(/images/footer-logo.png) left center no-repeat;
  background-size: auto 100%;
}

.footer .contact p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 35px;
}

.footer .ewm {
  float: right;
}

.footer .ewm .tit {
  float: left;
  margin-top: 20px;
  margin-right: 70px;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .ewm .tit p {
  line-height: 30px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer .ewm .tit p:first-child {
  color: #255b8e;
}

.footer .ewm .img {
  float: right;
}

.footer .ewm .img img {
  width: 108px;
}

.footer .cory {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  text-align: center;
}

.footer .cory p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
}

.gobacktop {
  position: absolute;
  cursor: pointer;
  bottom: 98px;
  right: 50%;
  margin-right: -760px;
}

/* 列表页 */
/* 列表banner */
.list-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.list-banner .container {
  position: relative;
}

.list-banner img {
  width: 100%;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  background: #ffffff;
  padding-top: 30px;
}

/* 左侧导航 */
.left-nav {
  width: 255px;
  float: left;
  position: relative;
  background: #fff;
  padding-bottom: 145px;
  background: url(/images/ej-pic.png) center bottom no-repeat #e2ecf4;
}

.left-nav .column {
  padding: 15px 30px;
  background: #063667;
}

.left-nav .column h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #feffff;
}

.left-nav .phone-column {
  display: none;
}

.left-nav .sideMenu {
  padding: 30px 10px;
}

.left-nav .sideMenu li {
  position: relative;
  margin-bottom: 15px;
}

.left-nav .sideMenu li > a {
  position: relative;
  background: #fff;
  display: block;
  padding: 15px;
}

.left-nav .sideMenu li > a p {
  background: url(/images/leftnav-ico1.png) right center no-repeat;
  padding: 0 15px;
  font-size: 1.25rem;
  color: #333333;
}

.left-nav .sideMenu dl {
  padding: 15px 30px 15px 40px;
  background: #fff;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 1rem;
  color: #444444;
  padding: 7px 0 7px 20px;
  position: relative;
  background: url(/images/leftnav-ico3.png) left center no-repeat;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  background: url(/images/leftnav-ico4.png) left center no-repeat;
  font-weight: bold;
  color: #17579f;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  background: #17579f;
}

.left-nav .sideMenu li.current p,
.left-nav .sideMenu li:hover p {
  color: #fff !important;
  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% - 295px);
}

.location {
  border-bottom: 2px solid #d5d5d5;
}

.curr-col {
  float: left;
}

.curr-col h2 {
  float: left;
  font-weight: normal;
  font-size: 1.75rem;
  color: #0850a2;
  padding-bottom: 15px;
  position: relative;
}

.curr-col h2:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #0850a2;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.weizhi {
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 20px;
  background: url(/images/home.png) left center no-repeat;
  font-size: .875rem;
  color: #888888;
}

.weizhi a {
  font-size: .875rem;
  color: #888888;
}

.list-text {
  margin-top: 15px;
  overflow: hidden;
}

.list-text li {
  overflow: hidden;
  line-height: 60px;
  border-bottom: 1px solid #cdcdcd;
}

.list-text li a {
  float: left;
  display: block;
  width: calc(100% - 105px);
  font-size: 1rem;
  padding-left: 24px;
  position: relative;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-text li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ddc078;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;
}

.list-text li .date {
  float: right;
  font-size: 1rem;
  color: #888888;
}

.list-text li:hover a {
  color: #015293;
  font-weight: bold;
}

/* 图片列表 */
.list-pic {
  overflow: hidden;
  margin: 30px -15px 0;
}

.list-pic li {
  width: 33.3%;
  float: left;
  margin-bottom: 30px;
}

.list-pic li a {
  display: block;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.list-pic .pic {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
}

.list-pic .pic img {
  width: 100%;
  position: absolute;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.list-pic h4 {
  margin: 0 10px;
  line-height: 60px;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pic li:hover a {
  background: #015293;
  background-size: 100% 100%;
}

.list-pic li:hover .pic:after {
  content: "";
  width: 100%;
  height: 6px;
  background: #015293;
  position: absolute;
  left: 0;
  bottom: 0;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover h4 {
  color: #fff;
}

/* 专家列表 */
.list-teacher {
  overflow: hidden;
  margin: 0 -20px;
}

.list-teacher li {
  float: left;
  width: 50%;
  margin-top: 40px;
}

.list-teacher .box {
  margin: 0 20px;
  border: 1px solid #dadada;
  overflow: hidden;
  -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-teacher .box .pic {
  float: left;
  width: 140px;
  height: 203px;
  overflow: hidden;
}

.list-teacher .box .pic img {
  width: 100%;height:100%;
}

.list-teacher .box .txt {
  float: right;
  width: calc(100% - 170px);
  padding: 20px 30px 0 0;
}

.list-teacher .box .tit {
  font-size: 1.25rem;
  color: #333;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.list-teacher .box .tit:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #063667;
  position: absolute;
  left: 0;
  bottom: 0;
}

.list-teacher .box .ks {
  margin: 20px 0 10px;
  font-size: 1.125rem;
  color: #333333;
}

.list-teacher .box .abst {
  font-size: .875rem;
  color: #717171;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-teacher .box:hover {
  background: #eaf2f8;
}

.list-teacher .box:hover .tit {
  color: #063667;
  font-weight: bold;
}

/* 列表线条动画 */
.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 {
  overflow: hidden;
  margin-top: 30px;
}

.article-con h1 {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #0850a2;
}

.article-con h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
  color: #333333;
}

.article-con .info {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
  font-size: .875rem;
  color: #777777;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #caddef;
}

.article-con .info span {
  margin: 0 10px;
}

.article-con .article-text {
  padding-top: 20px;
  font-size: 1rem;
  line-height: 32px;
  color: #333333;
  padding-bottom: 20px;
}

.article-con .article-text p {

  padding-bottom: 15px;
}

.article-con .article-text p img,
.article-con .article-text p video {
  margin-left: -2em;
  max-width: 100%;
  height: auto !important;display:block;margin:0 auto;
}

.article-con .updown {
  border-top: 1px solid #dfe0e2;
  overflow: hidden;
  padding-top: 25px;
}

.article-con .updown a {
  display: block;
  font-size: 1rem;
  color: #333;
  padding: 6px 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 a:hover {
  color: #0850a2;
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}

.xwzx-page .row {
  overflow: hidden;
}

.xwzx-page .row .left {
  float: left;
  width: 48%;
}

.xwzx-page .row .right {
  float: right;
  width: 48%;
}

.xwzt {
  margin: 20px -8px 0;
  overflow: hidden;
}

.xwzt .box {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}

.xwzt .box a {
  display: block;
  margin: 0 8px;
}

.xwzt .box .pic {
  width: 100%;
  padding-bottom: 62%;
  overflow: hidden;
  position: relative;
}

.xwzt .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xwzt .box .pic img:hover {
  transform: scale(1.05);
}

.xwzt .box .tit {
  border: 1px solid #e6e6e6;
  margin-top: -1px;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xwzt .box .tit:hover {
  color: #ab0000;
}

.djwh-page .row {
  overflow: hidden;
}

.djwh-page .row .left {
  float: left;
  width: 48%;
}

.djwh-page .row .right {
  float: right;
  width: 48%;
}

.djwh-page .top {
  overflow: hidden;
}

.djwh-page .top .col1 {
  float: left;
  width: 50%;
}

.djwh-page .top .col2 {
  float: right;
  width: 48%;
}

.djwh-page .djwh-news {
  overflow: hidden;
  width: 100%;
}

.djwh-page .djwh-news .box a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 73%;
  overflow: hidden;
}

.djwh-page .djwh-news .box a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.djwh-page .djwh-news .box a img:hover {
  transform: scale(1.05);
}

.djwh-page .djwh-news .box .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}

.djwh-page .djwh-news .box .text .tit {
  font-size: 1rem;
  color: #fff;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.djwh-page .djwh-news .slick-dots {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.djwh-page .djwh-news .slick-dots li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 8px;
  cursor: pointer;
}

.djwh-page .djwh-news .slick-dots li button {
  display: none;
}

.djwh-page .djwh-news .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  background: #ba1214;
}

.djwh-page .zdlj {
  margin-top: 20px;
  overflow: hidden;
}

.djwh-page .zdlj li {
  float: left;
  min-width: 180px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #f8f8f8;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.djwh-page .zdlj li a {
  font-size: 16px;
  color: #000000;
}

.djwh-page .zdlj li:hover a {
  color: #ab0000;
}