.main .con {
  width: 1200px;
  margin: 0 auto;
}
.main .newsList {
  position: relative;
}
.main .newsList .newsNav {
  margin-bottom: 16px;
  border-bottom: 1px solid #EAEAEA;
}
.main .newsList .newsNav li {
  float: left;
  display: inline-block;
  line-height: 38px;
  font-size: 20px;
  margin-right: 38px;
  font-weight: bold;
}
.main .newsList .newsNav li.active {
  color: #3e99f3;
  border-bottom: 2px solid #3e99f3;
}
.main .newsList a.more {
  position: absolute;
  color: #82a1cc;
  right: 0;
  top: 10px;
}
.main .newsList a.more:hover {
  color: #3e99f3;
}
.main .newsList .list {
  margin-top: 8px;
}
.main .newsList .list li {
  line-height: 48px;
  height: 48px;
}
.main .newsList .list li a {
  display: inline-block;
  max-width: 89%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .newsList .list li a:hover {
  color: #3e99f3;
}
.main .newsList .list li span.point {
  background: #d40d1c;
  width: 4px;
  vertical-align: 3px;
  height: 4px;
  display: inline-block;
  margin-right: 8px;
}
.main .newsList .list li span.time {
  color: #cccccc;
}
.main .news {
  margin: 40px auto;
}
.main .news .newsPic {
  position: relative;
  width: 580px;
  height: 326px;
  margin-top: 8px;
}
.main .news .newsPic .swiper-newsPic {
  height: 360px;
}
.main .news .newsPic .swiper-newsPic a {
  position: relative;
  width: 580px;
  height: 326px;
  display: block;
}
.main .news .newsPic .swiper-newsPic a img {
  width: 100%;
  height: 100%;
}
.main .news .newsPic .swiper-newsPic 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;
  color: #ffffff;
}
.main .news .newsPic .pagination {
  position: absolute;
  right: 10px;
  text-align: right;
  bottom: 14px;
  z-index: 10;
}
.main .news .newsPic .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 4px;
  cursor: pointer;
}
.main .news .newsPic .pagination .swiper-active-switch {
  background: #d40d1c;
}
.main .news .gzdt {
  width: 580px;
}
.main .zwfw {
  margin: 40px auto;
}
.main .zwfw img {
  width: 100%;
}
.main .zwgk {
  margin: 40px auto 30px;
}
.main .zwgk .newsList {
  width: 580px;
}
.main .xxgk {
  margin-bottom: 60px;
}
.main .xxgk .bn {
  margin: 20px 20px 0 0;
}
.main .xxgk .bn:last-child {
  margin-right: 0;
}