@charset "UTF-8";

.wrapper{
    /*margin:0 auto;*/
    /*width:960px;*/
    /*height:100%;*/

    margin:0 auto;
    width:auto;
    height:100%;
}
.M-box,.M-box1,.M-box2{
	position: relative;
    text-align: center;
  	zoom: 1;
}
.M-box:before,.M-box:after,.M-box1:before,.M-box1:after ,.M-box2:before,.M-box2:after {
    content:"";
    display:table;
}
.M-box:after,.M-box1:after,.M-box2:after{
	clear:both;
	overflow:hidden;
}
.M-box span,.M-box1 span,.M-box2 span{
    /*float: left;*/
    /*margin:0 5px;*/
    /*width: 38px;*/
    /*height: 38px;*/
    /*line-height: 38px;*/
    /*color: #bdbdbd;*/
    /*font-size: 14px;*/
    float: left;
    margin:0 2px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #bdbdbd;
    font-size: 11px;
}
.M-box .active,.M-box1 .active,.M-box2 .active{
    /*float: left;*/
    /*margin:0 5px;*/
    /*width: 38px;*/
    /*height: 38px;*/
    /*line-height: 38px;*/
    /*background: #e91e63;*/
    /*color: #00abd7;*/
    /*font-size: 14px;*/
    /*border: 1px solid #e91e63;*/

    float: left;
    margin: 0 2px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #e7e8eb;
    border: 1px solid #e7e8eb;
    color: #757575;
    font-size: 11px;
    padding: 0 2px;
}
.M-box a,.M-box1 a,.M-box2 a{
    /*float: left;*/
    /*margin:0 5px;*/
    /*width: 38px;*/
    /*height: 38px;*/
    /*line-height: 38px;*/
    /*background: #fff;*/
    /*border: 1px solid #ebebeb;*/
    /*color: #bdbdbd;*/
    /*font-size: 14px;*/

    float: left;
    margin: 0 2px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #757575;
    font-size: 11px;
    padding: 0 2px;

}
.M-box a:hover,.M-box1 a:hover,.M-box2 a:hover{
	color:#757575;
    background: #bdbdbd;
}
.M-box .next,.M-box .prev,.M-box1 .next,.M-box1 .prev{
	font-family: "Simsun";
    font-size: 11px;
    /*font-weight: bold;*/
}
.now,.count{
	padding:0 5px;
	color:#f00;
}
.pagintion_right{
    margin-top:10px;
    float: right
}