.banner{
	width: 100%;
	height: 470px;
	position: relative;
}

.banner img{
	width: 100%;
	height: 470px;
	float: left;
}

.banner .s_title{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
}
.banner .s_title h2{
	color: #fff;
	font-size: 30px;
	display: block;
	width: 1100px;
	margin:auto;
	margin:45px auto ;
}

.banner .s_title p{
	color: #fff;
	font-size: 20px;
	display: block;
	width: 1100px;
	margin:auto;
	margin:30px auto;
}

.content{
	width: 100%;
	min-height:500px;
	background: #FAFAFA;
	position: absolute;
	top: 290px;
}

.contentBack{
	background: #fff;
	min-height: 500px;
}
.contentBack .title{
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom:1px solid #DCDFE6;	
	padding: 0 25px;
	box-sizing: border-box;
	font-size: 16px;
}
.home{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/home.png) center no-repeat;
	background-size:100%;
	margin-right:15px;
	position: relative;
	top:5px;
}

.art{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/art.png) center no-repeat;
	background-size:100%;
	margin-right:12px;
	position: relative;
	top:5px;
}
.artContent{
	box-sizing: border-box;
}
.artContent li{
	border-bottom: 1px solid #eee;
	padding: 0 25px;
}
.artContent li:hover{
	background:#fafafa;
}
.artContent a{
	color: #5A5E66;
	display: block;
	height: 55px;
	line-height: 55px;
	
	font-size: 16px;
	cursor: pointer;
}

.artInfo{
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 16px;
	/*border-bottom:1px solid #DCDFE6 ;*/
}
