.news{
    width: 68%;
    margin: auto;
    overflow: hidden;
}
.odd{
    overflow: hidden;
    /* height: ; */
}
.title{
    background: url(../img/nocheck.jpg) center center no-repeat;
    height: 232px;
    width: 50%;
    float: left;
    position: relative;
}
.thumb{
    float: left;
}
.thumb img{
    width: 100%;
}
.title span{
    display: block;
}
.title div{
    padding-top: 15%;
    text-align: center;
}
.even{
    overflow: hidden;
}
.n_title{
    font-size: 30px;
    color: #e30013;
    text-align: center;
    font-weight: bold;
    margin-top: 5%;
    margin-bottom: 3%;
}
.page{width:1000px; margin: auto; margin-top:45px; margin-bottom: 35px;}
.page ul { margin: auto; display: table;}
.page ul li { float:left; list-style: none; border:#837f7f solid 1px; text-align: center; padding-left:12px; padding-right:12px ; height:32px; line-height:32px; margin-left: 10px; margin-right: 10px;}
.cpage{ background-color: #ff0000; color: #ffffff;}
.page ul li:hover{ background-color: #ff0000; color: #ffffff;}