@charset "utf-8";
#news{
	width:780px;
	margin:0 auto;
}
#news_l{
	width:100%;
	padding:0 0 0 0;
	float:left;
	position:relative;
}
#news h3{
	display:none;
}
#news_inner{
	width:100%;
	height:150px;
	padding:10px 8px;
	border:1px dashed #ab4c3a;
	overflow:hidden;
}
#news_inner dl{
	width:118px;
	float:left;
	margin:0 10px;
	font-size:11px !important;
	line-height:1.5em !important;
}
#news_inner dt{
	color:#0547b0;
	font-weight:bold;
	width:118px;
	height:95px;
	overflow:hidden;
}
#news_inner dt img{
width:130px;
height:auto;
}
#news_inner dd{
	line-height:1.5em !important;
}
.news_more{
	width:49px;
	height:50px;
	display:block;
	position:absolute;
	bottom:-25px;
	right:25px;
}
#news_r{
	width:100%;
	padding:0 0 0 0px;
	float:left;
	position:relative;
}
#news h3{
	display:none;
}
#event_inner{
	width:100%;
	height:150px;
box-sizing:border-box;
	padding:10px 8px;
	border:1px dashed #7f6fa8;
	overflow:hidden;
}
#event_inner dl{
	width:calc(50% - 20px);
display:flex;
	float:left;
	margin:0 10px;
	font-size:11px !important;
	line-height:1.5em !important;
}
#event_inner dt{
	color:#0547b0;
	font-weight:bold;
	width:145px;
	height:135px;
	overflow:hidden;
}
#event_inner dd{
	line-height:1.5em !important;
font-size:18px;
padding:20px;
}
.event_more{
	width:49px;
	height:50px;
	display:block;
	position:absolute;
	bottom:-25px;
	right:0px;
}