﻿.place_bb{
    width: 100%;
    /*padding: 30px 0;*/
    text-align: center;
}
.place_bb .place_info{
    width: 1210px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
}
.place_bb .place_info .act_title{
    margin-bottom: 12px;
}
.place_bb .place_info .act_title span{
    height: 30px;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #292929;     
}
.place_bb .place_info .act_text{
    margin-bottom: 30px;
}
.place_bb .place_info .act_text span{
    height: 15px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing:0;
    color: #2ebade;     
}



.place_bb .place_info #wrapper{
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 218px;
}
.place_bb .place_info #wrapper #banner{
    position:relative;
    width: 100%;
    height: 218px;
    overflow: hidden;
}
.place_bb .place_info #wrapper #banner .imgList{
    position:relative;
    width:6000px;
    height:218px;
    z-index: 10;
    overflow: hidden;
}
.place_bb .place_info #wrapper #banner .imgList li{
    float:left;
    display: inline;
}
.place_bb .place_info #wrapper #banner .imgList li a img{
    display: block;
    width:1210px;
    height:218px;
}
.place_bb:hover #prev{
	display:block;
}
.place_bb:hover #next{
	display:block;
}
#prev{position: absolute;z-index: 99;left: -30px;top:87px;cursor: pointer;display:none}
#next{position: absolute;z-index: 99;right: -30px;top:87px;cursor: pointer;display:none}