@charset "utf-8";
body {
    background-image: none;
    background: #f2f3f4 url("../img/yisouBgc.png") no-repeat bottom right;
}


.search-banner {
    width: 100%;
    position: relative;
}

.search-banner > img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.search-box {
    position: absolute;
    width: 1200px;
    height: 166px;
    background-color: #ffffff;
    box-shadow: 0px 3px 27px 0px
    rgba(197, 197, 197, 0.46);
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    margin-left: -600px;
    bottom: -53px;
    padding: 0 50px;
    border-radius: 4px;
}

.search-box input {
    flex: 1;
    width: 0;
    height: 60px;
    background-color: #f3f3f3;
    border-radius: 10px 0 0 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #333333;
}

.search-box a {
    width: 136px;
    height: 60px;
    background-image: linear-gradient(0deg,
    #ff8e00 0%,
    #ffce0c 100%),
    linear-gradient(
            #ffa700,
            #ffa700);
    background-blend-mode: normal,
    normal;
    border-radius: 0 10px 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: bold;
}

.search-box a i {
    font-size: 16px;
    color: #ffffff;
    margin-left: 5px;
}

.zhan {
    width: 100%;
    height: 53px;
}

.search-tab {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-tab a {
    width: 122px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #59819d;
    font-size: 16px;
    color: #005692;
    text-align: center;
    line-height: 48px;
    position: relative;
}

a.search-more-btn{
        display: block;
        width: 100%;
        text-align: center;
        color: #005692;
        font-size: 16px;
    }


.search-tab a.active:after {
    content: "▼";
    position: absolute;
    bottom: 4px;
    left: 50%;
    height: 15px;
    width: 10px ;
    margin-left: -5px;
    color: #005692;
}

.search-tab a.active {
    background-color: #005692;
    color: #ffffff;
    font-weight: bold;
}

.search-content {
    width: 100%;
}

.search-content-box {
    width: 100%;
    min-height: 200px;
    background-color: #ffffff;
    box-shadow: 0px 3px 27px 0px
    rgba(197, 197, 197, 0.46);
    padding: 0 15px;
    margin-top: 20px;
}

.search-content-title {
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #005ea0;
    line-height: 70px;
    font-size: 20px;
    color: #005692;
    font-weight: bold;
}

.search-list {
    width: 100%;
}

.search-item {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.search-item-title {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
}

.search-item-tex {
    width: 100%;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    padding: 10px 0;
}

.search-item-num {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-item-num span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #b8b8b8;
    margin-right: 30px;
}

.search-item-num span i {
    color: #b8b8b8;
    font-size: 14px;
    margin-right: 5px;
}





















































