.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;
}

body {
  min-width: 1200px;
}

.header p {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #4fbb63;
  line-height: 66px;
}

.part1 {
  position: relative;
  z-index: 9;
  margin: -30px auto 30px;
  /* position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%); */
}

.part1 .layout {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #4fbb63;
}

.part1 .layout .left {
  font-family: AlibabaPuHuiTiH;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  background-color: #4fbb63;
  padding: 54px 22px;
  flex-shrink: 0;
}

.part1 .layout .right {
  background-color: rgba(255, 255, 255, 1);
  padding: 30px 0px 0;
}

.part1 .layout .right .title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 24px;
  color: #4fbb63;
  margin-bottom: 17px;
  text-align: center;
}

.part1 .layout .right .smalltext {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #4fbb63;
  line-height: 35px;
  text-indent: 2em;
}

.part1 .layout .right .smalltext a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #4fbb63;
}

.part2 {
  padding: 30px 0;
}

.part2 .layout .header {
  margin-bottom: 40px;
}

.part2 .layout .header img {
  height: 90px;
  display: block;
  margin: 0 auto;
  transform: translateX(-42px);
}

.part2 .layout .box {
  background: url(../images/background.png) no-repeat;
  /* background: url(../images/background.png) no-repeat; */
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}

.part2 .layout .box .tab {
  height: 78px;
  background: #ebecef;
  box-shadow: inset 0px 1px 16px 0px rgba(218, 218, 218, 0.5);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  padding: 4px;
}

.part2 .layout .box .tab li {
  border-radius: 15px;
  width: 396px;
  height: 70px;
  font-family: AlibabaPuHuiTiR;
  font-size: 22px;
  font-weight: 500;
  color: #666666;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}

.part2 .layout .box .tab .on {
  background-color: #fff;
  color: #4fbb63;
}

.part2 .layout .box .content {
  padding: 81px 44px 0 49px;
  min-height: 451px;
}

.part2 .layout .box .content li {
  display: none;
}

.part2 .layout .box .content li .list {
  display: flex;
  align-items: center;
  margin-bottom: 62px;
}

.part2 .layout .box .content li .list .left {
  padding: 0px 14px 0;
    margin-right: 30px;
    width: 215px;
    height: 135px;
    background: #4fbb63;
    border-radius: 8px;
    font-family: AlibabaPuHuiTiB;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part2 .layout .box .content li .list .middle {
  width: 821px;
  font-family: AlibabaPuHuiTiB;
  font-size: 20px;
  color: #666666;
  line-height: 43px;
}

.part2 .layout .box .content li .list .middle span {
  font-family: AlibabaPuHuiTiB;
  font-size: 20px;
  color: #666666;
  line-height: 43px;
  font-weight: 600;
}

.part2 .layout .box .content li .list .right a {
  padding: 8px 24px;
  display: block;
  border-radius: 42px;
}

.part2 .layout .box .content li .list .right .bmrk {
  margin-bottom: 15px;
  background: #FED35C;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #1756C4;
}

.part2 .layout .box .content li .list .right .ckxq {
  background: #4fbb63;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}

.part2 .layout .box .content .on {
  display: block;
}

.part3 {
  min-width: 1200px;
  padding: 50px 0 114px;
  background-color: #CBE6FF;
}


.part3 .layout .header {
  margin-bottom: 40px;
}

.part3 .layout .header img {
  height: 129px;
  display: block;
  margin: 0 auto;
  transform: translateX(17px);
}

.part3 .layout .notice {
  padding: 36px 90px 44px;
  background-color: #fff;
  margin-bottom: 27px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #0059D8;
  line-height: 34px;
  text-indent: 2em;
  text-align: justify;
}

.part3 .layout .notice span {
  font-size: 18px;
  color: #E88100;
  font-weight: 600;
}

.part3 .layout .box {
  position: relative;
}

.part3 .layout .box ul {
  position: relative;
  z-index: 2;
}

.part3 .layout .box ul li {
  display: block;
  float: left;
}

.part3 .layout .box ul li:hover .title {
  color: #0059D8;
}

.part3 .layout .box ul li a {
  display: block;
}

.part3 .layout .box ul li img {
  display: block;
}

.part3 .layout .box ul li .style {
  width: 52px;
  margin-bottom: 30px;
}

.part3 .layout .box ul li .time {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}

.part3 .layout .box ul li .time span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #0059D8;
}

.part3 .layout .box ul li .pic {
  width: 286px;
  height: 163px;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 19px;
}

.part3 .layout .box ul li .title {
  width: 259px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part3 .layout .box ul li .writer,
.part3 .layout .box ul li .zw {
  width: 286px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
}

.part3 .layout .box .xian {
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #EAEAEA;
  z-index: 0;
}

.part4 {
  padding: 30px 0;
}

.part4 .layout .header {
  margin-bottom: 40px;
}

.part4 .layout .header img {
  height: 90px;
  display: block;
  margin: 0 auto;
  transform: translateX(-42px);
}

.part4 .layout ul li {
  float: left;
  margin-top: 14px;
  margin-right: 20px;
  padding: 29px 33px 38px 34px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 1px rgba(201, 201, 201, 0.5);
}

.part4 .layout ul li:nth-child(1) {
  margin-top: 0;
  margin-right: 0;
  padding: 44px 67px 46px 36px;
  background: #4fbb63;
  box-shadow: initial !important;
  display: flex;
}

.part4 .layout ul li:nth-child(1):hover {
  background: #4fbb63;
}

.part4 .layout ul li:nth-child(1) .left {
  margin-right: 42px;
}

.part4 .layout ul li:nth-child(1) .left img {
  display: block;
  width: 570px;
  height: 314px;
}

.part4 .layout ul li:nth-child(1) .right .title {
  margin-bottom: 30px;
  width: 486px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  height: auto;
    line-height: 30px;
}

.part4 .layout ul li:nth-child(1) .right .smalltext {
  margin-bottom: 52px;
  width: 486px;
  height: 135px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part4 .layout ul li:nth-child(1) .right a {
  width: fit-content;
  display: block;
  border-radius: 15px;
  background: #FED35C;
  padding: 8px 33px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #4fbb63;
}

.part4 .layout ul li:nth-child(2n-1) {
  margin-right: 0;
}

.part4 .layout ul li:hover {
  background: #e0f9e5;
  box-shadow: 1px 2px 7px 3px #18812d;
}

.part4 .layout ul li a {
  display: flex;
}

.part4 .layout ul li a .time {
  margin-right: 20px;
}

.part4 .layout ul li a .time .data {
  margin-bottom: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

.part4 .layout ul li a .time .year {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #878787;
}

.part4 .layout ul li a .title {
  width: 450px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #878787;
  line-height: 32px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part4 .layout .more {
  width: fit-content;
  display: block;
  margin: 44px auto 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #4fbb63;
}

.part5 {
  padding: 30px 0;
}

.part5 .layout .header {
  margin-bottom: 40px;
}

.part5 .layout .header img {
  height: 90px;
  display: block;
  margin: 0 auto;
  transform: translateX(-42px);
}

/* .part5 .layout ul li {
  float: left;
  margin-right: 21px;
}

.part5 .layout ul li:nth-last-child(1) {
  margin-right: 0;
}

.part5 .layout ul li:hover a img {
  transform: scale(1.2);
}

.part5 .layout ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: 386px;
  height: 197px;
}

.part5 .layout ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
} */

.part6 {
  padding: 30px 0;
}

.part6 .layout .header {
  margin-bottom: 40px;
}

.part6 .layout .header img {
  height: 84px;
  display: block;
  margin: 0 auto;
  transform: translateX(35px);
}

.part6 .layout a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.part6 .layout a:hover img {
  transform: scale(1.2);
}

.part6 .layout a img {
  display: block;
  width: 100%;
  transition: all .3s;
}


.part3_1 {
  padding: 30px 0;
}

.part3_1 .layout .header {
  margin-bottom: 40px;
}

.part3_1 .layout .header img {
  height: 90px;
  display: block;
  margin: 0 auto;
  transform: translateX(-42px);
}

.part3_1 .layout .tab {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.part3_1 .layout .tab li {
  margin-right: 100px;
  width: 354px;
  height: 61px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #4fbb63;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #4fbb63;
  line-height: 61px;
  text-align: center;
  cursor: pointer;
}

.part3_1 .layout .tab li:nth-last-child(1) {
  margin-right: 0;
}

.part3_1 .layout .tab .on {
  background: #4fbb63;
  color: #fff;
}

.part3_1 .layout .contentbox {
  padding: 60px 63px 38px;
  background: url(../images/background.png) no-repeat;
  /* background: url(../images/background.png) no-repeat; */
  background-size: cover;
}

.part3_1 .layout .contentbox .content {
  display: none;
}

.part3_1 .layout .contentbox .content ul li {
  position: relative;
  margin-top: 14px;
  float: left;
}

.part3_1 .layout .contentbox .content ul li:nth-child(2) {
  margin-top: 0;
}

.part3_1 .layout .contentbox .content ul li:nth-child(1) {
  margin-top: 0;
  margin-right: 18px;
}

.part3_1 .layout .contentbox .content ul li:nth-child(1) a .imgbox {
  width: 804px;
  height: 460px;
}

.part3_1 .layout .contentbox .content ul li:nth-child(1) a .title {
  padding: 30px;
}

.part3_1 .layout .contentbox .content ul li:hover a .imgbox img {
  transform: scale(1.3);
}

.part3_1 .layout .contentbox .content ul li a {
  display: block;
}

.part3_1 .layout .contentbox .content ul li a .imgbox {
  width: 252px;
  height: 144px;
  overflow: hidden;
}

.part3_1 .layout .contentbox .content ul li a .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.part3_1 .layout .contentbox .content ul li a .title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part3_1 .layout .contentbox .content .more {
  width: fit-content;
  display: block;
  margin: 35px auto 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}

.part3_1 .layout .contentbox .on {
  display: block;
}


.part3 .layout {
    position: relative;
}
.part3 .swiper-button-next, .part3 .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 78%);
}
.part3 .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -30px);
}

.part3 .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -41px);
}
.part5 .swiperbox {
    position: relative;
}

.part5 .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -30px);
}

.part5 .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -41px);
}

.part5 .layout ul li {
    margin-right: 0;
}

@media screen and (max-width: 1390px) {
    .part3 .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 0px);
    }
    .part3 .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 0px);
    }
    .part5 .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 0px);
    }
    .part5 .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 0px);
    }
}