/* 
**头部操作栏 高度.88rem 
**背景色 #f7f7f7
**左右边缘缝隙，各2.7%；
*/


/* header */
.header{
  width: 100%;
  height: .88rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 3%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: .34rem;
  color: #000;
  background-color: #fff;
}
.back{
  height: .44rem;
}
.img-serch{
  height: .44rem;
}







.body{
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  padding-top: 1.03rem;  /* .88rem+.15rem */
  padding-bottom: 1.12rem;
  background-color: #f7f7f7;
}




/*金能动态*/
.dongtai{
  width: 100%;
  padding: 0 2%;
	margin-bottom: .2rem;
}
.dongtai>.dt-list:last-child{
	border-bottom: 0.01rem solid #e5e5e5;
}
.dt-list{
	width: 100%;
	height: 2.48rem;
	border-top: .01rem solid #e5e5e5;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.dt-con{
	width: 4.52rem;
}
.dt-con>title{
	display: block;
	width: 100%;
	line-height: .4rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: .24rem;
	color: #333;
	font-weight: 500;
	margin-bottom: .03rem;
}
.dt-con>p{
	width: 100%;
	line-height: .4rem;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: .24rem;
	color: #808080;
	font-weight: normal;
	margin-bottom: .22rem;
}
.dt-con>span{
	display: block;
	font-size: .24rem;
	color: #808080;
	font-weight: normal;
}
.dt-list>img{
	display: block;
	width: 2rem;
	height: 1.41rem;
	border-radius: 5px;
}




























