@charset "utf-8";
body {
  font-family: Arial, "微软雅黑", "Microsoft YaHei", 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: 90%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 1080px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}

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;
  border-top: 4px solid #f09621;
  padding: 30px 0;
  background: #016db5;
}

.header .logo {
  float: left;
}

.header .top-right {
  float: right;
  padding-top: 23px;
}

.header .top-right ul {
  float: right;
  margin-right: 25px;
  margin-top: 4px;
}

.header .top-right li {
  float: left;
  padding: 0 15px;
  position: relative;
  line-height: 25px;
}

.header .top-right li a {
  font-size: 1rem;
  color: #fff;
}

.header .top-right li:after {
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 2px;
  right: 0;
}

.header .top-right li.en a {
  padding-left: 30px;
  background: url(../images/top-en.png) left center no-repeat;
  background-size: auto 100%;
}

.search-box {
  float: right;
  width: 178px;
  height: 32px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-box .text {
  float: left;
  width: calc(100% - 40px);
  padding: 0 10px 0 15px;
  line-height: 30px;
  height: 30px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  background: none;
  border: none;
}

.search-box .btn {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../images/search-btn.png) center center no-repeat;
}

.search-box input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* 导航 */
.navbar {
  position: relative;
  z-index: 9;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d3d3d3;
  height: 50px;
}

.navbar .menu-bott {
  display: none;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  width: 9.09%;
}
.navbar .navbar-nav > li > em{
  display:none;
}
.navbar .navbar-nav > li > a {
  color: #333333;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 50px;
}

.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 {
  background: #016db5;
}

.navbar .navbar-nav > li:hover > a {
  color: #fff;
}

.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;
  transition: opacity 0.15s;
  background: rgba(1, 109, 181, 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: #016db5;
}

.navbar.open .submask {
  display: block;
}

/* 浮动导航 */
.body_t.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);
  position:fixed;
  width:100%;
  z-index:99;
  top:0;
  left:0;
}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner li {
  width: 100%;
  height: 25vw;max-height: 480px;
}

.banner li .pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.banner li .pic a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner li .pic:hover {
  transform: scale(1.05);
}

.banner .banner-prev {
  width: 47px;
  height: 71px;
  background: url(../images/banner-prev.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 20px;
  z-index: 9;
  cursor: pointer;
}

.banner .banner-next {
  width: 47px;
  height: 71px;
  background: url(../images/banner-next.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  right: 20px;
  z-index: 9;
  cursor: pointer;
}

.banner .banner-prev:hover {
  background: url(../images/banner-prev-on.png) no-repeat;
  background-size: 100% 100%;
}

.banner .banner-next:hover {
  background: url(../images/banner-next-on.png) no-repeat;
  background-size: 100% 100%;
}

.slider-banner {
  position: relative;
  width: 100%;
}

.slider-banner .slick-slide img {
  width: 100%;
}

.slider-banner .slick-slide img:hover {
  transform: scale(1.05);
}

.slider-banner .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  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焦点图结束 */
/* 中部版块 */
@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 {
  overflow: hidden;
  border-bottom: 1px solid #d9dce3;
  margin-bottom: 10px;
}

.index-title h2 {
  float: left;
  padding-bottom: 12px;
  margin-bottom: -1px;
  font-size: 1.25rem;
  font-weight: bold;
  background: url(../images/index-title-line.png) left bottom no-repeat;
  color: #016ab0;
}

.index-title .more {
  float: right;
  margin-top: 5px;
  font-size: .875rem;
  color: #b39b79;
  padding-right: 24px;
  background: url(../images/index-more.png) 35px 3px no-repeat;
}

/* 通用样式 */
.row1 {
  padding: 40px 0;
}

.pic-news {
  float: left;
  width: 48%;
  background: #fff;
  box-shadow: 0 0 10px 0 #ccc;
}
.pic-news .swiper-button-next, .pic-news .swiper-button-prev{
   width:20px;
   height:50px;
   background-size:100% 100%;
}
.pic-news li a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pic-news li a .pic {
  width: 100%;
  height: 407px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -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;
}

.pic-news li a .date {
  width: 142px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  color: #fff;
  background: url(../images/news-date-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-left: 30px;
  margin-top: -20px;
}

.pic-news li a .tit {
  margin-top: -20px;
  float: right;
  line-height: 50px;
  width: calc(100% - 190px);
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pic-news .news-pages {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: auto;
  z-index: 9;
  text-align: right;
}

.pic-news .news-pages span {
  opacity: 1;
  background: #fff;
}

.pic-news .news-pages .swiper-pagination-bullet-active {
  background: #fed100;
}

.tab-news {
  float: right;
  width: 48%;
}

.tab-news .hd {
  overflow: hidden;
  border-bottom: 1px solid #d9dce3;
  margin-bottom: 20px;
}

.tab-news .hd li {
  float: left;
  cursor: pointer;
}

.tab-news .hd li p {
  padding-bottom: 12px;
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
}

.tab-news .hd span {
  float: left;
  margin: 0 25px;
  color: #d9dce3;
  font-size: 24px;
}

.tab-news .hd li.on p {
  background: url(../images/index-title-line.png) left bottom no-repeat;
  color: #016ab0;
}

.tab-news .hd .more {
  float: right;
  margin-top: 5px;
  font-size: .875rem;
  color: #b39b79;
  padding-right: 24px;
  background: url(../images/index-more.png) 35px 3px no-repeat;
}

.tab-news .bd {
  padding: 25px;
  background: #fff;height: 400px;
  box-shadow: 0 0 10px 0 #ccc;
}

.tab-news .bd li {
  overflow: hidden;
  padding: 12px 0;
  border-bottom: 1px solid #eaeaea;
}

.tab-news .bd li .tit {
  float: left;
  width: 80%;
  font-size: 1rem;
  color: #333333;font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-news .bd li .date {
  float: right;
  margin-top: 2px;
  font-size: .875rem;
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
}

.tab-news .bd li:hover .tit {
  color: #016ab0;
  font-size: 1.125rem;
  font-weight: bold;
  overflow: none;
  text-overflow: none;
  white-space: normal;
}

.tab-news .bd li:hover .date {
  color: #016ab0;
  font-weight: bold;
  font-size: 1rem;
}

.row2 {
  margin-bottom: 30px;
}

.row2 .col-l {
  float: left;
  width: 48%;
}

.row2 .col-r {
  float: right;
  width: 48%;
}

.index-list li {
  overflow: hidden;
  line-height: 35px;
}

.index-list li h2 {
  position: relative;
  float: left;
  display: block;
  width: calc(100% - 90px);
  font-weight: normal;
  font-size: .9375rem;
  color: #333;
  position: relative;
  padding-left: 15px;
  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;
}

.index-list li h2:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #f09621;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.index-list li .date {
  float: right;
  color: #888888;
  font-size: .875rem;
  font-family: Arial, Helvetica, sans-serif;
}

.index-list li:hover h2 {
  color: #016db5;
  transform: translateX(5px);
}

.row3 .left {
  float: left;
  width: 65.5%;
}

.row3 .left .pic {
  width: 175px;
  float: left;
}

.row3 .right {
  float: right;
  width: 32.5%;
}

.row3 .right .pic {
  width: 165px;
  float: left;
}

.index-kypt {
  float: right;
  width: calc(100% - 175px);
  border-top: 1px solid #d9dce3;
  padding-left: 30px;
  padding-top: 10px;
}

.index-kypt li {
  float: left;
  width: 50%;
  line-height: 40px;
}

.index-kypt li a {
  font-size: 1rem;
  color: #333333;
}

.index-kypt li:nth-child(2n+1) {
  width: 58%;
}

.index-kypt li:nth-child(2n) {
  width: 40%;
}

.index-kypt li:hover a {
  color: #016db5;
}

.index-mooc {
  float: right;
  width: calc(100% - 165px);
  border-top: 1px solid #d9dce3;
  padding-left: 30px;
  padding-top: 20px;
}.index-mooc .hd{display:none;}

.index-mooc .bd li {
  float: left;
  width:100%;
  
}

.index-mooc .bd li a {
width:50%;margin-bottom:17px;
  font-size: 1rem;
  color: #333333;
}

.index-mooc .bd li a:nth-child(2n) {
  text-align: right;
}

.index-mooc .bd li a:hover {
  color: #016db5;
}

.row4 {
  padding: 45px 0;
}

.row4 .tit {
  position: relative;
  text-align: center;
}

.row4 .tit h2 {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  color: #10253f;
  font-weight: bold;
  padding: 0 18px;
  background: #fff;
}

.row4 .tit:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d9dce3;
  position: absolute;
  top: 50%;
  left: 0;
}

.row4 {
  padding-bottom: 15px;
}

.index-jxjd {
  position: relative;
  overflow: hidden;
}

.index-jxjd .map-phone {
  display: none;
}

.index-jxjd ul.jxjd_sj{
  display:none;
}

.index-jxjd li a {
  font-size: 1.125rem;
  color: #10253f;
  font-weight: bold;
}

.index-jxjd .jd1 {
  position: absolute;
  top: 78px;
  left: 237px;
}

.index-jxjd .jd2 {
  position: absolute;
  top: 144px;
  left: 335px;
}

.index-jxjd .jd3 {
  position: absolute;
  top: 205px;
  left: 229px;
}

.index-jxjd .jd4 {
  position: absolute;
  top: 269px;
  left: 400px;
}

.index-jxjd .jd5 {
  position: absolute;
  top: 78px;
  right: 175px;
}

.index-jxjd .jd6 {
  position: absolute;
  top: 144px;
  right: 290px;
}

.index-jxjd .jd7 {
  position: absolute;
  top: 208px;
  right: 258px;
}

.index-jxjd .jd8 {
  position: absolute;
  top: 269px;
  right: 160px;
}

/* 首页中部区域 */
.slider-ewm {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
  width: 170px;
  padding-bottom: 10px;
  background: #fff;
  overflow: hidden;
}

.slider-ewm img {
  width: 100%;
}

.slider-ewm p {
  text-align: center;
  font-size: .875rem;
  color: #016db5;
  margin-top: 10px;
}

/* 底部 */
.footer-links {
  padding: 15px 0;
  background: #e3e4e4;
}

.footer-links h2 {
  float: left;
  font-size: 1rem;
  color: #212c46;
  font-weight: bold;
}

.footer-links ul {
  float: left;
  width: calc(100% - 80px);
}

.footer-links ul li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #606573;
}

.footer-links ul li a {
  color: #212c46;
  font-size: 1rem;
}

.footer-links ul li:last-child {
  border-right: none;
}

.footer {
  padding: 15px 0;
  background: url(../images/footer-bg.png) center top no-repeat;
  background-size: cover;
}

.footer .cory p {
  font-size: .875rem;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

/* 列表页 */
/* 列表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: 30px 0 60px;
}

/* 左侧导航 */
.left-nav {
  width: 255px;
  float: left;
  position: relative;
  background: #fff;
}

.left-nav .column {
  padding: 20px 30px;
  background: #016db5;
  text-align: center;
}

.left-nav .column h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #feffff;
}

.left-nav .phone-column {
  display: none;
}

.left-nav .sideMenu {
  padding: 25px 10px;
  background: #f4f4f4;
}

.left-nav .sideMenu li {
  position: relative;
  margin-bottom: 10px;
}

.left-nav .sideMenu li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #d5d5d5;
  border-left: 4px solid #f4f4f4;
}

.left-nav .sideMenu li > a p {
  background: url(../images/leftnav-ico1.png) right center no-repeat;
  padding-right: 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: #016db5;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  background: #fff;
  border-left: 4px solid #016db5;
}

.left-nav .sideMenu li.current p,
.left-nav .sideMenu li:hover p {
  color: #016db5 !important;
  font-weight: bold;
  background: url(../images/leftnav-ico2.png) right center no-repeat;
}

.left-nav .sideMenu li.current dl {
  display: block;
}

.left-nav .sideMenu dl dd dl{display:none !important;}
.left-nav .sideMenu dl dd.current dl{display:block !important;}
/* 右边内容区域 */
.right-con {
  float: right;
  width: calc(100% - 295px);
}

.location {
  border-bottom: 2px solid #e4e4e4;
}

.curr-col {
  float: left;
}

.curr-col h2 {
  position: relative;
  float: left;
  font-weight: bold;
  font-size: 1.5rem;
  color: #016db5;
  padding-bottom: 15px;
}

.curr-col h2:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #016db5;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.weizhi {
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 20px;
  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: 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: 35px;
  position: relative;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-text li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #016db5;
  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: #016db5;
}

/* 图片列表 */
.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: #016db5;
  background-size: 100% 100%;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover h4 {
  color: #fff;
  font-weight: bold;
}

/* 领导团队 */
.list-leader {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-leader li {
  overflow: hidden;
  margin-bottom: 40px;
  width: calc(50% - 20px);
  border: 1px solid #dadada;
  -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-leader li .pic {
  float: left;
  width: 140px;
  height: 203px;
  overflow: hidden;
}

.list-leader li .pic img {
  width: 100%;
  height: 100%;
}

.list-leader li .pic img:hover {
  transform: scale(1.05);
}

.list-leader li .text {
  float: right;
  width: calc(100% - 170px);
  padding: 25px 25px 0 0;
}

.list-leader li .text .tit {
  display: block;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  font-size: 1.25rem;
  color: #333333;
  position: relative;
  font-weight: bold;
}

.list-leader li .text .info {
  margin-top: 15px;
}

.list-leader li .text .info .zc {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.list-leader li .text .info p {
  font-size: .875rem;
  color: rgba(51, 51, 51, 0.8);
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-leader li:hover {
  background: #f4f4f4;
}

/* 列表线条动画 */
.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;
  /* padding: 0px 50px; */
}

.article-con h1 {
  font-size: 1.375rem;
  line-height: 1.5;white-space: pre;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333333;
}

.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: 0.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: 42px; */
  color: #333333;
  padding: 0px 100px;
  padding-top: 20px;
  overflow: hidden;
}

.article-con .article-text p {
  text-indent: 1em !important;
  /* padding-bottom: 25px; */
  margin-bottom: 6px;
  line-height: 2 !important;
  text-align: justify;
  font-family: 宋体;
}

.article-con .article-text p img,
.article-con .article-text p video {
  margin-left: -2em;
  max-width: 100%;
  height: auto !important;
  border: none !important;
}

.article-con .updown {
  border-top: 1px solid #dfe0e2;
  overflow: hidden;
  padding-top: 30px;
}

.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: #016db5;
}

/* 正文表格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;
}


.teacher-box{
  overflow:hidden;
  margin-top:30px;
  /* padding: 0 20px; */
}
.teacher-box .tit{
  font-size:1.25rem;
  color:#016db5;
  text-align: center;
  border-bottom: 1px solid #016db5;
  padding-bottom: 15px;
  font-weight: bold;
}

.teacher-box .item{
  overflow:hidden;
  margin-top:10px;
  /* text-align:center; */
}

.teacher-box .item h2{
  font-size:1rem;
  font-weight:bold;
  color:#016db5;
  line-height:36px;
  text-align: left;
}

.teacher-box .item li{
  float:left;
  width:20%;
  line-height: 40px;
}


.txjs_list1{
  overflow:hidden;
}
.txjs_list1 li{
  float:left;
  width:20%;
  line-height: 24px;
  text-align:center;
  margin-bottom: 10px;
}
.txjs_list1 li p{
    margin:0 !important;
    padding:0 !important;
    text-indent:0 !important;
    width: 60px;
    border: 1px solid #fff;
}



.zljg_tit{
    font-size: 22px;
    color: #016db5;
    font-weight: bold;
}
.zljg_tit img{
    margin-left: 10px;
}

.zljg_ld{
    margin: 0px -10px 15px;
    overflow: hidden;
}

.zljg_ldnr{
    width: 50%;
    float: left;
}

.zljg_ldmar{
    margin:20px 10px;
    background: #fff;
    padding: 14px 50px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    border-left:#016db5 4px solid;
    overflow: hidden;
}

.zljg_ldmar li{
    width: 100%;
    float: left;
    padding: 9px 0px;
    border-bottom: #e2e2e2 1px solid;
}
.zljg_ldmar li:nth-last-of-type(1){
    border-bottom-style: none;
}

.zljg_ldmar li h2{
    width: 210px;
    float: left;
    line-height: 30px;
    font-size: 19px;
    color: #333;
    font-weight: bold;
   text-align: left;
   margin-bottom:0px;
}
.zljg_ldmar li p{
    width: calc(100% - 210px);
    float: right;
    font-size: 19px;
    color: #333333;
    line-height: 30px;
}
.zljg_ldmar li p span{
  width: 60px;
  float:left;
  margin: 0px 12px;
  height:30px;
}
.zljg_ldmar li p span a{
    width: 100%;
    color: #333333;
    text-align: justify;
    float:left;
   overflow:hidden;
}
.zljg_ldmar li p span a:after {
    content: "";
    width: 100%;
    display: inline-block;
   height:0;
}


.zljg_ldmar li p span a:hover{
    color: #016db5;
}

.zljg_ldmar.zljg_ldmar90{
    /* padding-bottom: 63px; */
}
.zljg_ldmar.zljg_ldmar90 li h2{
    width: 90px;
}
.zljg_ldmar.zljg_ldmar90 li p{
    width: calc(100% - 90px);
}

.zljg_ldmar.zljg_ldmar2 li h2{
    width: 100px;
}
.zljg_ldmar.zljg_ldmar2 li p{
    width: calc(100% - 100px);
}
.zljg_ldmar.zljg_ldlf{
  padding-bottom: 63px;
}

.zljg_titsj{
    line-height: 50px;
    background: #daf0ff;
    text-align: center;
    font-size: 18px;
    color: #016db5;
    font-weight: bold;
    position: relative;
    margin: 20px 0px 10px;
}
.zljg_titsj::after{
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -10px;
    top:50px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #daf0ff;
}


.zljg_gl{
    margin:20px 10px 35px;
    background: #fff;
    padding: 14px 50px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    border-left:#016db5 4px solid;
    overflow: hidden; 
}
.zljg_gl li{
    width: 50%;
    float: left;
    padding: 9px 0px;
    border-bottom: #e2e2e2 1px solid;
}

.zljg_gl li:nth-last-of-type(1){
    border-bottom-style: none;
}

.zljg_gl li h2{
    width: 110px;
    float: left;
    line-height: 30px;
    font-size: 19px;
    color: #333;
    font-weight: bold;
    text-align: left;
    margin-bottom:0px;
    height: 30px;
}
.zljg_gl li p{
    width: calc(100% - 110px);
    float: right;
    font-size: 19px;
    color: #333333;
    line-height: 30px;
}
.zljg_gl li p span{
  width:60px;
  float:left;
   margin: 0px 20px;
   height:30px;
}
.zljg_gl li p span a{
    color: #333333;
    width: 100%;
    text-align: justify;
    display: inline-table;
}
.zljg_gl li p span a:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.zljg_gl li p span a:hover{
    color: #016db5;
}



.zljg_dz{
    margin:20px 10px 35px;
    background: #fff;
    padding: 14px 50px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    border-left:#016db5 4px solid;
    overflow: hidden; 
}
.zljg_dz li{
    width: 100%;
    float: left;   
}
.zljg_dz li span{
    width: 16.6%;
    float: left;
    border-bottom: #e2e2e2 1px solid;
}
.zljg_dz li span{
    line-height: 30px;
    font-size: 19px;
    color: #333;
    padding: 9px 0px 9px 0px;
}
.zljg_dz li.zljg_dzno span{
    border-bottom-style: none;
}



.zljg_dz2{
    margin:20px 10px 35px;
    background: #fff;
    padding: 14px 50px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    border-left:#016db5 4px solid;
    overflow: hidden; 
}
.zljg_dz2 li{
    width: 100%;
    float: left; 
    border-bottom: #e2e2e2 1px solid;  
    padding: 9px 0px;
}
.zljg_dz2 li:nth-last-of-type(1){
    border-bottom-style: none;
}
.zljg_dz2 li h2{
    width: 90px;
    float: left;
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 30px;
}
.zljg_dz2 li h4{
   float:left;
   font-size: 14px;
   color:#99a7b0;
       font-weight: normal;
    margin-left: -10px;
    line-height: 32px;
}
.zljg_dz2 li p{
    width: calc(100% - 90px);
    float: right;
    
}
.zljg_dz2 li span{
    line-height: 30px;
    font-size: 19px;
    color: #333;min-width: 57px;
    text-align: justify;
    text-align-last: justify;
    margin-right: 38px;
    float: left;
}


.zljg_gl li h2 div{
  width: 80px;
  text-align:justify;
  /* position:relative; */
  display: inline-table;
  /* height: 30px; */
}
.zljg_gl li h2 div:after{
      content: "";
      width: 100%;
      display: inline-block;
}
.vsbcontent_img{padding: 0px !important;}