/*************************************************************/
.box_swipe{
	margin-top:50px;
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}

.box_swipe>ol{
    height:20px;
    position: relative;
    z-index:10;
    margin-top:-25px;
    text-align: center;
    padding-right:15px;
    background-color:rgba(255,255,255,0.5);
	border-top-color:rgba(255,255,255,0.5);
	border-top-style:solid; 
	border-top-width:1px;
	
}
.box_swipe>ol>li{
    display:inline-block;
    margin:5px 0;
    width:8px;
    height:8px;
    background-color:#000;
    border-radius: 8px;
	
}
.box_swipe>ol>li.on{
    background-color:#0893ff;
	border:solid #FFF 1px;
}

.recommend>label{
    font-size:15px;
    line-height:30px;
    background:url("../imgages/msg.png") no-repeat left center;
    -webkit-background-size:25px auto;
    background-size:25px auto;
    padding-left:30px;
}
.recommend>ul{
    -webkit-padding-start: 0px;
}
.recommend>label>img{
    vertical-align: middle;
    margin-right:10px;
}
.recommend li{
    border-top:1px solid #aaa;
    list-style:none;
}
.recommend li>a{
    text-decoration: none;
    color:#000;
    display:block;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: normal;
    line-height:30px;
    background:url("/sjbglobal/arr.png") no-repeat right center;
    margin-right:10px;
}

