@charset "utf-8";
/* CSS Document */

div.imgcenter {
	width: 1370px;
	margin: 0 auto;
}
/*-------用户列表------*/

div.user_list_R>h2 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #00cdff;
}
.userbox {
	overflow: hidden;
	margin-left: 10px;
}
.face img {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 20px;
}
.user_title {
	overflow: hidden;
}
.user_title>span {
	line-height: 18px;
}
.user_title>span.sp_1 {
	font-size: 14px;
	color: #fff;
}
.user_title>span.sp_2 {
	margin-left: 10px;
	font-size: 12px;
	color: #fcfcfc;
}
/*------图片滚动---*/
a.abtn {
	display: block;
	height: 36px;
	width: 16px;
	margin-top: 20px;
	overflow: hidden;
	background: url(/images/img_btn.png) no-repeat;
}
a.aleft {
	float: left;
	background-position: 0 -112px;
}
a.agrayleft {
	cursor: default;
	background-position: 0 0;
}
a.aright {
	float: right;
	background-position: 0 -162px;
}
a.agrayright {
	cursor: default;
	background-position: 0 -58px;
}
.scrolllist {
	width: 1370px;
	margin: 10px auto 0;
}
.scrolllist .imglist_w {
	width: 1200px;
	height: 400px;
	overflow: hidden;
	float: left;
	margin-left: 4px;
	position: relative;	/*必要元素*/
}
.scrolllist .imglist_w ul {
	width: 20000px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.scrolllist .imglist_w li {
	width: 161px;
	height: 216px;
	float: left;
	padding: 0 5px;
}
.scrolllist .imglist_w li img {
	width: 161px;
	height: 216px;
	margin: 0 auto;
	border: solid 1px #037090;
}
.scrolllist .imglist_w li a {
	color: #3366cc;
	text-decoration: none;
	float: left;
	position: relative;
}
.scrolllist .imglist_w li a:hover img {
	filter: alpha(opacity=86);
	-moz-opacity: 0.86;
	opacity: 0.86;
}
.scrolllist .imglist_w li span {
	display: block;
	width: 68px;
	height: 20px;
	line-height: 20px;
	color: #00cdff;
	font-size: 10px;
	background: #232323;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 2px;
	left: 0;
}
.scrolllist .imglist_w li span:hover {
	color: #fffc00;
}
