@charset "utf-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    width: 100%;
    margin: 0px auto;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {    
    color: #222;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0px 0px 10px 8px;
    height: auto;
    line-height: 12px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.m-style .active {
    border: 1px solid #1d4e89;
    color: #fff;
    background-color: #1d4e89;
}

.m-style a {
    color: #222;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0px 0px 10px 8px;
    height: auto;
    line-height: 12px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.m-style a:hover {
    background: #f5f5f5;
}

.m-style .next,
.m-style .prev {
    font-size: 16px;
}