@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  background: none !important;
  background-color: #fff;
}

a:hover,
a:hover h5 {
  color: #558fe2 !important;
}

.img {
  overflow: hidden;
  cursor: pointer;
}

.img img {
  transition: all .3s;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.img:hover img {
  transform: scale(1.03);
}

.zt-row {
  margin-bottom: 60px;
}

.elli-s {
  /* 超出一行显示省略号 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.elli-m {
  /* 超出两行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elli-t {
  /* 超出三行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 响应式布局 */
.zt-container {
  width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

.zt-container:after,
.zt-container:before {
  display: table;
  content: "";
}

.zt-container:after {
  clear: both;
}

@media (max-width: 1500px) {
  .zt-container {
    width: 1200px;
  }
}

@media (max-width:1480px) {
  .zt-container {
    width: 1170px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1280px) {
  .zt-container {
    width: 970px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .zt-container {
    width: 750px !important;
  }
}

@media (max-width: 768px) {
  .zt-container {
    width: auto !important;
  }
}


/* header */
.zt-header {
  width: 100%;
  /* padding-top: 63px; */
}

.zt-header .header-bg {
  width: 100%;
  /* position: absolute; */
  /* top: 0; */
  z-index: -1;
}

.zt-header .header-bg img {
  width: 100%;
  display: block;
}

.zt-header .logo {
  position: absolute;
  top: 24px;
  width: 100%;
}

.zt-header .logo .logo-img {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.zt-header .logo .logo-img .header-text {
  width: 100%;
}

.zt-header .logo a {
  width: 470px;
  display: inline-block;
}

.zt-header .logo a img {
  width: 100%;
}

/* logo */
@media (max-width:768px) {
  .zt-header .logo a img {
    width: 50%;
  }
}

@media (max-width:431px) {
  .zt-header .logo {
    top: 0;
  }
}


/* main-content */
.zt-main {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 59px;
}

.zt-main .mod-title {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mod-title .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.4px;
  color: rgba(51, 51, 51, 1);
}

.mod-title .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(212, 48, 48, 1);
  margin-top: 10px;
}

.show-detail {
  font-weight: 400;
  color: rgba(212, 48, 48, 1);
}


/* 政策文件&农业补贴 */
.zcwj-nybt-box .content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 23px;
  padding-bottom: 40px;
}

.zcwj-nybt-box .content-box .content-box-item {
  width: 48%;
}

/* 分页列表 */
.bsj-pageList {
  width: 100%;
  position: relative;
}

.bsj-pageList li {
  width: 100%;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.bsj-pageList li a {
  max-width: 80%;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.bsj-pageList li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  /* border-radius: 50%; */
  background-color: rgba(212, 48, 48, 1);
  flex-shrink: 0;
}

.bsj-pageList h5 {
  display: inline-block;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.bsj-pageList .time {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: rgba(145, 145, 145, 1);
}

@media (max-width:992px) {
  .bsj-pageList li a {
    max-width: 70%;
  }
}

@media (max-width:768px) {}

@media (max-width:431px) {}


/* 先进典型 */
.xjdx-box {
  width: 100%;
  background-color: rgba(245, 245, 245, 1);
}

.xjdx-box .content-box {
  padding: 39px 0;
}

.xjdx-box .content-box .mod-content {
  background-color: #fff;
  margin-top: 27px;
}

.xjdx-box .content-box .mod-content .hd {
  width: 100%;
  overflow: hidden;
}

.xjdx-box .content-box .mod-content .hd ul {
  display: flex;
  margin: 0;
  position: relative;
  z-index: 1;
  width: 110%;
  margin-left: -5%;

}

.xjdx-box .content-box .mod-content .hd ul li {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: rgba(212, 212, 212, 1);
  position: relative;
  z-index: 1;
  gap: 16px;
  cursor: pointer;
  /* 形变倾斜 */
  transform: skew(30deg);
  transition: all 0.2s;
}

.xjdx-box .content-box .mod-content .hd ul li a {
  transform: skew(-30deg);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(120, 120, 120, 1);
}

.xjdx-box .content-box .mod-content .hd ul li::before {
  transform: skew(-30deg);
  content: "";
  display: block;
  width: 3px;
  height: 17px;
  background: linear-gradient(180deg, rgba(212, 48, 48, 1) 0%, rgba(255, 255, 255, 0) 100%);
  display: none;
}

.xjdx-box .content-box .mod-content .hd ul li.on {
  background-color: #fff;
}

.xjdx-box .content-box .mod-content .hd ul li.on a {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 1);
}

.xjdx-box .content-box .mod-content .hd ul li.on::before {
  display: block;
}

.xjdx-box .content-box .mod-content .tempWrap {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 3;
}

/* tw-list */
.tw-list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 35px 38px;
  margin-top: 0px;
    background-color: #fff;

}

.tw-list .tw-item {
  display: inline-block;
  vertical-align: top;
  width: 14.01%;
  background-color: #fff;
  /* box-shadow: 5px 5px 5px rgb(235, 243, 239); */
}

.tw-list .tw-item .img {
  width: 100%;
  height: 157px;
  overflow: hidden;
  border-radius: 50%;
}

.tw-list .tw-item .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.tw-list .tw-item .text {
  padding: 5px 0;
  margin-top: 20px;
}

.tw-list .tw-item .text h5 {
  font-size: 16px;
  line-height: 26px;
  color: black;
  font-weight: 400;
  text-align: justify;
}

/* tw-list 自适应 */
@media (max-width:992px) {
  .tw-list {
    padding: 25px 28px;
  }
  .tw-list .tw-item {
    width: 17%;
  }
}

@media (max-width:431px) {
  .tw-list {
    padding: 15px 8px;
    row-gap: 20px;
  }
  .tw-list .tw-item {
    width: 47.66%;
  }
}

/* 农业项目&服务信息 */

/* 经验交流 */
.jyjl-box {
  background-color: rgba(245, 245, 245, 1);
}

.jyjl-box .content-box {
  padding: 39px 0;
}

.jyjl-box .content-box .mod-content {
  margin-top: 26px;
}

/* tw-list */
.jyjl-box .tw-list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

.jyjl-box .tw-list .tw-item {
  display: inline-block;
  vertical-align: top;
  width: 31.66%;
  background-color: #fff;
  padding: 15px;
  height: 357px;
  position: relative;
  /* box-shadow: 5px 5px 5px rgb(235, 243, 239); */
}

.jyjl-box .tw-list .tw-item .img {
  width: 100%;
  height: 183px;
  overflow: hidden;
  border-radius: 0;
}

.jyjl-box .tw-list .tw-item .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.jyjl-box .tw-list .tw-item .text {
  padding: 0;
  margin-top: 10px;
}

.jyjl-box .tw-list .tw-item .text h5 {
  font-size: 16px;
  line-height: 26px;
  color: black;
  font-weight: 400;
  text-align: justify;
}

.jyjl-box .tw-list .tw-item .time-box {
  position: absolute;
  bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: rgba(161, 161, 161, 1) !important;
  display: flex;
  justify-content: space-between;
  left: 15px;
  right: 15px;
}

.jyjl-box .tw-list .tw-item .time-box .more {
  background: url();
}

/* tw-list 自适应 */
@media (max-width:1480px) {}

@media (max-width:1280px) {
  .jyjl-box .tw-list .tw-item {
    height: 300px;
  }
}

@media (max-width:992px) {
  .jyjl-box .tw-list .tw-item {
    height: 260px;
  }
}

@media (max-width:768px) {
  .jyjl-box .tw-list .tw-item {
    height: 248px;
  }
}

@media (max-width:431px) {
  .jyjl-box .tw-list .tw-item {
    width: 48.6%;
  }
}


/* 农品展示 */
.npzs-box .content-box {
  padding-top: 39px;
}

.npzs-box .content-box .mod-content {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.npzs-box .content-box .mod-content .big-img {
  width: 50.50%;
  height: 343px;
}

.npzs-box .content-box .mod-content .small-img {
  width: 48%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  height: 343px;
}

.npzs-box .content-box .mod-content .small-img .img {
  width: 48%;
  height: 158px;
}
@media (max-width:431px) {
  .npzs-box .content-box .mod-content .big-img {
    width: 100%;
  }
  .npzs-box .content-box .mod-content .small-img {
    width: 100%;
  }
}


/* footer */
.footer-mode .module-box {
  box-sizing: content-box !important;
}



/* 整体自适应 */
@media (max-width:1480px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:992px) {
  
}

@media (max-width:768px) {}

@media (max-width:431px) {
  .zcwj-nybt-box .content-box {
    row-gap: 27px;
  }
  .zcwj-nybt-box .content-box .content-box-item {
    width: 100%;
  }
}
