* {
  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-wrap .header-content {
  padding: 40px 0px;
  width: 1200px;
  display: flex;
  align-items: center;
}
.header-wrap .header-content .title-wrap {
  padding-left: 26px;
  color: #fff;
}
.header-wrap .header-content .title-wrap .title {
  font-size: 27px;
  font-weight: 600;
}
.header-wrap .header-content .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-wrap .nav-content .nav-item {
  position: relative;
  padding: 17px 30px;
  font-size: 18px;
}
.nav-wrap .nav-content .nav-item a {
  color: #ffffff;
}
.nav-wrap .nav-content .nav-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  background-color: #65b583;
  right: 0px;
  top: 18px;
}

.content-wrap {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
}

.content-inner {
  width: 1200px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
}
.intoducing-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intoducing {
  height: 380px;
  width: 380px;
  box-sizing: border-box;
  background-color: #2a63b3;
  padding: 35px 30px;
  color: #fff;
}
.intoducing-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 25px;
}
.intoducing-content {
  
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 30px;
}
.see-detail {
  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 14px;
}
.main-banner {
  width: 820px;
  height: 380px;
  background-color: #1d4e91;
}

.news-wrap {
  margin-top: 45px;
  width: 1200px;
}
.news-grp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.news-area {
  width: 580px;
}
.area-title {
  
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #434343;
  padding-bottom: 15px;
}
.area-title .title {
  padding-left: 10px;
  font-weight: 600;
  font-size: 20px;
}
.area-title .eng-title {
  padding-left: 10px;
  font-size: 12px;
  color: #c8c8c8;
}
.more-link {
  
  margin-left: auto;
}
.more {
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  font-size: 11px;
  color: #fff;
  background-color: #1d4e91;
}
.news-list {
  padding-top: 26px;
}
.news-item {
  display: flex;
position:relative;
 
  font-size: 14px;
  padding-bottom: 15px;
}
.news-item a {
color:#000;
}
.news-title {
  width: 315px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-date {
position:absolute;
right:0;
  color: #a2a2a2;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d4e91;
}
.footer-inner {
  box-sizing: border-box;
  padding: 45px 0px;
  width: 1200px;
  display: flex;
  align-items: center;
}
.left-text-wrap {
  font-size: 14px;
  color: #fff;
}
.text {
  padding-top: 15px;
}
.right-nav-wrap {
  
  margin-left: 40px;
  display: flex;
  font-size: 14px;
}
.right-nav-wrap .nav-item {
  margin-right: 20px;
  color: #fff;
  position: relative;
}
.right-nav-wrap a {
color:#fff;
}
.right-nav-wrap .nav-item::after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: -10px;
  top: 3px;
}
