.search-container {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
}

.search-title {
    margin-top: 70px;
    width: 100%;
    text-align: center;
    line-height: 52px;
    color: #2d4fa6;
    font-weight: bold;
}

.search-input {
    width: 100%;
    height: 40px;
    overflow: auto;
    margin-top: 15px;
}

.search-input div:nth-child(1) {
    width: calc(100% - 110px);
    float: left;
    height: 100%;
}

.search-input div:nth-child(2) {
    width: 110px;
    float: left;
    background-color: #1e2251;
    height: 100%;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
}

.search-btn {
    width: 100%;
    margin-top: 15px;
    overflow: auto;
}

.btn-text {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.btn-body {
    float: left;
    color: #898989;
    font-size: 12px;
    overflow: auto;
}

.btn-body div {
    padding: 0 6px;
    float: left;
    height: 22px;
    line-height: 22px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
    margin-right: 6px;
}

.search-body {
    margin-top: 15px;
    padding: 30px 30px 0 30px;
    background-color: #f7f7f7;
    overflow: auto;
}

.title-items {
    width: 33.3%;
    float: left;
    padding: 0 15px;
    height: 60px;
}

.title-items a {
    border-bottom: 1px dotted #c1c1c1;
    height: 30px;
    cursor: pointer;
    display: block;
}

.search-page {
    width: 100%;
    text-align: center;
    padding: 30px 0 70px 0;
}

.active {
    background-color: #2d4fa6;
    color: #fff;
}

.first {
    cursor: pointer;
}

.first2 {
    cursor: pointer;
}

@media screen and (max-width:765px) {
    .search-container {
        width: auto;
        padding: 0 10px;
    }

    .search-input div:nth-child(1) {
        width: calc(100% - 115px);
        margin-right: 5px;
    }

    .title-items {
        width: 50%;
    }
}