@charset "utf-8";
.tb{
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	overflow:hidden;
	display:grid;
	grid-template-columns:45% auto;
	column-gap:40px;
	row-gap:20px;
	padding:10px;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
	}
}
.tb_left{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.content{
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	line-height:2.2;
}

.content *{max-width:100%;height:auto;}
.miaoshu{
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	line-height:2.2;
}
.miaoshu ul{
	margin:auto;
	list-style-position:inside;
	padding:0px;
}
.miaoshu *{max-width:100%;height:auto;}
#quandi_about{
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	max-width:1200px;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
.title{
	font-size:1.3rem;
	font-weight:bold;
}
#quandi_licheng{
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	background-color:#f2f5f9;
	padding:10px;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_licheng_thead{
	max-width:1200px;
	margin:auto;
}
#quandi_licheng_tbody{
	max-width:1200px;
	margin:auto;
	white-space:nowrap;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:20px;
}
.licheng_tb{
	width:25%;
	height:auto;
	margin:auto;
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
.licheng_pic{
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	background-size:cover;
	background-repeat:no-repeat;
	padding-bottom:60%;
}
.licheng_name{
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1.4rem;
	font-family:"Times New Roman", Times, serif;
}
.licheng_miaoshu{
	font-size:1rem;
	line-height:1.8;
	color:#666;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	white-space:normal;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
