@CHARSET "UTF-8";
.hidden{
	display: none;
}
#activities_newses_hot{
	margin: 10px auto;
	padding: 3px 0 3px 0;
	text-align: left;
	display: table;
	background: #FFF;
	width: 95%;
	border: 1px solid #57B3E0;
	position: relative;
}
#activities_newses_image{
	margin: 0 auto;
	display: table;
	width: 427px;
	height: 185px;
}
#arrow_right,#arrow_left{
	display: none;
	z-index: 1000px;
	position: absolute;
	top: 70px;
	left: 8px;
	cursor: pointer;
}
#arrow_right{
	float: right;
	left: 410px;
}