/* 代码整理：懒人之家 www.lanrenzhijia.com  转载请注明出处 */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Microsoft YaHei","宋体", Arial;
	color: #fff;
	font-size: 14px;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a.selected {
	color: #f50003;
}
h1, h2, h4, h5, h6 {
	text-align: center;
	color: #ccc;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 5px;
}
.title{
	position: relative;
	text-align: right;
	margin: 0 auto;
	font-size: 36px;
	color: #f50003;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	margin-right:70px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#lrzj_x {
	width: 900px;
	height: 500px;
	overflow: hidden;
	margin:0 auto;
	position: relative;
	background: url('../images/dot.png') left 45px repeat-x;
}
#dates {
	width: 900px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 24px;
	font-weight:bold;
}
#lrzj_line {
	width: 900px;
	height: 500px;
	overflow: hidden;
}
#lrzj_line li {
	width: 900px;
	height: 500px;
	list-style: none;
	float: left;
}
#lrzj_line li img {
	float: left;
	margin: 70px 120px;
}
#lrzj_line li h1 {
	color: #f50003;
	font-size: 48px;
	margin: 20px 0;
}
#lrzj_line li h1 a{color: #f50003;}
#lrzj_line li p,
#lrzj_line li p a {
	font-size: 14px;
	margin-right: 60px;
	font-weight: normal;
	line-height: 28px;
}
#grad_left,  #grad_right {
	width: 100px;
	height: 500px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
}
#grad_right {
	right: 0;
}
#next,  #prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 -76px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,  #prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 0;
	background-image: url('../images/next.png');
}
#prev {
	left: 0;
	background-image: url('../images/prev.png');
}
#next.disabled,  #prev.disabled {
	opacity: 0.2;
}