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


/* header */
.header{
  width: 100%;
  height: .88rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 4%;
  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;
	padding: 0 3%;
  overflow-y: auto;
  padding-top: 1.03rem;  /* .88rem+.15rem */
  padding-bottom: 1.12rem;
  background-color: #f7f7f7;
}



/* 顶部的案例 */
.top-case{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: .24rem;
}
.top-title-box{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.top-title-box>p{
	width: 5.86rem;
	line-height: 1.3;
	font-size: .28rem;
	color: #333;
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom: .28rem;
}
.top-title-box>img{
	height: .34rem;
}
.top-case>a>img{
	width: 100%;
	-height: 3.57rem;
	border-radius: 4px;
	margin-bottom: .33rem;
}
.top-case>a>p{
	font-size: .24rem;
	line-height: 1.4;
	color: #808080;
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom: .47rem;
}
.top-date{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	font-size: .22rem;
	color: #808080;
	margin-bottom: .47rem;
}


/* 列表案例 */
.case{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: .24rem;
	padding-bottom: .42rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.case>a{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.case>a>img{
	width: 2.83rem;
	height: 2.29rem;
}
.title-box{
	width: 3.94rem;
}
.title-box>p{
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.title-box>p:first-child{
	font-size: .24rem;
	color: #333;
	line-height: 1.3;
	margin-bottom: .28rem;
}
.title-box>p:nth-child(2){
	font-size: .22rem;
	color: #808080;
	line-height: 1.4;
	margin-bottom: .57rem;
}
.title-box>span{
	display: block;
	font-size: .22rem;
	color: #808080;
}

.list-more{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: .28rem;
	margin-bottom: 2.5rem;
	padding-top: .15rem;
}