.news_top{
	padding: .2rem 0 .4rem;
	width: 12rem;
	margin: 0rem auto 0;
}
.article{
	width: 8.6rem;
	margin-right: .8rem;
}
.new-detail .new-tit{
  /* height: 0.36rem; */
  font-size: 0.24rem;
  color: #333333;
  font-weight: 600;
  line-height: 0.36rem;
  margin-bottom: 0.22rem;
}
.new-detail .new-time{
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.2rem;
}

.new-line {
  width: 8.6rem;
  height: 0.01rem;
  background: #EEEEEE;
  margin: 0.12rem 0  0.2rem 0;
}
.new-introduce{
  width: 8.6rem;
  background: rgba(170, 170, 170, .1);
  /* border: 1px solid #2A75ED; */
  color: #666666;
  font-size: 0.14rem;
  padding: 0.16rem 0.2rem;
  margin: 0.2rem 0;
}
.new-text{
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.26rem;
  text-indent: 0.3rem;
  margin-bottom: 0.24rem;
}
.aside-wrap{
	width: 2.6rem;
}
.aside{
  position: sticky;
  top: .92rem;
  right: 0;
}
.aside_title{
	font-size: .16rem;
		font-weight: 600;
	color: #333333;
	line-height: .16rem;
	padding-bottom: .1rem;
	border-bottom: .01rem solid #EEEEEE;
}
.aside_list{
	margin-top: .2rem;
}
.aside_img{
	width: .80rem;
	height: .60rem;
	margin-right: .12rem;
}
.aside_txt{
	flex: 1;
	font-size: .14rem;
	
	font-weight: 400;
	color: #666666;
	line-height: .22rem;
}