/*=========mF_sohusports========*/
.mF_sohusports_wrap{}/*背景边框*/
.mF_sohusports{ position:relative;}
.mF_sohusports .loading{ position:absolute; width:100%; height:100%; background:#fff url(img/loading.gif) center no-repeat; z-index:9;}
.mF_sohusports .pic li{position:absolute; display:none;}
.mF_sohusports .txt li{position:absolute;z-index:2;bottom:0;height:50px;line-height:50px; display:none;}
.mF_sohusports .txt li a{display:block;position:relative;z-index:1;color:#fff;padding-left:14px;font-size:16px;text-decoration:none;}/*标题样式*/
.mF_sohusports .txt li b{display:block;height:100%;width:100%;position:absolute;top:0;left:0;background:#000;filter:alpha(opacity=40);opacity:0.4;}/*标题背景*/
.mF_sohusports .txt li p{display:none;}/*隐藏详细描述*/
.mF_sohusports .num{position:absolute;z-index:3;bottom: 14px;right: 11px;}/*按钮样式*/
.mF_sohusports .num li{float:left;}
.mF_sohusports .num li a{display: block;width: 22px;height: 22px;line-height: 22px;overflow:hidden;text-align:center;margin: 0 4px;font-size: 14px;color: #222222;background: #FFFFFF;text-decoration:none;border-radius: 100%;cursor: pointer;}
.mF_sohusports .num li.current a,.mF_sohusports .num li.hover a{color: #FFFFFF;background: #D42B2B;}/*当前/悬停按钮样式*/