.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
header .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  height: 751px;
  background: url("../images/header_background.png") no-repeat top center;
  background-size: 1920px 100%;
}
header .banner img {
  margin: 58px auto 54px;
  display: block;
  width: 1168px;
  height: 473px;
}
header .banner .controls {
  position: initial;
  transform: translateX(0%);
  display: flex;
  margin-top: 410px;
}
header .banner .controls a {
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #44FE48;
  margin: 0 58px;
  padding: 9px 64px;
  background: #039258;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #76FB4A !important;
  transition: all 0.3s ease-in-out;
}
header .banner .controls a:hover {
  transform: translateY(-10px);
}
.inform {
  position: relative;
  z-index: 9;
  margin: -135px auto 0;
}
.inform .layout {
  padding: 0px 0 0 225px;
  height: 254px;
  background: url(../images/inform_background.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inform .layout .title {
  margin-bottom: 8px;
  width: 912px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 37px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.inform .layout .smalltext {
  width: 948px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 35px;
  text-indent: 2em;
}
.inform .layout .smalltext a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 35px;
  color: #2B7239;
}
img {
  display: block;
}
.headline img {
  width: 100%;
}
.part1 {
  padding: 40px 0 31.5px;
}
.part1 .layout .swiperbox {
  margin-top: 60px;
  position: relative;
}
.part1 .layout .swiperbox .swiper {
  width: 100%;
}
.part1 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.part1 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox {
  width: 284px;
  height: 163px;
  overflow: hidden;
}
.part1 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part1 .layout .swiperbox .swiper-button {
  width: 16px;
  height: 43px;
  background: #DADADA;
  border-radius: 3px 0px 0px 3px;
}
.part1 .layout .swiperbox .swiper-button:hover {
  background-color: #039258;
}
.part1 .layout .swiperbox .swiper-button::after {
  font-size: 14px;
  color: #fff;
}
.part1 .layout .swiperbox .swiper-button-prev {
  left: -20px;
}
.part1 .layout .swiperbox .swiper-button-next {
  right: -20px;
}
.part1 .layout .swiperbox .more {
  position: absolute;
  right: 24px;
  top: -42px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.part2 {
  padding: 31.5px 0 11.5px;
}
.part2 .layout .box {
  margin-top: 33px;
}
.part2 .layout .box .tab {
  display: flex;
  justify-content: center;
}
.part2 .layout .box .tab li {
  margin-right: 30px;
  width: 231px;
  padding: 12px 0;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #2B7239;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 23px;
  color: #2B7239;
  text-align: center;
  cursor: pointer;
}
.part2 .layout .box .tab li:nth-last-child(1) {
  margin-right: 0;
}
.part2 .layout .box .tab .on {
  background: #039258;
  color: #fff;
}
.part2 .layout .box .contentbox {
  margin-top: 35px;
}
.part2 .layout .box .contentbox .content {
  position: relative;
}
.part2 .layout .box .contentbox .content ul li {
  margin-bottom: 14px;
  float: left;
}
.part2 .layout .box .contentbox .content ul li a {
  display: block;
}
.part2 .layout .box .contentbox .content ul li a .imgbox {
  position: relative;
  width: 246px;
  height: 140px;
  overflow: hidden;
}
.part2 .layout .box .contentbox .content ul li a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part2 .layout .box .contentbox .content ul li a .imgbox .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.4);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part2 .layout .box .contentbox .content ul li a .writer {
  margin-top: 8px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.part2 .layout .box .contentbox .content ul li:nth-child(1) {
  margin-right: 20px;
  margin-bottom: 0;
}
.part2 .layout .box .contentbox .content ul li:nth-child(1) a .imgbox {
  width: 933px;
  height: 533px;
  overflow: hidden;
}
.part2 .layout .box .contentbox .content ul li:nth-child(1) a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part2 .layout .box .contentbox .content ul li:nth-child(1) a .imgbox .title {
  padding: 18px 30px;
  font-size: 22px;
}
.part2 .layout .box .contentbox .content ul li:nth-child(1) a .writer {
  margin-top: 12px;
}
.part2 .layout .box .contentbox .content .more {
  position: absolute;
  top: -35px;
  right: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.part3 {
  padding: 11.5px 0 54px;
}
.part3 .layout .box {
  margin-top: 62px;
}
.part3 .layout .box .tab {
  display: flex;
  justify-content: center;
}
.part3 .layout .box .tab li {
  margin-right: 30px;
  width: 231px;
  padding: 12px 0;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #2B7239;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 23px;
  color: #2B7239;
  text-align: center;
  cursor: pointer;
}
.part3 .layout .box .tab li:nth-last-child(1) {
  margin-right: 0;
}
.part3 .layout .box .tab .on {
  background: #039258;
  color: #fff;
}
.part3 .layout .box .contentbox {
  margin-top: 38px;
}
.part3 .layout .box .contentbox .content {
  position: relative;
}
.part3 .layout .box .contentbox .content ul li {
  float: left;
  margin-right: 20px;
}
.part3 .layout .box .contentbox .content ul li:nth-child(4n) {
  margin-right: 0;
}
.part3 .layout .box .contentbox .content ul li a {
  display: block;
}
.part3 .layout .box .contentbox .content ul li a .imgbox {
  width: 284px;
  height: 163px;
  overflow: hidden;
}
.part3 .layout .box .contentbox .content ul li a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part3 .layout .box .contentbox .content ul li a .title {
  margin-top: 17px;
  width: 284px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout .box .contentbox .content ul li a .writer {
  margin-top: 11px;
  width: 284px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout .box .contentbox .content .more {
  position: absolute;
  top: -35px;
  right: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.part4 {
  padding: 55px 0;
}
.part4 .layout .headline_part4 {
  transform: translateY(2px);
  padding: 0 30px 0 17px;
  display: flex;
  justify-content: space-between;
}
.part4 .layout .headline_part4 img {
  height: 46px;
}
.part4 .layout .headline_part4 a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.part4 .layout .part4_1 {
  margin-top: 50px;
}
.part4 .layout .part4_1 .swiperbox {
  position: relative;
  padding: 30px 28px 43px;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #2B7239;
}
.part4 .layout .part4_1 .swiperbox .swiper {
  width: 100%;
}
.part4 .layout .part4_1 .swiperbox .swiper .swiper-wrapper .swiper-slide:hover a .name {
  background-color: #2B7239;
}
.part4 .layout .part4_1 .swiperbox .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.part4 .layout .part4_1 .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox {
  width: 210px;
  height: 235px;
  overflow: hidden;
}
.part4 .layout .part4_1 .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part4 .layout .part4_1 .swiperbox .swiper .swiper-wrapper .swiper-slide a .name {
  width: 210px;
  padding: 8px 0;
  background: #2F3731;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
.part4 .layout .part4_1 .swiperbox .swiper-button {
  width: 16px;
  height: 43px;
  background: #DADADA;
  border-radius: 3px 0px 0px 3px;
}
.part4 .layout .part4_1 .swiperbox .swiper-button:hover {
  background-color: #039258;
}
.part4 .layout .part4_1 .swiperbox .swiper-button::after {
  font-size: 14px;
  color: #fff;
}
.part4 .layout .part4_1 .swiperbox .swiper-button-prev {
  left: -20px;
}
.part4 .layout .part4_1 .swiperbox .swiper-button-next {
  right: -20px;
}
.part4 .layout .part4_2 {
  margin-top: 40px;
}
.part4 .layout .part4_2 ul {
  position: relative;
  padding: 36px 30px 30px;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #2B7239;
}
.part4 .layout .part4_2 ul li {
  float: left;
  margin-right: 25px;
}
.part4 .layout .part4_2 ul li:nth-child(4n) {
  margin-right: 0;
}
.part4 .layout .part4_2 ul li a {
  display: block;
}
.part4 .layout .part4_2 ul li a .imgbox {
  width: 263px;
  height: 150px;
  overflow: hidden;
}
.part4 .layout .part4_2 ul li a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part4 .layout .part4_2 ul li a .title {
  margin-top: 15px;
  width: 263px;
  height: 56px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part4 .layout .part4_3 {
  margin-top: 45px;
}
.part4 .layout .part4_3 ul {
  position: relative;
  padding: 47px 43px 64px 27px;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #2B7239;
}
.part4 .layout .part4_3 ul li {
  float: left;
  margin-top: 20px;
}
.part4 .layout .part4_3 ul li:nth-child(1),
.part4 .layout .part4_3 ul li:nth-child(2) {
  margin-top: 0;
}
.part4 .layout .part4_3 ul li:nth-child(2n-1) {
  margin-right: 104px;
}
.part4 .layout .part4_3 ul li:hover a p {
  font-weight: 800;
}
.part4 .layout .part4_3 ul li a {
  display: flex;
  align-items: center;
}
.part4 .layout .part4_3 ul li a i {
  margin-right: 15px;
  display: block;
  width: 9px;
  height: 9px;
  background: #2B7239;
  border-radius: 50%;
  flex-shrink: 0;
}
.part4 .layout .part4_3 ul li a p {
  width: 488px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part5 {
  padding: 0 0 32.5px;
}
.part5 .layout {
  position: relative;
}
.part5 .layout ul {
  margin-top: 60px;
}
.part5 .layout ul li {
  float: left;
  padding: 14px 21px 14px 12px;
  border-radius: 14px 0px 14px 0px;
}
.part5 .layout ul li:hover {
  background: #2B7239;
}
.part5 .layout ul li:hover a .time .year_month,
.part5 .layout ul li:hover a .time .day {
  color: #FFFFFF;
}
.part5 .layout ul li:hover a .title {
  color: #FFFFFF;
}
.part5 .layout ul li:nth-child(1) {
  margin-right: 10px;
  padding: 18px 27px 33px 36px;
  background: #2B7239;
  border-radius: 0px;
}
.part5 .layout ul li:nth-child(1) a {
  display: block;
}
.part5 .layout ul li:nth-child(1) a .time {
  margin: 0;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #FFFFFF;
  padding: 10px 18px;
}
.part5 .layout ul li:nth-child(1) a .time .year_month {
  font-family: ArialMT;
  font-size: 20px;
  color: #FFFFFF;
}
.part5 .layout ul li:nth-child(1) a .time .day {
  font-family: ArialMT;
  font-size: 27px;
  color: #FFFFFF;
}
.part5 .layout ul li:nth-child(1) a .title {
  margin-top: 20px;
  width: 533px;
  height: 68px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .layout ul li:nth-child(1) a .smalltext {
  margin-top: 24px;
  width: 533px;
  height: 120px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .layout ul li a {
  display: flex;
  align-items: center;
}
.part5 .layout ul li a .time {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part5 .layout ul li a .time .year_month {
  font-family: ArialMT;
  font-size: 20px;
  color: #2B7239;
}
.part5 .layout ul li a .time .day {
  font-family: ArialMT;
  font-size: 27px;
  color: #2B7239;
}
.part5 .layout ul li a .title {
  width: 447px;
  height: 60px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .layout .more {
  position: absolute;
  top: 53px;
  right: 42px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.part6 {
  padding: 32.5px 0 80px;
}
.part6 .layout {
  position: relative;
}
.part6 .layout ul {
  margin-top: 60px;
}
.part6 .layout ul li {
  float: left;
  margin-right: 62px;
  margin-top: 32px;
}
.part6 .layout ul li:nth-child(2n) {
  margin-right: 0;
}
.part6 .layout ul li:nth-child(1),
.part6 .layout ul li:nth-child(2) {
  margin-top: 0;
}
.part6 .layout ul li a {
  display: flex;
  align-items: center;
}
.part6 .layout ul li a .imgbox {
  width: 263px;
  height: 150px;
  overflow: hidden;
}
.part6 .layout ul li a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part6 .layout ul li a .detail {
  margin-left: 17px;
}
.part6 .layout ul li a .detail .title {
  width: 279px;
  height: 54px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part6 .layout ul li a .detail .smalltext {
  margin-top: 14px;
  width: 279px;
  height: 72px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part6 .layout .more {
  position: absolute;
  top: 53px;
  right: 42px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}




.part1 .box {
  display: flex;
  margin-top: 33px;
}

.part1 .box .imgbox {
  position: relative;
  width: 726px;
  height: 347px;
  border-radius: 4px;
  margin-right: 19px;
  flex-shrink: 0;
}

.part1 .box .imgbox .swiper {
  width: 100%;
  height: 100%;
}

.part1 .box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.part1 .box .list {
  flex: 1;
  padding: 20px 20px 30px 18px;
  background: rgba(238, 241, 248, 0.6);
  border-radius: 4px 4px 4px 4px;
}

.part1 .box .list .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.part1 .box .list .head div {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}

.part1 .box .list .head a {
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.part1 .box .list .head a img {
  margin-left: 7px;
  width: 12px;
  display: block;
  flex-shrink: 0;
}

.part1 .box .list ul li {
  margin-top: 16px;
}

.part1 .box .list ul li:nth-child(1) {
  margin-top: 0;
}

.part1 .box .list ul li:hover a .title,
.part1 .box .list ul li:hover a .time {
  color: #333333;
}

.part1 .box .list ul li a {
  display: flex;
  justify-content: space-between;
}

.part1 .box .list ul li a .title {
  width: 304px;
  margin-bottom: 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part1 .box .list ul li a .time {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.part1 .box .list ul li:hover {
  color: #333333 !important;
}