/*滚动图片*/
.mF_pithy_tb_wrap{padding:0px;border:5px solid #F3F3F3;float:left;background:#F3F3F3;}/*背景边框*/
.mF_pithy_tb .pic{position:absolute;top:0;left:0;}
.mF_pithy_tb .pic li{width:100%;overflow:hidden;}
.mF_pithy_tb .thumb,.mF_pithy_tb .tw{position:absolute;top:0;right:0;overflow:hidden;}
.mF_pithy_tb .thumb li{position:relative;float:left;padding:5px 5px 5px 12px;overflow:hidden;cursor:pointer;}
.mF_pithy_tb .thumb li img{position:relative;z-index:1;width:100%;height:100%;}
.mF_pithy_tb .thumb li span{position:absolute;top:0;left:7px;border:1px solid #fff;background:#fff;}

.mF_pithy_tb .thumb li.current span{border:1px solid #ccc;border-left:0;background:#4190F5;}

.mF_pithy_tb .prev,.mF_pithy_tb .next{width:23px;height:15px;overflow:hidden;position:absolute;z-index:4;bottom:12px;cursor:pointer;background:url() left top no-repeat;}
.mF_pithy_tb .next{width:24px;background-position:right top;}


.pic li a span {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 15px;
    width: 412px;
    background: url(2016zh_zh_flash.png);
    text-align: left;
    font: 16px/22px "微软雅黑";
    color: #FFF;
}

.pic li a {
    display:inline-block;
	position:relative;
	overflow:hidden;
}
