.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;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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 .spxw {
  margin-bottom: 0.5rem;
}
.main .spxw .pic {
  margin: 0.4rem auto 0.2rem;
  width: 100%;
  position: relative;
}
.main .spxw .pic img {
  width: 100%;
  height: 48vw;
}
.main .spxw .pic p {
  width: 100%;
  bottom: 0;
  position: absolute;
  line-height: 0.7rem;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 0 0.15rem;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .spxw .pic span{
  position: absolute;
  bottom: .9rem;
  left: .2rem;
  background: url("../images/play_m.png") no-repeat center center;
  width: .5rem;
  background-size: 100% 100%;
  height: .5rem;
}