* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  min-width: 1200px;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.main {
  margin: 0 auto;
  background: #effbe1;
  padding: 1px 0;
}
.main .con {
  margin: 0 auto 60px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(32, 103, 64, 0.1);
  box-sizing: border-box;
  padding: 10px 30px;
  width: 1200px;
}
.main .con .title {
  margin: 20px auto 0;
}
.main .con .title img {
  display: block;
  margin: 0 auto;
}
.main .con .newsList li {
  line-height: 70px;
  height: 70px;
  border-bottom: 1px dashed #e7ea85;
  font-size: 18px;
  position: relative;
}
.main .con .newsList li i {
  background: #ff5b6e;
  width: 10px;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  height: 10px;
}
.main .con .newsList li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
.main .con .newsList li a:hover {
  color: #579f62;
}
.main .con .newsList li:last-child {
  border-bottom: 0;
}
.main .con .more {
  background: #a5c23c;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 68px;
  line-height: 24px;
  border-radius: 15px;
  margin: 10px auto;
}
.main .zcwj {
  position: relative;
  margin-top: -100px;
}
.main .tjzx .newsPic {
  width: 486px;
  position: relative;
  border-radius: 10px;
}
.main .tjzx .newsPic .swiper-container {
  height: 340px;
  width: 486px;
}
.main .tjzx .newsPic .swiper-container .pic {
  width: 486px;
}
.main .tjzx .newsPic .swiper-container .pic a:hover {
  color: #579f62;
}
.main .tjzx .newsPic .swiper-container .pic img {
  width: 100%;
  display: block;
  margin: 16px auto 8px;
  height: 274px;
}
.main .tjzx .newsPic .swiper-container .pic p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 420px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
  line-height: 28px;
}
.main .tjzx .newsPic .pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2;
}
.main .tjzx .newsPic .pagination .swiper-pagination-switch {
  width: 8px;
  height: 8px;
  background-color: #c2d57c;
  margin-right: 6px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
}
.main .tjzx .newsPic .pagination .swiper-active-switch {
  background-color: #ffb400;
}
.main .tjzx .newsList {
  width: 590px;
}