﻿[v-cloak] {
    display: none;
}

.van-sidebar-item--select:before {
    background-color: #208bbb;
}

.van-tree-select__item--active {
    color: #208bbb;
}

.van-tree-select__selected {
    color: #208bbb;
}

.van-button--info {
    color: #fff;
    background-color: #208bbb;
    border: 1px solid #208bbb;
}

.btnreset {
    color: #fff;
    background-color: grey;
    border: 1px solid grey;
}

.buttonleft {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.buttonright {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.van-dropdown-item__content {
    max-height: 60%;
}


.van_title {
    margin: 0;
    padding: 12px 16px 5px;
    color: rgb(21 21 21);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.serach_more_item {
    padding: 5px 16px 5px;
}

    .serach_more_item button {
        margin-right: 10px;
        margin-bottom: 10px;
        min-width: 70px;
    }

.selected {
    background-color: #208bbb;
    color: white;
    border-color: #208bbb;
}

.selectd_type {
    color: #208bbb;
}

.search_left {
    height: 54px;
    background-color: #208bbb;
    border-right: 1px solid white;
}

.search_text {
    color: #fffefe;
    height: 54px;
    line-height: 54px;
    width: 60px;
    overflow: hidden;
    margin-left: 20px;
}

.search_right {
    height: 54px;
    width: 100%;
}

.listitem {
    height: 102px;
    margin: 0 0px;
    border-bottom: 1px solid #e9e2e2;
    overflow: hidden;
    /* width: 100%; */
}

.m0_other {
    padding: 8px 2px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

    .m0_other, .m0_other .title {
        overflow: hidden;
    }

.listitem img {
    border-radius: 2px;
}

@media screen and (max-width:400px) {
    .content_text1 {
        width: 55%;
    }
}

.content_text1 {
    margin-left: 6px;
    flex: 1;
    width: 63%;
    position: relative;
}

.listitem .title {
    /* line-height: 25px; */
    font-weight: bold;
    color: #333;
    /* float: left; */
    width: 100%;
    height: 27px;
    overflow: hidden;
    /* float: left; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: pre-wrap; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: normal;
    line-height: 27px;
}

.ac_time_box {
    height: 25px;
    margin-top: -7px;
    line-height: 21px;
    overflow: hidden;
    width: 255px;
    font-size: 12px;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

p {
    margin: 0 0 10px;
}
