/*图片切换*/
.focus ul li .title_bg{display: none;}/*去除透明阴影背景*/
.focus .dot_box span{ font-weight: 700; color: #fff; line-height: 34px; width: 34px;height: 34px; background-image: url(/sites/JS_IMAGE_CSS/caac/images/t1.png);background-repeat: no-repeat;background-color:inherit;}/*数字切换未选中时*/
.focus .dot_box .selected{color: #0092d4; background-color:inherit;background-image: url(/sites/JS_IMAGE_CSS/caac/images/t2.png);background-repeat: no-repeat;}/*数字切换选中*/
.focus .dot_box{right:30px;bottom: 15px;}