.pubCon_title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
  padding-left: 16px;
  display: flex;
  justify-content: space-between;
}
.pubCon_title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 3px;
  height: 28px;
  background-color: #159990;
}
.pubCon_title .more {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pubCon_title .more span {
  margin-right: 20px;
}
.wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.wrap .content {
  flex: 1;
}
.banner {
  position: relative;
}
.banner .banner_img img {
  width: 100%;
}
.banner .banner_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner .banner_title .en {
  font-size: 60px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .banner .banner_title .en {
    font-size: 20px;
  }
}
.banner .banner_title .cn {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 600px) {
  .banner .banner_title .cn {
    font-size: 20px;
  }
}
.news_list2 li {
  padding: 23px 40px 15px 38px;
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  display: flex;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.news_list2 li:hover {
  box-shadow: 0px 0px 15px rgba(1, 59, 32, 0.15);
  transform: scale(1.03);
}
.news_list2 li:hover a {
  color: #007970;
}
.news_list2 li:hover .date b {
  color: #007970;
}
.news_list2 li .date {
  position: relative;
  width: 124px;
  display: block;
  text-align: left;
}
.news_list2 li .date p {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  align-items: flex-start;
}
.news_list2 li .date b,
.news_list2 li .date em {
  display: block;
  font-weight: bold;
  color: inherit;
}
.news_list2 li .date b {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  line-height: 1;
}
.news_list2 li .date em {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
.news_list2 li .date::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 38px;
  background-color: #D8D8D8;
}
.news_list2 li a {
  padding-left: 28px;
  box-sizing: border-box;
  line-height: 26px;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  width: 100%;
  font-size: 18px;
  color: #333333;
}
.news_box {
  /* 焦点轮播 */
}
.news_box .news_body {
  position: relative;
}
.news_box .new_tab_body {
  position: absolute;
  right: 0;
  width: calc(692 / 1400 * 100%);
  z-index: 33;
}
@media (max-width: 1200px) {
  .news_box .new_tab_body {
    position: unset;
    width: 100%;
  }
}
.news_box .new_tab_body .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_box .new_tab_body .tab .more {
  font-size: 16px;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_box .new_tab_body .tab .more span {
  margin-right: 20px;
}
.news_box .new_tab_list {
  display: flex;
  flex: 1;
  border-left: 3px solid #159990;
  padding-left: 20px;
}
.news_box .new_tab_list li {
  padding-right: 9px;
  min-width: fit-content;
}
@media (max-width: 600px) {
  .news_box .new_tab_list li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .news_box .new_tab_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.news_box .new_tab_list li {
  width: fit-content;
}
.news_box .new_tab_list li > a {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  transition: all 0.3s ease;
}
.news_box .new_tab_list li:hover > a,
.news_box .new_tab_list li.current > a {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}
.news_box .news_right_list {
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .news_box .news_right_list {
    padding-top: 0;
  }
}
.news_box .news_right_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 58px;
  position: relative;
}
.news_box .news_right_list li:not(:last-child) {
  border-bottom: 1px dashed #e3e3e3;
}
.news_box .news_right_list li:hover a {
  color: #007970;
}
.news_box .news_right_list a {
  display: block;
  /* 全面准确深刻学习贯彻党的二十大精神 */
  width: calc(100% - 130px);
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_box .news_right_list .date {
  /* 2022-11-15 */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
}
.news_box .news_box_right {
  display: none;
}
@media (max-width: 1200px) {
  .news_box .news_box_right {
    margin-top: 30px;
  }
}
.news_box .news_box_right .fl.swiper2 {
  width: calc(644 / 1400 * 100%);
}
@media (max-width: 600px) {
  .news_box .news_box_right .fl.swiper2 {
    width: 100%;
  }
}
.news_box .news_box_right .fr.news_right_list {
  width: calc(692 / 1400 * 100%);
}
@media (max-width: 600px) {
  .news_box .news_box_right .fr.news_right_list {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news_box .news_box_right.cur {
  display: block;
}
.news_box .swiper2 {
  /* 焦点轮播图css */
  box-shadow: 0px 0px 13px 0px rgba(112, 125, 137, 0.08);
}
.news_box .swiper2 .focus,
.news_box .swiper2 .focus .pic {
  position: relative;
}
.news_box .swiper2 .focus .pic > div {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.news_box .swiper2 .img_box {
  width: 100%;
  overflow: hidden;
  height: 430px;
}
.news_box .swiper2 .img_box img {
  width: 100%;
  min-height: 100%;
  transition: all 0.3s ease;
}
.news_box .swiper2 .focus .swiper-slide a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
}
.news_box .swiper2 .focus .swiper-slide a:hover img {
  transform: scale(1.05);
}
.news_box .swiper2 .focus .swiper-slide .text {
  padding: 23px 20px;
  font-weight: normal;
  font-stretch: normal;
  padding-left: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.news_box .swiper2 .focus .swiper-slide .text p {
  font-size: 18px;
  line-height: 20px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news_box .swiper2 .focus .navi {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 9;
  height: 12px;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news_box .swiper2 .focus .navi li {
  float: left;
  width: 12px;
  border-radius: 6px;
  height: 12px;
  background-color: #135e43;
  opacity: 0.36;
  transition: all 0.3s;
  margin: 0 7px;
}
.news_box .swiper2 .focus .navi li.on {
  width: 24px;
  opacity: 1;
}
.news_box .swiper2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.news_box .swiper2 .focus .swiper-pagination-bullet {
  border: 0;
  background-color: #a0a0a0;
  opacity: 1;
  border-radius: 0;
}
.news_box .swiper2 .focus li.swiper-pagination-bullet-active {
  width: 24px;
  opacity: 1;
}
.part2 {
  background: url(../image/nc_gsgg_bg.png) no-repeat center;
}
.part2 .news_list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part2 .news_list2 li {
  width: calc(50% - 15px);
}
@media (max-width: 600px) {
  .part2 .news_list2 li {
    width: 100%;
  }
}
.part3 .item_box_middle2 {
  margin-left: -20px;
  margin-right: -20px;
}
.part3 .item_box_middle2::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.part3 .item_box_middle2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
.part3 .item_box_middle2 > li:nth-child(n) {
  margin-top: 0;
}
.part3 .item_box_middle2 > li:nth-child(n + 4) {
  margin-top: 30px;
}
.part3 .item_box_middle2 > li:nth-child(4) {
  margin-top: 0;
}
.part3 .item_box_middle2 a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .part3 .item_box_middle2 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .part3 .item_box_middle2::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .part3 .item_box_middle2 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .part3 .item_box_middle2 > li:nth-child(n) {
    margin-top: 0;
  }
  .part3 .item_box_middle2 > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .part3 .item_box_middle2 > li:nth-child(2) {
    margin-top: 0;
  }
  .part3 .item_box_middle2 a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .part3 .item_box_middle2 {
    margin-left: 0;
    margin-right: 0;
  }
  .part3 .item_box_middle2::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .part3 .item_box_middle2 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: left;
  }
  .part3 .item_box_middle2 > li:nth-child(n) {
    margin-top: 0;
  }
  .part3 .item_box_middle2 > li:nth-child(n + 1) {
    margin-top: 30px;
  }
  .part3 .item_box_middle2 > li:nth-child(1) {
    margin-top: 0;
  }
  .part3 .item_box_middle2 a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.part3 .item_box_middle2 li a {
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.part3 .item_box_middle2 li .info {
  min-height: 180px;
  overflow: hidden;
}
.part3 .item_box_middle2 li .info img {
  width: 100%;
  min-height: 100%;
  transition: all 0.3s ease;
}
.part3 .item_box_middle2 li .bottom {
  padding: 20px 30px;
}
.part3 .item_box_middle2 li .bottom h3 {
  height: 54px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #222222;
  line-height: 26px;
}
.part3 .item_box_middle2 li .detail {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
}
.part3 .item_box_middle2 li .detail i {
  display: inline-block;
  width: 25.5px;
  height: 6px;
  background: url(../image/ztzl_more.png) center;
}
.part3 .item_box_middle2 li:hover a {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
}
.part3 .item_box_middle2 li:hover a img {
  transform: scale(1.03);
}
.part3 .item_box_middle2 li:hover .bottom h3 {
  transition: all 0.3s ease;
  color: #007970;
}
.part4 .item_box_middle2 {
  margin-left: -20px;
  margin-right: -20px;
}
.part4 .item_box_middle2::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.part4 .item_box_middle2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
.part4 .item_box_middle2 > li:nth-child(n) {
  margin-top: 0;
}
.part4 .item_box_middle2 > li:nth-child(n + 3) {
  margin-top: 30px;
}
.part4 .item_box_middle2 > li:nth-child(3) {
  margin-top: 0;
}
.part4 .item_box_middle2 a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .part4 .item_box_middle2 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .part4 .item_box_middle2::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .part4 .item_box_middle2 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .part4 .item_box_middle2 > li:nth-child(n) {
    margin-top: 0;
  }
  .part4 .item_box_middle2 > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .part4 .item_box_middle2 > li:nth-child(2) {
    margin-top: 0;
  }
  .part4 .item_box_middle2 a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .part4 .item_box_middle2 {
    margin-left: 0;
    margin-right: 0;
  }
  .part4 .item_box_middle2::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .part4 .item_box_middle2 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: left;
  }
  .part4 .item_box_middle2 > li:nth-child(n) {
    margin-top: 0;
  }
  .part4 .item_box_middle2 > li:nth-child(n + 1) {
    margin-top: 30px;
  }
  .part4 .item_box_middle2 > li:nth-child(1) {
    margin-top: 0;
  }
  .part4 .item_box_middle2 a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.part4 .item_box_middle2 li a {
  width: 100%;
  background: #f7f7f7;
  transition: all 0.3s ease;
}
.part4 .item_box_middle2 li .info {
  height: 290px;
  overflow: hidden;
  position: relative;
}
.part4 .item_box_middle2 li .info img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.part4 .item_box_middle2 li .info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url(../image/spzx_btn.png) no-repeat center;
  z-index: 3;
}
.part4 .item_box_middle2 li .info::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.part4 .item_box_middle2 li .bottom {
  padding: 30px 40px;
}
.part4 .item_box_middle2 li .bottom h3 {
  height: 54px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #222222;
  line-height: 26px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part4 .item_box_middle2 li .detail {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
}
.part4 .item_box_middle2 li .detail i {
  display: inline-block;
  width: 25.5px;
  height: 6px;
  background: url(../image/ztzl_more.png) center;
}
.part4 .item_box_middle2 li:hover a {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.part4 .item_box_middle2 li:hover a img {
  transform: scale(1.03);
}
.part4 .item_box_middle2 li:hover .bottom h3 {
  transition: all 0.3s ease;
  color: #007970;
}
