@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    width: 980px;
    margin: 0 auto;   
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    display:inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #4A4A4A;
    font-size: 12px;
}

.m-style .active {
   display:inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #BB1B21;
    color: #fff;
    font-size: 12px;
    border: 1px solid #BB1B21;
	border-radius:2px;
}
.m-style a.active:hover{
    background: #BB1B21;
    color:#fff;
    border:1px solid #BB1B21;
}
.m-style a {
    display:inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #DADADA;
    color: #4A4A4A;
    font-size: 12px;
	border-radius:2px;
}

.m-style a:hover {
    color: #BB1B21;
    border:1px solid #BB1B21;
}

.m-style .next,
.m-style .prev {
    font-size: 12px;
}
.m-style .prev{
   
 background: url("../../resource/images/icon_news_page_left.png") no-repeat;background-size:30px 30px; 
 text-indent: -9999px;  
}
.m-style .next{
   
 background: url("../../resource/images/icon_news_page_right.png") no-repeat;background-size:30px 30px; 
  text-indent: -9999px;   
}
.m-style .prev:hover{
   
 background: url("../../resource/images/icon_news_page_left_red.png") no-repeat;background-size:30px 30px; 
 text-indent: -9999px;  
}
.m-style .next:hover{
   
 background: url("../../resource/images/icon_news_page_right_red.png") no-repeat;background-size:30px 30px; 
  text-indent: -9999px;   
}
.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

input {
    display:inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #4A4A4A;
    font-size: 12px;
}