* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
a,a:visited{color:#292929}
html,
body {
  width: 100%;
  height: 100%;
}
.header-wrap {
  width: 100%;
  min-width: 1200px;
  background-color: #3baa65;
  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: #329c5a;
  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 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;
  background-image: url("../images/main-bg.jpg");
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
}
.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;
  justify-content: space-between;
}

.area-title-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #dcdcdc;
}

/*综合信息*/
.zonghe .synthesis-wrap .area-title-wrap {
  width: 380px;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #dcdcdc;
}

.area-title-wrap .area-title {
  padding-left: 7px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.area-title-wrap .area-eng-title {
  padding-left: 15px;
  font-size: 12px;
  color: #c8c8c8;
}
.area-title-wrap .plus {
  margin-left: auto;
  font-size: 23px;
  color: #3baa65;
  font-weight: 600;
}
.area-title-wrap .plus a{
  color: #3baa65;
}

.zonghe .synthesis-wrap .news-img {
  padding-top: 20px;
  width: 380px;
  height: 260px;
}

.zonghe .synthesis-news {
  display: flex;
  width: 100%;
  padding-top: 20px;
}
.synthesis-news .news_icon{display:none;}
.zonghe .articlelist1_issuetime{
  color: #3baa65;
  font-weight: 600;
  padding-right: 11px;
  border-right: 1px solid #a0a0a0;
  padding-left:0;
  order:0;
}
.zonghe .articlelist1_a_title {
  color: #292929;
  font-size: 15px;
  padding-left: 14px;
  box-sizing: border-box;
  width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  order:1;
}

/*科研进展*/
.research-wrap .area-title-wrap {
  width: 460px;margin: 0 auto;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #dcdcdc;
}

.research-news-wrap{width:460px;margin:0 auto;}

.research-wrap .arta-title{
  padding-left: 7px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.research-news-wrap .research-news {
  padding-top: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.research-news-wrap .research-news .news-title {
  position: relative;
  width: 360px;
  box-sizing: border-box;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #292929;
  font-size: 15px;
}
.research-news-wrap .research-news .news-title::after {
  content: "·";
  position: absolute;
  left: 0px;
}
.research-news-wrap .research-news .time {
  font-size: 15px;
  color: #a2a2a2;
}

/*通知公告*/
.notify-wrap .area-title-wrap {
  width: 280px;
}
.notify-wrap .news1,.notify-wrap .news2 {
  margin-top: 15px;
  width: 280px;
  box-sizing: border-box;
  padding: 21px;
  background-color: #3baa65;
  color: #fff;
  font-size: 16px;
  border-radius: 15px;
  line-height: 24px;
  white-space:break-spaces!important;
}
.notify-wrap .news1 a,.notify-wrap .news2 a{
  color:#fff;
}


.notify-wrap .notify-news {
  position: relative;
  padding-top: 22px;
  width: 280px;
  box-sizing: border-box;
  padding-left: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
}
.notify-wrap .notify-news::after {
  content: "·";
  position: absolute;
  left: 0px;
}

.news1::after,.news2::after{content: ""!important;}
.notice-link {
  padding-top: 65px;
  display: flex;
  align-items: center;
  width: 1200px;
  padding-bottom: 16px;
  background-color:#fff;
}
.notice-link .link-title {
  padding-left: 10px;
  color: #292929;
  font-size: 20px;
  font-weight: 600;
}
.notice-link .eng-title {
  font-size: 12px;
  color: #c8c8c8;
  padding-left: 16px;
}
.link-wrap {
  width: 100%;
  display: flex;
  background-color: #ebf6ef;
  justify-content: center;
}
.link-wrap .link {
  width: 1200px;
  display: flex;
}
.link-wrap .link .link-item {
  padding-left: 10px;
  position: relative;
  padding-right: 10px;
  font-size: 15px;
  padding-top: 27px;
  padding-bottom: 27px;
}
.link-wrap .link .link-item a {
  color: #292929;
}
.link-wrap .link .link-item::after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #292929;
  position: absolute;
  right: 0px;
  bottom: 27px;
}
.footer-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 1200px;
  background-color: #3baa65;
}
.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;
}
div.slider-nav span{display:none;}
