/*现场模块*/
.M_spot{position:relative; width:1000px; margin:0 auto;}
.M_spot .M_spot_list{overflow:hidden;height:430px;position:relative;}
.M_spot .M_spot_list .spot_item{float:left;display:block;overflow:hidden;height:430px;box-shadow: 3px 0px 5px rgba(0,0,0,.3);border-right:1px solid rgba(0,0,0,.3)\9;width: 790px;}
.M_spot .M_spot_list .spot_item:last-child{box-shadow:none;}
.M_spot .M_spot_list .spot_item .spot_title{float:left; font-family:"微软雅黑"; display:block; height:430px; overflow:hidden;font-size:17px;color:#fff;background-color:#4a525f;width:70px;padding:4px 25px;word-wrap:break-word;word-break:nomal;line-height:19px;box-shadow: 3px 0px 5px #000; box-sizing:border-box; *width:24px;}
.M_spot .M_spot_list .spot_item .spot_title{cursor:pointer;}
.M_spot .M_spot_list .hovered_item .spot_title{background-color:#d33a2e; font-family:"微软雅黑";}
.M_spot .M_spot_list .spot_item .img_info{position:relative;float:right;overflow:hidden;}
.M_spot .M_spot_list .spot_item .spot_img{display:block;overflow:hidden;width:720px;height:430px;}
.M_spot .M_spot_list .spot_item .spot_tit_bot{background:#000;background:rgba(0,0,0,.7);position:absolute;left:0;bottom:0;width:100%;height:50px;line-height:50px;padding-left:20px;}
.M_spot .M_spot_list .spot_item .spot_tit_bot .txt{color:#fff;font-size:24px; font-weight:600;}
.M_spot .M_spot_list .spot_item .spot_tit_bot .txt{cursor:pointer;}
.M_spot .s_trangle{width:0; height:0;overflow:hidden;font-size:0;line-height:0;border-width:10px;border-style:dashed solid dashed dashed; border-color:transparent #d33a2e transparent transparent;position:absolute;right:20px;bottom:15px;display:none;}
.M_spot .hovered_item .s_trangle{display:block;}
#spot-accordion .s_trangle{border-color: transparent transparent transparent #d33a2e; left: 0px; border-style: dashed dashed dashed solid;}
#spot-accordion li{position: relative; box-shadow: -3px 0px 5px rgba(0,0,0,.3);}


