* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
.header-wrap {
  width: 100%;
  min-width: 1200px;
  background-color: #24c175;
  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: 32px;
  font-weight: 600;
}
.header-wrap .header-content .title-wrap .eng-title {
  padding-top: 15px;
  font-size: 14.6px;
}
.nav-wrap {
  width: 100%;
  min-width: 1200px;
  background-color: #20a766;
  display: flex;
  justify-content: center;
}
.nav-wrap .nav-content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.nav-wrap .nav-content .nav-item {
  position: relative;
  padding: 17px 45px;
  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;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-wrap .banner-swiper {
  width: 1200px;
  height: 400px;
  overflow: hidden;
}
.content-wrap .banner-swiper .swiper-slide {
  width: 100%;
}
.content-wrap .news-wrap {
  width: 1200px;
  background-color: #fff;
  padding-top: 50px;
  display: flex;
  padding-bottom: 40px;
  justify-content: space-between;
}
.content-wrap .news-wrap .area-title {
  /* 分区title */
  width: 100%;
  box-sizing: border-box;
  padding: 9px 17px;

  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
}
.left-news-wrap {
  width: 876px;
  border: 1px solid #eee;
}
.right-news-wrap {
  width: 303px;
  border: 1px solid #eee;
}
.content-wrap .news-wrap .area-title {
  background-color: #24c175;
}
.content-wrap .news-wrap .area-title .title {
  /* title */
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.content-wrap .news-wrap .area-title .eng-title {
  /* 英文title */
  padding-left: 15px;
  color: #fff;
  font-size: 12px;
}
.content-wrap .news-wrap .area-title .more {
  /* more */
  cursor: pointer;
  margin-left: auto;
  font-size: 14px;
  color: #24c175;
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 15px;
}
.left-news-wrap .news-content {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
}
.left-news-wrap .news-content .left-news-img {
  width: 380px;
  height: 275px;
}
.left-news-wrap .news-content .left-news-img img {
  width: 100%;
  height: 100%;
}
.left-news-wrap .news-content .news-list {
  width: 440px;
}
.left-news-wrap .news-content .news-list .news-item {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding-bottom: 15px;
}
.left-news-wrap .news-content .news-list .news-item .news-title {
  color: #292929;
  width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-news-wrap .news-content .news-list .news-item .date {
  color: #a2a2a2;
}
.right-news-wrap .news-content {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 23px;
  font-size: 14px;
}

.right-news-wrap .news-item {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px 15px 10px;
  color: #292929;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.links-wrap {
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 9px 17px;
  width: 1200px;
}
.links-wrap .link-title {
  background-color: #24c175;
  padding: 15px 15px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.links-wrap .link-title .title {
  font-size: 20px;
  font-weight: 600;
}
.links-wrap .link-title .eng-title {
  font-size: 12px;
  color: #fff;
  padding-left: 15px;
}
.links-wrap .link-nav {
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 22px 12px;
  display: flex;
}
.links-wrap .link-nav .nav-item {
  padding-right: 15px;
}
.links-wrap .link-nav .nav-item a {
  color: #292929;
  font-size: 15px;
}
.footer-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 1200px;
  background-color: #24c175;
}
.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;
}
.footer-wrap .footer-content .phone {
  padding-top: 15px;
}

