﻿@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: 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;
}

.header .top {
  background: #0755a6;
  overflow: hidden;
  height: 40px;
}

.logo-box {
  padding: 15px 0;
}

.logo {
  float: left;
  position: relative;
}

.search-box {
  float: right;
  width: 220px;
  height: 40px;
  background: #09498b;
  overflow: hidden;
  padding: 0 10px;
  -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% - 50px);
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  font-size: 0.875rem;
  color: #fff;
  background: none;
  border: none;
}

.search-box .btn {
  float: right;
  cursor: pointer;
  width: 38px;
  height: 38px;
  background: url(../images/search.png) center center no-repeat;
}

.search-box input::-webkit-input-placeholder {
  color: #fff;
}

.search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

/* 导航 */
.navbar {
  position: relative;
  z-index: 9;
  float: right;
  width: calc(100% - 650px);
}

.navbar .menu-bott {
  display: none;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  width: 16.66%;
}

.navbar .navbar-nav > li > a {
  color: #000011;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 65px;
}

.navbar .navbar-nav > li:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.navbar .navbar-nav > .current > a:hover,
.navbar .navbar-nav > li > a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .nav-child {
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s;
  background: rgba(14, 32, 90, 0.7);
}

.navbar .nav-child > li {
  padding: 12px 5px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
}

.navbar .nav-child > li a {
  display: block;
  width: 100%;
  font-size: .875rem;
  font-weight: normal;
  color: #fff;
}

.navbar .nav-child > li:hover {
  background: #003e9d;
}

.navbar.open .submask {
  display: block;
}

/* 浮动导航 */
/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30vw;
  max-height: 550px;
  min-height: 240px;
}

.banner .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.banner .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .swiper-container a:hover {
  transform: scale(1.05);
}

.banner .banner-pagination {
  position: absolute;
  bottom: 30px;
  left: auto;
  right: 0;
  text-align: center;
  z-index: 9;
}

.banner .banner-pagination span {
  width: 19px;
  height: 16px;
  background: url(../images/banner-dot.png) no-repeat;
  opacity: 1;
  margin: 0 7px;
}

.banner .banner-pagination .swiper-pagination-bullet-active {
  background: url(../images/banner-dot-on.png) no-repeat;
}

/* 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;
  overflow: hidden;
  margin-bottom: 35px;
  line-height: 45px;
}

.index-title * {
  transition: .5s;
}

.index-title h2 {
  position: relative;
  float: left;
  padding-left: 45px;
  background: url(../images/index-title-ico1.png) left center no-repeat;
  font-weight: bold;
}

.index-title h2 p {
  font-size: 1.75rem;
  color: #0755a6;
  float: left;
}

.index-title .index-more {
  float: right;
  font-size: .875rem;
  color: rgba(0, 0, 0, 0.6);
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

.index-title .index-more:hover {
  color: #0755a6;
}

/* 通用样式 */
.row1 {
  padding: 45px 0;
  position: relative;
}

.row1 .index-news {
  width: 65%;
  float: left;
}

.row1 .index-tzgg {
  float: right;
  width: 30%;
}

.row1 .index-tzgg .index-title h2 {
  background: url(../images/index-title-ico2.png) left center no-repeat;
}

.pic-news li a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #0755a6;
}

.pic-news li a .pic {
  float: left;
  position: relative;
  width: 58%;
  height: 250px;
  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 .pic:hover {
  transform: scale(1.05);
}

.pic-news li a .txt {
  float: right;
  width: 38%;
  background: url(../images/news-bigbg.png) right bottom no-repeat;
  overflow: hidden;
  padding: 28px 20px 0 0;
}

.pic-news li a .tit {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pic-news li a .abst {
  margin-top: 15px;
  font-size: .875rem;
  color: #fff;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.pic-news li a .date {
  font-size: .875rem;
  color: #fff;
  padding-left: 25px;
  margin-top: 20px;
  background: url(../images/date.png) left center no-repeat;
}

.pic-news .news-pagination {
  position: absolute;
  bottom: 25px;
  right: 20px;
  text-align: right;
  z-index: 9;
  padding-right: 20px;
}

.pic-news .news-pagination span {
  background: #fff;
  opacity: 0.6;
}

.pic-news .news-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.txt-news {
  overflow: hidden;
  margin-top: 15px;
}

.txt-news li {
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
  line-height: 26px;
}

.txt-news li a {
  display: block;
}

.txt-news li * {
  transition: .5s;
}

.txt-news li .date {
  float: left;
  width: 94px;
  border-radius: 20px;
  text-align: center;
  background: #f1f1f1;
  color: #888888;
  font-size: .875rem;
  font-family: Arial, Helvetica, sans-serif;
}

.txt-news li h2 {
  width: calc(100% - 110px);
  float: right;
  font-size: 1rem;
  color: #111111;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txt-news li:hover .date {
  color: #fff;
  background: #0755a6;
  font-weight: bold;
}

.txt-news li:hover h2 {
  color: #0755a6;
}

.txt-tzgg {
  margin-top: -10px;
}

.txt-tzgg * {
  transition: .5s;
}

.txt-tzgg li {
  overflow: hidden;
  padding: 10px;
  border-left: 3px solid #fff;
}

.txt-tzgg li a {
  display: block;
}

.txt-tzgg li h2 {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txt-tzgg li .date {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
  margin-top: 8px;
}

.txt-tzgg li:hover {
  background: #f1f1f1;
  border-left: 3px solid #0755a6;
}

.txt-tzgg li:hover h2 {
  font-weight: bold;
  color: #0755a6;
}

.txt-tzgg li:hover .date {
  color: #0755a6;
}

.row2 {
  padding: 50px 0;
  background: url(../images/row2-bg.png) center no-repeat;
  background-size: cover;
}

.row2 .index-xsbg {
  float: left;
  width: 65%;
}

.row2 .index-xsbg .index-title h2 {
  background: url(../images/index-title-ico3.png) left center no-repeat;
}

.row2 .index-kycg {
  float: right;
  width: 30%;
}

.row2 .index-kycg .index-title h2 {
  background: url(../images/index-title-ico4.png) left center no-repeat;
}

.txt-xsbg ul {
  overflow: hidden;
  margin: 0 -14px;
}

.txt-xsbg * {
  transition: .5s;
}

.txt-xsbg li {
  float: left;
  width: 50%;
  margin-bottom: 32px;
}

.txt-xsbg li a {
  display: block;
  margin: 0 14px;
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
  overflow: hidden;
  padding: 25px 25px;
}

.txt-xsbg li h2 {
  font-size: 1rem;
  color: #111111;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txt-xsbg li .info {
  margin-top: 15px;
}

.txt-xsbg li .info p {
  line-height: 28px;
  padding-left: 28px;
  font-size: .875rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txt-xsbg li .p1 {
  background: url(../images/xsbg-ico1.png) left center no-repeat;
}

.txt-xsbg li .p2 {
  background: url(../images/xsbg-ico2.png) left center no-repeat;
}

.txt-xsbg li .p3 {
  background: url(../images/xsbg-ico3.png) left center no-repeat;
}

.txt-xsbg li a:hover {
  background: url(../images/xsbg-bg.png) right bottom no-repeat;
  background-size: cover;
}

.txt-xsbg li a:hover h2 {
  color: #fff;
}

.txt-xsbg li a:hover p {
  color: #fff !important;
}

.txt-xsbg li a:hover .p1 {
  background: url(../images/xsbg-ico1-2.png) left center no-repeat;
}

.txt-xsbg li a:hover .p2 {
  background: url(../images/xsbg-ico2-2.png) left center no-repeat;
}

.txt-xsbg li a:hover .p3 {
  background: url(../images/xsbg-ico3-2.png) left center no-repeat;
}

.txt-kycg * {
  transition: .5s;
}

.txt-kycg .first {
  width: 100%;
  height: 200px;
}

.txt-kycg .first a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.txt-kycg .first .pic {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.txt-kycg .first .tit {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.txt-kycg .first .tit p {
  width: 90%;
  margin: 0 auto;
  font-size: 1rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txt-kycg ul {
  margin-top: 10px;
}

.txt-kycg ul li {
  overflow: hidden;
  line-height: 44px;
  overflow: hidden;
}

.txt-kycg ul li a {
  display: block;
}

.txt-kycg ul li h2 {
  position: relative;
  padding-left: 12px;
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txt-kycg ul li h2:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0755a6;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.txt-kycg ul li:hover h2 {
  color: #0755a6;
  font-weight: bold;
}

/* 首页中部区域 */
/* 底部 */
.footer {
  padding: 10px 0 35px;
  background: #003d9a;
}

.footer .links-list {
  overflow: hidden;
  padding: 12px 0 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .links-list h2 {
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  float: left;
}

.footer .links-list ul {
  float: left;
  width: calc(100% - 95px);
}

.footer .links-list li {
  float: left;
  padding: 0 20px;
  margin-bottom: 10px;
}

.footer .links-list li a {
  font-size: 1rem;
  color: #fff;
}

.footer .cory {
  margin-top: 25px;
  text-align: center;
}

.footer .cory * {
  font-size: .875rem;
  line-height: 28px;
  color: #fff;
}

/* 列表页 */
/* 列表banner */
.listbanner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.listbanner .pic {
  width: 100%;
  max-height: 460px;
  height: 26vw;
  min-height: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  background: #ffffff;
  padding: 60px 0 60px;
}

/* 左侧导航 */
.left-nav {
  width: 255px;
  float: left;
  position: relative;
  background: #fff;
}

.left-nav .column {
  padding: 20px 30px;
  background: #005dab;
  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 195px;
  background: url(../images/leftnav-bg.png) center bottom no-repeat #ebf2ff;
}

.left-nav .sideMenu li {
  position: relative;
  margin-bottom: 10px;
}

.left-nav .sideMenu li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  border-left: 4px solid #fff;
  background: #fff;
}

.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: #005dab;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  background: #c5e1ff;
  border-left: 4px solid #005dab;
}

.left-nav .sideMenu li.current p,
.left-nav .sideMenu li:hover p {
  color: #005dab !important;
  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% - 295px);
}

.location {
  border-bottom: 1px solid #d1d1d1;
}

.curr-col {
  float: left;
}

.curr-col h2 {
  position: relative;
  float: left;
  font-weight: bold;
  font-size: 1.625rem;
  color: #333;
  padding-bottom: 15px;
  background: url(../images/index-title-bottom.png) left bottom no-repeat;
}

.weizhi {
  float: right;
  overflow: hidden;
  margin-top: 15px;
  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: #6ca0d9;
  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 {
  font-weight: bold;
  color: #005dab;
}

/* 图片列表 */
.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: #005dab;
  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;
  background: url(../images/teacher-ico.png) right top no-repeat;
}

.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;
  padding-bottom: 10px;
  font-size: 1.25rem;
  color: #015293;
  position: relative;
}

.list-leader li .text .tit:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #005dab;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-leader li .text .info {
  margin-top: 15px;
}

.list-leader li .text .info .zc {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.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 {
  border: 1px solid #005dab;
  box-shadow: 0 0 10px 0 #005dab;
}

.list-leader li:hover .tit {
  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 #005dab;
  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: #005dab;
}

.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: 32px;
  color: #333333;
}

.article-con .article-text p {
  text-indent: 2em;
  padding-bottom: 25px;
}

.article-con .article-text p img,
.article-con .article-text p video {
  margin-left: -2em;
  max-width: 100%;
  height: auto !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: #005dab;
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}