锘縣tml, body, div, p, ul, ol, li, dl, dt, dd, strong, em, span, table, th, td, tbody, thead, a, img, h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-style: normal;
}

body {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif, "寰蒋闆呴粦";
	line-height: 1.5;
	color: #333333;
	-webkit-text-size-adjust: none;
	background: #f5f5f5;
}

img {
	border: 0px;
	line-height: 0px;
	vertical-align: top;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.pc-style #OutBox {
	width: 100%;
	min-height: 600px;
	min-width: 1120px;
}

.pc-style #OutBox #Mid {
	width: 100%;
}

.pc-style #OutBox #Mid .MidInner {
	width: 1120px;
	margin: 0px auto;
}

.mobile-style #OutBox {
	width: 100%;
}

.mobile-style #OutBox #Mid {
	width: 100%;
}
.mobile-style #OutBox #Mid .MidInner {
	margin: 0px auto;
}

.mobile-style .newsList li {
	position: relative;
	border-bottom: 1px dotted #e5e5e5;
	padding:5px 0px 5px 10px;
}
.mobile-style .newsList li:last-child{
	border-bottom: none;
	
}
.mobile-style .newsList li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #888888;
	position: absolute;
	left: 0px;
	top: 18px;
}

.mobile-style .newsList li a {
	display: block;
	padding: 5px 0px;
	line-height: 1.5;
}

.mobile-style .newsList li .TitleText {
	padding-right: 1em;
}

.mobile-style .newsList li .DateText {
	color: #888888;
}