.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 .pos {
  font-size: 0.3rem;
  width: 94%;
  margin: 0.3rem auto;
  line-height: 0.5rem;
  background: url("../images/pos_m.png") no-repeat center left;
  background-size: auto 70%;
  padding-left: 0.45rem;
  box-sizing: border-box;
}
.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;
  padding-bottom: 0.1rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 0.33rem;
}
.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 .sjtj {
  margin-bottom: 0.5rem;
}
.main .sjtj .section .pic {
  margin-top: 0.1rem;
  width: 46vw;
  position: relative;
  margin-right: 2vw;
}
.main .sjtj .section .pic img {
  width: 100%;
  height: 26vw;
}
.main .sjtj .section .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 .sjtj .section .pic:last-child {
  margin-right: 0;
}