#LTTsearch-m {
	position: fixed;
	top: 140px;
	left: 0;
	right: 0;
	bottom: 55px;
}
#LTTsearch-m .search {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: #fff;
}
#LTTsearch-m .search .box {
	display: flex;
	padding: 5px 10px 0 10px;
	border-bottom: 3px solid #E0EAEC;
}
#LTTsearch-m .search .box input {
	height: 40px;
	flex: 1;
	box-sizing: border-box;
	border: none;
	font-size: 14px;
}
#LTTsearch-m .search .box button {
	width: 40px;
	height: 40px;
	background: url('../ltt_svg/search1E78BE.svg') no-repeat center;
	background-size: 70%;
	box-sizing: border-box;
	border: none;
}
#LTTsearch-m .search .prompt {
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #888;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
#LTTsearch-m .search .prompt span {
	color: #0000CC;
}
#LTTsearch-m .lists {
	position: absolute;
	top: 98px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background: #F5F5F5;
	padding: 10px 0;
}
#LTTsearch-m .lists li {
	display: flex;
	flex-direction: column;
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
}
#LTTsearch-m .lists li .ti {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 5px;
	text-align: justify;
}
#LTTsearch-m .lists li .top {
	display: flex;
	align-items: flex-start;
}
#LTTsearch-m .lists li .top .img {
	width: 30%;
	margin-top: 7px;
}
#LTTsearch-m .lists li .top .img img{
	display: block;
	width: 100%;
}
#LTTsearch-m .lists li .top .right {
	flex: 1;
	padding-left: 10px;
}
#LTTsearch-m .lists li .top .right .desc {
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
#LTTsearch-m .lists li .top .right .dir {
	color: #0000CC;
}