.main .con {
  margin: 0.3rem auto;
  width: 94%;
  box-sizing: border-box;
}
.main .con .title {
  width: 90vw;
  margin: 0.2rem auto 0.1rem;
}
.main .con .title img {
  width: 100%;
}
.main .newsPic {
  position: relative;
  height: 56vw;
  margin: 0.5rem auto 0.3rem;
  overflow: hidden;
}
.main .newsPic .swiper-newsPic {
  height: 56vw;
  width: 100%;
  overflow: hidden;
}
.main .newsPic .swiper-newsPic a {
  position: relative;
  display: block;
}
.main .newsPic .swiper-newsPic a img {
  width: 100%;
  height: 56vw;
}
.main .newsPic .swiper-newsPic a p {
  width: 100%;
  bottom: 0;
  position: absolute;
  line-height: 0.5rem;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 0.15rem 0.8rem 0.15rem 0.15rem;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .newsPic .pagination {
  position: absolute;
  bottom: 0.2rem;
  z-index: 2;
  right: 0.1rem;
}
.main .newsPic .pagination .swiper-pagination-switch {
  width: 8px;
  height: 8px;
  background: #cccccc;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0.06rem;
  display: inline-block;
  transition: all 0.4s;
}
.main .newsPic .pagination .swiper-active-switch {
  background: #e4141d;
}
.main .newsList {
  position: relative;
}
.main .newsList .newsNav {
  margin: 0.3rem auto 0.1rem;
  border-bottom: 1px solid #eaeaea;
}
.main .newsList .newsNav li {
  float: left;
  margin-right: 0.2rem;
  font-size: 0.33rem;
  padding-bottom: 0.1rem;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.main .newsList .newsNav li.active {
  color: #2b63b0;
  border-bottom: 2px solid #2b63b0;
}
.main .newsList a.more {
  position: absolute;
  color: #82a1cc;
  right: 0;
  font-size: 0.28rem;
  top: 0.04rem;
}
.main .newsList .list {
  margin: 0 auto;
}
.main .newsList .list li {
  line-height: 0.8rem;
  height: 0.8rem;
}
.main .newsList .list li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 85%;
}
.main .newsList .list li span.point {
  width: 4px;
  margin-right: 1vw;
  vertical-align: 0.08rem;
  height: 4px;
  background: #d40d1c;
  display: inline-block;
}
.main .newsList .list li span.time {
  color: #cccccc;
}
.main .newsList .list li:last-child {
  border-bottom: 0;
}
.main .zwfwBn img {
  width: 100%;
}
.main .zwgkBn .bn {
  width: 45vw;
  margin: 0 3vw 3vw 0;
  float: left;
}
.main .zwgkBn .bn img {
  width: 100%;
}
.main .zwgkBn .bn:nth-child(2n) {
  margin-right: 0;
}