@charset "utf-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'SanRegular';
  src: url('../font/SourceHanSansCN-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanMedium';
  src: url('../font/SourceHanSansCN-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanBold';
  src: url('../font/SourceHanSansCN-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanHeavy';
  src: url('../font/SourceHanSansCN-Heavy.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanLight';
  src: url('../font/SourceHanSansCN-Light.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanNormal';
  src: url('../font/SourceHanSansCN-Normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
/* header */
header {
  width: 100%;
  position: relative;
  height: 210px;
  z-index: 999;
  width: 100%;
  background: url(../img2/head_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.headtop {
  width: 100%;
  overflow: hidden;
}
.topmain {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.headbom {
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
}
.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
}

.nav-ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav-ul li > a {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  position: relative;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.nav-ul li:hover > a,
.nav-ul li.nav-active a {
  border-bottom-color: #fff;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  min-width: 130px;
  top: 38px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: none;
 
}

.nav-sub dl dd {
  /* background: #e66621; */
  width: 100%;
  height: 40px;
  text-align: center;
}

.nav-sub dl dd a {
  display: block;
  color: #fff;
  background-color: #0e1b9c;
  line-height: 39px;
  border-bottom: 1px solid #fff;
  font-size: 15px;
}

.nav-sub dl dd a:hover {
  background-color: #2b39c9;
}

.head-soum-flex {
  width: 260px;
  height: 42px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.head-soum-flex form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
}

.head-soum-flex input {
  border: none;
  width: calc(100% - 22px);
  font-size: 14px;
  color: #555;
}

.head-soum-flex button {
  border: none;
  background: none;
}
.head-soum-flex button img {
  width: 19px;
  height: 19px;
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }
  .topmain {
    height: 70px;
  }
  .head-soum-flex {
    display: none;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    display: none;
  }
  .logo {
    width: 320px;
  }
  header {
    height: 70px;
  }
  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .logo {
    width: 220px;
  }
}

/* banner */

/* 底部 */
#footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 42px;
  background: #0e1b9c;
  overflow: hidden;
}

.footer-main {
  display: flex;
  justify-content: space-between;
}

.footer-left {
  width: 56.8%;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}
.footer-text {
  display: flex;
}
.footer-text p {
  padding: 0 8px;
  color: #fff;
  position: relative;
}
.footer-link a {
  padding: 0 8px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.footer-link a:first-child {
  padding-left: 0px;
}
.footer-text p::after {
  position: absolute;
  height: 16px;
  width: 2px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  content: '';
  background-color: #fff;
}
.footer-link a::after {
  position: absolute;
  height: 16px;
  width: 2px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  content: '';
  background-color: #fff;
}
.footer-link a:last-child::after {
  display: none;
}
.footer-text p:last-child::after {
  display: none;
}
.footer-text p:first-child {
  padding-left: 0px;
}

.footcode {
  color: #fff;
}

.footer-code {
  display: flex;
}
.code-img {
  width: 88px;
}
.code-img p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 2px;
  line-height: 24px;
}
.code-img img {
  width: 100%;
}
.code-img:first-child {
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .footer-left {
    width: 76%;
  }
}

@media (max-width: 991px) {
  .footer-left {
    width: 100%;
    margin-bottom: 12px;
  }
  .footer-main {
    flex-wrap: wrap;
  }
  #footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-text {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  #footer {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.hnews-flex {
  display: flex;
  justify-content: space-between;
}
.hnews-school {
  padding: 50px 0px;
  overflow: hidden;
}
.school-left {
  width: 50%;
  padding-right: 25px;
}
.school-right {
  width: 50%;
  padding-left: 25px;
}
.schoolnews-info {
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
}
.schoolnews-info p {
  width: 76%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
}
.school-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
  background-color: #fff !important;
  position: relative;
  box-sizing: content-box;
  /* margin: 0 15px; */
}
.school-swiper .swiper-pagination-bullet-active {
  background-color: #0e1b9c !important;
}

.school-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.school-swiper > .swiper-pagination-bullets {
  bottom: 12px;
  padding-right: 15px;
  text-align: right;
}
.public-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #e6e6e6;
}
.public-subtitle {
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  background-color: #0e1b9c;
}
.public-title .public-titlemore {
  color: #999999;
  font-size: 16px;
}
.schoolnews-list {
  padding-top: 16px;
}
.schoolnews-list li {
  margin-bottom: 15px;
}
.schoolnews-list li:last-child {
  margin-bottom: 0px;
}
.schoolnews-list li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  padding-left: 18px;
  position: relative;
}
.schoolnews-list li p {
  color: #333;
  width: calc(100% - 130px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.schoolnews-list li span {
  color: #999;
}
.schoolnews-list li > a::after {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background-color: #a0a0a0;
}
.public-titlemore:hover {
  color: #0e1b9c;
}
.schoolnews-list li > a:hover::after {
  background-color: #0e1b9c;
}
.schoolnews-list li > a:hover p {
  color: #0e1b9c;
}
.public-indexbg {
  width: 100%;
  overflow: hidden;
}
.public-indexbg img {
  width: 100%;
}
@media (max-width: 991px) {
  .hnews-school {
    padding: 30px 0px 20px;
  }
  .hnews-flex {
    flex-wrap: wrap;
  }
  .school-left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .school-right {
    padding-left: 0px;
    width: 100%;
  }
  .school-swiper img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .schoolnews-info p {
    padding-left: 10px;
    line-height: 40px;
  }
  .schoolnews-info {
    height: 40px;
    font-size: 14px;
  }
  .school-swiper > .swiper-pagination-bullets {
    bottom: 10px;
    padding-right: 5px;
  }
  .school-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  .public-subtitle {
    height: 40px;
    width: 100px;
    line-height: 40px;
    font-size: 18px;
  }
  .public-title {
    height: 40px;
  }
  .schoolnews-list li > a {
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px;
  }
  .schoolnews-list li {
    margin-bottom: 10px;
  }
}
.public-academic {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.academic-img {
  width: 50%;
}
.academic-img img {
  width: 100%;
}
.academic-info {
  padding-left: 26px;
  width: 50%;
}
.academic-info h4 a {
  font-size: 16px;
  line-height: 28px;
  color: #0e1b9c;
}
.academic-info p {
  margin-top: 16px;
  font-size: 16px;
  color: #555;
  line-height: 24px;
}
@media (max-width: 600px) {
  .public-academic {
    padding-top: 18px;
    flex-wrap: wrap;
  }
  .academic-img {
    width: 100%;
  }
  .academic-info {
    width: 100%;
    padding-left: 0px;
    margin-top: 12px;
  }
  .academic-info p {
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
  }
}
.news-wrap {
  padding-top: 50px;
  overflow: hidden;
  width: 100%;
}
.news-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-left {
  width: 260px;
}
.news-left h3 {
  background-color: #0e1b9c;
  padding-left: 20px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.news-lefttitle li {
  border: 1px solid #eee;
  border-top: none;
}
.news-lefttitle li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 18px;
  font-size: 16px;
  color: #555;
  height: 60px;
  transition: all 0.3s;
}
.news-lefttitle li img {
  width: 5px;
  height: 11px;
  margin-right: 10px;
}
.news-lefttitle li a:hover {
  background-color: #d0e2f2;
}
.news-lefttitle li.news-leftactive a {
  background-color: #d0e2f2;
}
.public-left {
  width: calc(100% - 260px);
  padding-left: 80px;
}
.news-pubtitle {
  font-size: 18px;
  color: #0e1b9c;
  line-height: 18px;
  padding-bottom: 11px;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  margin-bottom: 24px;
}
.news-list li:first-child {
  margin-top: 0px;
}
.news-list li {
  margin-top: 15px;
}
.news-list li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #555;
}
.news-list li p {
  width: calc(100% - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list li a:hover {
  color: #0e1b9c;
}
@media (max-width: 1200px) {
  .news-left {
    width: 200px;
  }
  .public-left {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .news-left {
    width: 100%;
  }
  .public-left {
    width: 100%;
    margin-top: 20px;
  }
  .news-wrap {
    padding-top: 40px;
  }
  .news-left h3 {
    height: 40px;
    line-height: 40px;
  }
  .news-lefttitle li a {
    height: 40px;
  }
  .news-pubtitle {
    margin-bottom: 10px;
  }
  .news-list li a {
    font-size: 14px;
  }
  .news-list li {
    margin-top: 10px;
  }
  .news-list li p {
    width: calc(100% - 80px);
  }
}
.news-detail .news-pubtitle {
  margin-bottom: 45px;
}
.news-detailinfo {
  padding-bottom: 45px;
}
.news-detailinfo h2 {
  font-weight: bold;
  color: #222;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.news-text h3 {
  font-weight: bold;
  color: #222;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 24px;
}
.newstext-toptitile {
  text-indent: 36px;
}
.news-text p {
  font-size: 16px;
  line-height: 36px;
  color: #555;
  text-indent: 32px;
}
.newstext-item {
  margin-bottom: 18px;
}
.newstext-item:last-child {
  margin-bottom: 0px;
}
.downloadlink {
  font-size: 18px;
  color: #0e1b9c;
  line-height: 24px;
  margin-top: 5px;
  text-indent: 32px;
  display: block;
}
.news-page {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 45px;
}
.news-page a {
  width: 40%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-pagenext {
  text-align: right;
}
.news-page a:hover {
  color: #0e1b9c;
}
@media (max-width: 1200px) {
  .news-page {
    flex-wrap: wrap;
  }
  .news-page a {
    width: 100%;
  }
  .news-pagenext {
    text-align: left;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .news-detail .news-pubtitle {
    margin-bottom: 20px;
  }
  .news-detailinfo h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news-detailinfo {
    padding-bottom: 20px;
  }
  .news-page {
    padding-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .news-detailinfo h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .news-detailinfo {
    padding-bottom: 20px;
  }
  .news-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .newstext-item {
    margin-bottom: 10px;
  }
  .downloadlink {
    font-size: 16px;
  }
}
.leader-list {
  display: flex;
  flex-wrap: wrap;

  margin: 0 -15px; /* 抵消左右内边距 */
  width: calc(100% + 30px);
}
.leader-list li {
  flex: 0 0 calc(25% - 30px); /* 每行4个，减去边距 */
  margin: 0 15px 2px; /* 左右各15px，总共30px */
  box-sizing: border-box;
}
.leader-img .scale-img {
  border: 1px solid #eeeeee;
}
.leader-img p {
  margin-top: 18px;
  min-height: 48px;
  color: #555;
  font-size: 16px;
  text-align: center;
}
.lead-wrap {
  padding-bottom: 70px;
}
.leader-img:hover p {
  color: #0e1b9c;
}
.leader-main .news-pubtitle {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .leader-list li {
    flex: 0 0 calc(50% - 20px); /* 每行4个，减去边距 */
    margin-left: 10px;
    margin-right: 10px;
  }
  .leader-list {
    margin: 0 -10px; /* 抵消左右内边距 */
    width: calc(100% + 20px);
  }
  .lead-wrap {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .lead-wrap {
    padding-bottom: 30px;
  }
  .leader-img p {
    margin-top: 10px;
  }
  .leader-main .news-pubtitle {
    margin-bottom: 20px;
  }
}

@media (max-width: 699px) {
  .dc-mo {
  display: none;
  }
}