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

.title {
  font-size: 36px;
  font-family: SourceHanSerifSC-Heavy, SourceHanSerifSC;
  font-weight: 800;
  color: #58AA59;
  letter-spacing: 2px;
  text-align: center;
}

.more {
  position: absolute;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #58AA59;
}

.more img {
  display: inline-block !important;
  width: 20px !important;
  height: auto !important;
  margin-bottom: 0 !important;
  margin-left: 8px !important;
}

.header {
  /* height: 800px;
  background: url(../images/index_header.jpg) no-repeat top center;
  background-size: 100% 800px; */
  min-width: 1200px;
  overflow: hidden;
}

.header .layout {
  padding-top: 160px;
}

.header .layout img {
  display: block;
  width: 1081px;
  margin: 0px auto 63px;
}

.header .layout .bmrk {
  display: flex;
  justify-content: center;
  width: 397px;
  height: 69px;
  background: url(../images/bmrk.png) no-repeat;
  border-radius: 8px;
  font-size: 38px;
  font-family: zihun143-zhengkuchaojihei, zihun143;
  font-weight: normal;
  color: #fff;
  margin: 0 auto 64px;
  padding-top: 7px;
}

.header .layout .bmrk:hover {
  color: #fff !important;
}

.header .tz {
  margin-top: -104px;
  margin-left: 15px;
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 161px;
  background: url(../images/tz.png) no-repeat;
  background-size: 1951px 171px;
  background-position: top 0 center;
  display: flex;
  align-items: center;
}

.header .tz .tzt {
  position: absolute;
  left: 50%;
  margin-left: -350px;
  display: block;
  width: 540px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fff;
  margin-bottom: 9px;
}

.header .tz .tzt:hover {
  color: #fff !important;
}

.part1 {
  margin-top: 116px;
  margin-bottom: 90px;
}

.part1 .layout .title {
  margin-bottom: 60px;
}

.part1 .layout img {
  display: block;
  width: 730px;
  margin: 0 auto;
}

.part2 {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 90px;
  background: #FAFaF4;
}

.part2 .layout .title {
  margin-bottom: 34px;
}

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

.part2 .layout .tab {
  float: left;
  padding: 36px 0 36px 0px;
  background-color: #58AA59;
  border-radius: 4px;
  width: 320px;
  height: 424px;
}

.part2 .layout .tab .on {
  background-color: rgba(255, 255, 255, 0.24);
}

.part2 .layout .tab li {
  padding-left: 33px;
  height: 52px;
  font-size: 18px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 52px;
  cursor: pointer;
}

.part2 .layout .contentbox {
  position: absolute;
  left: 264px;
  float: left;
  width: 960px;
  height: 352px;
  background: #FFFFFF;
  border-radius: 4px;
  z-index: 15;
  transform: translate(0px, 36px);
}

.part2 .layout .contentbox .content {
  display: none;
  position: relative;
  height: 100%;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

.part2 .layout .contentbox .content a {
  margin-right: 28px;
  display: block;
  float: left;
}

.part2 .layout .contentbox .content a:hover .t,
.part2 .layout .contentbox .content a:hover .writer {
  color: #58AA59;
}

.part2 .layout .contentbox .content a:nth-last-child(1),
.part2 .layout .contentbox .content a:nth-last-child(2) {
  margin-right: 0;
}

.part2 .layout .contentbox .content a img {
  display: block;
  width: 268px;
  height: 159px;
  margin-bottom: 14px;
}

.part2 .layout .contentbox .content a .t {
  width: 240px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part2 .layout .contentbox .content a .writer {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.part2 .layout .contentbox .content .more {
  left: 50%;
  bottom: 33px;
  transform: translateX(-50%);
}

.part2 .layout .contentbox .active {
  display: block;
}

.part3 {
  margin-bottom: 90px;
}

.part3 .layout .title {
  margin-bottom: 60px;
}

.part3 .layout ul {
  display: flex;
}

.part3 .layout ul li {
  width: 251px;
  height: 350px;
  border-radius: 10px 10px 20px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part3 .layout ul li:nth-child(1) {
  background: url(../images/part3-1.png) no-repeat;
}

.part3 .layout ul li:nth-child(2) {
  background: url(../images/part3-2.png) no-repeat;
}

.part3 .layout ul li:nth-child(3) {
  background: url(../images/part3-3.png) no-repeat;
}

.part3 .layout ul li:nth-child(4) {
  background: url(../images/part3-4.png) no-repeat;
}

.part3 .layout ul li:nth-child(5) {
  background: url(../images/part3-5.png) no-repeat;
}

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

.part3 .layout ul li .top {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}

.part3 .layout ul li .bottom {
  padding: 24px 0px 24px 20px;
  height: 300px;
}

.part3 .layout ul li .bottom p {
  width: 196px;
  height: 252px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part4 {
  margin-bottom: 100px;
}

.part4 .layout {
  position: relative;
}

.part4 .layout .title {
  margin-bottom: 60px;
}

.part4 .layout .box {
  padding-top: 42px;
  padding-bottom: 72px;
  display: flex;
  background: linear-gradient(to right, #ffffff 0% 10%, #fafaf4 10% 100%);
}

.part4 .layout .box .first {
  margin-right: 61px;
}

.part4 .layout .box .first a {
  display: block;
  position: relative;
}

.part4 .layout .box .first a img {
  display: block;
  width: 598px;
  height: 306px;
}

.part4 .layout .box .first a .bottom {
  padding-left: 17px;
  padding-right: 30px;
  width: 598px;
  height: 49px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(50, 50, 50, 0.59);
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part4 .layout ul {
  display: flex;
  flex-direction: column;
}

.part4 .layout ul li {
  margin-bottom: 24px;
}

.part4 .layout ul li:hover .right .t,
.part4 .layout ul li:hover .right .c {
  color: #58AA59;
}

.part4 .layout ul li a {
  display: flex;
  align-items: center;
}

.part4 .layout ul li a .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part4 .layout ul li a .left .day {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #58AA59;
}

.part4 .layout ul li a .left .year {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #58AA59;
}

.part4 .layout ul li a .xian {
  margin: 0 31px 0 29px;
  width: 1px;
  height: 72px;
  background-color: #58AA59;
  opacity: 0.5;
}

.part4 .layout ul li a .right .t {
  width: 364px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part4 .layout ul li a .right .c {
  width: 364px;
  height: 56px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part4 .layout .more {
  right: 262px;
  bottom: 27px;
}

.part5 {
  margin-bottom: 46px;
}

.part5 .layout {
  position: relative;
}

.part5 .layout .title {
  margin-bottom: 60px;
}

.part5 .layout .box {
  display: flex;
}

.part5 .layout .box .first {
  margin-right: 61px;
}

.part5 .layout .box .first a {
  display: block;
  position: relative;
}

.part5 .layout .box .first a img {
  display: block;
  width: 598px;
  height: 306px;
}

.part5 .layout .box .first a .bottom {
  padding-left: 17px;
  padding-right: 30px;
  width: 598px;
  height: 49px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(50, 50, 50, 0.59);
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part5 .layout ul {
  display: flex;
  flex-direction: column;
}

.part5 .layout ul li {
  margin-bottom: 24px;
  padding-bottom: 17px;
  border-bottom: 1px solid #58AA59;
}

.part5 .layout ul li:hover .right .t,
.part5 .layout ul li:hover .right .c {
  color: #58AA59;
}

.part5 .layout ul li a {
  display: flex;
  align-items: center;
}

.part5 .layout ul li a .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
}

.part5 .layout ul li a .left .day {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #58AA59;
}

.part5 .layout ul li a .left .year {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #58AA59;
}

.part5 .layout ul li a .xian {
  margin: 0 31px 0 29px;
  width: 1px;
  height: 72px;
  background-color: #A22B2B;
  opacity: 0.5;
}

.part5 .layout ul li a .right .t {
  width: 364px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part5 .layout ul li a .right .c {
  width: 420px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part5 .layout .more {
  right: 262px;
  bottom: 0px;
}

.part2_other {
  background-color: #F4FAF4;
  padding: 66px 0 91px;
}

.part2_other .layout .title {
  margin-bottom: 49px;
}

.part2_other .layout .box .tab {
  margin-bottom: 31px;
  display: flex;
  justify-content: space-evenly;

}

.part2_other .layout .box .tab li {
  position: relative;
  z-index: 2;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 21px;
  color: #909090;
  cursor: pointer;
}

.part2_other .layout .box .tab .on {
  color: #4B9C09;
}

.part2_other .layout .box .tab .on::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 7px;
  background-color: #D0E6C3;
}

.part2_other .contentBox {
  padding: 42px 0 39px;
  background-color: #D7ECC9;
}

.part2_other .contentBox .content {
  display: none;
  margin: 0 auto;
  width: fit-content;
}

.part2_other .contentBox .content li {
  float: left;
  margin-right: 21px;
}

.part2_other .contentBox .content li:nth-last-child(1) {
  margin-right: 0;
}

.part2_other .contentBox .content li .imgbox {
  width: 262px;
  height: 151px;
}

.part2_other .contentBox .content li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.part2_other .contentBox .content li .bottom {
  margin: -42px 0px 0 7px;
  padding: 53px 14px 24px;
  position: relative;
  width: 262px;
  height: 195px;
  background: url(../images/other_background.png) no-repeat;
  background-size: 100% 100%;
}

.part2_other .contentBox .content li .bottom .more {
  right: 14px;
  top: 22px;
}

.part2_other .contentBox .content li .bottom .title {
  margin-bottom: 14px;
  width: 234px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #909090;
  line-height: 25px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part2_other .contentBox .content li .bottom .writer {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #909090;
  line-height: 27px;
}

.part2_other .contentBox .on {
  display: block;
}

.part3_other {
  padding: 79px 0 101px;
}

.part3_other .layout .title {
  margin-bottom: 45px;
}

.part3_other .layout .box .tab {
  margin-bottom: 47px;
  display: flex;
  justify-content: space-evenly;

}

.part3_other .layout .box .tab li {
  position: relative;
  z-index: 2;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 21px;
  color: #909090;
  cursor: pointer;
}

.part3_other .layout .box .tab .on {
  color: #4B9C09;
}

.part3_other .layout .box .tab .on::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 7px;
  background-color: #D0E6C3;
}

.part3_other .layout .contentBox .content {
  display: none;
}

.part3_other .layout .contentBox .content li {
  float: left;
  width: 300px;
  height: 235px;
  cursor: pointer;
}

.part3_other .layout .contentBox .content li:hover .cover {
  top: 0;
}

.part3_other .layout .contentBox .content li .surface {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 54px;
}

.part3_other .layout .contentBox .content li .surface .top {
  display: flex;
  align-items: center;
}

.part3_other .layout .contentBox .content li .surface .top img {
  display: block;
  margin-right: 10px;
}

.part3_other .layout .contentBox .content li .surface .top p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

/* .part3_other .layout .contentBox .content li:nth-child(1) .surface {
  background: url(../images/background_cyjhpng.png) no-repeat;
  background-size: 100% 100%;
} */

.part3_other .layout .contentBox .content li:nth-child(1) .surface .top img {
  width: 42px;
  height: 41px;
}

/* .part3_other .layout .contentBox .content li:nth-child(2) .surface {
  background: url(../images/background_jdkc.png) no-repeat;
  background-size: 100% 100%;
} */

.part3_other .layout .contentBox .content li:nth-child(2) .surface .top img {
  width: 46px;
  height: 40px;
}

/* .part3_other .layout .contentBox .content li:nth-child(3) .surface {
  background: url(../images/background_xbyx.png) no-repeat;
  background-size: 100% 100%;
} */

.part3_other .layout .contentBox .content li:nth-child(3) .surface .top img {
  width: 44px;
  height: 41px;
}

.part3_other .layout .contentBox .content li .cover {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 11px;
  padding-left: 39px;
  padding-right: 39px;
  width: 100%;
  height: 100%;
  background-color: #75BD3A;
  transition: all .3s;
}

.part3_other .layout .contentBox .content li:nth-child(1) .surface .cover .top img {
  width: 33px;
  height: 32px;
}

.part3_other .layout .contentBox .content li:nth-child(2) .surface .cover .top img {
  width: 39px;
  height: 33px;
}

.part3_other .layout .contentBox .content li:nth-child(3) .surface .cover .top img {
  width: 37px;
  height: 34px;
}

.part3_other .layout .contentBox .content li .cover a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}

.part3_other .layout .contentBox .content li .cover a:hover {
  color: #fff !important;
}

.part3_other .layout .contentBox .content li .cover .top {
  margin-bottom: 9px;
}

.part3_other .layout .contentBox .content li .cover .list {
  margin-bottom: 9px;
}

.part3_other .layout .contentBox .content li .cover .list .li {
  margin-bottom: 11px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}

.part3_other .layout .contentBox .content li .cover .list .li:nth-last-child(1) {
  margin-bottom: 0;
}

.part3_other .layout .contentBox .content li .cover .list .li i {
  margin-right: 12px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  flex-shrink: 0;
  margin-top: 6px;
}

.part3_other .layout .contentBox .content li .cover .list .li p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all; */
}

.part3_other .layout .contentBox .content li .cover .more {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  border-radius: 26px;
  border: 1px solid #FFFFFF;
  padding: 0px 10px;
}

.part3_other .layout .contentBox .content li .cover .more p {
  /* margin-right: 5px; */
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.part3_other .layout .contentBox .content li .cover .more img {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.part3_other .layout .contentBox .on {
  display: block;
}

@media screen and (max-width: 1600px) {
  .header .tz {
    margin-left: 0;
  }
}