@charset "utf-8";
html {
  font-size: 16px;
}

body {
  font-family: "microsoft yahei";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
  background: url(../images/body-bg.png) no-repeat;
  background-size: 100% 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 95%;
  margin: 0 auto;
  padding: 0 15px;
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
  overflow: hidden;
}

@media (min-width: 1240px) {
  .container {
    width: 1200px;
    padding: 0 22px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
    padding: 0 44px;
  }
}

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;
  border: none !important;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
  width: 100%;
  padding: 20px 0;
  background: url(../images/header-bg.png) no-repeat;
  background-size: cover;
  transition: all 0.7s ease-out 0s;
}

.header .container {
  padding: 0;
  background: none;
  box-shadow: none;
  position: relative;
}

.header .logo {
  float: left;
}

/* 搜索 */
.search-box {
  float: right;
  background: #fff;
  margin-top: 25px;
  width: 280px;
  height: 37px;
  padding: 0 10px;
  overflow: hidden;
}

.search-box .text {
  width: 230px;
  line-height: 36px;
  height: 36px;
  border: none;
  background: none;
  color: #b8bbbe;
  font-size: 14px;
  float: left;
}

.search-box .sub {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  float: right;
}

/* 导航 */
.nav-button {
  display: none;
}

.navbar {
  height: 50px;
  width: 100%;
  position: relative;
  background: url(../images/navbar-bg.png) center no-repeat;
  background-size: 100% 100%;
}

.navbar .container {
  padding: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}

.navbar .navbar-nav > li:first-child {
  width: 60px;
}

.navbar .navbar-nav > li:first-child p {
  display: none;
}

.navbar .navbar-nav > li:first-child img {
  vertical-align: middle;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  font-size: 1.125rem;
  line-height: 50px;
  text-align: center;
  width: calc((100% - 61px) / 10);
}

.navbar .navbar-nav > li:after {
  content: "";
  height: 34px;
  width: 0;
  border-left: 1px solid #afb3b8;
  position: absolute;
  top: 0;
  right: 0;
}

.navbar .navbar-nav > li:last-child:after {
  display: none;
}

.navbar .navbar-nav > li > a {
  color: #000000;
  display: block;
  position: relative;
}

.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;
  border-top: 3px solid #fff;
  background: rgba(21, 96, 175, 0.8);
  transition: opacity 0.15s;
}

.navbar .nav-child > li {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 22px;
}

.navbar .nav-child > li a {
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #fff;
}

.navbar .nav-child > li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* 浮动导航 */
/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  overflow: hidden;
  position: relative;
}

.banner .container {
  padding: 0;
  background: none;
  box-shadow: none;
  overflow: hidden;
}

.slider-banner {
  position: relative;
  overflow: hidden;
}

.slider-banner .slick-slide {
  position: relative;
}

.slider-banner .slick-slide img {
  vertical-align: top;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.slider-banner .slick-slide img:hover {
  transform: scale(1.05);
}

.slider-banner .slick-dots {
  position: absolute;
  width: auto;
  bottom: 10px;
  right: 44px;
  z-index: 9;
}

.slider-banner .slick-dots li {
  float: left;
  width: 16px;
  height: 20px;
  background: url(../images/banner-dot.png) no-repeat;
  margin: 0 10px;
  cursor: pointer;
}

.slider-banner .slick-dots li button {
  display: none;
}

.slider-banner .slick-dots li.slick-active {
  background: url(../images/banner-dot-on.png) no-repeat;
}

/* banner焦点图结束 */
/* 中部版块 */
.index-tit {
  line-height: 28px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d0d2d5;
  margin-bottom: 20px;
}

.index-tit h2 {
  color: #1560af;
  font-size: 1.25rem;
  float: left;
  padding-bottom: 10px;
  border-bottom: 4px solid #1560af;
}

.index-tit .index-more {
  float: right;
  color: #8d8d8d;
  font-size: 0.875rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-tit .index-more:hover {
  color: #1560af;
}

.c1 {
  float: left;
  width: 67.7%;
}

.c2 {
  float: right;
  width: 30.2%;
}

.c11 {
  width: 48.3%;
  float: left;
}

.c12 {
  width: 48.3%;
  float: right;
}

.row1 {
  padding-top: 25px;
}

.row1 .left-news {
  float: left;
  width: 410px;
}

.row1 .right-news {
  float: right;
  width: calc(100% - 427px);
}

.slider-news .box {
  position: relative;
  overflow: hidden;
}

.slider-news .pic {
  position: relative;
  width: 100%;
  padding-bottom: 62.68%;
  overflow: hidden;
}

.slider-news .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-news .pic img:hover {
  transform: scale(1.05);
}

.slider-news .text {
  width: 100%;
  padding: 18px 22px;
  overflow: hidden;
  background: url(../images/news-bg.png) no-repeat;
  background-size: 100% 100%;
}

.slider-news .text .tit {
  display: block;
  font-size: 1.125rem;
  line-height: 36px;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-news .text .abst {
  font-size: 0.875rem;
  color: #fff;
  line-height: 23px;
  height: 46px;
  text-indent: 2em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slider-news .slick-dots {
  position: absolute;
  width: auto;
  bottom: 130px;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}

.slider-news .slick-dots li {
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.slider-news .slick-dots li button {
  display: none;
}

.slider-news .slick-dots li.slick-active {
  background: #fff;
}

.index-news li {
  line-height: 38px;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
}

.index-news li a {
  float: left;
  color: #333333;
  font-size: 1rem;
  width: calc(100% - 70px);
  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-news li .date {
  float: right;
  font-size: 1rem;
  color: #999999;
}

.index-news li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #1560af;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.index-news li:hover a {
  color: #1560af;
  transform: translate(5px);
}

.index-news .first {
  overflow: hidden;
  margin-bottom: 10px;
}

.index-news .first .pic {
  float: left;
  width: 142px;
  padding-bottom: 98px;
  position: relative;
  overflow: hidden;
}

.index-news .first .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-news .first .pic img:hover {
  transform: scale(1.05);
}

.index-news .first .text {
  float: right;
  width: calc(100% - 158px);
}

.index-news .first .text .tit {
  display: block;
  font-size: 1rem;
  color: #333333;
  line-height: 27px;
  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-news .first .text .abst {
  font-size: 0.75rem;
  color: #999999;
  line-height: 21px;
  height: 42px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.index-news .first .text .date {
  font-size: 0.875rem;
  color: #999999;
  margin-top: 10px;
}

.index-news .first .text:hover .tit {
  color: #1560af !important;
  transform: translate(5px) !important;
}

.index-notice li {
  overflow: hidden;
  margin-bottom: 17px;
}

.index-notice li .date {
  float: left;
  width: 54px;
  height: 46px;
  text-align: center;
  background: #b3b3b3;
}

.index-notice li .date .mon {
  font-size: 0.875rem;
  color: #ffffff;
  padding-top: 3px;
}

.index-notice li .date .day {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 20px;
}

.index-notice li .date.on {
  background: #5e8cbd;
}

.index-notice li .text {
  float: right;
  width: calc(100% - 65px);
}

.index-notice li .text a {
  color: #333333;
  font-size: 1rem;
  line-height: 21px;
  height: 42px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-notice li:hover a {
  color: #1560af !important;
  transform: translate(5px) !important;
}

.row2 {
  padding: 25px 0 45px;
}

.index-sxjt {
  margin-top: -10px;
}

.index-sxjt ul {
  overflow: hidden;
  padding-left: 20px;
  position: relative;
}

.index-sxjt ul:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e7eff7;
  position: absolute;
  top: 10px;
  left: 7px;
}

.index-sxjt li {
  padding: 10px 0;
  border-bottom: 1px dotted #dfdfdf;
  position: relative;
}

.index-sxjt li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #6292c5;
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -24px;
}

.index-sxjt .tit {
  font-size: 1rem;
  color: #000000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-sxjt .info {
  margin-top: 10px;
}

.index-sxjt .info p {
  padding-left: 27px;
  color: #999999;
  font-size: 0.75rem;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-sxjt .info .t1 {
  background: url(../images/sxlt-ico1.png) 3px center no-repeat;
}

.index-sxjt .info .t2 {
  background: url(../images/sxlt-ico2.png) 3px center no-repeat;
}

.index-sxjt .info .t3 {
  background: url(../images/sxlt-ico3.png) 3px center no-repeat;
}

.index-sxjt .info .t4 {
  background: url(../images/sxlt-ico4.png) 3px center no-repeat;
}

.index-sxjt li:hover .tit {
  color: #1560af !important;
  transform: translate(5px) !important;
}

.index-tab .hd li {
  float: left;
  cursor: pointer;
}

.index-tab .hd li h2 {
  color: #a2a6ab;
  border-bottom: none;
}

.index-tab .hd p {
  float: left;
  margin: 0 25px;
  font-size: 20px;
  font-weight: 20px;
  color: #a2a6ab;
}

.index-tab .hd li.on h2 {
  color: #1560af;
  border-bottom: 4px solid #1560af;
}

.ztzl {
  margin-top: 30px;
}

.ztzl-list ul {
  overflow: hidden;
  margin: 0 -7px;
}

.ztzl-list li {
  float: left;
  width: 16.66%;
  margin-bottom: 10px;
}

.ztzl-list li a {
  display: block;
  margin: 0 7px;
  overflow: hidden;
  padding-bottom: 46%;
  position: relative;
}

.ztzl-list li a img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.ztzl-list li a img:hover {
  transform: scale(1.05);
}

/* 中部版块 */
/* 底部 */
.footer {
  padding: 20px 0;
  background: url(../images/footer-bg.png) center no-repeat;
  background-size: cover;
}

.footer .container {
  position: relative;
  background: none;
  box-shadow: none;
}

.footer .links {
  line-height: 28px;
  margin-bottom: 22px;
}

.footer .links h3 {
  font-size: 16px;
  color: #fefeff;
  font-weight: bold;
  float: left;
}

.footer .links ul {
  float: right;
  width: calc(100% - 80px);
}

.footer .links ul li {
  float: left;
  padding: 0 23px;
  position: relative;
}

.footer .links ul li a {
  display: block;
  font-size: 1rem;
  color: #fefeff;
  -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;
}

.footer .links ul li:after {
  content: "";
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.24);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.footer .links ul li:last-child:after {
  display: none;
}

.footer .links ul li:hover a {
  transform: translateY(-5px);
}

.footer .cory {
  position: relative;
  padding: 10px 85px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  text-align: center;
}

.footer .cory p {
  font-size: 0.875rem;
  line-height: 30px;
  color: #fefeff;
}

.footer .ewm {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  text-align: center;
}

.footer .ewm p {
  font-size: 0.75rem;
  color: #fff;
  line-height: 14px;
}

.list-footer {
  background: url(../images/footer-bg.png) center no-repeat;
  background-size: cover;
}

.right-slider {
  position: fixed;
  width: 174px;
  height: 391px;
  background: url(../images/right-slider.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  right: 50%;
  margin-right: -910px;
  top: 25%;
  z-index: 9;
  padding: 0 16px;
}

.right-slider .pic1 {
  display: block;
  margin-top: 130px;
}

.right-slider .pic1 img {
  width: 100%;
}

.right-slider .pic2 {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.right-slider .goback-top {
  display: block;
  margin-top: 20px;
  text-align: center;
}

/* 列表页 */
/* 列表banner */
.list-banner {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.list-banner img {
  width: 100%;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  padding-bottom: 80px;
}

/* 二级导航 */
/* 左侧导航 */
.left-nav {
  width: 250px;
  float: left;
  position: relative;
  z-index: 9;
}

.left-nav .column {
  position: absolute;
  left: 0;
  bottom: 100%;
  background: url(../images/left-column-bg.png) no-repeat;
  background-size: 100%;
  padding: 30px 30px 25px;
  width: 100%;
}

.left-nav .column h2 {
  text-align: center;
  font-size: 1.875rem;
  color: #fff;
}

.left-nav .sideMenu {
  position: relative;
  margin-top: -4px;
  margin-right: 6px;
  padding-left: 6px;
  padding-bottom: 8px;
  background: #eaeff2;
}

.left-nav .sideMenu ul {
  border: 1px solid #eaeff2;
  background: #fff;
  margin-right: -6px;
  padding-right: 6px;
  padding-bottom: 70px;
}

.left-nav .sideMenu li {
  position: relative;
}

.left-nav .sideMenu li h1 {
  position: relative;
  display: block;
  font-weight: normal;
  padding-left: 15px;
  cursor: pointer;
}

.left-nav .sideMenu li h1 a {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 1.25rem;
  color: #1d1d1d;
  padding: 20px 40px 20px 15px;
  background: url(../images/leftnav-ico1.png) 188px center no-repeat;
  border-bottom: 1px solid #e3e9f0;
}

.left-nav .sideMenu dl {
  margin-left: 15px;
  padding: 10px 0 10px 35px;
  border-bottom: 1px solid #e3e9f0;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  position: relative;
  font-size: 1rem;
  color: #1d1d1d;
  padding: 7px 0 7px 10px;
}

.left-nav .sideMenu dl dd a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #878cd3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  color: #005da3;
  font-weight: bold;
}

.left-nav .sideMenu li.current h1:before,
.left-nav .sideMenu li:hover h1:before {
  content: "";
  width: 242px;
  height: 100%;
  background: #005da3;
  position: absolute;
  top: 0;
  right: 0;
}

.left-nav .sideMenu li.current h1 a,
.left-nav .sideMenu li:hover h1 a {
  color: #fff;
  background: url(../images/leftnav-ico2.png) 188px center no-repeat;
  border-bottom: none;
}

.left-nav .sideMenu li.current dl {
  display: block;
}

/* 右边内容区域 */
.right-con {
  float: right;
  width: calc(100% - 280px);
}

.location {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

.location .tit {
  font-size: 1.25rem;
  font-weight: bold;
  color: #236ec2;
  float: left;
  padding: 20px 0 12px;
  border-bottom: 4px solid #236ec2;
}

.location .weizhi {
  padding-top: 28px;
  float: right;
  font-size: 0.875rem;
  color: #333333;
}

.location .weizhi a {
  font-size: 0.875rem;
  color: #333333;
}

.list-text {
  margin-top: 10px;
}

.list-text li {
  border-bottom: 1px solid #f5f5f5;
  line-height: 55px;
  overflow: hidden;
  position: relative;
}

.list-text .tit {
  float: left;
  position: relative;
  width: calc(100% - 110px);
  padding-left: 18px;
  color: #333333;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text .tit:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -2.5px;
  border-radius: 50%;
  background: #333333;
}

.list-text .date {
  float: right;
  color: #666666;
  font-size: 0.9375rem;
}

.list-text li:hover .tit {
  color: #005da3;
  transform: translateX(5px);
}

.list-news {
  margin-top: 15px;
}

.list-news li {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
  padding: 15px 0;
}

.list-news .pic {
  float: left;
  position: relative;
  margin-left: 7px;
  width: 173px;
  height: 123px;
  overflow: hidden;
}

.list-news .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list-news .text {
  float: right;
  width: calc(100% - 205px);
}

.list-news .text .tit {
  display: block;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-news .text .abst {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #888888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-news .text .date {
  margin-top: 15px;
  width: 96px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #e8eef3;
  font-size: 1rem;
  color: #193f6b;
}

.list-news .text.no-pic {
  width: 100%;
  padding-left: 7px;
}

.list-news li:hover .tit {
  color: #005da3;
  transform: translateX(5px);
}

.list-news li:hover img {
  transform: scale(1.05);
}

.list-news li:hover .date {
  background: #145aa1;
  color: #fff;
}

.pic-pages {
  overflow: hidden;
  margin: 40px -35px 0;
}

.pic-pages li {
  float: left;
  width: 33.3%;
  margin-bottom: 75px;
}

.pic-pages li a {
  display: block;
  overflow: hidden;
  margin: 0 35px;
}

.pic-pages .pic {
  width: 100%;
  padding-bottom: 71%;
  overflow: hidden;
  position: relative;
}

.pic-pages .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.pic-pages p {
  position: relative;
  background: url(../images/msfc-bg.png) no-repeat;
  background-size: 100% 100%;
  margin: -50px auto 0;
  width: 90%;
  text-align: center;
  padding: 35px 0 15px;
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pic-pages li:hover img {
  transform: scale(1.05);
}

.list-leader {
  padding-top: 35px;
  overflow: hidden;
}

.list-leader li {
  float: left;
  width: 50%;
  margin-bottom: 35px;
}

.list-leader li a {
  display: block;
  margin: 0 20px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  box-shadow: 0 10px 10px 0 #e6e6e6;
  padding: 20px 15px 18px 20px;
}

.list-leader li .pic {
  position: relative;
  float: left;
  width: 151px;
  height: 192px;
  overflow: hidden;
}

.list-leader li .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.list-leader li .text {
  float: right;
  width: calc(100% - 178px);
}

.list-leader li .text .tit {
  margin-top: 25px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
}

.list-leader li .text .tit span {
  margin-right: 10px;
}

.list-leader li .text .abst {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 36px;
  color: #333333;
  height: 108px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-leader li:hover a {
  background: url(../images/leader-bg.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 20px 0 #005da3;
}

.list-leader li:hover img {
  transform: scacl(1.05);
}

.list-teacher {
  overflow: hidden;
  margin-top: 35px;
}

.list-teacher li {
  float: left;
  width: 16.6%;
  margin-bottom: 30px;
}

.list-teacher li a {
  display: block;
  margin: 0 20px;
  overflow: hidden;
}

.list-teacher li .pic {
  width: 100%;
  height: 120%;
  overflow: hidden;
  border: 1px solid #e0e6e9;
  padding: 5px;
  position: relative;
}

.list-teacher li .pic img {
  width: 100%;
}

.list-teacher li p {
  font-size: 1rem;
  color: #333333;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.list-teacher li:hover img {
  transform: scale(1.05);
}

.list-teacher li:hover p {
  color: #005da3;
}

/* 列表线条动画 */
.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;
}

/* 列表线条动画结束 */
/* 正文页 */
.cont-pages {
  width: 100% !important;
  margin-bottom: -30px;
}

.article-con {
  margin-top: 40px;
  overflow: hidden;
}

.article-con h1 {
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333333;
}

.article-con h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  color: #333333;
}

.article-con .info {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  background: #f4f6f7;
  font-size: 0.875rem;
  color: #999999;
  text-align: center;
}

.article-con .info span {
  margin: 0 9px;
}

.article-con .article-text {
  margin-top: 25px;
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  padding-bottom: 30px;
}

.article-con .article-text p {
  text-indent: 2em;
  padding-bottom: 20px;
}

.article-con .article-text p img,
.article-con .article-text p video {

  max-width: 100%;
  height: auto !important;
}

.article-con .article-text p.vsbcontent_img img {
  margin-left: 0 !important;
}

.article-con .updown {
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid #eff0f9;
}

.article-con .updown a {
  display: block;
  font-size: 1rem;
  color: #333;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-con .updown a:hover {
  color: #005da3;
  transform: translateX(5px);
}

.article-jj {
  margin-top: 20px;
}

.article-jj .article-text {
  line-height: 37px;
  border-bottom: none;
  font-size: 1rem;
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}