@charset "utf-8";

/* CSS Document */
body {
	margin: 0 auto;
	font-size: 12px;
	padding: 0;
	margin: 0;
	top: 0px;
	background: #f5f5f5;
}

ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

img {
	border: 0px;
}

a {
	color: #000;
	text-decoration: none;
	pause: inherit;
}

/*通用细览页面css*/
.tyxl {
	margin: 0 auto;
	width: 1200px;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	padding: 0px 20px;
	background-color: #fff;
	margin-top: 20px;
}

.tyxl_bt {
	margin: 0 auto;
	width: 70%;
	height: auto;
	text-align: center;
	font-size: 32px;
	color: #E20E24;
	padding: 30px 0 10px 0;
	font-weight: bold;
}

.tyxl_sj {
	margin: 0 auto;
	width: 940px;
	height: auto;
	text-align: center;
	margin-top: 20px;
}

.tyxl_sj span {
	display: inline-block;
	margin: 0 2%;
	color: #999;
	font-size: 14px;
}

.tyxl_nr {
	margin: 0 auto;
	height: auto;
	margin-top: 20px;
	padding-bottom: 60px;
}