.header-wrap {
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 329px;
  height: 53px;
  background: url(images/logo.png)no-repeat;
  overflow: hidden;
}

.back {
  font-size: 1.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 38px;
  border: 1px solid #3773cb;
  border-radius: 25px;
  color: #768ece;
}

.back img {
  padding-right: 3px;
}


/* nav */
/* 一级导航 */
.nav-menu {
  display: flex;
  justify-content: center;
  height: 45px;

}

.nav-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.nav-menu__item:hover {
  background-color: #154ea1;
}

.nav-menu__item:hover .nav-menu__item__link {
  color: rgba(255, 255, 255, 0.9);
}

.nav-menu__item__link {
  line-height: 45px;
  padding: 0 29px;
  font-size: 1.4rem;
  color: #001c45;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

/* 二级导航 */
.nav-menu__item .sub__menu {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  pointer-events: none;
  z-index: 10;
  min-width: 114px;
  width: 100%;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
}

.nav-menu__item:hover .sub__menu {
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
}

.nav-menu__item .sub__menu .sub__menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
}

.nav-menu__item .sub__menu .sub__menu__item:hover {
  background-color: #154ea1;
}

.nav-menu__item .sub__menu .sub__menu__item:hover a {
  color: rgba(255, 255, 255, 1);
}

.nav-menu__item .sub__menu .sub__menu__item a {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  font-size: 1.4rem;
  text-align: center;
  color: #001c45;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

.nav-menu__item .sub__menu .sub__menu__item:hover a {
  color: rgba(255, 255, 255, 1);
}

.nav-menu__item>ul {
  position: relative;
}

/* 三级导航 */
.nav-menu__item .sub__menu__item {
  position: relative;
}

.nav-menu__item .sub__menu__item .sub__menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transform: translateX(30px);
  pointer-events: none;
}

.nav-menu__item .sub__menu__item:hover .sub__menu {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
  pointer-events: all;
}

.nav-menu__item .sub__menu__item:hover .sub__menu .sub__menu__item a {
  color: #fff;
}

.nav-menu__item .sub__menu__item .sub__menu .sub__menu__item:hover a {
  color: #fff;
}


/* banner */
.banner {}

.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 310px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* news */
.news__head {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #1140b2;
}

.news__head::after {
  position: absolute;
  content: '';
  left: 10px;
  bottom: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #1140b2;
}

.news__head__title {
  font-size: 1.8rem;
  color: #1140b2;
}

.news__head__title span:last-child {
  font-size: 1.4rem;
  color: #d7d8dc;
  font-weight: 500;
  padding-left: 7px;
}

.news__more {
  font-size: 1.4rem;
  color: #94bff4;
  transition: 0.3s;
  cursor: pointer;
}

.news__more:hover {
  color: #1140b2;
}

.news__content {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.news__pic {
  /* width: 367px; */
  height: 242px;
  background: rgba(0, 0, 0, 0.3);
}

.news__info {
  /* width: 603px; */
  /* margin-left: 30px; */
}

.news__info__list li {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.news__info__list li:hover {
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(32, 62, 65, 0.3);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news__info__list li a {
  color: #444;
  font-size: 1.4rem;
  transition: 0.3s;
}

.news__date {
  color: #878787;

  transition: 0.3s;
}

.news__info__list li:hover a,
.news__info__list li:hover span {
  color: #1140b2;
}

.notice .news__info__list {
  border: 1px solid #fbfbfb;
  padding: 10px;
}

.notice {
  width: 48.5%;
}

/* .news .notice:last-child {
  padding-left: 30px;
} */

.box {
  flex: 1;
  padding-left: 35px;
width: 310px;
}

.box:first-child {
  padding-left: 0;
}

.article__head {
  display: flex;
  justify-content: space-between;
align-items: center;
}

.article__head__title {
  font-size: 1.8rem;
  color: #1140b2;
}

.article__head__title span:last-child {
  font-size: 1.4rem;
  color: #d7d8dc;
  font-weight: 500;
  padding-left: 7px;
}

.article__more {
  font-size: 1.2rem;
  color: #94bff4;
  transition: 0.3s;
  cursor: pointer;
}

.article__more:hover {
  color: #1140b2;
}

.article__info__list {
  padding-top: 20px;
}

.article__info__list li {
  height: 32px;
  line-height: 32px;
  transition: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article__info__list li:hover {
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(32, 62, 65, 0.3);
}

.article__info__list li a {
  position: relative;
  color: #444;
  font-size: 1.4rem;
  transition: 0.3s;
  padding-left: 10px;
}

.article__info__list li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 4px;
  background-color: #a9c7f6;
  border-radius: 50%;
}

.connect p {
  font-size: 1.6rem;
  height: 33px;
  margin-top: 14px;
  background-color: #d6e5f5;
  color: #6791cf;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.connect p img {
  padding-right: 10px;
  width: 20px;
  height: 15px;
}



/* 友情链接 */
.links {
  padding-top: 30px;
}

.links-wrap {
  width: 49%;
  padding-top: 13px;
  position: relative;
  /*border: 1px solid #eff3f7;*/
}

.switch-links {
  display: block;
  padding-left: 5px;
  color: #000;
  font-size: 1.2rem;
  /* width: 100%; */
  height: 17px;
  line-height: 17px;
  background-color: #fff;
  position: relative;
  border: 1px solid #eff3f7;
}

.switch-links::after {
  position: absolute;
  right: 6px;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid #000;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateY(-80%) rotate(225deg);
  transition: all 0.3s ease-in-out;
}

.links-box {
  position: absolute;
  left: 0;
  bottom: 20px;
min-width:100%;
  height: auto;
  max-height: 180px;
 /* border: 1px solid #ccc;*/
  overflow: auto;
  background-color: #f2f2f2;
  overflow-y: scroll;
  z-index: 10;
  /* display: none; */
  opacity: 0;
  transform: translateY(-30px);
  transition: all .3s ease-in-out;
  pointer-events: none;
}

.links-wrap:hover .links-box {
  /* display: block; */
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.links-wrap:hover .switch-links::after {
  transform: translateX(-5px) translateY(-40%) rotate(45deg);
}

.links-box p a {
  display: block;
  height: 17px;
  line-height: 17px;
  padding: 0 10px;
  color: #333;
  background-color: #ccc;
  transition: all .3s ease-in-out;
white-space: nowrap;
}

.links-box p a:hover {
  color: #fff;
  background-color: #07449f;
}

footer {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer p {
  line-height: 25px;
  color: rgba(255, 255, 255, 0.8);
}



/* listcolumn */
.col-wrap {
  display: flex;
  padding-top: 20px;
}

.col-menu {
  /* flex: 22%; */
  width: 240px;
  min-height: calc(100vh - 303px);
}

/* 一级栏目 */
.col-menu__title {
  height: 54px;
  line-height: 54px;
  background-color: #0153b9;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.col-menu__title h2 {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

/* 二级列表 */
.menu__list__item__link {
  position: relative;
  display: flex;
  padding-left: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #f8f8f8;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 1.4rem;
}

.menu__list__item__link span {
  color: #1140b2;
}

.menu__list__item__link:hover {
  background-color: #cbddf5;
}

.menu__list .menu__list__item>a::before {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 14px;
  background: url(images/listcolumn_icon.png)no-repeat;
}

.col-menu__list span {
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}

.menu__list>li.selected .menu__list__item__link {
  background-color: #cbddf5;
}

.menu__list>li.selected .menu__list__item__link span {
  color: #1140b2;
}


/* 文章列表 */
.col-news {
  /* flex: 78%; */
  width: 720px;
  padding-left: 45px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.col-news__head {
  height: 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #eeeeee;
}

.col-news__head h2 {
  font-size: 1.8rem;
  color: #444;
}

/* listcolumn */
.location p {
  font-size: 1.4rem;
  color: #5e5e5e;
  position: relative;
}

.location p a {
  font-size: 1.4rem;
  color: #999;
}

.location .possplit {
  background: none;
  position: relative;
  margin-left: 10px;
  text-indent: 0;
}

.location .possplit::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "/";
  font-size: 1.4rem;
  color: #999;
}

.col-news__list>ul:first-child li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-news__list .news-title a {
  font-size: 1.4rem;
  transition: all 0.3s;
}

.col-news__list .news-date {
  font-size: 1.2rem;
  color: #666;
}

.col-news__list >ul:first-child li:hover {
  background-color: #0456a2;
  padding-right: 20px;
}

.col-news__list >ul:first-child li:hover a {
  color: #fff;
}

.col-news__list >ul:first-child li:hover span {
  color: #fff;
}

.col-news__list .wp_paging {
  padding: 40px 0 50px;
}

.col-news__list .wp_paging .per_count,
.col-news__list .wp_paging em.all_count,
.col-news__list .wp_paging .curr_page {
  font-size: 1.4rem;
  color: #1b518f;
  font-weight: normal;
}

/* displayinfo */
.dis-wrap {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  overflow: hidden;
  min-height: calc(100vh - 283px);
}

.dis-wrap-h1 {
  font-size: 2.2rem;
  color: #0655a2;
  text-align: center;
  padding-top: 55px;
  font-weight: 500;
}

.dis-wrap-release {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  color: #666666;
  background-color: #f7f7f7;
  padding: 0 10px;
  margin-top: 30px;
}

.dis-wrap-content {
  padding: 25px 0 30px;
  border-bottom: 1px solid #e5e5e5;
}

.dis-wrap-content p {
  font-size: 1.4rem;
  text-indent: 2em;
  line-height: 3rem;
  margin-top: 4rem;
}

.dis-wrap-content p:first-child {
  margin-top: 0;
}

.close {
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

.close a {
   /* padding: 10px 15px; */
  /* background-color: #f2f2f2; */
  /* border-radius: 10px; */
  /* letter-spacing: 2px; */
}