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_list{
    width: 910px;

    margin: 2px auto 35px;
}
.cont_list li{
    line-height: 48px;
    height: 48px;
    border-bottom: 1px dashed #d8d9d8;
}
.cont_list li a{
    color: #000;
    font-size: 16px;
}
.cont_list li a:hover{
    color: #0c7ed9;
}
.cont_list li span{
    float: right;
    color: #666;
    font-size: 16px;
}
.page{
    text-align: center;
    height: 24px;
    line-height: 24px;
    margin-bottom: 48px;
}
.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;
}