.main {
  margin: 30px auto;
}
.main .con {
  width: 1380px;
  margin: 0 auto;
}
.main .xwdt {
  position: relative;
  width: 663px;
  height: 397px;
}
.main .xwdt .swiper-xwdt {
  height: 397px;
}
.main .xwdt .swiper-xwdt a {
  position: relative;
  height: 397px;
  width: 663px;
  display: block;
}
.main .xwdt .swiper-xwdt a img {
  width: 100%;
  height: 100%;
}
.main .xwdt .swiper-xwdt a p {
  position: absolute;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding-right: 122px;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 14px;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
}
.main .xwdt .pagination {
  position: absolute;
  right: 14px;
  text-align: right;
  bottom: 14px;
  z-index: 10;
  width: 16%;
}
.main .xwdt .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  margin: 0 5px;
  cursor: pointer;
}
.main .xwdt .pagination .swiper-active-switch {
  background: #599f2e;
}
.main .title {
  background: url("/fswz/title_green.png") center bottom repeat-x;
  height: 41px;
}
.main .title h5 {
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  color: #2c991a;
  line-height: 38px;
  font-size: 22px;
  margin-left: 16px;
  border-bottom: 2px solid #2c991a;
}
.main .title a.more {
  float: right;
  display: block;
  background: #2c991a;
  margin-top: 8px;
  margin-right: 20px;
  border-radius: 14px;
  height: 24px;
  line-height: 24px;
  width: 64px;
  text-align: center;
  color: #ffffff;
}
.main .newsList {
  width: 663px;
}
.main .newsList .list {
  margin-top: 10px;
}
.main .newsList .list li {
  line-height: 50px;
  font-size: 18px;
  height: 50px;
}
.main .newsList .list li a {
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .newsList .list li a:hover {
  color: #2c991a;
}
.main .newsList .list li span.point {
  background: #bfdd97;
  width: 5px;
  height: 5px;
  vertical-align: 22px;
  display: inline-block;
  margin-right: 10px;
}
.main .newsList .list li span.time {
  float: right;
  color: #2c991a;
  display: inline-block;
}
.main .light {
  background: url("/fswz/main_green.jpg") center top repeat-x;
  padding: 10px 0 20px;
  margin: 20px auto;
}
.main .kjfw .pic {
  margin-top: 46px;
  width: 222px;
  height: 283px;
}
.main .kjfw .pic img {
  width: 100%;
  height: 100%;
}
.main .kjfw .list {
  width: 425px;
}
.main .kjfw .list li a {
  display: inline-block;
  max-width: 410px;
}
.main .tzgg .tzggList li {
  margin: 22px 0;
}
.main .tzgg .tzggList li .time {
  box-sizing: border-box;
  padding: 15px;
  width: 83px;
  height: 76px;
  background: #2c991a;
  color: #ffffff;
}
.main .tzgg .tzggList li .time .day {
  font-size: 22px;
}
.main .tzgg .tzggList li .time .year {
  font-size: 14px;
}
.main .tzgg .tzggList li a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  width: 566px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  margin-top: 10px;
}
.main .tzgg .tzggList li a:hover {
  color: #2c991a;
}