.listsBanner{
	height:479px;
	background-position: center center;
	background-image: url(listsimg/Banner.jpg);
	position:relative;
	overflow:visible;
}
.listsBanner .card{
	width:240px;height:132px;
	background-color: rgba(174,93,161,.8);
	position:absolute;left:50%;
	top:386px;
	margin-left:360px;
	background-image:url(listsimg/HospitalIcon.png);
	background-position:26px center;
	background-repeat:no-repeat;
	padding:36px 0 0 99px;
}
.listsBanner .card p{
	color:white;
}
.listsBanner .card .chineseText{
	font-size:27px;
	height:34px;
}
.listsBanner .card .englishText{
	font-size:20px;
}
.block1200{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#listsCenter{
	margin:24px auto 100px auto;
}
.artListMain *{
	margin:0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.artListMain .locationIcon{
    float: left;
    margin-top:15px;
}
.artListMain{
	color:#535353;
    overflow:hidden;
    padding-bottom: 40px;
}
.artListMain a{text-decoration:none;color:#535353;}
.artListMain li{
	list-style:none;
}
.artListMain{
	width:933px;
	float: right;
}
.artListMain .listsPosition{
	width:100%;
	height: 60px;
	line-height: 60px;
}
.artListMain .typename{
	font-size:28px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	background-color: #eee;
	border-top:1px solid #555;
	font-weight: bold;

}
.artListMain .artlists{
	width:100%;
}
.artlists li{
	width: 100%;
	height: 120px;
	margin-top:10px;
	margin-bottom:20px;
}
.artlists li .artTitle{
	height: 50px;
	line-height: 45px;
	border-bottom: 1px solid #777777;
	font-size:22px;
}
.artlists .description{
	font-size:16px;
	width:100%;
	padding:16px 0;
	color:#959595;
	text-align: justify;

}
.pagelist{
	font-size:14px;
	float: right;

}
.pagelist li{
	float: left;
	overflow: hidden;
	border:1px solid #777777;
	margin:0 5px;
    height:24px;
    line-height: 24px;
    padding:0 10px;
    color:#959595;
}
.pagelist li a{
    display: block;
    width:100%;
    height: 100%;
    color:#959595;
}
.pagelist .thisclass{
    background-color: #784395;
    color:white;
}