﻿@charset "utf-8";
#quan_body{
	grid-template-columns: auto 25%;
	column-gap: 5%;
	row-gap: 20px;
}
@media (max-width:767px){
	#quan_body{
		grid-template-columns: auto;
	}
}
.title{
	display:block!important;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size: 1.5rem!important;
	font-weight: 500!important;
	text-align: left!important;
	margin-bottom: 20px;
	
}
#quandi_cate{
	margin-bottom: 20px;
}
#quandi_cate_tbody{
	flex-direction: column;
}
.cate_item{
	display: block;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cate_item>a{
	padding: 0px;
}
a.cate_name{
	text-align: left;
	background-color: transparent;
}
a.cate_hover{
	text-align: left;
	background-color: transparent;
	color: var(--back_color);
}
#qd_date{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666;
}
#qd_name{
	font-size:2.2rem;
	line-height: 1.5;
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#qd_content{
	display:block;
	overflow:auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:auto;	
}
#qd_content img{max-width:100%;height:auto;}
.xinwen_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 30px;
	min-height: 100px;
}
.xinwen_tb{
	display: grid;
	grid-template-columns: 25% auto;
	align-items: center;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.xinwen_pic{
	display: block;
	width: auto;
	height: auto;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.xinwen_right{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
a.xinwen_name{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	width: auto;
	height: auto;
	line-height: 1.5;
	overflow: hidden;
	font-weight: 500;
}
.xinwen_date{
	color:rgba(0,0,0,0.4);
	font-size: 12px;
}