

/* CSS Document */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
body,
span {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

img {
    border: 0 none;
}
body{
    padding-top: 84px !important;
}
a {
    text-decoration: none !important;
    color: #333;
    font-family: "微软雅黑";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding-top: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

/****最小宽度****/
@media(max-width:449px) {
    .col-xss-12 {
        width: 100%;
    }
}

@media(max-width:449px) {
    .col-xss-6 {
        width: 50%;
    }
}

@media(max-width:449px) {
    .col-xss-4 {
        width: 33.3333333%;
    }
}

/* @media(max-width:600px){
.col-xxs-12{width:100%;}
} */
@media(max-width: 991px) {
    body {
        padding-top: 70px;
    }
}

@media(max-width: 767px) {
    .container-fluid {
        padding: 0 15px;
    }
}

.page-box {
    height: 34px;
    text-align: center;
    margin: 80px 0;
}

.page-box a {
    display: inline-block;
    height: 34px;
    border: 1px solid #dcdcdc;
    line-height: 34px;
    padding: 0 15px;
    color: #666;
    font-size: 14px;
    margin: 0px 3.5px;
}

.page-box a.page-on {
    color: #fff;
    background-color: #d90000;
    border: 1px solid #d90000;
}
.page-box a.on {
    color: #fff;
    background-color: #d90000;
    border: 1px solid #d90000;
}
@media(max-width: 991px) {
    .page-box {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:449px) {
    .page-box {
        height: 34px;
        margin-bottom: 10px;
    }

    .page-box a {
        height: 25px;
        line-height: 25px;
        padding: 0 5px;
    }
}


.insideWidth {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .insideWidth{
        width: 750px;
    }
}

@media (min-width: 992px) {
    .insideWidth {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .insideWidth {
        width: 1180px;
    }
}

@media (min-width: 1400px) {
    .insideWidth {
        width: 1200px;
    }
}

/*分页*/
.pager{
    overflow:hidden;  
    text-align:center; 
    margin-bottom:80px;
}
.pager span a{ 
    font-size:14px; 
    display:inline-block; 
    line-height:20px; 
    width:40px;
	height: 35px;
    line-height: 35px;
    border: 1px solid #dcdcdc;
    margin: 0 4.5px;
}

/*.pager span a:hover{
	background: #fd9827;
}*/
.pager .onepage,.pager .lastpage{
	width: 54px;
}
.pager .pagew{
    width: 72px;
}
.pager span a.active{
    background: #d7000f;
    color:#fff;
}
@media(max-width:767px){
	.pager{ 
		margin-bottom:15px;
		margin-top:15px !important;
	}	
}

.col-sm-5{
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
@media(max-width: 1200px){
    .col-sm-5{
        width: 33.333333%;
    }
}
@media(max-width: 991px){
    .col-sm-5{
        width: 50%;
    }
}
@media(max-width: 599px){
    .col-sm-5{
        width: 100%;
    }
}
