.homeContent {
  background-image: url(../img/assetsImg/buildBG.png);
  background-repeat: no-repeat;
  background-position-y: 80%;
  background-size: 100% auto;
}

.content1 {
  width: 100%;
  background: url(../img/assetsImg/xwzx.png) left no-repeat, url(../img/assetsImg/xwzx_r.png) right no-repeat;
  background-size: contain;
  margin-bottom: 50px;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page {
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}

.page img {
  width: 24px;
}

.page_a {
  margin-right: 52px;
}

.page_a::after {
  content: '';
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  left: 30px;
  top: 12px;
}

.news {
  padding-top: 50px;
  padding-bottom: 100px;
}

.news_left {
  /* width: 990px; */
  width: calc(70% - 20px);
  display: flex;
  flex-direction: column;
}

.news_right {
  /* width: 370px; */
  width: calc(30% - 10px);
  background: #fff;
  margin-left: 30px;
}

.news,
.c1_title,
.c2_title,
.tzgg_t {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  position: relative;
}

.c1_title,
.c2_title,
.tzgg_t {
  align-items: flex-end;
}

.c1_title img {
  float: right;
  position: relative;
  left: -20px;
}

.c1_title::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.c1_title .more {
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 0;
  color: #fff;
}

.tzgg_t {
  padding: 15px 30px 30px 30px;
}

.more2 {
  /* color: #6EB92C; */
  position: relative;
}

.more2 a,
.more2 span {
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  /* border-bottom: 2px solid #6EB92C; */
}

.news_data {
  display: flex;
  background: #fff;
  margin-top: 40px;
  flex-shrink: 1;
  height: 100%;
}

.data_left {
  width: 400px;
  border-right: 1px solid #E7E7E7;
  box-sizing: border-box;
  padding-left: 40px;
}

.data_left>div {
  height: 86px;
  border-bottom: 1px solid #E7E7E7;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  padding-right: 14px;
}

.data_left>div a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.data_left>div:last-of-type {
  border: none;
}

.data_right {
  width: 590px;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.data_right img {
  width: 590px;
  height: 354px;
}

.data_info {
  width: 590px;
  padding: 30px 40px 16px 40px;
  background: #fff;
  height: 100%;
  flex-shrink: 1;
}

.info_title {
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info_date {
  color: #707070;
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
}

.data_info p {
  position: relative;
  font-size: 14px;
  color: #707070;
  line-height: 28px;
  max-height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* .data_info p::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 40px;
  background: -webkit-linear-gradient(left, transparent, #fff 55%);
  background: -o-linear-gradient(right, transparent, #fff 55%);
  background: -moz-linear-gradient(right, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%);
} */

/* .data_left>div.active { */
/* color: #6EB92C; */
/* } */

.tzgg_data>a {
  display: block;
  height: 86px;
  padding-left: 30px;
  cursor: pointer;
  color: #000;
}

.tzgg_data>a>div {
  height: 86px;
  padding: 16px 0;
  border-bottom: 1px solid #E7E7E7;
}

.tzgg_data>a:last-of-type>div {
  border: none;
}

.tz_title {
  max-width: calc(100% - 12px);
}

.tz_title span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tz_date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

/* .tzggActive {
  background: rgba(110, 185, 44, 0.1);
  color: #6EB92C;
} */
.content2 .content_t {
  display: none;
}

.c2_title>div {
  position: relative;
}

.c2_title>div>div img {
  position: absolute;
  right: 0;
  transform: rotateY(180deg) rotateZ(90deg);
  left: 100px;
  bottom: -12px;
  /* left: -10px;
  top: -8px; */
}

.c2_title>div>div:last-of-type:after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  /* background: #6EB92C; */
  position: absolute;
  bottom: -4px;
  left: 0;
}




.content3 p {
  color: #707070;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.px_item:nth-of-type(8n+1) .px_info {
  background-color: #6EB92C;
}

.px_item:nth-of-type(8n+2) .px_info {
  background-color: #ED6D01;
}

.px_item:nth-of-type(8n+3) .px_info {
  background-color: #98C617;
}

.px_item:nth-of-type(8n+4) .px_info {
  background-color: #F29200;
}

.px_item:nth-of-type(8n+5) .px_info {
  background-color: #BBD400;
}

.px_item:nth-of-type(8n+6) .px_info {
  background-color: #F8B500;
}

.px_item:nth-of-type(8n+7) .px_info {
  background-color: #98C617;
}

.px_item:nth-of-type(8n) .px_info {
  background-color: #F29200;
}

.px_item {
  position: relative;
  cursor: pointer;
}

.px_item:nth-of-type(2n) .px_info {
  bottom: 0;
}

.px_img {
  width: 100%;
  height: 0px;
  transition: all 0.5s;
}

.px_info {
  width: 100%;
  position: absolute;
  transition: all 0.5s;
  overflow: hidden;
  background-image: url(../img/assetsImg/pxxm.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 108px;
}

.px_fl,
.px_detail {
  font-size: 12px;
  transition: all 0.5s;
  color: #fff;
  position: absolute;
  top: -100px;
}

.px_detail {
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.px_lj {
  position: absolute;
  right: 8px;
  bottom: -60px;
}

.c4_title {
  position: relative;
}

.c4_title img {
  position: absolute;
  top: 104px;
  left: 30px;
}

.c4_line {
  width: 3px;
  height: 56px;
  margin-left: 6px;
}

.c4_page span {
  margin: 0 12px;
}

.c4_page img {
  cursor: pointer;
}

.xq_data {
  width: 100%;
}

.xq_name {
  position: absolute;
  color: #fff;
  font-weight: bold;
}

.xq_info {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
}

.xq_info>div {
  margin-top: 6px;
}

.content5 {
  margin-bottom: 150px;
}

.c5_data {
  margin-top: 20px;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.c5_item {
  box-sizing: border-box;
  padding: 16px 20px;
  border: 1px solid #E7E7E7;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-right: 16px;
}

.c5_item:hover {
  background: #F5F5F5;
}

.content,
.content2 {
  position: relative;
}

.c3_title>div {
  position: relative !important;
}

.c3_title>div::after {
  content: '' !important;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .c2_title {
    display: flex;
  }

  .content1_news,
  .content1_notice {
    display: none;
  }

  .content2,
  .content3,
  .content4 {
    padding: 50px 0;
    position: relative;
  }

  .tz_date {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
  }



  /* 活动信息 */
  .content2 .c4_left {
    height: 470px;
    position: relative;
  }

  .content2 .c4_left .c4_page>div {
    position: static !important;
    width: 100% !important;
  }

  .content2 .c4_left .c4_page .page {
    margin: 0 16px;
    font-size: 12px;
    position: relative !important;
  }

  .content2 .c4_left .c4_page .page .swiper-pagination{
    position: static !important;
  }

  .content2 .c4_left .c4_page .page span {
    margin: 0;
  }


  .content2 .c4_left .c4_page>div::after,
  .content4 .c4_left .c4_page>div::after {
    content: '' !important;
    width: 100%;
  }

  .swiper-num .active {
    display: inline-block;
  }

  .swiper-num .total {
    display: inline-block;
  }

  .content2 .swiper-pagination {
    display: none;
  }


  .hd_info {
    width: 100%;
    margin-left: 25px !important;

  }

  .hd_info .hd_data {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    transition: all 0.5s;
  }

  .hd_info .hd_data .hd_item {
    flex-direction: column;
    width: calc(20% - 25px);
    height: 222px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
    opacity: 0.9;
    border: 1px solid #7CBF40;
    cursor: pointer;
    color: #000;
  }

  .hd_info .hd_data .hd_item:hover {
    background: url(../img/assetsImg/pxxm.png) no-repeat right bottom;
    background-size: auto 108px;
    opacity: 1;
    color: #fff;

  }


  .hd_info .hd_data .hd_item .hd_img {}

  .hd_info .hd_data .hd_item .hd_img img {
    width: 90px;
    object-fit: contain;
  }

  .hd_info .hd_data .hd_item .hd_name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 24px;
  }

  .c3_arrow_icon {
    height: 54px;
    width: auto;
    cursor: pointer;
  }

  .ENTitle {
    font-size: 16px;
  }

  .ZHTitle {
    font-size: 28px;
  }

  .c3_line {
    margin-top: 6px;
    width: 56px;
    height: 3px;
  }

  .c3_title {
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 36px;
  }

  .c3_title>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .c3_title>div :nth-of-type(2) {
    margin: 0 77px;
  }

  .content3>.content>p {
    display: block;
  }

  .content3 .swiper-pagination .swiper-pagination-bullet {
    background: url(../img/page.png) no-repeat center center;
    background-size: 24px auto;
    opacity: 1;
    width: 24px;
    height: 24px;
  }

  .content3 .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../img/page_a.png) no-repeat;
    background-size: 24px auto;
    margin-right: 43px !important;
    position: relative;
  }

  .content3 .swiper-pagination .swiper-pagination-bullet-active::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #6EB92C;
    top: 50%;
    left: 100%;
    margin-left: 3px;
  }

  .content3 .swiper-pagination-bullet:last-child::after {
    height: 0 !important;
  }

  .c3_data {
    margin-top: 68px;
  }

  .c3_data {
    width: 100%;
    height: 380px !important;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all 0.5s;
    margin-bottom: 20px;
  }

  .px_item {
    width: calc(25% - 32px);
    height: 175px !important;
    margin-right: 32px;
  }

  .px_info {
    height: 175px;
  }

  .px_item .icon {
    width: 80px;
    position: absolute;
    top: 36px;
    left: 18%;
    transition: all 0.5s;
  }

  .px_name {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }

  .px_item:hover .px_info {
    height: 380px;
    z-index: 2;
  }

  .px_item:hover .px_img {
    height: 175px;
  }

  .px_item:hover .icon {
    width: 32px;
    top: 196px;
    left: 30px;
  }

  .px_item:hover .px_name {
    font-size: 16px;
    top: 245px;
    left: 30px;
  }

  .px_item:hover .px_fl {
    top: 274px;
    left: 30px;
  }

  .px_item:hover .px_detail {
    top: 340px;
    left: 30px;
  }

  .px_item:hover .px_lj {
    top: 340px;
    right: 20px;
  }

  .content4 .c3_title {
    display: none;
  }

  .content2 .c3_title {
    display: none;
  }

  .c4_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 600px;
    line-height: 1.5;
    flex-shrink: 0;
    position: relative;
  }

  .xq_item {
    width: calc(20% - 25px) !important;
    height: 600px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }

  .xq_item>img {
    width: 100%;
    height: 600px;
    transition: all 0.5s;
  }

  .xq_name {
    top: 20px;
    left: 30px;
    font-size: 24px;
  }

  .xq_name>img {
    height: 24px;
    width: auto;
  }

  .xq_name span {
    margin-top: 18px;
  }

  .xq_info img {
    height: 16px;
    width: auto;
  }

  .xq_info {
    padding: 0 30px 14px 30px;
  }

  .xq_info span {
    margin-left: 6px;
  }

  .xq_item_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .xq_item:hover .xq_item_box {
    background: url(../img/assetsImg/xqbg.png) no-repeat right top;
    background-size: auto 108px;
  }

  .xq_item:hover>img {
    transform: scale(1.3);
  }

  .c5_item img {
    height: 40px;
    width: auto;
  }

  .c5_item {
    /* width: 220px; */
    height: 72px;
    color: #000;
    text-decoration: none;
  }
}