.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;
}
.headline {
  position: relative;
  margin-bottom: 48px;
}
.headline p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  text-align: center;
}
.part1 {
  padding: 78px 0 35px;
}
.part1 .layout {
  display: flex;
  justify-content: space-between;
}
.part1 .layout .swiper {
  margin: 0;
  width: 660px;
  height: 380px;
}
.part1 .layout .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.part1 .layout .swiper .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.part1 .layout .swiper .swiper-pagination {
  bottom: 38px;
}
.part1 .layout .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 0.68;
}
.part1 .layout .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.part1 .layout .box {
  width: 508px;
  height: 380px;
}
.part1 .layout .box .tab {
  background-color: #D9EDE2;
  padding: 18px 0 18px 26px;
  display: flex;
}
.part1 .layout .box .tab li {
  margin-right: 26px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #666666;
  cursor: pointer;
}
.part1 .layout .box .tab .on {
  position: relative;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #0FA651;
}
.part1 .layout .box .tab .on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background: #0FA651;
}
.part1 .layout .box .contentbox {
  height: 304px;
  padding: 17px 32px 0 26px;
  background-color: #ECF6F1;
}
.part1 .layout .box .contentbox .content {
  position: relative;
}
.part1 .layout .box .contentbox .content ul li {
  margin-top: 13px;
}
.part1 .layout .box .contentbox .content ul li:nth-child(1) {
  margin-top: 0;
}
.part1 .layout .box .contentbox .content ul li:hover a .title p {
  color: #0FA651;
}
.part1 .layout .box .contentbox .content ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part1 .layout .box .contentbox .content ul li a .title {
  display: flex;
  align-items: center;
}
.part1 .layout .box .contentbox .content ul li a .title i {
  margin-right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  background: #0FA651;
  border-radius: 50%;
}
.part1 .layout .box .contentbox .content ul li a .title p {
  width: 356px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part1 .layout .box .contentbox .content ul li a .time {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.part1 .layout .box .contentbox .content .more {
  position: absolute;
  top: -55px;
  right: 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.part2 {
  padding: 35px 0;
}
.part2 .layout ul li {
  float: left;
}
.part2 .layout ul li a {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.part2 .layout ul li a .imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.part2 .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.part2 .layout ul li a .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.part2 .layout ul li a .detail h1 {
  margin-bottom: 27px;
  font-family: AlibabaPuHuiTi_3_65_Medium;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
}
.part2 .layout ul li a .detail p {
  margin: 0 auto;
  width: fit-content;
  padding: 6px 16px;
  background: #FFFFFF;
  border-radius: 13px 13px 13px 13px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.part2 .layout ul li:nth-child(1),
.part2 .layout ul li:nth-child(2),
.part2 .layout ul li:nth-child(3),
.part2 .layout ul li:nth-child(4),
.part2 .layout ul li:nth-child(5) {
  margin-right: 16px;
}
.part2 .layout ul li:nth-child(1) a,
.part2 .layout ul li:nth-child(2) a,
.part2 .layout ul li:nth-child(3) a,
.part2 .layout ul li:nth-child(4) a,
.part2 .layout ul li:nth-child(5) a {
  width: 227px;
  height: 140px;
}
.part2 .layout ul li:nth-child(6),
.part2 .layout ul li:nth-child(7),
.part2 .layout ul li:nth-child(8),
.part2 .layout ul li:nth-child(9),
.part2 .layout ul li:nth-child(10),
.part2 .layout ul li:nth-child(11) {
  margin-top: 20px;
  margin-right: 10px;
}
.part2 .layout ul li:nth-child(6) a,
.part2 .layout ul li:nth-child(7) a,
.part2 .layout ul li:nth-child(8) a,
.part2 .layout ul li:nth-child(9) a,
.part2 .layout ul li:nth-child(10) a,
.part2 .layout ul li:nth-child(11) a {
  width: 191px;
  height: 140px;
}
.part2 .layout ul li:nth-child(5),
.part2 .layout ul li:nth-child(11) {
  margin-right: 0;
}
.part3 {
  padding: 35px 0;
}
.part3 .layout {
  position: relative;
}
.part3 .layout ul li {
  float: left;
  margin-right: 25px;
}
.part3 .layout ul li:nth-child(4n) {
  margin-right: 0;
}
.part3 .layout ul li a {
  display: block;
}
.part3 .layout ul li a .imgbox {
  position: relative;
  width: 281px;
  height: 172px;
}
.part3 .layout ul li a .imgbox img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.part3 .layout ul li a .imgbox p {
  padding-top: 4px;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: -6px;
  bottom: 18px;
  width: 126px;
  height: 39px;
  display: flex;
  background: url(../images/part3_bg.png) no-repeat center center / 100% 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.part3 .layout ul li a .imgbox p img {
  margin-left: 9px;
  display: block;
  width: 12px;
  height: 12px;
}
.part3 .layout .more {
  position: absolute;
  top: 24px;
  right: 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}
.part4 {
  padding: 35px 0;
}
.part4 .layout .contentbox {
  display: flex;
  flex-wrap: wrap;
}
.part4 .layout .contentbox .content {
  margin-top: 32px;
  margin-right: 40px;
  width: 580px;
  height: 259px;
  background: url(../images/part4_bg.png) no-repeat center center / 100% 100%;
  padding: 23px 0px 0px 0px;
}
.part4 .layout .contentbox .content:nth-child(2n) {
  margin-right: 0;
}
.part4 .layout .contentbox .content:nth-child(1),
.part4 .layout .contentbox .content:nth-child(2) {
  margin-top: 0;
}
.part4 .layout .contentbox .content .head {
  padding: 0 36px 0 28px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part4 .layout .contentbox .content .head p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
}
.part4 .layout .contentbox .content .head a {
  position: relative;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF !important;
}
.part4 .layout .contentbox .content .head a:hover::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.part4 .layout .contentbox .content ul li {
  padding: 8px 36px 8px 28px;
}
.part4 .layout .contentbox .content ul li:hover {
  background-color: #0fa651;
}
.part4 .layout .contentbox .content ul li a {
  display: block;
}
.part4 .layout .contentbox .content ul li a p {
  width: 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part5 {
  padding: 35px 0 0;
}
.part5 .list {
  background: url(../images/part5_bg.png) no-repeat center center / 100% 100%;
}
.part5 .list .layout {
  position: relative;
}
.part5 .list .layout ul li {
  float: left;
  padding: 40px 41px 63px;
}
.part5 .list .layout ul li:hover {
  background-color: #0fa651;
}
.part5 .list .layout ul li a {
  display: block;
}
.part5 .list .layout ul li a .imgbox {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.part5 .list .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.part5 .list .layout ul li a .name {
  margin: 20px 0 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}
.part5 .list .layout ul li a p {
  width: 218px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .list .layout .more {
  position: absolute;
  top: -73px;
  right: 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}
.part6 {
  padding: 70px 0 76px;
  background-color: #F2F2F2;
}
.part6 .layout {
  position: relative;
}
.part6 .layout ul li {
  float: left;
  margin-right: 12px;
}
.part6 .layout ul li:nth-child(4n) {
  margin-right: 0;
}
.part6 .layout ul li:hover a .detail .title {
  color: #0FA651;
}
.part6 .layout ul li a {
  display: block;
}
.part6 .layout ul li a .imgbox {
  width: 290px;
  height: 162px;
  overflow: hidden;
}
.part6 .layout ul li a .imgbox img {
  width: 100%;
  height: 100%;
}
.part6 .layout ul li a .detail {
  width: 290px;
  padding: 16px 12px;
  background: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
}
.part6 .layout ul li a .detail .title {
  width: 266px;
  height: 48px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
  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 .writer {
  margin-top: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.part6 .layout .more {
  position: absolute;
  top: 24px;
  right: 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}
