.content-form .query-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content-form .query-box .query-item{
	width: 2.95rem;
	height: .5rem;
	display: inline-block;
	margin-right: .2rem;
}
.content-form .query-box .query-item:last-child{
	margin: 0;
}
.content-form .query-box .query-item .el-select{
	width: 100%;
	height: 100%;
}
.content-form .query-box .query-item .el-input__inner{
	height: .5rem;
	border: none;
}
.serach-btn{
	width: .94rem;
	height: .5rem;
	background: #FF7940;
	border-radius: .07rem;
	font-size: .16rem;
	color: #FFFFFF;
	cursor: pointer;
}
.clear-btn{
	width: .94rem;
	height: .5rem;
	border-radius: .07rem;
	border: 1px solid #FF7940;
	font-size: .16rem;
	color: #FF7940;
	background-color: transparent;
	margin-left: .15rem;
	cursor: pointer;
}
.table{
	margin-top: .23rem;
	border-radius: .1rem;
	background-color: #FFFFFF;
	overflow: hidden;
}

.search-box{
	display: flex;
	border: 1px solid #FB8320;
	border-radius: .1rem;
	height: .52rem;
	overflow: hidden;
	font-size: 0;
	/* width: 7.4rem; */
	margin: 0 auto .3rem;
}
.search-box input{
	width: 7.69rem;
	height: .52rem;
	background: #FFFFFF;
	text-indent: .48rem;
	background-image: url(../image/search.png);
	background-repeat: no-repeat;
	background-position: .2rem;
	margin: 0;

}
.search-box button{
	width: .89rem;
	height: .52rem;
	background: #FE6F05;
	/* border-radius: 0px .11rem .11rem 0px; */
	border: 1px solid #FB8320;
	font-size: .15rem;
	color: #FFFFFF;
	line-height: .52rem;
	text-align: center;
	margin: 0;
	cursor: pointer;
}
.list {
	padding: .32rem .28rem;
	background: #FFFFFF;
	border-radius: .16rem;
	margin-bottom: .19rem;
}
/* .list .list-item{
	display: block;
	padding: .32rem .28rem;
	background: #FFFFFF;
	border-radius: .16rem;
	margin-bottom: .19rem;
} */
.list .list-item:last-child{
	margin-bottom: .5rem;
}
.list .list-item h2{
	font-weight: 400;
	font-size: .22rem;
	color: #232323;
	margin-bottom: .12rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list .list-item p{
	font-size: .14rem;
	color: #A7A7A7;
	line-height: .29rem;
	/* margin-bottom: .3rem; */
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.list .list-item span{
	font-size: .14rem;
	color: #C85C14;
}

