ul,
li {
    list-style: none;
}

.search-page .header .top .menu li {
    color: #333;
}

.search-page .top .menu a:hover {
    font-weight: bold;
    color: #333333;
    border-bottom-color: #333333;
}

.search-page .top .logo img.pc_none {
    display: block;
}

.search-page .top .logo img.mobile_none {
    display: none;
}

.search-page .top .english {
    border-color: rgba(36, 36, 36, 0.2);
    color: #333333;
}

.search-page .top .english .jt {
    border-top-color: #333333;
}

.search-page .top .search {
    border: 1px solid rgba(36, 36, 36, 0.2);
    background-image: url("guobo202509_ico_so_m.png");
}

.crumbs {
    padding-top: 150px;
    background: #efefef;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.crumbs a {
    color: #333333;
}

.page-center {
    width: 1380px;
    margin: 0 auto;
}

.search-con {
    padding-top: 40px;
    background: #efefef;
}

.search-con .page-center {
    height: 83px;
    background: #a5343c;
    border-radius: 42px;
    overflow: hidden;
    margin: 0 auto;
}

.search-con input {
    display: block;
    float: left;
    height: 83px;
    line-height: 83px;
    background-color: #a5343c;
    outline: 0;
    border: 0;
    box-sizing: border-box;

}

.search-input {
    width: 92%;
    padding-left: 50px;
    font-size: 24px;
    color: #fff;

}

input.search-input::-webkit-input-placeholder {
    color: #ffffff;
}

input.search-input:-moz-placeholder {
    color: #ffffff;
}

input.search-input::-moz-placeholder {
    color: #ffffff;
}

input.search-input:-ms-input-placeholder {
    color: #ffffff;
}

.search-submit {
    width: 8%;
    background: #a5343c url(guobo202509_srhpIcon.png) no-repeat center;
    cursor: pointer;
}

.filters-con {
    padding-top: 24px;
    padding-bottom: 100px;
    background: #efefef;
}

.filters-con .page-center {
    display: flex;
    justify-content: space-between;
}

.filters-con .page-center .filter-item {
    position: relative;
    width: calc((100% - 90px) / 4);
    height: 51px;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 0 10px #eee;
}

.filter-item span.selected {
    position: relative;
    display: block;
    font-size: 20px;
    color: #333333;
    padding-left: 30px;
    line-height: 51px;
    cursor: pointer;
    z-index: 2;

}

.filter-item a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #333333;
    padding-left: 30px;
    line-height: 51px;
    cursor: pointer;
    z-index: 2;
    color: #a5343c;
}

.filter-item .icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
    background: url(guobo202509_srhpDownIcon.png) no-repeat center;
    transition: .5s;
    cursor: pointer;
    z-index: 1;
}

.filter-item .icon.focus {
    transform: translateY(-50%) rotate(180deg);
    transition: .5s;
}

.subUl {
    position: absolute;
    width: 100%;
    top: 105%;
    left: 0;
    display: none;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px #eee;
}

.subUl li {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-bottom: 1px solid #d0d0d0;
    /* padding-left: 20px; */
    cursor: pointer;
    padding: 3px 0;
}

.subUl li span {
    display: block;
    /* width: 100%; */
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    /* margin-top: 4px; */
}

.subUl li:hover {
    color: #a5343c;
}

/* .subUl li.on { */
.subUl li.on span {
    color: #fff;
    background: #a5343c;
    border-radius: 8px;
}

.filter-item.hSearch .selected a,
.filter-item.hSearch a .selected {
    color: #a5343c;
}

.result-con {
    padding: 100px 0;
    background: #fff;
}

.result-con .page-center {
    display: flex;
    justify-content: space-between;
}

.result-con .result-left {

    width: calc((100% - 30px) * 0.222);

}

.result-con .result-left ul {
    background: #7e573f;
    padding: 20px 4px;
}

.result-con .result-left li {
    position: relative;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    padding-left: 15%;
    color: #fff;
    cursor: pointer;
    background: unset;
}

.result-con .result-left li::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(guobo202509_srhpLa.png) no-repeat center;
    right: 10%;
    transition: 0.5s;
}

.result-con .result-left li.on {
    background: #fff;
    color: #7e573f;
    border-radius: 8px;
}

.result-con .result-left li.on::after {
    background: url(guobo202509_srhpLaOn.png) no-repeat center;
    transform: translateY(-50%) rotate(45deg);
}

.result-con .result-left li:hover::after {
    transform: translateY(-50%) rotate(45deg);
    transition: 0.5s;
}

.result-con .result-right {
    width: calc((100% - 30px) * 0.777);
}

.result-con .result-right .result-sum {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 20px;
    color: #333;
}

.result-con .result-sum .sort .sort-item {
    position: relative;
    float: left;
    margin-left: 30px;
    padding-left: 25px;
    cursor: pointer;
}

.result-con .result-sum .sort .sort-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background-image: url(guobo202509_srhpSortDown.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.result-con .result-sum .sort .sort-item.on {
    color: #a5343c;
}

.result-con .result-sum .sort .sort-item.on::before {
    background-image: url(guobo202509_srhpSortDownOn.png);
    /* background-repeat: no-repeat;
    background-position: left center; */
}

.result-con .result-sum .sort .sort-item.time.desc::before {
    background-image: url(guobo202509_srhpSortDown.png);
}

.result-con .result-sum .sort .sort-item.time.asc::before {
    background-image: url(guobo202509_srhpSortUp.png);
}

.result-con .result-sum .sort .sort-item.time.desc.on::before {
    background-image: url(guobo202509_srhpSortDownOn.png);
}

.result-con .result-sum .sort .sort-item.time.asc.on::before {
    background-image: url(guobo202509_srhpSortUpOn.png);
}

.result-con .result-right li {
    background: #f9f7f4;
    padding: 10px 44px;
    min-height: 245px;
    overflow: hidden;
    margin-bottom: 10px;
}

.result-con .result-right li .img-con {
    float: left;
    width: 245px;
    height: 225px;
    margin-right: 8px;
}

.result-con .result-right li .img-con img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.result-right li .txt-con .title {
    font-size: 24px;
    margin-bottom: 15px;
    padding-top: 15px;
    overflow: hidden;
    /* color: #000; */
}

.result-right li .info-item {
    overflow: hidden;
    font-size: 20px;
    color: #707070;
    line-height: 30px;
}

.result-right li .info-item dt {
    float: left;
    /* width: 80px; */
}

.result-right li .info-item dd {
    /* float: left; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.result-right li .infos .desc {
    font-size: 20px;
    line-height: 30px;
    color: #707070;
    text-align: justify;
}

.result-right li .title span.time {
    float: right;
    font-size: 18px;
    color: #707070;
}

.gb_search_page {
    font-size: 18px;
    color: #333;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 40px;
}

.gb_search_page a {
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.gb_search_page a.cur {
    background: #b1794c;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
}

.gb_search_page input#num {
    border: none;
    outline: none;
    background: #efefef;
    width: 54px;
    height: 26px;
    margin: 0 10px;
    text-align: center;
}

.gb_search_page button#go {
    background: #b1794c;
    border: 0;
    outline: 0;
    color: #fff;
    line-height: 26px;
    height: 26px;
    width: 54px;
    text-align: center;
    margin-left: 20px;
    font-size: 18px;
    cursor: pointer;
}

@media(max-width:1480px) {
    .page-center {
        width: calc(100% - 100px);
    }
}

@media(max-width:1200px) {

    .result-con .result-left li {
        font-size: 20px;
    }

    .result-con .result-left li::after {
        right: 1%;
    }

    .gb_search_page a {
        margin-right: 16px;
    }
}

@media(max-width:1024px) {
    .crumbs {
        padding-top: 40px;
    }

    .filter-item span.selected {
        padding-left: 16px;
    }

    .result-con .result-left li {
        height: 50px;
        line-height: 50px;
        padding-left: 6%;
    }

    .result-con .result-right li .img-con {
        width: 205px;
        height: 185px;
    }

    .result-right li .txt-con .title {
        font-size: 20px;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .result-right li .info-item {
        font-size: 16px;
        line-height: 24px;
    }

    .result-con .result-right li {
        padding: 10px 24px;
        min-height: 185px;
    }

    .result-right li .infos .desc {
        font-size: 16px;
        line-height: 24px;
    }

    .gb_search_page a {
        margin-right: 14px;
    }

    .gb_search_page font {
        /* display: none; */
    }
}

@media(max-width:970px) {
    .result-con .result-left li {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .result-con .page-center {
        display: block;
    }

    .crumbs {
        padding-top: 0.5rem;
        font-size: 0.32rem;
        line-height: 0.5rem;
    }

    .page-center {
        width: 6.9rem;
        margin: 0 auto;
    }

    .search-con {
        padding-top: 0.5rem;
        background: #efefef;
    }

    .search-con .page-center {
        height: 0.8rem;
        border-radius: 0.4rem;
    }

    .search-con input {
        height: 0.8rem;
        line-height: 0.8rem;
    }

    .search-input {
        width: 90%;
        padding-left: 0.5rem;
        font-size: 0.32rem;
    }

    .search-submit {
        width: 10%;
        background-size: 0.3rem;
    }

    .filters-con {
        padding-top: 0.2rem;
        padding-bottom: 0.5rem;
        background: #efefef;
    }

    .filters-con .page-center {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

    .filters-con .page-center .filter-item {
        position: relative;
        /* width: calc((100% - 90px) / 2); */
        width: 45%;
        height: 0.6rem;
        border-radius: 0.3rem;
        box-shadow: 0 0 0.2rem #eee;
        margin-bottom: 0.2rem;
        /* z-index: 9; */
    }

    .filter-item span.selected {
        display: block;
        font-size: 0.3rem;
        color: #333333;
        padding-left: 0.2rem;
        line-height: 0.6rem;
    }

    .filter-item a {
        display: block;
        font-size: 0.3rem;
        padding-left: 0.2rem;
        line-height: 0.6rem;
    }

    .filter-item .icon {
        width: 0.3rem;
        height: 0.3rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8%;
        background: url(guobo202509_srhpDownIcon.png) no-repeat center;
        background-size: 0.2rem;
        transition: .5s;
        cursor: pointer;
    }

    .filter-item .icon.focus {
        transform: translateY(-50%) rotate(180deg);
        transition: .5s;
    }

    .subUl {
        position: absolute;
        width: 100%;
        top: 105%;
        left: 0;
        display: none;
        background: rgba(255, 255, 255, 1);
        border-radius: 0.1rem;
        padding: 0.2rem;
        box-shadow: 0 0 0.2rem #eee;
        z-index: 10;
    }

    .subUl li {
        height: 0.56rem;
        line-height: 0.56rem;
        font-size: 0.24rem;
        border-bottom: 1px solid #d0d0d0;
        padding: 0.03rem;
        cursor: pointer;
    }

    .subUl li span {
        display: block;
        padding-left: 0.2rem;
        height: 0.5rem;
        line-height: 0.5rem;
        /* margin-top: 4px; */
    }


    .subUl li.on span {
        border-radius: 0.1rem;
    }

    .result-con {
        padding: 0.8rem 0;
    }

    .result-con .page-center {
        /* display: flex; */
        display: block;
        justify-content: space-between;
    }

    .result-con .result-left {
        /* width: calc((100% - 30px) * 0.222); */
        width: 100%;
    }

    .result-con .result-left ul {
        background: #7e573f;
        padding: 0.2rem 0.05rem;
        display: flex;
        flex-wrap: wrap;
    }

    .result-con .result-left li {
        width: 50%;
        height: 0.66rem;
        line-height: 0.66rem;
        font-size: 0.3rem;
        padding-left: 0.2rem;
    }

    .result-con .result-left li::after {
        position: absolute;
        content: "";
        width: 0.3rem;
        height: 0.3rem;
        top: 50%;
        transform: translateY(-50%);
        background: url(guobo202509_srhpLa.png) no-repeat center;
        right: 10%;
        transition: 0.5s;
    }

    .result-con .result-left li.on {
        border-radius: 0.1rem;
    }

    .result-con .result-left li.on::after {
        background: url(guobo202509_srhpLaOn.png) no-repeat center;
        transform: translateY(-50%) rotate(45deg);
    }

    .result-con .result-left li:hover::after {
        transform: translateY(-50%) rotate(45deg);
        transition: 0.5s;
    }

    .result-con .result-right {
        margin-top: 0.3rem;
        /* width: calc((100% - 30px) * 0.777); */
        width: 100%;
    }

    .result-con .result-right li {
        background: #f9f7f4;
        padding: 0.1rem 0.3rem;
        min-height: 2.4rem;
        overflow: hidden;
        margin-bottom: 0.15rem;
    }

    .result-con .result-right li .img-con {
        float: left;
        width: 2.4rem;
        height: auto;
        margin-bottom: .1rem;
        margin-top: .18rem;
        margin-right: .25rem;
    }

    .result-con .result-right li .img-con img {
        display: block;
        max-height: 100%;
        max-width: 100%;
    }

    .result-right li .txt-con .title {
        font-size: 0.3rem;
        line-height: 0.45rem;
        margin-bottom: 0.1rem;
        padding-top: 0.1rem;
        /* color: #000; */
    }

    .result-right li .info-item {
        overflow: hidden;
        font-size: 0.26rem;
        color: #707070;
        line-height: 0.39rem;
    }

    .result-right li .info-item dt {
        float: left;
        /* width: 80px; */
    }

    .result-right li .info-item dd {
        /* float: left; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
    }

    .result-right li .infos .desc {
        font-size: 0.26rem;
        line-height: 0.39rem;
    }

    .result-right li .title span.time {
        float: right;
        font-size: 0.24rem;
        color: #707070;
    }

    .gb_search_page {
        font-size: 0.24rem;
        color: #333;
        /* height:0.5rem; */
        line-height: 0.5rem;
        text-align: center;
        margin-top: 0.5rem;
    }

    .gb_search_page a {
        text-align: center;
        display: inline-block;
        margin-right: .1rem;
    }

    .gb_search_page a.cur {
        background: #b1794c;
        color: #fff;
        width: 0.46rem;
        height: 0.46rem;
        line-height: 0.46rem;
        border-radius: 50%;
    }

    .gb_search_page input#num {
        border: none;
        outline: none;
        background: #efefef;
        width: 0.7rem;
        height: 0.4rem;
        margin: 0 10px;
        text-align: center;
    }

    .gb_search_page button#go {
        line-height: 0.4rem;
        height: 0.4rem;
        width: 0.7rem;
        text-align: center;
        margin-left: 0.15rem;
        font-size: 0.24rem;
    }

    .result-con .result-right .result-sum {
        margin-bottom: 0.3rem;
        font-size: 0.3rem;
    }

    .result-con .result-sum .sort .sort-item {
        margin-left: 0.3rem;
        padding-left: 0.34rem;
    }

    .result-con .result-sum .sort .sort-item::before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.3rem;
        height: 0.3rem;
        background-image: url(guobo202509_srhpSortDown.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }
}