.search-nav{
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 1;
    padding-top:40px;
    padding-bottom: 100px;
    background: #ffffff;
}
.qploading{
    width: 100%;
    height: 100%;
    position: fixed;
    top:100px;
    left: 0;
    z-index: 1;
    background: rgba(70, 70, 70, 0.45);
}
.search-but{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-left: -1px;
    font-family: 思源黑体Medium;
    background: #00386B;
    cursor: pointer;
    text-decoration: none;
}
.search-scvo{
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
.input-secl{
    width: 100%;
    display: flex;
    align-items: center;
    border: solid 1px #EFEFEF;
}

.search-clear{
    cursor: pointer;
}
.search-nav-top{
    margin-top: 10px;
    width: 100%;
    text-align: left;
    color: #333333;
    font-family: 思源黑体Regular;
}
.search-nav-center{
    margin-top: 10px;
}
.search-nav-end{
    margin-top: 10px;
    width: 100%;
    text-align: right;
    color:#999999;
}

.input-nav{
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 366px){
    .search-scvo {
        width: 90%;
        height: 40px;
    }
    .search-but{
        width: 100px;
        font-size: 14px;
    }
    .input-nav{
        width: 90%;
    }
    .search-nav-top{
        font-size: 12px;
    }
    .search-nav-end{
        font-size: 10px;
    }
}
@media (min-width: 1200px){
    .search-scvo {
        width: 58%;
        height: 56px;
    }
    .search-but{
        width: 200px;
        font-size: 26px;
    }
    .input-nav{
        width: 58%;
    }
    .search-nav-top{
        font-size: 22px;
    }
    .search-nav-end{
        font-size: 16px;
    }
}
.el-tag--dark.el-tag--info{
    color:#666666!important;
    border-radius: 24px;
    border: none!important;
}
.el-tag--dark.el-tag--info .el-tag__close {
    color: #000000!important;
}
.search-tag{
    margin-top: 16px;
    margin-right: 12px;
    cursor: pointer;
    max-width: 95%;
}
.caseBtua{
    color:#ffffff;
    text-decoration: none;
}
.caseBtua:hover{
    color:#ffffff;
}
.search-leb{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    font-family: 思源黑体Medium;
    color: #000000;
    font-size: 24px ;
    height: 24px;
    padding-bottom: 24px;
}
.search-top-row{
    width: 100%;
    display: flex;
    height: 24px;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom:24px;
    border-bottom:solid 1px #F4F4F4;
}
.search-num{
    color: #999999;
    font-size: 16px;
    font-family: 思源黑体Regular ;
}
.search-time{
    color: #999999;
    font-size: 16px;
    cursor: pointer;
    font-family: 思源黑体Regular ;
}
.search-content{
    display: flex;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
.searchConTop{
    width: 100%;
    height: 20px;
}
.search-but-text{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-left: -1px;
    font-family: 思源黑体Medium;
    background: #00386B;
    cursor: pointer;
    text-decoration: none;
}
.leb-row{
    font-family: 思源黑体Medium;
    color:#333333;
    cursor: pointer;
}
.lebactive{
    color: #ffffff;
    background:#00386B;
    border-radius: 8px;
}
.rigItem:hover{
    cursor: pointer;
    border-left:solid 2px #013568;
}
.rigItem:hover .rigItem-title{
    color:#1AA2EC;
}

@media (min-width: 366px){
    .search-content{
        width: 90%;
        height: 40px;
    }
    .search-but-text{
        width: 100px;
        font-size: 14px;
    }
    .lebsech{
        display: none;
    }
    .lebFtpl{
        margin-top:16px;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .leb-row{
        font-size: 16px;
        padding:10px 20px;
        margin-left: 16px;
        display: inline-block;
    }
    .cl-item{
        margin-top:16px;
    }
    .isPhone{
        display: block;
    }
    .isNotPhone{
        display: none;
    }
    .leftItem{
        display: block;
    }
    .leftItem-day{
        font-size: 28px;
        padding-left: 15px;
        font-family: '思源黑体Bold';
        color: #000000;
    }
    .leftItem-moth{
        display: flex;
        padding-left: 15px;
    }
    .leftItem-moth-one{
        font-size:18px;
        font-family: 思源黑体Regular;
        color:#000000;
    }
    .leftItem-moth-tow{
        font-size:18px;
        font-family: 思源黑体Regular;
        color:#000000;
    }
    .rigItem{
        padding:16px 13px;
        background:#F2F5FA;
    }
    .rigItem-title{
        font-family: 思源黑体Bold;
        font-size: 18px;
        color:#00386B;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .rigItem-content{
        font-family: 思源黑体Regular;
        font-size: 14px;
        color:#4E555F;
        line-height: 22px;
        overflow: hidden;
        display: -webkit-box;
        height: 44px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media (min-width: 998px){
    .search-content{
        width: 100%;
        height: 56px;
    }
    .search-but-text{
        width: 200px;
        font-size: 26px;
    }
    .lebsech{
        display: block;
    }
    .lebFtpl{
        margin-top:35px;
        width: 100%;
        padding-right: 100px;
        display:block;
    }
    .leb-row{
        width: 100%;
        padding-left:31px;
        padding-top: 21px;
        padding-bottom: 21px;
        margin-left: 0px;
        font-size: 22px;
        display: block;
        border-bottom: solid 1px #F4F4F4;
    }
    .cl-item{
        margin-top:35px;
    }
    .isPhone{
        display: none;
    }
    .isNotPhone{
        display: block;
    }
    .leftItem{
        display: flex;
        text-align: left;
    }
    .leftItem-day{
        font-size:48px;
        line-height: 48px;
        padding-right: 10px;
        padding-left: 0px;
        font-family: 思源黑体Regular;
        color:#000000;
    }
    .leftItem-moth{
        padding-left: 0px;
        display: block;
    }
    .leftItem-moth-one{
        font-size:18px;
        font-family: 思源黑体Regular;
        color:#000000;
    }
    .leftItem-moth-tow{
        font-size:18px;
        font-family: 思源黑体Regular;
        color:#000000;
    }
    .rigItem{
        padding:32px 26px;
        background:#F2F5FA;
    }
    .rigItem-title{
        font-family: 思源黑体Bold;
        font-size: 22px;
        color:#00386B;
        line-height: 33px;
        width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .rigItem-content{
        font-family: 思源黑体Regular;
        font-size: 16px;
        color:#4E555F;
        line-height: 28px;
        overflow: hidden;
        display: -webkit-box;
        height: 56px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

}

@media (min-width: 1600px){
    .search-content{
        width: 100%;
        height: 56px;
    }
    .search-but-text{
        width: 200px;
        font-size: 26px;
    }
    .lebsech{
        display: block;
    }
    .lebFtpl{
        margin-top:35px;
        width: 100%;
        padding-right: 100px;
    }
    .leb-row{
        width: 100%;
        padding-left:31px;
        padding-top: 21px;
        padding-bottom: 21px;
        display:block;
    }
    .leb-row{
        width: 100%;
        padding-left:31px;
        padding-top: 21px;
        padding-bottom: 21px;
        margin-left: 0px;
        font-size: 22px;
        display: block;
        border-bottom: solid 1px #F4F4F4;
    }
    .cl-item{
        margin-top:35px;
    }
    .isPhone{
        display: none;
    }
    .isNotPhone{
        display: block;
    }
    .leftItem{
        display: flex;
        text-align: left;
    }
    .leftItem-day{
        font-size:48px;
        line-height: 48px;
        padding-right: 10px;
        padding-left: 0px;
        font-family: 思源黑体Regular;
        color:#000000;
    }
    .leftItem-moth{
        padding-left: 0px;
        display: block;
    }
    .leftItem-moth-one{
        font-size:18px;
        font-family: 思源黑体Regular;
        color:#000000;
    }
    .leftItem-moth-tow{
        font-size:18px;
        font-family: 思源黑体Regular;
        color:#000000;
    }
    .rigItem{
        padding:32px 26px;
        background:#F2F5FA;
    }
    .rigItem-title{
        font-family: 思源黑体Bold;
        font-size: 22px;
        color:#00386B;
        line-height: 33px;
        width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .rigItem-content{
        font-family: 思源黑体Regular;
        font-size: 16px;
        color:#4E555F;
        line-height: 28px;
        overflow: hidden;
        display: -webkit-box;
        height: 56px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}























<!--0.00019192695617676-->