.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 .con {
  margin: 0.3rem auto;
  width: 94%;
  box-sizing: border-box;
}
.main .con .aside{
    border: 1px solid #d9e6f3;
    border-bottom: 0;
    width: 40%;
    border-right: 0;
    box-sizing: border-box;

}
.main .con .aside h5 {
    font-size: .4rem;
    background: #0167cc;
    color: #FFFFFF;
    font-weight: bold;
    padding: .2rem .01rem .2rem .2rem;
    line-height: .6rem;
}
.main .con .aside li{
    padding: .15rem .01rem .15rem .2rem;
    line-height: .5rem;
    border-bottom: 1px solid #FFFFFF;
    background: #e5f2ff;
    font-size: .3rem;
    border-top: 0;
}
.main .con .aside li:last-child{
    border-bottom: 0;
}
.main .con .aside li.active{
    color: #0167cc;
    font-weight: bold;
    background: #FFFFFF;

}
.main .con .aside li.active span{
    background: url("../images/active_m.png") no-repeat center center;
    background-size: 100% auto;
    width: .2rem;
    height: .4rem;
    margin-right: 0.1rem;
    vertical-align: -0.1rem;
    display: inline-block;
}
.main .con .newsList{
    width: 60%;
    box-sizing: border-box;
    border: 1px solid #d9e6f3;
}
.main .con .newsList .photo {
  text-align: center;
  margin-bottom: .3rem;
}
.main .con .newsList .photo img {
  display: block;
  margin: .3rem auto .2rem;
  width: 65%;
}
.main .con .newsList .photo h4 {
  color: #356cb7;
  font-weight: bold;
  font-size: .34rem;
}

.main .con .newsList .section {
  margin: .3rem auto;
  width: 90%;
}
.main .con .newsList .section h5 {
  color: #356cb7;
  font-weight: bold;
  font-size: .32rem;
  background: #ecf1f5;
  line-height: .8rem;
  height: .8rem;
  padding-left: .2rem;
}
.main .con .newsList .section .describe {
  padding: .3rem;
  background: #f9f9f9;
  font-size: .3rem;
  line-height: .5rem;
}