﻿@charset "utf-8";
/* CSS Document */


body {
	font-size: 18px;
	color: #333;
	background: url("ljjn-bg.png") center 0 no-repeat;
	font-family: '微软雅黑';
	padding-top: 620px;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.ly-main {
	background: #fff;
	padding: 40px 30px;
	width: 1200px;
	margin: auto;
}

.ly-title {
	margin: 30px 0;
	height: 96px;
	line-height: 96px;
}

.ly-title a {
	color: #999;
	float: right;
}

.ly-title1 {
	background: url("ljjn-title1.png") center no-repeat;
}

.ly-title2 {
	background: url("ljjn-title2.png") center no-repeat;
}

.ly-title3 {
	background: url("ljjn-title3.png") center no-repeat;
}

.ly-title4 {
	background: url("ljjn-title4.png") center no-repeat;
}

.left1 {
	width: 640px;
	float: left;
}

.right1 {
	width: 490px;
	float: right;
}

.slideBox {
	position: relative;
	overflow: hidden;
	width: 640px;
	height: 420px;
	text-align: left;
}

.bd li {
	position: relative;
	width: 640px;
	height: 420px;
}

.bd li img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bd li > a {
	display: block;
	width: 100%;
	height: 380px;
	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: 525px;
	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: 420px;
	overflow: hidden;
}

.ly-list li {
	height: 60px;
	line-height: 60px;
	position: relative;
	padding-left: 15px;
	border-bottom: 1px solid #f5f5f5;
}

.ly-list li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #159CE9;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.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;
}

.ly-list2 {
	margin-left: -30px;
}

.ly-list2 li {
	width: 555px;
	float: left;
	margin: 0 0 20px 30px;
	line-height: 56px;
	height: 56px;
	box-shadow: 0 2px 12px 0 #99999933;
	padding: 0 20px 0 35px;
	position: relative;
}

.ly-list2 li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #159CE9;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -3px;
}

.ly-list2 li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.ly-list2 li:hover,
.ly-list2 li:focus {
	background: #159CE9;
}

.ly-list2 li:hover:before,
.ly-list2 li:focus:before {
	background: #fff;
}
.ly-list2 li:hover a,
.ly-list2 li:focus a {
	color: #fff;
}