@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: 1280px) {
  .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;
  background: #0465bc;
}

.header .top {
  padding: 6px 0 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  line-height: 30px;
}

.header .top .tip {
  float: left;
}

.header .top .tip p {
  font-size: 1rem;
  color: #fff;
}

.header .top-links {
  float: right;
}

.header .top-links .left {
  float: left;
}

.header .top-links .left a {
  font-size: 1rem;
  color: #fff;
}

.header .top-links .left span {
  color: #fff;
  margin: 0 10px;
}

.header .top-links .right {
  float: left;
  margin-left: 20px;
  width: 250px;
  background: url(../images/top-links.png) center no-repeat;
  background-size: 100% auto;
}

.header .top-links .right a {
  float: left;
  width: 50%;
  color: #fff;
  padding-left: 40px;
}

.header .top-links .right .a1 {
  background: url(../images/top-ico001.png) 18px center no-repeat;
}

.header .top-links .right .a2 {
  background: url(../images/top-ico002.png) 18px center no-repeat;
}

.header .logo-box .container {
  padding: 30px 0 25px;
  background: url(../images/top-bg.png) right center no-repeat;
}

.header .logo {
  float: left;
  position: relative;
}

.search-box {
  margin-top: 10px;
  float: right;
  width: 260px;
  height: 44px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -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 0 20px;
  line-height: 42px;
  height: 42px;
  font-size: 0.875rem;
  color: #fff;
  background: none;
  border: none;
}

.search-box .btn {
  float: right;
  margin-right: 10px;
  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;
  width: 100%;
  background: #0673d4;
}

.navbar .menu-bott {
  display: none;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  width: 10%;
}

.navbar .navbar-nav > li em {
  display: none;
}

.navbar .navbar-nav > li > a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 55px;
}

.navbar .navbar-nav > li:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.navbar .navbar-nav > .current > a,
.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(0, 0, 0, 0.45);
}

.navbar .nav-child > li {
  padding: 12px 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: #ea9a25;
}

.navbar.open .submask {
  display: block;
}

/* 浮动导航 */
/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 38vw;
  max-height: 755px;
  min-height: 220px;
}

.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 .container {
  position: relative;
  margin-top: -30px;
}

.banner .banner-pagination {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  text-align: right;
  z-index: 9;
}

.banner .banner-pagination span {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 7px;
}

.banner .banner-pagination .swiper-pagination-bullet-active {
  width: 17px;
  height: 17px;
  background: #ea9a25;
}

/* 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: 15px;
  border-bottom: 1px solid #bfbfbf;
}

.index-title * {
  transition: .5s;
}

.index-title h2 {
  position: relative;
  float: left;
  font-weight: bold;
}

.index-title h2 .cn {
  font-size: 1.5rem;
  color: #333333;
  float: left;
  padding-left: 35px;
  position: relative;
  padding-bottom: 10px;
}

.index-title h2 .cn:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0465bc;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.index-title h2 .en {
  float: left;
  margin-top: 12px;
  margin-left: 10px;
  font-size: .875rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #a9a9a9;
}

.index-title .index-more {
  float: right;
  margin-top: 10px;
  width: 47px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: .75rem;
  color: #888888;
  border: 1px solid #888888;
  margin-top: 8px;
  position: relative;
}

.index-title .index-more:hover {
  background: #0465bc;
  color: #fff;
}

.row {
  margin: 0 -15px;
  overflow: hidden;
}

.row .col {
  float: left;
  width: 33.3%;
  padding: 0 15px;
}

/* 通用样式 */
.row1 {
  padding: 45px 0;
  position: relative;
}

.pic-news li a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pic-news li a .pic {
  position: relative;
  width: 100%;
  height: 285px;
  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 .tit {
  position: absolute;
  background: linear-gradient(transparent, black);
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
}

.pic-news li a .tit p {
  width: calc(100% - 80px);
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pic-news .news-pagination {
  position: absolute;
  bottom: 15px;
  right: 10px;
  text-align: right;
  z-index: 9;
}

.pic-news .news-pagination span {
  background: #fff;
  opacity: 1;
}

.pic-news .news-pagination .swiper-pagination-bullet-active {
  background: #ea9a25;
}

.index-news .index-title h2 {
  background: url(../images/index-title-ico1.png) left top no-repeat;
}

.index-news li {
  overflow: hidden;
  line-height: 40px;
}

.index-news li a {
  display: block;
}

.index-news li * {
  transition: .5s;
}

.index-news li h2 {
  float: left;
  width: calc(100% - 50px);
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
  position: relative;
}

.index-news li h2:before {
  content: "";
  width: 3px;
  height: 15px;
  background: #0068b7;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
}

.index-news li .date {
  float: right;
  font-size: .875rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #aeaeae;
}

.index-news li:hover h2 {
  color: #0068b7;
  transform: translateX(5px);
}

.index-tzgg .index-title h2 {
  background: url(../images/index-title-ico2.png) left top no-repeat;
}

.index-tzgg li {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dashed #e3e3e3;
}

.index-tzgg li * {
  transition: .5s;
}

.index-tzgg li a {
  display: block;
}

.index-tzgg li .date {
  float: left;
  width: 55px;
  background: #0068b7;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 9px 0;
}

.index-tzgg li .day {
  font-size: 1.25rem;
  font-weight: bold;
}

.index-tzgg li .mon {
  font-size: .75rem;
}

.index-tzgg li h2 {
  float: right;
  width: calc(100% - 65px);
  margin-top: -1px;
  font-weight: normal;
  font-size: 1rem;
  color: #333333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-tzgg li:first-child {
  padding-top: 0;
}

.index-tzgg li:last-child {
  border-bottom: none;
}

.index-tzgg li:hover h2 {
  color: #0068b7 !important;
  transform: translateX(5px);
}

.row2 {
  padding: 45px 0 40px;
  background: #f5f5f5;
}

.row3 {
  padding: 45px 0 40px;
  background: #fff;
}

.index-rcpy .index-title h2 {
  background: url(../images/index-title-ico3.png) left top no-repeat;
}

.index-kxyj .index-title h2 {
  background: url(../images/index-title-ico4.png) left top no-repeat;
}

.index-xsdt .index-title h2 {
  background: url(../images/index-title-ico5.png) left top no-repeat;
}

.index-dqjs .index-title h2 {
  background: url(../images/index-title-ico6.png) left top no-repeat;
}

.index-xsgz .index-title h2 {
  background: url(../images/index-title-ico7.png) left top no-repeat;
}

.index-xzyd .index-title h2 {
  background: url(../images/index-title-ico8.png) left top no-repeat;
}

.row4 {
  padding: 0px 0 75px;
  background: url(../images/row4-bg.png) center bottom no-repeat;
  overflow: hidden;
}

.row4 .index-title h2 {
  background: url(../images/index-title-ico9.png) left top no-repeat;
}

.index-list {
  margin-top: 20px;
}

.index-list * {
  transition: .5s;
}

.index-list a {
  display: block;
}

.index-list .first {
  overflow: hidden;
  padding-bottom: 24px;
  border-bottom: 1px dashed #e4e4e4;
  margin-bottom: 10px;
}

.index-list .first .date {
  float: left;
  width: 70px;
  height: 70px;
  background: #fff;
  border: 1px solid #0068b7;
  text-align: center;
  font-weight: bold;
}

.index-list .first .day {
  line-height: 42px;
  font-size: 1.25rem;
  color: #fff;
  background: url(../images/date.png) top center no-repeat;
  background-size: 100% 100%;
}

.index-list .first .mon {
  line-height: 28px;
  font-size: .875rem;
  color: #0068b7;
}

.index-list .first .txt {
  float: right;
  width: calc(100% - 83px);
}

.index-list .first h2 {
  font-size: 1rem;
  line-height: 28px;
  color: #0264af;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-list .first .abst {
  text-indent: 2em;
  font-size: .875rem;
  color: #999999;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-list .first:hover h2 {
  transform: translateX(5px);
}

.index-list li {
  overflow: hidden;
  line-height: 40px;
}

.index-list li a {
  display: block;
}

.index-list li * {
  transition: .5s;
}

.index-list li h2 {
  float: left;
  width: calc(100% - 50px);
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
  position: relative;
}

.index-list li h2:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #0068b7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.index-list li .date {
  float: right;
  font-size: .875rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #aeaeae;
}

.index-list li:hover h2 {
  color: #0068b7;
  transform: translateX(5px);
}

.index-xyfc {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.index-xyfc li * {
  transition: .5s;
}

.index-xyfc li a {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}

.index-xyfc li .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.index-xyfc li .txt {
  position: absolute;
  width: 0;
  height: 100%;
  background: rgba(4, 101, 180, 0.7);
  z-index: 9;
  transform: scaleX(0);
  opacity: 0;
  visibility: hidden;
  padding: 10% 20px;
  color: #fff;
}

.index-xyfc li .txt h2 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-xyfc li .txt .abst {
  margin-top: 10px;
  text-indent: 2em;
  opacity: 0.48;
  font-size: .875rem;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-xyfc li a:hover .txt {
  width: 100%;
  transform: none;
  opacity: 1;
  visibility: visible;
}

.index-xyfc .xyfc-prev,
.index-xyfc .xyfc-next {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
  z-index: 9;
}

.index-xyfc .xyfc-prev {
  left: -80px;
  background: url(../images/xyfc-left.png) no-repeat;
  background-size: 100% 100%;
}

.index-xyfc .xyfc-next {
  right: -80px;
  background: url(../images/xyfc-right.png) no-repeat;
  background-size: 100% 100%;
}

.index-xyfc .xyfc-pagination {
  text-align: center;
  margin-top: 30px;
  display: none;
}

/* 首页中部区域 */
/* 底部 */
.footer {
  position: relative;
  padding: 30px 0 30px;
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
  border-top: 4px solid #f6b351;
}

.footer .gotop {
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: 100%;
  right: 4%;
  cursor: pointer;
  z-index: 9;
}

.index-links h2 {
  float: left;
  line-height: 42px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: normal;
  padding-left: 28px;
  background: url(../images/links-ico.png) left center no-repeat;
}

.index-links .link-list {
  float: right;
  width: calc(100% - 130px);
  margin-right: -15px;
}

.index-links .link-list .box {
  float: left;
  width: 25%;
  padding-right: 15px;
  position: relative;
}

.index-links .link-list .tit {
  width: 100%;
  background: rgba(97, 155, 205, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.36);
  padding: 0 5%;
  line-height: 42px;
  cursor: pointer;
}

.index-links .link-list .tit p {
  font-size: 1rem;
  background: url(../images/select-ico.png) right center no-repeat;
  color: #fff;
}

.index-links .link-list ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: calc(100% - 15px);
  left: 0;
  bottom: 100%;
  z-index: 9;
  background: #619bcd;
  padding: 10px;
}

.index-links .link-list ul li {
  padding: 5px 0;
  font-size: 1rem;
  color: #fff;
}

.index-links .link-list .box.active ul {
  visibility: visible;
  opacity: 1;
}

.foot-info {
  margin-top: 60px;
}

.foot-info .footlogo {
  float: left;
  margin-top: 10px;
}

.foot-info .cory {
  float: left;
  width: calc(100% - 380px);
  margin-left: 35px;
}

.foot-info .cory p {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 28px;
}

.foot-info .ewm {
  float: right;
  width: 90px;
}

.foot-info .ewm img {
  width: 100%;
}

/* 列表页 */
/* 列表banner */
.listbanner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.listbanner .pic {
  width: 100%;
  height: 20vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  background: url(../images/list-page-bg.png) bottom center no-repeat #ffffff;
  background-size: 100% auto;
  padding: 60px 0 60px;
}

/* 左侧导航 */
.left-nav {
  width: 250px;
  float: left;
  position: relative;
  background: #fff;
}

.left-nav .column {
  padding: 15px 35px;
  background: url(../images/leftnav-tit.png) center center no-repeat #0465bc;
  text-align: center;
}

.left-nav .column h2 {
  font-size: 1.875rem;
  font-weight: normal;
  color: #ffffff;
}

.left-nav .phone-column {
  display: none;
}

.left-nav .sideMenu {
  padding: 30px 15px 160px;
  background: url(../images/leftnav-bg.png) center bottom no-repeat #f5f5f5;
}

.left-nav .sideMenu li {
  position: relative;
  margin-bottom: 10px;
}

.left-nav .sideMenu li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  background: #fff;
}

.left-nav .sideMenu li > a p {
  background: url(../images/leftnav-ico1.png) right center no-repeat;
  padding-right: 15px;
  font-size: 1.125rem;
  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: #ea9a25;
}

.left-nav .sideMenu li.current p,
.left-nav .sideMenu li:hover p {
  color: #fff !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% - 305px);
}

.location {
  border-bottom: 1px solid #bfbfbf;
}

.curr-col {
  float: left;
}

.curr-col h2 {
  position: relative;
  float: left;
  font-weight: bold;
  font-size: 1.5rem;
  color: #0465bc;
  padding-bottom: 15px;
}

.curr-col h2:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0465bc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.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 * {
  transition: .5s;
}

.list-text li {
  border-bottom: 1px solid #e1e1e1;
}

.list-text li a {
  overflow: hidden;
  display: block;
  padding: 24px 0;
  line-height: 18px;
  width: 95%;
  background: url(../images/list-text-ico.png) right center no-repeat;
  padding-right: 40px;
}

.list-text li h2 {
  float: right;
  display: block;
  width: calc(100% - 120px);
  font-weight: normal;
  font-size: 1rem;
  position: relative;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-text li .date {
  float: left;
  font-size: 1rem;
  color: #0465bc;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 15px;
  border-right: 2px solid #0465bc;
}

.list-text li:hover {
  background: #0465bc;
  border-bottom: 1px solid #0465bc;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.45);
}

.list-text li:hover a {
  transform: translateX(10px);
}

.list-text li:hover h2 {
  font-weight: bold;
  color: #fff;
}

.list-text li:hover .date {
  color: #fff;
  border-right: 2px solid #fff;
}

/* 图片列表 */
.list-pic {
  overflow: hidden;
  margin: 30px -15px 0;
}

.list-pic * {
  transition: .5s;
}

.list-pic li {
  width: 33.3%;
  float: left;
  margin-bottom: 35px;
}

.list-pic li a {
  display: block;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.list-pic .pic {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}

.list-pic .pic img {
  width: 100%;
  position: absolute;
}

.list-pic h4 {
  position: relative;
  padding: 15px 20px;
  font-weight: normal;
  line-height: 16px;
}

.list-pic h4 p {
  font-size: 1rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pic h4 p:before {
  content: "";
  width: 3px;
  height: 16px;
  background: #8db8df;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.list-pic li:hover a {
  background: #0465bc;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover p {
  color: #fff !important;
}

.list-pic li:hover p:before {
  background: #ea9a25;
}

/* 领导团队 */
.list-leader {
  margin: 40px -20px 0;
  overflow: hidden;
}

.list-leader li {
  float: left;
  width: 20%;
  margin-bottom: 20px;
}

.list-leader li a {
  display: block;
  overflow: hidden;
  margin: 0 20px;
}

.list-leader li .pic {
  width: 100%;
  position: relative;
  padding-bottom: 141%;
  overflow: hidden;
}

.list-leader li .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.list-leader li .tit {
  line-height: 44px;
  font-size: 1rem;
  text-align: center;
}

/* 列表线条动画 */
.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 .tit {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  font-weight: normal;
  color: #284d9a;
  padding: 0 5%;
}

.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: 35px;
  color: #333333;
}

.article-con .article-text p {
  text-indent: 2em;
  padding-bottom: 15px;
}

.article-con .article-text p img,
.article-con .article-text p video {
  margin-left: -2em;
  max-width: 100%;
  height: auto !important;
}

.article-con .article-text p.vsbcontent_img {
  text-indent: 0;
}

.article-con .article-text p.vsbcontent_img img {
  margin-left: 0;
}

.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: #0562b1;
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}


.article-con .article-text table td,
.article-con .article-text table p ,
.article-con .article-text table *{
  text-indent: 0 !important;
  padding: 0;
 
}