.content .title{
    margin-bottom: 40px;
}
.content-bottom{
    margin-top: 50px;
}
.content-bottom .prev,
.content-bottom .next{
    font-size: 14px;
    color: #15499A;
    line-height: 21px;
    cursor: pointer;
}
.content-bottom .prev{
    float: left;
}
.content-bottom .next{
    float: right;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .content{
        width: 900px;
    }
}
@media only screen and (max-width: 1000px) {
    .content{
        width: 700px;
    }
}


