body {
  background-color: #F4FBF3;
  background: url(http://sthjt.gxzf.gov.cn/material/zt/pczzgzdt/images/all-bak.png)no-repeat top;
  min-width: 1210px !important;
  background-size: cover;
}

.heard-top {
  height: 1010px;
  position: relative;
}

.heard-top .top_img {
  margin: 0 auto;
  display: flex;
}

.heard-top .top_img a {
  display: block;
  cursor: pointer;
  padding-top: 30px;
  display: flex;
  height: 62px;
  margin-left: 50px;
}

.mainInfo {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.mainInfo section {
  margin-bottom: 90px;
}

.mainInfo section .title_box {
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  height: 139px;
  width: 100%;
}

.mainInfo section .title_box a {
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  font-style: italic;
  display: block;
  margin-left: 38px;
  padding-top: 4px;
}
.mainInfo section .title_box img{
  width: 100%;
}

/* 公用li样式 */
.mainInfo section .content li {
  position: relative;
  padding-left: 20px;
  display: flex;
  cursor: pointer;
  border-bottom: 1px dashed #3CA05D;
  height: 100px;
  align-items: center;
}
.mainInfo section .content li:last-child {
  border-bottom: unset;
}

.mainInfo section .content li:last-child {
  margin-bottom: 0;
}

.mainInfo section .content li::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #3CA05D;
  border-radius: 50%;
  left: -5px;
  top: 31px;
}

.mainInfo section .content li a {
  display: inline-block;
  width: 70%;
  font-size: 22px;
  color: #465361;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mainInfo section .content li span {
  margin-left: auto;
  display: inline-block;
  font-size: 22px;
  color: #2781B4;
}

.mainInfo section .content li:hover a{
  color: #3CA05D;
}
.mainInfo section .content li:hover span{
  color: #3CA05D;
}


section .content {
  display: flex;
  position: relative;
  padding-top: 50px;
}

section .swiper_box {
  width: calc(100% - 558px);
  overflow: hidden;
  position: relative;
}

section .swiper_box .swiper-slide a {
  display: block;
  position: relative;
}

section .swiper_box .swiper-slide a img {
  height: 405px !important;
  border-radius: 10px;
  object-fit: cover;
}

section .swiper_box .swiper-slide a span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 22px;
  height: 70px;
  bottom: 3px;
  left: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 129px;
  width: 78%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 16px;
}

section .swiper_box .swiper-pagination {
  bottom: 26px;
  left: unset;
  right: 0;
  width: 123px;
}

section .swiper_box .swiper-pagination-bullet {
  background-color: unset;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  border: 2px solid #575859;
}

section .swiper_box .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  opacity: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: unset;
}

section .right_box {
  background-color: rgba(190,242,247, 0.6);
  margin-left: 20px;
  width: 517px;
  height: 405px;
  border-radius: 10px;
  padding: 0 20px;
}

section .more_text {
  position: absolute;
  width: 100px;
  height: 23px;
  line-height: 23px;
  text-align: left;
  font-size: 25px;
  color: #106D4D;
  cursor: pointer;
  display: block;
  top: 10px;
  right: 0;
  text-align: right;
  font-style: italic;
}
section .swiper-button-next:after {
  display: none;
}

section .swiper-button-prev:after {
  display: none;
}

section .swiper-button-next {
  background: url(http://sthjt.gxzf.gov.cn/material/zt/pczzgzdt/images/jt-right.png) no-repeat;
  right: -13px;
  height: 76px;
  width: 60px;
}

section .swiper-button-prev {
  background: url(http://sthjt.gxzf.gov.cn/material/zt/pczzgzdt/images/jt-left.png) no-repeat;
  left: 12px;
  height: 76px;
  width: 60px;
}