.bg- {
    background: url("../images/top_bg.jpg") center top no-repeat;
    padding-top: 280px;
}
.content {
  width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
.hdp {
    width: 540px;
    height: 345px;
    float: left;
    margin: 20px 20px 0 20px;
	position: relative;
}
#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
.slides_hdptainer {
	width:540px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_hdptainer div.slide {
	width:540px;
	height:345px;
	display:block;
}
#slides .next,#slides .prev {
	position:absolute;
	top:140px;
	left:0px;
	width:41px;
	height:58px;
	display:block;
	z-index:101;
}

#slides .next {
	left:500px;
}
.caption{
	z-index:102;
	position:absolute;
	left:0;
	height:30px;
	padding:15px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:500px;
	font-size:14px;
	text-shadow:none;
	filter:alpha(opacity=50);
	text-align:left;

}
.captionF{ 
	z-index:103;
	width:500px;
	position:absolute;
	top:305px;
	text-align:left;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
	}
.captionF a{color:#FFF; text-decoration:none;}
.captionF a:hover{color:#FFF; text-decoration:underline;}
.pagination {
	margin:28px auto 0;
	width:70px;
	position:absolute;
	z-index:1000;
	right:0;
	top:290px;
}

.pagination li {
	float:left;
	margin:0 4px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/scsslt/xhtml/jsbgs/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
.list {
    float: left;
    width: 540px;
    margin: 20px 20px 0 20px;
}
.list h3 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px dotted #bababa;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list ul li {
    line-height: 39px;
    height: 39px;
    position: relative;
    padding-left: 15px;
}
.list ul li::before {
    content: "";
    position: absolute;
    left:0;
    top:18px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1c5bb8;
}
.list ul li a {
    width: 90%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.list ul li em {
    position: absolute;
    right: 0;
    line-height: 39px;
    color: #bbb;
}
.list p {
    height: 40px;
    border-top: 2px dotted #ddd;
    border-bottom: 2px dotted #ddd;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
    background: #f2f2f2;

}
.list p a {
    height: 100%;
    display: block;
    transition: all .2s;
}
.list p a:hover {
  background: #d3e4ff;
}

.list-title {
    height: 40px;
    border-bottom: 2px solid #5a88d3;
    position: relative;
    margin-bottom: 10px;
}
.list-title span {
    color:#fff;
    font-size: 22px;
    text-shadow: 0 2px 2px #1c5bb8;
    background: url("../images/title-bg.png") no-repeat;
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 40px;
    padding-left: 40px;
    width: 160px;
}
.list-title em {
    position: absolute;
    right: 0;
    line-height: 42px;
}
.list-title em a {
    color:#1456c1;
    font-size: 18px;
}

.banner a {
    width: 550px;
    height: 100px;
    display: inline-block;
    margin: 20px 0 0 20px;
}


.footer {
    background: #e4e4e4;
    padding: 15px 0;
    font-size: 14px;
    margin-top: 30px;
}
.footer .content {
   background: none;
}
.footer ul {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.footer ul li {
    line-height: 24px;
}
.footer ul li span {
    margin:0 10px;
}
.center {
    text-align: center;
}
.bs- {
    display: inline-block;
    margin-right: 30px;
}