* {
  padding: 0;
  margin: 0;
  text-decoration: none;
font-family:Microsoft YaHei;
}
html,
body {
  width: 100%;
  height: 100%;
}
.header-wrap {
  width: 100%;
  min-width: 1200px;
  background-color: #1d4e91;
  display: flex;
  justify-content: center;
}
.header-content {
  padding: 40px 0px;
  width: 1200px;
  display: flex;
  align-items: center;
}
.header-content .title-wrap {
  padding-left: 26px;
  color: #fff;
}
.header-content .title-wrap .title {
  color: #fff;
  font-size: 27px;
  font-weight: 600;
}
.title-wrap .eng-title {
  padding-top: 15px;
  font-size: 20px;
}
.nav-wrap {
  width: 100%;
  min-width: 1200px;
  background-color: #2a63b3;
  display: flex;
  justify-content: center;
}
.nav-wrap .nav-content {
  width: 1200px;
  display: flex;
    justify-content: center;
}
.nav-content .nav-item {
  position: relative;
  padding: 17px 30px;
  font-size: 18px;
}
.nav-item a {
  color: #ffffff;
}
.nav-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  background-color: #2a63b3;
  right: 0px;
  top: 18px;
}
.content-wrap {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-inner {
  width: 1200px;
  box-sizing: border-box;
}
.banner-swiper {
  overflow: hidden;
  width: 1200px;
}
.swiper-slide img {
  width: 1200px;
  height: 260px;
}
.content-inner-news {
  padding: 38px 0px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.left-nav .nav-item {
  cursor: pointer;
  width: 220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #939393;
  box-sizing: border-box;
  border-bottom: none;
  background-color: #f5f5f5;
  color: #8d8d8d;
  margin-top: 7px;
}
.left-nav .active {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #1d4e91;
}
.right-content {
  width: 924px;
}
.right-content .title-wrap {
  border-bottom: 2px solid #1d4e91;
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
}
.title-wrap .title {
  font-size: 18px;
  color: #575757;
  font-weight: 600;
}
.sec-nav {
  font-size: 14px;
  color: #575757;
}
.sec-nav a {
  color: #575757;
}
.news-list {
  padding: 25px 0px;
}
.news-item {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #292929;
}

.news-item .news-title {
  box-sizing: border-box;
  padding-left: 15px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item .date {
  color: #a2a2a2;
}
.footer-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 1200px;
  background-color: #1d4e91;
}
.footer-wrap .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  padding-top: 46px;
  padding-bottom: 46px;
  color: #fff;
  font-size: 15px;
}
.phone {
  padding-top: 15px;
}

.Column_Position a:after {
  content: ">";
}
.Column_Position a:last-child:after {
  content: "";
}
div.slider-nav {
  display: none;
}
