.search_color {
    color: #1046b4;
}

.search_bg_color {
    background-color: #1046b4;
}

.search_box .bottom {
    height: 0;
    margin-top: 50px;
}

.search_box .bottomInfo {
    background-color: #1046b4;
}

/* 顶部列表内容 */
.search_box .content_top {
    display: flex;
    align-items: center;
}

.search_box .content_top .goRoomList span:hover {
    color: #1046b4;
}

.search_box .content_top .rightBox {
    margin: 0 0 -15px 40px;
}

.search_box .content_top .rightBox .inuptBox {
    border: 2px solid #1046b4;
    /* display: flex; */
}

.search_box .content_top .rightBox .inuptBox .search_btn {
    top: -2px;
    right: -98px;
    cursor: pointer;
}

.search_box .content_top input::-webkit-input-placeholder {
    color: #C7C6C6;
    font-size: 14px;
}

.search_box .content_top .goRoomA .infoBox span {
    color: #1046b4;
}

.search_box .content_top .goRoomA:hover .infoBox {
    border-bottom: 1px solid #1046b4;
}

.search_box .content .content_top_list .center_list .active_li {
    font-size: 16px;
    color: #333333;
    border-bottom: 2px solid #1046b4;
}

.search_box .content {
    border-bottom: 1px solid #ededed;
}

.search_box .content_top_list .content_center_li:hover {
    color: #1046b4;
}

.search_box .content_top_list .center_list {
    line-height: 38px;
}

/* 搜索内容 */
.search_box .search_content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.search_box .search_content .search_left {
    width: 800px;
}

.search_box .search_content .date_box {
    margin-bottom: 40px;
    height: 20px;
    display: flex;
    align-items: center;
}

.search_box .search_content .date_box span {
    height: 18px;
    line-height: 18px;
    margin-right: 28px;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
}

.search_box .search_content .date_box span:first-child {
    height: 20px;
    line-height: 20px;
}

.search_box .search_content .date_box span:hover {
    color: #1046b4;
}

.search_box .search_content .date_box .active_span {
    color: #1046b4;
}

.search_box .search_content .search_list {
    display: flex;
    flex-direction: column;
}

.search_box .search_content .search_item {
    margin-bottom: 32px;
    padding-bottom: 30px;
    width: 800px;
    height: 116px;
    border-bottom: 1px dashed #ededed;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search_box .search_content .search_item .title,
.search_box .search_content .search_img_item .title {
    font-size: 18px;
    color: #333333;
}

.search_box .search_content .search_item .info {
    width: 800px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.search_box .search_content .search_item .tag,
.search_box .search_content .search_img_item .tag {
    font-size: 12px;
    color: #999999;
}

.search_box .search_content .search_img_item .tag_text {
    margin-top: 20px;
}

.search_box .search_content .search_item .tag span,
.search_box .search_content .search_img_item .tag span {
    margin-right: 30px;
}

.search_box .search_content .search_img_item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.search_box .search_content .search_img_item .img_left {
    width: 90px;
    height: 90px;
}

.search_box .search_content .search_img_item .img_right {
    width: 690px;
    margin-bottom: 32px;
    padding-bottom: 30px;
    height: 116px;
    border-bottom: 1px dashed #ededed;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.search_box .search_content .search_img_item .info {
    width: 690px;
    height: 50px;
    line-height: 18px;
    font-size: 14px;
    color: #666666;
    margin: 16px 0 30px;
}

.search_box .search_content .search_right {
    width: 280px;
}

.search_box .search_content .search_right .title {
    margin-bottom: 24px;
    font-size: 18px;
    color: #a80a09;
}

.search_box .search_content .search_right a:nth-child(1) .hot_item div:first-child,
.search_box .search_content .search_right a:nth-child(2) .hot_item div:first-child,
.search_box .search_content .search_right a:nth-child(3) .hot_item div:first-child {
    background-color: #a80a09;
}

.search_box .search_content .search_right .hot_item {
    width: 280px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.search_box .search_content .search_right .hot_item:hover div:last-child {
    color: #a80a09;
}

.search_box .search_content .search_right .hot_item div:first-child {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #ffffff;
    background-color: #bfbfbf;
}

.search_box .search_content .search_right .hot_item div:last-child {
    width: 256px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666666;
}

.search_high_color {
    color: #a80a09;
}

em {
    color: #a80a09;
    font-style: normal;
}
