﻿@charset "utf-8";

.search_xq_top {
    background-color: #F8F9FB;
}

.search_xq_top .xq_top_n {
    padding-top: 100px;
    padding-bottom: 100px;
}

.xq_top_n h2 {
    text-align: center;

    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.xq_top_n h2 span {
    color: var(--main-color);
}

.search_form {
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    max-width: 700px;
}

.search_title {
    padding-top: 32px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.search_title span {
    color: #0D9ED7;
    margin-left: 2px;
    margin-right: 4px;
}


.search_bottom {
    padding-top: 70px;
    padding-bottom: 70px;
}

.search_bottom .tab-js {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.search_bottom .tab-js a {
    position: relative;
    display: block;
    margin-right: 48px;
    padding-bottom: 16px;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.search_bottom .tab-js a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: var(--main-color);
    transition: width .3s;
}

.search_bottom .tab-js a.active {
    color: var(--main-color);
}

.search_bottom .tab-js a.active::before {
    width: 100%;
}

.search_bottom .pub-t1 {
    display: none;
    padding: 30px 0;
}

.search_bottom .pub-t1.d-show {
    display: block;
}

.search_tab .pub-t1 .core_list {
    padding-top: 0;
}

.search_bottom .search_no {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.search_bottom .search_no .img {
    max-width: 360px;
}

.search_bottom .search_no .text {
    padding-top: 24px;
    color: var(--dark-color);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.tab-content .core_list {
    padding-top: 18px;
}

.tab-content .new_list {
    padding-top: 0;
    padding-bottom: 0;
}

.tab-content .new_list .time {
    display: flex;
    align-items: center;
}

.tab-content .new_list .time span {
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
    color: var(--main-color);
    font-weight: 290;
}

.tab-content .new_list .time span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: var(--main-color);
}

@media all and (max-width: 767px) {
    .search_xq_top {
        padding-top: 80px;
    }
    .search_xq_top .xq_top_n {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .search_form {
        margin-top: 20px;
    }
    .search_bottom {
        padding-top:50px;
        padding-bottom: 50px;
    }
    .search_bottom .tab-js a {
        margin-right: 20px;
    }
    .search_bottom .search_no {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .search_bottom  .new_list ul li:first-child a {
        padding-top:12px;
    }
}