
/*首页*/
.nav{
  padding:0.5rem 0.75rem;
}
.content-news .aui-content{
  font-family: SourceHanSansCN-Normal;
  font-size: 1rem;
  color: #666666;
}
.content-news a{
  display:block;
  width:6rem;
  height:1.6rem;
  line-height:1.6rem;
  background-color:#7da1e8;
  border-radius: 0.1rem;
  font-family: SourceHanSansCN-Normal;
  font-size:1rem;
  color: #ffffff;
  text-align:center;
  margin:0 auto;
  margin-top:0.8rem;
}
.content-news .border{
  border-top:0.05rem solid #e0e0e0;
  margin-top:0.8rem;
}

