@charset "utf-8";

body,
div,
ul,
li,
p {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

img {
	border: 0;
	vertical-align: middle;
}

ul,
ol {
	list-style: none;
}

li {
	list-style-type: none;
}

p {
	word-wrap: break-word
}

a {
	text-decoration: none;
}

/*通用细览页面css*/
.tyxl {
	margin: 0 auto;
	width: 1200px;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	padding: 0px 20px;
	background-color: #fff;
	margin-top: 20px;
}

.tyxl_top {
	width: auto;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 40px;
}

.tyxl_bt {
	margin: 0 auto;
	width: 70%;
	height: auto;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 28px;
	color: #222222;
	line-height: 28px;
}

.line {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin-top: 30px;
}

.tyxl_sj {
	height: auto;
	text-align: left;
	margin-top: 20px;
}

.tyxl_sj span {
	display: inline-block;
	color: #999;
	font-size: 14px;
}

.tyxl_nr {
	margin: 0 auto;
	height: auto;
	margin-top: 20px;
	padding-bottom: 60px;
}