@charset "utf-8";
body {
  font-family: "microsoft yahei";
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  outline: none !important;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
button,
select,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  outline: none;
  background: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 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 {
  padding: 28px 0;
  background: url(../images/header-bg.png) no-repeat;
  background-size: 100% 100%;
}

.logo {
  float: left;
}

.top-right {
  float: right;
}

.top-links {
  text-align: right;
  color: #fff;
}

.top-links a {
  color: #fff;
  font-size: 15px;
}

.top-links span {
  margin: 0 7px;
}

.search-box {
  margin-top: 30px;
  float: right;
  height: 40px;
  width: 250px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
}

.search-box .text {
  float: left;
  font-size: 14px;
  padding-left: 15px;
  line-height: 38px;
  height: 38px;
  width: calc(100% - 35px);
  background: none;
  color: #fff;
}

.search-box .sub {
  float: right;
  width: 17px;
  height: 17px;
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.nav-bar {
  background: #fff;
}

.nav .nLi {
  float: left;
  text-align: center;
  position: relative;
  width: 20%;
  padding: 5px 0;
}

.nav .nLi > a {
  border-radius: 40px;
  padding: 0 12px;
  color: #01448c;
  font-size: 22px;
  font-weight: normal;
  line-height: 56px;
  display: inline-block;
  position: relative;
}

.nav .nLi.current > a,
.nav .nLi:hover > a {
  background: #01448c;
  color: #fff;
  font-weight: bold;
}

.nav .subNav {
  display: none;
  top: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 99;
}

.nav .subNav li {
  padding: 12px 5px;
  line-height: 24px;
}

.nav .subNav li a {
  font-size: 18px;
  color: #fff;
}

.nav .subNav li.current,
.nav .subNav li:hover {
  background: #01448c;
}

.nav .subNav:before {
  content: "";
  width: 12px;
  height: 6px;
  background: url(../images/nav-top-ico.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
}

@keyframes picmove {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

@-moz-keyframes picmove {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

@-webkit-keyframes picmove {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

@-o-keyframes picmove {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner .slider-banner .slick-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner .slider-banner img {
  animation: picmove 5s infinite;
}

.banner .slider-banner .tit {
  width: 975px;
  height: 175px;
  background: url(../images/banner-titbg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -100%);
  -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;
  z-index: 99;
}

.banner .slider-banner .tit p {
  text-align: center;
  margin-top: 20px;
  font-size: 48px;
  color: #fff;
  line-height: 60px;
}

.banner .slider-banner .slick-arrow {
  width: 60px;
  height: 60px;
  text-indent: 99px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 9;
  cursor: pointer;
}

.banner .slider-banner .slick-prev {
  background: url(../images/banner-left.png);
  background-size: 100% 100%;
  left: 3%;
}

.banner .slider-banner .slick-next {
  background: url(../images/banner-right.png);
  background-size: 100% 100%;
  right: 3%;
}

.banner .slider-banner .slick-arrow:hover {
  opacity: 0.8;
}

.banner .slider-banner .slick-active .tit {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

/* main-box */
.index-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}

.index-title p {
  text-align: center;
  padding-top: 45px;
  background: url(../images/index-titico.png) center top no-repeat;
  color: #01448c;
  font-size: 48px;
}

/* row1 */
.row1 {
  padding: 50px 0 70px;
  background: #f4f4f4;
}

.news-left {
  float: left;
  width: 530px;
  position: relative;
  overflow: hidden;
}

.news-left .box {
  position: relative;
  width: 100%;
}

.news-left .pic {
  float: left;
  width: 100%;
  padding-bottom: 298px;
  border-bottom: 2px solid #023690;
  position: relative;
  overflow: hidden;
}

.news-left .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.news-left .pic img:hover {
  transform: scale(1.05);
}

.news-left .date {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background: rgba(2, 54, 144, 0.8);
  position: absolute;
  left: 33px;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.news-left .date .day {
  margin-top: 10px;
  font-size: 30px;
}

.news-left .date .mon {
  font-size: 16px;
}

.news-left .text {
  background: #fff;
  padding: 30px 10px 35px 30px;
  overflow: hidden;
}

.news-left .tit {
  display: block;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -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;
}

.news-left .abst {
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-left .tit:hover {
  color: #01448c;
  transform: translateY(-5px);
}

.news-right {
  float: right;
  width: 630px;
  overflow: hidden;
}

.news-right ul {
  background: #fff;
  border-top: 2px solid #01448c;
}

.news-right li {
  padding: 34px 10px 35px 20px;
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
}

.news-right .date {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background: #eaf2fd;
  color: #023690;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.news-right .date .day {
  margin-top: 10px;
  font-size: 30px;
}

.news-right .date .mon {
  font-size: 16px;
}

.news-right .tit {
  margin-top: 5px;
  float: right;
  width: calc(100% - 98px);
  display: block;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -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;
}

.news-right li:last-child {
  border-bottom: none;
}

.news-right li:hover .date {
  background: #023690;
  color: #fff;
}

.news-right li:hover .tit {
  color: #023690;
  transform: translateX(5px);
}

.news-right .more {
  margin-top: 16px;
  display: block;
  width: 100%;
  line-height: 55px;
  text-align: center;
  background: #01448c;
  font-size: 18px;
  color: #ffffff;
}

.news-right .more:hover {
  font-weight: bold;
}

.row2 {
  padding: 50px 0 98px 0;
  background: #fff;
}

.index-gjjl {
  position: relative;
  margin: 0 -22px;
}

.index-gjjl li {
  float: left;
  width: 33.3%;
}

.index-gjjl .box {
  height: 340px;
  margin: 0 22px;
  background: #f4f4f4;
  overflow: hidden;
}

.index-gjjl .tit {
  position: relative;
  padding: 55px 35px;
}

.index-gjjl .tit a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -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-gjjl .tit a:hover {
  font-weight: bold;
}

.index-gjjl .tit em {
  display: block;
  font-size: 50px;
  font-style: normal;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.18);
  position: absolute;
  right: 25px;
  bottom: 0;
}

.index-gjjl .info {
  padding: 10px 35px 50px;
}


.index-gjjl .info p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 22px;
  height: 45px;
  padding-left: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-gjjl .info .p1 {
  background: url(../images/gjjl-ico1.png) left 5px no-repeat;
}

.index-gjjl .info .p2 {
  background: url(../images/gjjl-ico2.png) left 5px no-repeat;
}

.index-gjjl .info .p3 {
  background: url(../images/gjjl-ico3.png) left 5px no-repeat;
}

.index-gjjl li .box .tit {
  background: url(../images/gjjl-bg1.png) no-repeat;
  background-size: 100% 100%;
}

.index-gjjl li:nth-child(2n) .box .tit {
  padding: 50px 35px;
  background: url(../images/gjjl-bg2.png) no-repeat;
  background-size: 100% 100%;
}

.index-gjjl li:nth-child(2n) .box .info {
  padding: 30px 35px 30px;
}

.index-gjjl li:nth-child(3) .box .tit {
  background: url(../images/gjjl-bg3.png) no-repeat;
  background-size: 100% 100%;
}

.index-gjjl li:nth-child(5) .box .tit {
  background: url(../images/gjjl-bg1.png) no-repeat;
  background-size: 100% 100%;
}

.index-gjjl li:nth-child(7) .box .tit {
  background: url(../images/gjjl-bg3.png) no-repeat;
  background-size: 100% 100%;
}

.index-gjjl li:nth-child(9) .box .tit {
  background: url(../images/gjjl-bg1.png) no-repeat;
  background-size: 100% 100%;
}

.index-gjjl li:nth-child(11) .box .tit {
  background: url(../images/gjjl-bg3.png) no-repeat;
  background-size: 100% 100%;
}

.index-gjjl .prev,
.index-gjjl .next {
  display: block;
  width: 34px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
}

.index-gjjl .prev {
  background: url(../images/gjjl-left.png) no-repeat;
  background-size: 100% 100%;
  left: -30px;
}

.index-gjjl .prev:hover {
  background: url(../images/gjjl-left2.png) no-repeat;
  background-size: 100% 100%;
}

.index-gjjl .next {
  background: url(../images/gjjl-right.png) no-repeat;
  background-size: 100% 100%;
  right: -30px;
}

.index-gjjl .next:hover {
  background: url(../images/gjjl-right2.png) no-repeat;
  background-size: 100% 100%;
}

.index-links {
  padding: 35px 0 35px;
  background: #f4f4f4;
  overflow: hidden;
  line-height: 34px;
}

.index-links h3 {
  float: left;
  font-size: 30px;
  color: #01448c;
  font-weight: normal;
}

.index-links ul {
  float: right;
  width: calc(100% - 205px);
  overflow: hidden;
}

.index-links ul li {
  float: left;
  width: 25%;
}

.index-links ul a {
  display: block;
  font-size: 18px;
  color: #444444;
  padding-left: 22px;
  position: relative;
}

.index-links ul a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #01448c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.index-links ul a:hover {
  color: #01448c;
}

/* 底部 */
.footer {
  background: url(../images/footer-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 45px;
  overflow: hidden;
}

.footer .foot-logo {
  float: left;
}

.footer .contact {
  float: left;
  margin-left: 100px;
  padding-top: 15px;
}

.footer .contact p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .cory {
  margin-top: 40px;
  overflow: hidden;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer .cory p {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

/* 二级页面 */
.list-banner {
  width: 100%;
  overflow: hidden;
}

.list-page {
  padding: 25px 0 95px;
  min-height: 500px;
  font-family: Arial, Helvetica, sans-serif;
}

/* 左侧导航 */
.left-nav {
  width: 330px;
  float: left;
}

.left-nav .column {
  background: #01448c;
  padding: 25px 35px;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
}

.left-nav .sideMenu {
  padding: 0 0 200px;
  background: url(../images/left-nav-bg.png) bottom center no-repeat #f4f4f4;
}

.left-nav .sideMenu li > a {
  display: block;
  color: #333333;
  font-size: 24px;
  padding: 20px 35px;
  position: relative;
}

.left-nav .sideMenu dl {
  border-bottom: 1px solid #dce2eb;
  padding: 10px 35px 10px 40px;
  display: none;
}

.left-nav .sideMenu dl dd a {
  position: relative;
  display: block;
  font-size: 20px;
  color: #333333;
  padding: 8px 0 8px 20px;
}

.left-nav .sideMenu dl dd a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b3b3b3;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  font-weight: bold;
  color: #023690;
}

.left-nav .sideMenu dl dd:hover a:after,
.left-nav .sideMenu dl dd.current a:after {
  background: #023690;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  color: #fff;
  font-weight: bold;
  background: #2e8fa3;
}

.left-nav .sideMenu li.current dl {
  display: block !important;
}

.current-clumn {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #023690;
}

.current-clumn h3 {
  font-size: 25px;
  font-weight: bold;
  color: #01448c;
  padding-left: 80px;
  background: url(../images/index-titico.png) left -5px no-repeat;
}

/* 右边内容区域 */
.right-con {
  width: calc(100% - 380px);
  float: right;
}

/* 当前栏目 */
.curr-column {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
}

.curr-column p {
  float: left;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 17px;
  border-bottom: 3px solid #01448b;
}

/* 当前位置 */
.location {
  overflow: hidden;
  background: url(../images/home.png) left center no-repeat;
  padding-left: 20px;
  color: #888888;
  font-size: 16px;
  margin-bottom: 45px;
}

.location a {
  color: #888888;
}

/* 列表页 */
.list-text {
  margin-top: 20px;
  overflow: hidden;
}

.list-text li {
  line-height: 70px;
  overflow: hidden;
  border-bottom: 1px solid #bdbdbd;
}

.list-text li .date {
  margin-top: 18px;
  float: left;
  width: 98px;
  line-height: 33px;
  text-align: center;
  border-radius: 10px;
  background: #eaf2fd;
  font-size: 16px;
  color: #033691;
}

.list-text li .tit {
  float: right;
  position: relative;
  font-size: 18px;
  width: calc(100% - 120px);
  color: #333333;
  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 li:hover .date {
  background: #033691;
  font-weight: bold;
  color: #fff;
}

.list-text li:hover .tit {
  color: #023690;
  font-weight: bold;
}

/* 图片列表 */
.list-pic {
  overflow: hidden;
  margin: 40px -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: #01448b;
  background-size: 100% 100%;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover h4 {
  color: #fff;
}

/* 部门概况 */
.list-bmgk {
  overflow: hidden;
}

.list-bmgk li {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 25px 35px 20px 20px;
}

.list-bmgk .pic {
  float: left;
  width: 155px;
  padding-bottom: 206px;
  background: #edf2f6;
  position: relative;
}

.list-bmgk .pic img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list-bmgk .text {
  float: right;
  width: calc(100% - 180px);
  overflow: hidden;
}

.list-bmgk .tit {
  margin-top: -5px;
  font-size: 24px;
  color: #015293;
  display: block;
}

.list-bmgk .info {
  margin-top: 10px;
}

.list-bmgk .info p {
  font-size: 16px;
  color: #555555;
  line-height: 28px;
}

.list-bmgk li:hover {
  background: #edf2f6;
}

.list-bmgk li:hover .pic {
  background: #fff;
}

/* 内容页 */
.article {
  margin-top: 40px;
}

.article h1 {
  text-align: center;
  color: #01448c;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.article h2 {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 15px;
}

.article .info {
  color: #777777;
  font-size: 15px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
}

.article .info span {
  margin: 0 10px;
}

.article .content {
  padding: 20px 0 10px;
}

.article .content p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  padding-bottom: 20px;
}

.article .content p img,
.article .content p video {
  max-width: 100%;
}

.article .content table p {
  text-indent: 0;
}

.article .np {
  padding-top: 30px;
  border-top: 1px solid #bdbdbd;
}

.article .np a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article .np a span {
  color: #01448c;
}

.article .np a:hover {
  color: #01448c;
}

/* 中心简介页 */
.page-jjy {
  overflow: hidden;
}

.page-jjy .jjtit {
  background: #01448c;
  line-height: 50px;
  overflow: hidden;
  padding: 0 15px;
}

.page-jjy .jjtit h2 {
  font-size: 20px;
  color: #ffff;
}

.page-jjy .article {
  margin-top: 0;
}