* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
.header-wrap {
  width: 100%;
  min-width: 1200px;
  background-color: #3baa8e;
  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: #2f9c81;
  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;
}
.content-wrap .news-wrap .message-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content-wrap .news-wrap .message-wrap .area-title {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 17px;
  border-top: 4px solid #3baa8e;
  border-bottom: 1px dashed #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
}
.content-wrap .news-wrap .message-wrap .area-title .title {
  font-size: 20px;
  font-weight: 600;
  color: #292929;
}
.content-wrap .news-wrap .message-wrap .area-title .eng-title {
  padding-left: 15px;
  color: #b2b2b2;
  font-size: 12px;
}
.content-wrap .news-wrap .message-wrap .area-title .more {
  cursor: pointer;
  margin-left: auto;
  font-size: 14px;
  color: #fff;
  background-color: #3baa8e;
  padding: 4px 10px;
  border-radius: 15px;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap {
  width: 875px;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news {
  box-sizing: border-box;
  width: 100%;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 17px;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-left-news {
  width: 380px;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-left-news .news-img {
  width: 380px;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-left-news .main-news-title {
  width: 380px;
  box-sizing: border-box;
  padding: 11px;
  background-color: #ebf6f3;
  display: flex;
  font-size: 15px;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-left-news .main-news-title .date,
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-left-news .main-news-title .dot {
  color: #3baa8e;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-left-news .main-news-title .dot {
  margin: 0 12px;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-left-news .main-news-title .news-title {
  width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-right-news {
  width: 450px;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-right-news .news-item {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding-bottom: 28px;
  position: relative;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-right-news .news-item .news-title {
  position: relative;
  font-size: 15px;
  box-sizing: border-box;
  padding-left: 10px;
  width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #292929;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-right-news .news-item .news-title::after {
  content: "·";
  position: absolute;
  left: 0px;
  font-size: 15px;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .top-news .top-content .top-right-news .news-item .news-date {
  color: #a2a2a2;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .bottom-news {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .bottom-news .bottom-news-list {
  width: 427px;
  box-sizing: border-box;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .bottom-news .bottom-news-list .bottom-message-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .bottom-news .bottom-news-list .bottom-message-wrap .news-item {
  padding-top: 15px;
  font-size: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .bottom-news .bottom-news-list .bottom-message-wrap .news-item .news-title {
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
  color: #292929;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .bottom-news .bottom-news-list .bottom-message-wrap .news-item .news-title::after {
  content: "·";
  position: absolute;
  left: 1px;
}
.content-wrap .news-wrap .message-wrap .left-message-wrap .bottom-news .bottom-news-list .bottom-message-wrap .news-item .news-date {
  color: #a2a2a2;
}
.content-wrap .news-wrap .message-wrap .right-message-wrap {
  width: 303px;
}
.content-wrap .news-wrap .message-wrap .right-message-wrap .right-side-news-wrap {
  width: 100%;
}
.content-wrap .news-wrap .message-wrap .right-message-wrap .right-side-news-wrap .right-news-wrap {
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  padding-bottom: 28px;
}
.content-wrap .news-wrap .message-wrap .right-message-wrap .right-side-news-wrap .right-news-wrap .news-cover {
  padding-top: 20px;
  padding-left: 18px;
  width: 260px;
  height: 120px;
  margin: 0 auto;
}
.content-wrap .news-wrap .message-wrap .right-message-wrap .right-side-news-wrap .right-news-wrap .news-item {
  width: 303px;
  box-sizing: border-box;
  padding: 0px 25px;
  padding-top: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.links-wrap {
  margin-bottom: 30px;
  border-top: 4px solid #3baa8e;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding: 9px 17px;
  width: 1200px;
}
.links-wrap .link-title {
  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: #c8c8c8;
  padding-left: 15px;
}
.links-wrap .link-nav {
  border-top: 1px dashed #eee;
  padding: 22px 0px;
  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: #3baa8e;
}
.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;
}

