@charset "utf-8";
#quandi_new{
	display:grid;
	grid-template-columns:calc(50% - (40px/2)) calc(50% - (40px/2));
	column-gap:40px;
	row-gap:40px;
	max-width:86%;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px){#quandi_new{grid-template-columns:auto;}}
a.new_tb{
	display:grid;
	grid-template-columns:auto 35%;
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#ebebeb;
}
.new_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:20px;
}
.new_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.new_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.4rem;
	line-height:1.5;
}
@media (max-width:480px){
	.new_name{font-size:1rem;font-weight:bold;}
}
.new_miaoshu{
	display:block;
	width:auto;
	height:auto;
	line-height:160%;
	overflow:hidden;
	margin:auto;
	text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width:480px){
	.new_miaoshu{font-size:12px;}
}
.new_more{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#f00;
}
@media (max-width:480px){.new_more{display:none;}}
.new_pic{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	transition:all 0.4s;
}

#quandi_news{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:86%;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_news_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
}
#quandi_news_title{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:27px;
	font-weight:bold;
	color:rgb(255,0,0);
	line-height:200%;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:calc(50% - (40px/2)) calc(50% - (40px/2));
	column-gap:40px;
	row-gap:40px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px){#quandi_news_tbody{grid-template-columns:auto;}}
a.news_tb{
	background-color:#ebebeb;
}
a.news_tb:hover{background-color:#c8c8c8;}
a.news_tb:first-child{
	grid-row-start:1;
	grid-row-end:4;
	height:100%;
}
@media (max-width:767px){
	#quandi_news_tbody>div:first-child{
		grid-row-start:unset;
		grid-row-end:unset;
		height:auto;
	}
}

a.news_tb{
	display:grid;
	grid-template-columns:30% auto;
	align-items:center;
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#ebebeb;
}
@media (max-width:767px){a.news_tb{display:block;}}
#quandi_news_tbody>div:first-child>a.news_tb{
	display:block;
}
.news_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:20px;
}
.news_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.5rem;
	line-height:1.2;
}
.news_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1rem;
	line-height:1.5;
	color:#888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.news_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:15px;
}
.news_more{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:15px;
	color:#f00;
	border:1px solid #f00;
	padding-left:20px;
	padding-right:20px;
	line-height:40px;
	margin-top:20px;
}
.news_pic{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
}