.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 .newsList {
  position: relative;
}
.main .newsList .newsNav {
  margin: 0.3rem auto 0.1rem;
  border-bottom: 1px solid #eaeaea;
}
.main .newsList .newsNav li {
  float: left;
  font-size: 0.33rem;
  margin-right: 0.2rem;
  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.9rem;
  height: 0.9rem;
}
.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 .ldzc {
  margin-top: 0.5rem;
}
.main .ldzc 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;
}
.main .gggs {
  border: 1px solid #2b63b0;
  height: 14vw;
  padding: 2vw 0;
  margin-bottom: 0.5rem;
}
.main .gggs .icon {
  color: #2b63b0;
  width: 10vw;
  background: url("../images/gsgg_m.png") no-repeat center left;
  background-size: auto 50%;
  line-height: 0.36rem;
  padding-left: 0.46rem;
  margin-left: 1vw;
  font-size: 0.3rem;
  font-weight: bold;
}
.main .gggs .gggsCon {
  width: 74vw;
  margin-right: 1vw;
}
.main .gggs .gggsCon .swiper-gggs {
  height: 10vw;
}
.main .gggs .gggsCon .swiper-gggs .li a {
  line-height: 10vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 59vw;
}
.main .gggs .gggsCon .swiper-gggs .li span.time {
  width: 14vw;
  text-align: center;
  color: #999999;
}
.main .ysqgkBn .bn {
  width: 29.33vw;
  margin: 0 3vw 3vw 0;
  float: left;
}
.main .ysqgkBn .bn img {
  width: 100%;
}
.main .ysqgkBn .bn:nth-child(3n) {
  margin-right: 0;
}
.main .ztzl {
  margin: 0.3rem auto 0.5rem;
  position: relative;
}
.main .ztzl .swiper-ztzl {
  height: 16vw;
  width: 88%;
  margin: 0.3rem auto;
}
.main .ztzl .swiper-ztzl img {
  width: 94%;
  display: block;
  margin: 0 auto;
  height: 16vw;
}
.main .ztzl .arrow-left {
  height: 16vw;
  width: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url("../images/ztzl_left_m.png") no-repeat center center #f3f5f8;
  background-size: 36% auto;
}
.main .ztzl .arrow-right {
  height: 16vw;
  width: 0.4rem;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/ztzl_right_m.png") no-repeat center center #f3f5f8;
  background-size: 36% auto;
}