.secah_tou{
	width: 100%;
	height: 2rem;
	background: #4CBBEC;
}
.search_tou_inut{
	margin: 0 auto;
	width: 9rem;
	height: .6rem;
	padding: .7rem 0;
}
.search-tou-text{
	width: 7.5rem;
	height: .6rem;
	background: #FFFFFF;
	border: none;
	/* width: 70%; */
	padding-left: .12rem;
	display: block;
	font-size: .14rem;
	font-size: .2rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	float: left;
}
.search-sub{
	width: 1.5rem;
	height: .6rem;
	font-size: .2rem;
	background: #062C7D;
	color: #FFFFFF;
	border: none;
}
.seach_bt{
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E8ED;
	padding: 0 3.6rem;
}
.seach_bt_title{
	display: flex;
	padding: .33rem 0;
	align-items: center;
	
}
.seach_bt_title img{
	width: .21rem;
	height: .21rem;
	margin-right: .1rem;
}
.seach_bt_title span{
	font-size: .16rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
	line-height: .24rem;
}
.seach_title{
	background-color: #FFFFFF;
	padding: .49rem 3.6rem;
}
.seach_title_list{
	background: #F6F6F6;
	width: 100%;
	padding: .4rem .37rem .26rem .43rem;
	margin-bottom: .39rem;
}
.seach_title_name{
	font-size: .24rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #16499E;
}
.seach_title_span{
	font-size: .16rem;
	font-family: PingFang SC;
	font-weight: 300;
	color: #333333;
	line-height: .28rem;
	margin-top: .22rem;
	margin-bottom: .27rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.seach_title_time{
	font-size: .2rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}
@media(max-width:1024px){
	.search_tou_inut{
		width: 6rem;
	}
	.search-tou-text{
		width: 4.5rem;
	}
	.seach_bt{
		padding: 0 .6rem;
	}
	.seach_title{
		padding: .49rem .6rem;
	}
}