﻿@charset "utf-8";
/*article*/
.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
#bread {
	width: 1190px !important;
	background: #f5f5f5  no-repeat 10px center;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
}
#list_article {
	width: 1248px;
	border: 1px solid #f5f5f5;
	margin-bottom: 30px;
}

.list_map {
	width: 1190px;
	margin: 30px auto;
}
.list_map dl {
	background: #fbfbfb;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	padding: 10px 20px;
}
.list_map dt {
	padding-bottom: 5px;
	font-size: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.list_map dd {
	padding-top: 5px;
	line-height: 240%;
}
.list_map ul li {
	width: 210px;
	float: left;
	background:  no-repeat left center;
	padding-left: 14px;
}