body{
    background: #f8f8f8;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
    
    margin-bottom: 32px;
}
.content-rt{
    float: right;
    padding: 0 18px;
    width: 915px;
    background: #fff;
   
}
.cont-nav{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px solid #f2f2f2;
}
.cont-nav a{
    color: #0c7ed9;
}
.cont-div{
    width: 910px;

    margin: 30px auto 0px;
}
.cont-div li{
    float: left;
    width: 290px;
    height: 245px;
    margin-bottom: 30px;
}
.cont-div li img{
    width: 290px;
    height: 200px;
}
.cont-div li p{
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f2f2f2;
    font-size: 16px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cont-div li:nth-child(3n+2){
    margin: 0 20px;
}
.page{
    text-align: center;
    height: 24px;
    line-height: 24px;
    margin-bottom: 40px;
}
.page a{
    margin: 0 3px;
    display: inline-block;
    color: #999;
    font-size: 14px;
    height: 21px;line-height: 21px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
}
.page .active{
    border: 1px solid #0c7ed9;
    background: #0c7ed9;
    color: #fff;
}