@charset "utf-8";
#quandi_product_back{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#fff;
	border-bottom:1px solid #ddd;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.4);
}
#quandi_product{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	width:1080px;
	margin-top:40px;
	margin-bottom:40px;
}
.product_tb{
	display:grid;
	grid-template-columns:86px auto;
	column-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
}
a.product_pic{
	display:block;
	width:86px;
	height:86px;
	overflow:hidden;
	position:relative;
}
.product_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.1rem;
}
.product_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
	line-height:1.5;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
	color:#888;
}
#quandi_link{
	display:grid;
	grid-template-columns:100px auto;
	column-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	width:1080px;
	margin-bottom:20px;
	border:1px solid #ddd;
}
#quandi_link_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#ddd;
	background-image:linear-gradient(45deg,#eee,#fff);
	text-align:center;
	border-right:1px solid #ddd;
}
#quandi_link_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.5rem;
}
#quandi_link_tbody{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:10px;
}
a.link_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:5px;
}
#about_news{
	display:grid;
	grid-template-columns:45% auto;
	column-gap:40px;
	width:1080px;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_about{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border:1px solid #ddd;
	padding:20px;
}
#quandi_about_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
#quandi_about_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.5rem;
	padding-bottom:10px;
}
#quandi_about_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
#quandi_about_tbody *{
	max-width:100%;
	height:auto;
}

#quandi_news{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border:1px solid #ddd;
	padding:20px;
}
#quandi_news_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
#quandi_news_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.5rem;
	padding-bottom:10px;
}
#quandi_news_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.news_tb{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.news_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	white-space:nowrap;
}
a.news_name:before{
	margin-right:5px;
}
.news_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}