﻿@charset "utf-8";
/* CSS Document */


body {
	font-size: 18px;
	color: #333;
	background: url("ljwh-bg.png") center 0 no-repeat;
	font-family: '微软雅黑';
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.section1 {
	width: 1200px;
	height: 720px;
	margin: auto;
}

.ly-row1 {
	margin: 0 -15px;
	padding-top: 400px;
}

.ly-col1 {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.ly-col1 a {
	display: block;
	height: 264px;
}

.ly-col1 p {
	color: #B1101B;
	padding: 20px 20px 20px 120px;
	text-indent: 2em;
}

.section {
	width: 1200px;
	margin: 50px auto;
}

.ly-row {
	margin: 0 -15px;
}

.ly-col {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.ly-title {
	margin-bottom: 15px;
}

.ly-title a {
	display: inline-block;
	font-size: 30px;
	line-height: 2;
	border-bottom: 3px solid #E53830;
	color: #151417;
	font-family: '演示秋鸿楷', '魏碑';
}

.slideBox {
	position: relative;
	overflow: hidden;
	width: 585px;
	height: 300px;
	text-align: left;
}

.bd li {
	position: relative;
	width: 585px;
	height: 300px;
}

.bd li img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bd li > a {
	display: block;
	width: 100%;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
}

.pic-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.5);
	padding: 0 20px;
}

.pic-title a {
	display: inline-block;
	max-width: 470px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #fff;
}

.hd {
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 9;
}

.hd ul li {
	width: 10px;
	height: 10px;
	float: left;
	cursor: pointer;
	background: #fff;
	text-indent: 999em;
	border-radius: 50%;
}

.hd ul li.on {
	background: #df3524;
}

.hd ul li + li {
	margin-left: 5px;
}

.ly-list {
	height: 300px;
	overflow: hidden;
}

.ly-list li {
	height: 43px;
	line-height: 43px;
	position: relative;
	padding-left: 15px;
}

.ly-list li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #abb6c3;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.ly-list li a {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.ly-time {
	float: right;
	color: #999;
}