﻿
.clearfix:before,
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.left{
    float: left;
}
.right{
    float: right;
}

.line{
    height: 4px;
    background: url(../image/line.png) repeat-x;
    margin-bottom: 15px;
}
.left-box{
    width: 837px;
    float: left;
}
.right-box{
    width: 260px;
    float: right;
}
span[id^="cnzz"] {
    display: none;
}
.pagination{
    text-align: center;
}
.pagination a.thislink{
    background:rgb(200,22,30);
    color: #fff;
}
.pagination a {
    display: inline-block;
    background: white;
    padding: 5px 10px;
    margin-left: 10px;
    text-decoration: none;
    color: rgb(29, 29, 29)
}

.pagination .thisclass a {
    background: rgb(200, 22, 30);
    color: #fff
}