.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 6rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .logo {
  height: 4rem;
  width: 16rem;
}
.head .nav {
  width: 2.6rem;
  height: 4rem;
  background: url(../img/nav.png) no-repeat center;
  background-size: 100%;
}
.head .show-nav {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 999;
  position: absolute;
  left: 100%;
  top: 0rem;
}
.head .show-nav .flex {
  height: 100vh;
}
.head .show-nav .off {
  width: 40%;
  background-color: transparent;
}
.head .show-nav ul {
  width: 60%;
  background-color: #2e7d37;
}
.head .show-nav ul li {
  line-height: 5rem;
  padding-left: 4rem;
  border-bottom: 1px solid #cacaca;
}
.head .show-nav ul li a {
  font-size: 18px;
  color: #fff;
}
.search {
  top: 60px;
  margin: 10px auto;
  width: 90%;
  z-index: 10;
  color: #fff;
  overflow: hidden;
  background-color: #dbdbdb;
  border-radius: 10px;
}
.search form {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.search form input {
  height: 3rem;
  border: none;
  outline: none;
  background: transparent;
  padding-left: 2rem;
  color: #eee;
}
.search form button {
  padding-left: 20px;
  background-color: #dbdbdb;
  background: url(../img/search.png) no-repeat center;
  height: 3rem;
  width: 3rem;
}
.fouce {
  height: 20rem;
}
.fouce #swiper-1 {
  height: 100%;
}
.fouce .swiper-pagination {
  left: -20px;
  text-align: right;
}
.fouce .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
}
.fouce .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60012;
}
.p {
  padding: 0 1rem;
}
.title {
  height: 3.5rem;
  line-height: 3.5rem;
  border-bottom: 2px solid #ececec;
}
.title a:first-of-type {
  color: #4f7c52;
  font-weight: 700;
}
.title a:last-of-type {
  font-size: 1.4rem;
}
.img-box a {
  display: block;
  width: 48%;
}
.img-box a img {
  height: 10rem;
}
.img-box a span {
  font-size: 1.2rem;
}
.img-box a h1 {
  font-size: 1.5rem;
}
.two-list ul li {
  white-space: normal;
  margin-top: 1rem;
  border-bottom: dashed 0.1rem #d5d5d5;
  height: 6rem;
  padding-left: 2rem;
  position: relative;
}
.two-list ul li a h2 {
  font-size: 1.6rem;
}
.two-list ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  background-color: #ccc;
  left: 0;
  top: 1rem;
}
.sele-tit {
  justify-content: space-around;
  border-bottom: 1px solid #dfdfdf;
  height: 3.5rem;
}
.sele-tit span {
  font-size: 16px;
  padding: 0 1rem;
}
.sele-tit .cur {
  color: #068b13;
  font-weight: bold;
  border-bottom: 2px solid #068b13;
}
.sele-con .item img {
  height: 15rem;
}
.sele-con .item h2 {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.sele-con .item span {
  display: block;
  text-align: center;
  background-color: #f0f0f0;
  color: #068b13;
  font-size: 1.4rem;
  border: 1px solid #e6e6e6;
  margin-top: 1.5rem;
}
.sele-con-2 .item h1 {
  font-size: 1.6rem;
  margin: 0.5rem 0;
}
.sele-con-2 .item h2 {
  font-size: 1.4rem;
  color: #6a6a6a;
}
.sele-con-2 .item span {
  display: block;
  text-align: center;
  background-color: #f0f0f0;
  color: #068b13;
  font-size: 1.4rem;
  border: 1px solid #e6e6e6;
  margin-top: 1.5rem;
}
.left-list a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.left-list a .img {
  width: 40%;
}
.left-list a .text {
  box-sizing: border-box;
  padding: 5px 10px;
  width: 57%;
  background-color: #fff;
}
.left-list a .text span {
  font-size: 12px;
}
.left-list a .text h1 {
  font-size: 16px;
  font-weight: 700;
}
.left-list a .text h2 {
  font-size: 14px;
  text-indent: 1rem;
  color: #666;
  line-height: 23px;
}
.list-list ul li {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #e9e9e9;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a h1 {
  width: 85%;
  font-size: 1.5rem;
}
.list-list ul li a span {
  text-align: right;
  width: 15%;
  color: #797979;
  font-size: 1.2rem;
}
.curmbs {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6e0d8;
  height: 3.6rem;
  padding: 0 1.6rem;
  line-height: 3.6rem;
}
.curmbs a,
.curmbs span {
  font-size: 1.4rem;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1rem;
  color: #1a1a1a;
  border: 0.1rem solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 2rem;
  order: 2;
}
.paging a:first-of-type {
  order: 1;
  border: none;
}
.paging a:first-of-type::before {
  content: '共';
}
.paging a:nth-of-type(2):hover,
.paging a:nth-of-type(4):hover {
  background-color: #068614;
  color: #fff;
}
.paging .hover {
  margin-right: 0;
}
.paging .hover::after {
  content: '/';
}
.paging span,
.paging .hover {
  padding: 0;
  order: 1;
  border: none;
}
.con-tit h4 {
  font-size: 1.8rem;
}
.con-info {
  height: 4rem;
  line-height: 4rem;
  text-align: center;
}
.con-info span {
  font-size: 1.2rem;
  margin-right: 1rem;
}
.con-txt p {
  font-size: 1.6rem;
  text-indent: 2em;
  padding: 0.5rem 0;
  line-height: 2.8rem;
  text-align: justify;
}
.con-txt a img ,.con-txt p img {
  margin: 10px 0;
  width: 100%;
  display:block;
}
.pian a {
  margin-top: 1rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.4rem;
}
