.xwlb-content .xwlb-content-div ul.share li i{
    width: 16%;
    background-color: #ff9402;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

.xwlb-content .xwlb-content-div ul.share li p{
    color: #999;
}

/* 分页 */

.page {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
}

.page a {
    display: inline-block;
    line-height: 18px;
    margin: 5px 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #eee;
    border-radius: 2px;
	cursor: pointer;
}

.page a:hover {
    position: relative;
    background-color: #a3bde2;
    color: #fff;
}

.page a.current {
    background-color: #00a0e9;
    color: #fff;
    position: relative;
}

.page span {
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 20px;
    vertical-align: middle;
    border-radius: 2px;
	cursor: pointer;
}

