.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head {
  height: 6.5rem;
  position: relative;
  background-color: #318640;
}
.head .logo {
     width: 160px;
    height: 34px;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 10px;
  margin-left: 20px;
}
.head .search-nav .search {
  width: 3rem;
  height: 3rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 90%;
}
.head .search-nav .show-search {
  display: none;
  z-index: 99;
  width: 100%;
  height: 6.5rem;
  background-color: #318640;
  position: absolute;
  left: 0;
  top: 0;
}
.head .search-nav .show-search .off {
  width: 3rem;
  height: 3rem;
  margin-left: 3rem;
  background: url(../img/off.png) no-repeat center;
  background-size: 100%;
}
.head .search-nav .show-search form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
}
.head .search-nav .show-search form input {
  border: none;
  border-bottom: 1px solid #fff;
  height: 4rem;
  padding-left: 2rem;
  background-color: #318640;
}
.head .search-nav .show-search form button {
  border: none;
  background-color: #318640;
  color: #fff;
  font-size: 20px;
  padding: 1rem;
}
.head .search-nav .nav {
  margin: 0 1rem;
  width: 3rem;
  height: 3rem;
  background: url(../img/nav.png) no-repeat center;
  background-size: 90%;
}
.show-nav {
  display: none;
  padding: 0 1rem;
  background-color: #eef5ee;
}
.show-nav ul li {
  line-height: 3.5rem;
  border-bottom: 1px solid #d7e3d7;
}
.show-nav ul li a {
  font-size: 1.5rem;
  padding-left: 3rem;
}
.fouce {
  height: 24rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}
.fouce img {
  height: 20rem;
}
.fouce .swiper-wrapper {
  height: 100%;
}
.fouce p {
  display: block;
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  line-height: 4rem;
  z-index: 999;
}
.fouce p span {
  display: block;
  font-size: 1.6rem;
  text-indent: 1.8rem;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fouce .swiper-slide {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.fouce .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
}
.fouce .swiper-pagination-bullet {
  margin-right: 5px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #cccccc;
  opacity: 0.8;
}
.fouce .swiper-pagination-bullet-active {
  background-color: #318640;
}
.title {
  padding: 0 1rem;
}
.title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title span {
  display: block;
}
.title span:first-of-type {
  font-size: 1.8rem;
  width: 135px;
  height: 45px;
  line-height: 45px;
  padding-left: 3rem;
  background-size: 10%;
  color: #318640;
}
.title .yi {
  background: url(../img/1.jpg) no-repeat center left;
}
.title .er {
  background: url(../img/2.jpg) no-repeat center left;
}
.title .san {
  background: url(../img/3.png) no-repeat center left;
}
.title span:last-of-type {
  background: url(../img/more.png) no-repeat center left;
  height: 2.5rem;
  line-height: 2rem;
  width: 68px;
  color: #318640;
}
.text {
  padding: 0 1rem;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(72, 144, 72, 0.3);
}
.text h2:first-of-type {
  height: 6rem;
  line-height: 30px;
  color: #333;
  font-size: 1.6rem;
}
.text span {
  display: block;
  width: 150px;
  font-size: 1.3rem;
  background: url(../img/time.jpg) no-repeat center left;
  padding: 0 20px 0 30px;
  background-size: 40%;
  color: #fff;
  margin: 10px 0;
}
.text h2:last-of-type {
  color: #666;
  font-size: 1.4rem;
  text-indent: 2rem;
}
.list {
  padding: 0 1rem;
}
.list ul li {
  height: 3.6rem;
  line-height: 3.6rem;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list ul li a h1 {
  width: 80%;
  font-size: 1.6rem;
}
.list ul li a span {
  color: #999;
  font-size: 1.6rem;
}
.list-2 ul li {
  padding-left: 2rem;
  height: 6rem;
  line-height: 6rem;
  border-bottom: 1px dotted #858585;
  background: url(../img/img5.png) no-repeat center left;
  background-size: 5%;
}
.list-2 ul li a {
  display: inline;
}
.list-2 ul li a h1 {
  font-size: 1.6rem;
}
.selebox .sele-tit {
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid rgba(72, 144, 72, 0.3);
}
.selebox .sele-tit span {
  display: block;
  padding: 1rem;
  font-size: 1.8rem;
}
.selebox .sele-tit .cur {
  color: #318640;
  border-bottom: 3px solid #318640;
}
.img-list {
  padding: 0 1rem;
}
.img-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9rem;
  margin-bottom: 2rem;
}
.img-list a img {
  width: 35%;
  height: 100%;
}
.img-list a .txt {
  width: 62%;
}
.img-list a .txt h1 {
  font-size: 1.8rem;
  color: #333;
}
.img-list a .txt h2 {
  font-size: 1.6rem;
  text-indent: 2rem;
  color: #666;
}
.list-list {
  padding: 2rem;
}
.list-list .mian {
  background-color: #eaeaea;
  padding: 0.8rem;
}
.list-list .mian a {
  color: #005825;
  font-weight: 700;
  font-size: 1.5rem;
}
.list-list ul {
  margin-top: 1rem;
}
.list-list ul li {
  border-bottom: dashed 1px #ccc;
  padding-left: 2rem;
  line-height: 4.1rem;
  position: relative;
}
.list-list ul li a {
  font-size: 1.4rem;
  color: #333;
}
.list-list ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.paging {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem 0;
  line-height: 4rem;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.5rem;
}
.paging a:first-of-type {
  order: -2;
  margin-right: 2rem;
}
.paging .hover,
.paging span {
  order: -1;
}
.paging .hover {
  padding-right: 0;
}
.paging span {
  padding-left: 0;
  margin-right: 2rem;
}
.paging span:before {
  content: '/';
}
.paging a:nth-child(2),
.paging a:nth-child(5) {
  display: block;
  margin: 0 1rem;
  background-color: #fff;
  border: 1px solid #888;
}
.content .con-tit {
  margin: 2rem 0;
}
.content .con-tit h4 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #005825;
  line-height: 2.8rem;
}
.content .con-info {
  text-align: center;
}
.content .con-info span {
  color: #999;
  margin-right: 1rem;
  font-size: 1.4rem;
}
.content .con-txt {
  margin: 1rem 0 2rem 0;
}
.content .con-txt p {
  font-family: 宋体, simsun;
  font-size: 1.8rem;
  text-indent: 3rem;
  color: #333;
  line-height: 3rem;
}
.content .con-txt img {
  margin: 20px 0;
  width: 100%;
  display: block;
}
.pian {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
.pian a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #888;
}
