/* 左右结构一下 */
.page-left-right {
    padding-top: 46px;
    overflow: hidden;
}

/* 左侧 */
.page-left {
    float: left;
    width: 866px;
    padding-top: 48px;
}

.search-result-tip {
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.search-result-tip span {
    color: #D50000;
}

.search-list-ul {
    padding: 10px 0 20px 0;
}

.search-list-ul li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDEE0;
}

.search-list-ul li a {
    display: inline-block;
    max-width: 866px;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.search-list-ul li a:hover {
    color: #1F6CDD;
}

.search-list-ul li p {
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 6px 0 10px 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-list-ul li m {
    color: #D50000;
}

.search-list-ul li span {
    display: block;
    color: #5C5C5C;
    font-size: 14px;
    line-height: 16px;
}

/* 没检索到数据 */
.search-null {
    height: 224px;
}

.search-null img {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.search-null p {
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 16px 0 24px 0;
}

.recommend-list-module {
    width: 866px;
    margin-top: 24px;
    padding: 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
}

.recommend-list-module h3 {
    color: #303030;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 4px;
}

.recommend-list-module ul li {
    overflow: hidden;
}

.recommend-list-module ul li img {
    float: left;
    width: 7px;
    height: 7px;
    margin: 14.5px 14px 14.5px 0;
}

.recommend-list-module ul li a {
    float: left;
    max-width: 624px;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.recommend-list-module ul li a:hover {
    color: #1F6CDD;
}

.recommend-list-module ul li span {
    float: right;
    color: #909090;
    font-size: 14px;
    line-height: 36px;
}

.page-right {
    float: right;
    width: 286px;
}

.page-right-padding {
    margin-top: 48px;
}