﻿
.M-box,.M-box1,.M-box2,.M-box3{
	position: relative;
    text-align: center;
  	zoom: 1;
    margin-top: 20px;
    margin-bottom: 50px;
        float: left;
    width: 100%;
}
.M-box:before,.M-box:after,.M-box1:before,.M-box1:after ,.M-box2:before,.M-box2:after ,.M-box3:before,.M-box3:after{
    content:"";
    display:table;
}
.M-box:after,.M-box1:after,.M-box2:after,.M-box3:after{
	clear:both;
	overflow:hidden;
}
.M-box span,.M-box1 span,.M-box2 span,.M-box3 span{
	display:inline-block;
    *display:inline;
	margin:0 5px;
	width: 31px;
    height: 31px;
    line-height: 31px;
    color: #bdbdbd;
    font-size: 14px;
}
.M-box .active,.M-box1 .active,.M-box2 .active,.M-box3 .active{
	display:inline-block;
    *display:inline;
	margin:0 5px;
	width: 39px;
    height: 33px;
    line-height: 33px;
    background: #212121;
    color: #fff;
    font-size: 14px;
    -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #1a1a1a;
}
    .M-box a, .M-box1 a, .M-box2 a, .M-box3 a {
        display: inline-block;
        *display: inline;
        margin: 0 5px;
        width: 39px;
        height: 33px;
        line-height: 33px;
        color: #5a5a5a;
        font-size: 14px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #d7d7d7;
    }
.M-box a:hover,.M-box1 a:hover,.M-box2 a:hover,.M-box3 a:hover{
	color:#fff;
    background: #212121;
        border: 1px solid #1a1a1a;

}
.M-box .next,.M-box .prev,.M-box1 .next,.M-box1 .prev{
	font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}
