/*******slideshow*******/
.slideshow_box{
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
}
#slideshow .slideshow_pic{width: 100%;height: 450px;}
#slideshow .slideshow_pic img{width: 100%;height: 100%;}
#slideshow_nav{
    position: absolute;
    bottom: 0;
    left: 45%;
    z-index: 999;
}
a.dot {
    font-size: 3em; 
    line-height: 1px;
    color:#fff; 
    padding-right: 5px;}
a.dot:hover,a.dot.activeSlide{color: #EFD050;}
#prev,#next{
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	z-index: 999;
	background: url(../images/next_prev.png);
	width: 26px;
	height: 72px;
	cursor: pointer;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
#prev:hover,#next:hover{
	opacity: 1;
	filter:alpha(opacity=100);
}
#prev{
    left: 20px;
}
#next{
	right: 20px;
	background-position: top right;
}
/*******event_slideshow*******/
.event{
	position: relative;
	z-index: 1;}
#event_slideshow li{
	width: 525px;
}
#event_next,#event_prev{
	position: absolute;
	z-index: 4;
	cursor: pointer;
	background: url(../images/event_next_prev.png) no-repeat;
    width: 35px;
	height: 35px;
}
#event_prev{
	top: 50%;
	left: -17px;
	background-position: bottom;
}
#event_next{
	top: 50%;
	right: -17px;
	background-position: top;
}
.event_zindex{
	padding-left: 17px;
}
#event_slideshow li .event_banner{
	width: 250px; 
	height: 140px;
	background: #F4F4F4;
	position: relative;
	-webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
#event_slideshow li .event_banner:hover{
	background: #EFD050;
}
.event_banner img,.event_banner span{
    position: absolute;
    top: 3px;
}
.event_banner img{
	width: 244px;
	height: 134px;
	left: 3px;
}
.event_banner span{
	text-align: center;
	width: 244px;
	height: 30px;
	right: 3px;
	top: 107px;
	background: #EFD050;
	filter:alpha(opacity=70);
	opacity: 0.7;
	font-size: 15px;
	color: #000;
	line-height: 32px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*******box3*******/
.box3{margin-left: 15px;}
/*******spot_top8*******/
.spot_top8{width: 250px;}
.spot_top8 ol{list-style: none;}
.num_red,.num_gray{
	width: 21px;
	height: 21px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	-webkit-transform: scale(0.91);
	line-height: 20px;
	font-weight: bold;
	margin-right: 4px;
}
.num_red{background: #ED833B;}
.num_gray{background: #AAB3BA;}
.spot_top8 ol li{
	padding: 5px 0;
	border-bottom: 1px #C7C7C8 solid;
}
.spot_top8 ol li span p{
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	width: 185px;
	padding-left: 15px;
}
.spot_top8 ol li span p:hover{
	color: #929292;
}
/*******event_ing*******/
.event_ing{width: 680px;}
.event_ing ul{
	list-style: none;
	margin-left: 10px;
}
.event_ing ul li{
	width: 310px;
	height: 80px;
	background: #F4F4F4;
	margin: 0 10px 10px 10px;
	-webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.event_ing ul li:hover{background: #EFD050;}
.event_ing ul li img{
	width: 62px; /*ORIGINAL: 75PX*/
	height: 58px;
}
.event_ing ul li span{
	margin-bottom: 5px;
	font-size: 15px;
	color: #353535;
	width: 200px;
	overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}
.event_ing ul li span + span{font-size: 12px;}
.event_ing_img{margin: 10px;}
.event_ing_info{
	margin-top: 13px;}
