body {
    background: #fff
}

.empty{
    width:100%;
    display: none;
}
.empty img{
    width:30%;
    margin:0.5rem auto;
    display: block;
}

/* .section {
    margin-top: 40px;
} */

.weui_sear #search_form1 {
    position: absolute;
    left: 10px;
    top: 7px;
    width: 0.32rem;
    height: 0.32rem;
}

.weui_sear input {
    padding-left: 20px;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    text-indent: 14px;
    width: 75%;
}

.weui_sear span img {
    width: 100%;
    height: 100%;
}

.search_s {
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 26px;
    font-size: 13px;
}

.yxtz_ss {
    padding: 0.24rem;
    display: flex;
    border-top: 1px solid #F2F2F2;
}

.weui_sear {
    width: 85%;
    background: #fff;
    height: 34px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #B0B0B0;
    border-radius: 30px;
}

.sous_txt_all {
    display: none;
}

.sous_txt_all h3,
.sous_jl h3 {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding: 0 23px 0 15px;
    height: 35px;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    color: #333;
}

.sous_txt_all h3 img,
.sous_jl h3 img {
    width: 14px;
    height: 14px;
}

.sx_txt,
.xj_txt,
.zw_txt,
.xz_txt,
.fb_txt {
    margin-top: 3px;
}

.sx_txt h5,
.xj_txt h5,
.zw_txt h5,
.xz_txt h5,
.fb_txt h5 {
    font-size: 16px;
    font-weight: 800;
    color: #333;
    display: flex;
    justify-content: space-between;
}

.sx_txt h5 a,
.xj_txt h5 a,
.zw_txt h5 a,
.xz_txt h5 a,
.fb_txt h5 a {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
}

.gengd_ {
    font-size: 13px;
    display: none;
}

.content_ {
    max-height: 145px;
    overflow: hidden;
}

.content_ .txt_ {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

.content_ a {
    display: flex;
    width: 100%;
}

.content_ a p {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content_ a p span:first-child {
    width: 70%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
}

.content_ {
    /* display: none; */
}

.highlight {
    color: #f00 !important;
}

a {
    color: #333;
}

.ollist a {
    color: #999;
    font-size: .22rem;
    line-height: 30px;
}

.sous_jl_txt {
    padding: 0 .3rem;
}

.sous_jl .jl_txt_all {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 15px;
}

.sous_jl .jl_txt_all img {
    padding-right: 10px;
    width: 10px;
    height: 10px;
}

.jl_txt_all span {
    display: flex;
    justify-content: space-between;
    /* padding: 0 15px; */
    font-size: 13px;
    line-height: 25px;
    align-items: center;
    color: #999;
}
input::-webkit-input-placeholder {
    /* placeholder颜色  */
     color: #B3B3B3;
     font-size: 0.27rem;
    }