.container .content {
    height: calc(100% - 244px);
}

.mainbox .toolbar{
    display: inline-block;
    width: 100%;
}
.content .row {
    line-height: 30px;
    width: 1000px;
    margin: 10px auto;
}

.row input {
    height: 30px;
    width: 180px;
    margin: 0 10px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;

}
.row select{
    height: 30px;
    margin: 0 10px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.selectBtn {
    width: 70px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 1px;
    background: rgb(226, 147, 21);
    border: none;
    border-radius: 5px;
}

.menu_nav {
    width: 100%;
}

.menu_nav ul {
    width: 100%;
    margin: 0 auto;
}

.menu_nav ul li {
    display: inline-block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    background: #ddeff8;
    text-align: center;
}

.menu_nav ul li.active {
    background: #2276d6;
    color: #fff;
}

.mainbox {
    display: none;
    border: 1px solid #eee;
}

.mainbox.active {
    display: block;
}

.boxtitle {
    height: 44px;
    line-height: 44px;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.resultsList {
    margin: 0 auto;
    width: 900px;
    border: 1px solid #eee;
    border-top: none;
}

.resultsList li {
    width: 100%;
    height: 35px;
    text-align: center;
    border-top: 1px solid #eee;
}

.resultsList li:nth-child(1) {
    background: #ddeff8;
}

.resultsList li div {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0;
    width: 32%;
}

.resultsList2 li div:nth-child(1),
.resultsList2 li div:nth-child(2) {
    border-right: 1px solid #eee;
}

.resultsList2 {
    margin: 0 auto;
    width: 1200px;
    border: 1px solid #eee;
    border-top: none;
}

.resultsList2 li {
    width: 100%;
    height: 35px;
    text-align: center;
    border-top: 1px solid #eee;
}

.resultsList2 li:nth-child(1) {
    background: #ddeff8;
}

.resultsList2 li div {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0;

}
.resultsList2 li div:nth-child(odd){
    width: 80px;
}
.resultsList2 li div:nth-child(even){
    width: 225px;
}

.resultsList2 li div:nth-child(1),
.resultsList2 li div:nth-child(2),
.resultsList2 li div:nth-child(3),
.resultsList2 li div:nth-child(4),
.resultsList2 li div:nth-child(5){
    border-right: 1px solid #eee;
}

.titel {
    font-weight: bold;
}

.pages {
    margin: 20px 0;
}
.pages ul{
    float: right;
    margin-right:120px;
}
.pagination {
    background: #ddeff8;
}