.search-wrap {
    width: 1440px;
    margin: 0 auto;
    padding: 40px 104px 0;
    font-family: PingFangSC, PingFangSC-Regular
}

.search-wrap .head {
    width: 100%
}

.search-wrap .head .data {
    height: 40px;
    border-bottom: 1px solid #d8d8d8
}

.search-wrap .head .data .left {
    display: inline-block;
    width: 97px;
    height: 40px;
    border-bottom: 2px solid #7D2223
}

.search-wrap .head .data .left .head-img {
    width: 32px;
    height: 32px;
    margin-right: 16px
}

.search-wrap .head .data .left h4 {
    float: left;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #7D2223;
    line-height: 32px
}

.search-wrap .head .data .right {
    float: right;
    line-height: 40px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45)
}

.search-wrap .tip {
    height: 40px;
    padding: 0 16px;
    background: rgba(31, 70, 147, 0.04);
    box-sizing: border-box;
    margin: 24px auto 16px
}

.search-wrap .tip .keyword {
    float: left;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
    line-height: 40px
}

.search-wrap .tip .count {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 40px
}

.search-wrap .res-item {
    min-height: 92px;
    border-bottom: 1px solid #d8d8d8;
    padding: 16px 16px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.search-wrap .res-item:hover {
    background: #ffffff;
    box-shadow: 0 0 6px 6px rgba(31, 70, 147, 0.15)
}

.search-wrap .res-item h4 {
    margin-bottom: 10px
}

.search-wrap .res-item h4 .cube {
    display: inline-block;
    vertical-align: -5px;
    margin-right: 12px;
    width: 4px;
    height: 24px;
    background: #7D2223
}

.search-wrap .res-item h4 .txt {
    font-size: 20px;
    font-weight: 550;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px
}

.search-wrap .res-item:hover h4 .txt {
    color: #7D2223;
}

.search-wrap .res-item p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: rgba(0, 0, 0, 0.45);
    line-height: 22px;
    padding-left: 15px
}

.search-wrap .res-item p span {
    padding-left: 16px;
    color: #7D2223;
}

.search-wrap .highlight {
    color: #df8425
}

.loading {
    cursor: pointer;
    font-size: 16px;
    padding-top: 10px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.45);
}

.display-none {
    display: none;
}

/*分页容器的样式*/
.pagination-box {
    margin-top: 50px;
    padding-bottom: 15px;
}

.pagination-box-inner {
    display: flex;
    justify-content: flex-end;
}
.pagination-box-inner span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    margin: 1px 3px;
}

.pagination-box-inner span.cannot-click {
    color: #c0c4cc;
}

.pagination-box-inner span.clicked {
    color: white;
    background-color:#7D2223;
}

/*# sourceMappingURL=./search.css.map */
