.www-content-list-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../img/list_background.png");
    background-size: 100%;
    background-position: 0% -450px;
    background-repeat: no-repeat;
}

.search_condition_space {
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.common_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.white_bg {
    background: #FFFFFF;
}

.search_list_top {
    width: 100%;
    height: 54px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.search_condition_space_item_skip_height {
    height: 10px;
}

.search_condition_space_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.search_condition_space_item .page_title {
    width: 200px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: bold;
    color: #333333;
}

.search_condition_space_item .title {
    width: 100px;
    height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.search_condition_space_item .title span {
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
}

.search_condition_space_item_condition_column {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.search_condition_space_item_condition {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.search_condition_space_item_condition .btn {
    height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.search_condition_space_item_condition .btn .input_money {
    display: flex;
    flex-direction: row;
    width: 100px;
    height: 26px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #CCCCCC;
    padding: 0 5px;
}

.search_condition_space_item_condition .btn .input_money_split {
    padding: 0 5px;
}

.search_condition_space_item_condition .btn .input_money .icon {
    width: 14px;
    height: 26px;
    line-height: 26px;
    color: #999999;
}

.search_condition_space_item_condition .btn .input_money_input {
    flex-grow: 1;
    height: 26px;
    padding: 0px;
    border: 0px;
}

.search_condition_space_item_condition .btn .input_money_input input {
    width: 100%;
    height: 26px;
    border: 0px;
    padding: 0px;
}

.search_condition_space_item_condition .btn .icon_list {
    width: 9px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
}

.search_condition_space_item_condition .btn .icon_list i {
    font-size: 9px;
    width: 9px;
    height: 10px;
    display: block;
}

.search_condition_space_item_condition .btn .icon_list i.cur_blue {
    color: #1677FF;
    font-weight: 400;
}

.search_condition_space_item_condition .btn input.checkbox {
    width: 14px;
    height: 14px;
    border-radius: 1px 1px 1px 1px;
    opacity: 1;
    border: 1px solid #CCCCCC;
    margin-right: 5px;
}

.search_condition_space_item_condition .btn a {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    padding: 3px 10px;
}

.search_condition_space_item_condition .btn a.cur_red {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #F5222D;
    line-height: 14px;
    background: #FBE6E5;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #F5222D;
}

.search_condition_space_item_condition .btn a.cur_blue {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #1677FF;
    line-height: 14px;
}

.search_condition_space_item_condition .input {
    width: 228px;
    height: 38px;
    background: #F5F7FB;
    opacity: 1;
    border: 1px solid #E6E6E6;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
}

.search_condition_space_item_condition .input .info {
    flex-grow: 1;
    height: 38px;
    cursor: pointer;
}

.search_condition_space_item_condition .input .info input {
    width: 100%;
    height: 38px;
    border: 0px;
    background: #F5F7FB;
}

.search_condition_space_item_condition .input .icon {
    cursor: pointer;
}

.search_condition_space_item_condition .input .icon i {
    color: #666666;
}

.search_condition_space_item_condition .btn_search button {
    height: 40px;
    width: 96px;
    background: #F5222D;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    border: 0px;
    margin-left: 20px;
    /*border: 1px solid #F5222D;*/
}

.search_condition_space_item_condition_sun {
    padding: 10px;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #F6F6F6;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
}

.searc_list_pagenum {
    width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.searc_list_pagenum_info {
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-right: 30px;
}

.searc_list_pagenum_info span.red {
    color: #F5222D;
}

.searc_list_pagenum_page {
    height: 38px;
    line-height: 38px;
}

.searc_list_pagenum_page a {
    padding: 0 10px;
}

.search_list_space {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.search_list_space_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.search_list_space_list_item {
    width: 285px;
    height: 248px;
    padding: 20px 0px 0 0;
    background: #F9F9F9;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.search_list_space_list_item_empty {
    width: 287px;
    height: 250px;
    padding: 20px 0px 0 0;
    border: 0px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.search_list_space_list_item_title {
    width: 253px;
    height: 48px;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 26px;
    overflow: hidden;
}

.search_list_space_list_item_money {
    width: 253px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.search_list_space_list_item_money_money {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.search_list_space_list_item_money_btn {
    width: 73px;
    height: 22px;
    background: #FFE2E1;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #F5222D;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #F5222D;
    line-height: 22px;
    text-align: center;
}

.search_list_space_list_item_money_money span {
    color: #F5222D;
    font-family: DIN Alternate-Bold, DIN Alternate;
    font-weight: bold;
}

.search_list_space_list_item_money_money span.icon {
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}

.search_list_space_list_item_money_money span.num {
    height: 24px;
    font-size: 24px;
    line-height: 24px;
}

.search_list_space_list_item_info {
    width: 253px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.search_list_space_list_item_info_title {
    width: 71px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.search_list_space_list_item_info_content {
    flex: 1;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search_list_space_list_item_time {
    width: 253px;
    padding: 0 16px;
    border-top: 1px solid #EEEEEE;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.search_list_space_list_item_time_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.search_list_space_list_item_time_tab {
    width: 59px;
    height: 22px;
    background: #E6F4FF;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #1677FF;
    line-height: 22px;
    text-align: center;
}

.search_list_space_list_item_time_to {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.search_list_space_list_item_time_black_num {
    width: 25px;
    height: 22px;
    background: #333333;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 2px;
}

.search_list_space_pagenum {
    width: 100%;
    height: 110px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.search_list_space_pagenum span {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin: 0 5px;
}

.search_list_space_pagenum a {
    height: 30px;
    padding: 0 10px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 0 5px;
}

.search_list_space_pagenum a.cur {
    border: 1px solid #F5222D;
    background: #F5222D;
    color: #FFFFFF;
}


.search_list_space_pagenum a:hover {
    border: 1px solid #F5222D;
    background: #F5222D;
    color: #FFFFFF;
}

.doctrade {
    height: 200px;
    position: absolute;
    top: 40px;
    left: 0px;
    display: flex;
    flex-direction: row;
    z-index: 10
}

.doctrade_list {
    width: 300px;
    height: 200px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    padding: 0 10px;
}

.doctrade_list a {
    line-height: 22px;
    color: #666666;
    font-size: 14px;
}


.doctrade_list_parent {
    width: 130px;
    height: 200px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    background: #FFFFFF;
    border: 1px solid #cccccc;
}

.doctrade_item {
    width: 100px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0 20px 0 10px;
}

.doctrade_item_all {
    width: 270px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0 20px 0 10px;
}

.doctrade_item_sel {
    width: 100px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #ececec;
}

.doctrade_item a {
    height: 25px;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

.doctrade_item i {
    height: 25px;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

.search_list_space_list_hall_item {
    margin-bottom: 20px;
    width: 285px;
    height: 120px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.hall_item_absolute {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.hall_item_absolute a {
    display: block;
    width: 100%;
    height: 100%;
}

.list_space_1 {
    width: 100%;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}


.list_space_1 .split_line {
    height: 1px;
    width: 100%;
    background: #DDDDDD;
}

.bidirect_list_row_tab_name {
    width: 100%;
    display: flex;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.bidirect_list_row {
    width: 100%;
    display: flex;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

/*列表*/
.bidirect_list_content {
    width: 100%;
    border-radius: 0 0 4px 4px;
    display: flex;
    flex-direction: column;
}

.bidirect_list_w_70_t {
    width: 70px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 14px;
    text-align: center;
}

.bidirect_list_w_70 {
    width: 70px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #000000;
    line-height: 14px;
    text-align: center;
}


.bidirect_list_w_flex1_t {
    flex-grow: 1;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 14px;
    text-align: left;
}

.bidirect_list_w_flex1 {
    flex-grow: 1;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #000000;
    line-height: 14px;
    text-align: left;
}

.bidirect_list_w_100_t {
    width: 100px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 14px;
    text-align: center;
}

.bidirect_list_w_100 {
    width: 100px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #000000;
    line-height: 14px;
    text-align: center;
}

.left_right_flex {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.left_right_flex .left {
    width: 200px;
}

.left_right_flex .right {
    width: 980px;
}

.list_left_title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: bold;
    color: #333333;
    padding: 0 20px;
    box-sizing: border-box;
}

.list_left_split {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: #000000;
}

.list_left_group {
    width: 100%;
    padding: 0 20px 10px 20px;
    box-sizing: border-box;
}

.list_left_group_title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.list_left_group_title span {
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
}

.list_left_group_title i {
    color: #999999
}

.list_left_group_items {
    width: 100%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.list_left_group_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
}


.list_left_group_item a {
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}


.list_left_group_item a.cur_red {
    color: #F5222D;
}