﻿/**!
 * 宣城公共资源交易服务网
 * author: wuzhou
 * date:2019-01-29
 */


 .ewb-route {
    margin-left: 20px;
    padding:8px 0 19px 40px;
    line-height: 24px;
    background: url("../images/route_ico.png") 10px 8px no-repeat;
}

.ewb-route a {
    color: #666;
}

.ewb-route-last {
    color: #ff5800;
}


.ewb-info-left {
    margin-left: 21px;
}

@media (max-width:980px) {
    .ewb-info-left {
        margin-left: 0;
    }
}

.ewb-info-right {
    margin-right: 21px;
}

@media (max-width:980px) {
    .ewb-info-right {
        margin-right: 0;
    }
}
/* 快速搜索导航 */ 
.ewb-quick-bg {
    min-height: 43px;
    background-color: #daefe8;
}
@media (max-width:1149px) {
    .ewb-quick-bg {
        padding:0 10px;
    }
}

.ewb-quick-search {
    padding-top: 7px;
    line-height: 30px;
}

.ewb-quick-name {
    padding-left: 29px;
    margin-left: 23px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2d884b;
    background: url("../images/quick_search_ico.png") left center no-repeat;
}

@media (max-width:1149px) {
    .ewb-quick-name {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    
}

.ewb-quick-txt {
    margin:0 10px 0 20px;
}


.ewb-sel-wrap {
    width: 185px;
}

@media (max-width:1149px) {
    .ewb-sel-wrap {
        width: 100%;
    }
}


.ewb-sel-wrap .chosen-container-single .chosen-single div b {
    background: url("../images/rural_arr.png") center center no-repeat;
}

.ewb-sel-wrap .chosen-container-single .chosen-single {
    height: 30px;
    border: 0;
    line-height: 30px;
    border-radius: 3px;
    border:1px solid #b3ccc4;
}
 
.ewb-quick-sel {
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    text-indent: 10px;
    border: 1px solid #b3ccc4;
}

.ewb-hall-search-btn {
    margin-left: 18px;
    width: 89px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background-color: #2b894d;
}
.ewb-hall-search-btn:hover {
    background-color: #ff5a00;
}
/* 内容 */ 
.ewb-hall-name {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #2b894d;
    height: 38px;
    line-height: 38px;
    padding:0 21px;
    min-width: 102px;
    text-align: center;
}

@media (max-width:480px){
    .ewb-tabhead {
        width: 100%;
        overflow-x:auto;
    }
}

.ewb-state-items {
    padding-left: 11px;
    padding-top: 12px;
}

@media (max-width:480px){
    .ewb-state-items {
        min-width: 420px;
    }
}

.ewb-state-items>li {
    float:left;
    margin-left: 7px;
}

.ewb-state-items>li>a {
    padding:0 15px;
    display: block;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    color: #fc5b00;
    background-color: #ffe4d5;
}
.ewb-state-items>li:hover>a,
.ewb-state-items>li.current>a {
    color: #fff;
    background-color: #ff5a00;
}

/* 竞价大厅 */

.ewb-hall-tb {
    margin-top: 5px;
    width: 100%;
    table-layout: fixed;
}

@media (max-width:979px){
    .ewb-hall-tb {
        width: 979px;
    }
}

@media (max-width: 767px) {
    .table-responsive {
        margin-bottom: 0;
        border: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
         white-space:normal;
    }
}

.ewb-hall-th {
    text-align: center;
    height: 43px;
    background-color: #daefe8;
}

.ewb-hall-td {
    text-align: center;
    height: 44px;
}

.ewb-hall-wrap {
    margin-top: 4px;
    height: 216px;
    overflow-y: auto;
}

.ewb-end-info {
    height: 170px;
}

.ewb-hall-tr {
    background-color: #f2f2f2;
}

.ewb-price {
    display: inline-block;
    width: 74px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    color: #fff;
    background-color: #75c190;
}

.ewb-price:hover {
    color: #ff5a00;
    background-color: #ffe4d5;
}

/* 搜索 */
.ewb-hall-search {
    line-height: 30px;
    padding:12px 0 7px 219px;
}
.ewb-input-wrap {
    width: 183px;
    border:1px solid #b3ccc4;
}

.ewb-search-txt {
    padding-right: 11px;
    padding-left: 20px;
}

.ewb-hall-search-btn {
    margin-left: 18px;
    width: 89px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background-color: #2b894d;
}

@media (max-width:1149px) {
    .ewb-hall-search-btn {
        margin:10px 0 10px 18px;
    }
    
}

.ewb-hall-search-btn:hover {
    background-color: #ff5a00;
}

.ewb-hall-input {
    width: 100%;
    text-indent: 5px;
    height: 28px;
    line-height: 28px;
    outline: none;
}

/* 土地承包经营权 */
.ewb-power-title {
    margin-top: 35px;
    height: 32px;
    background-color: #daefe8;
}

@media (max-width:1149px) {
    .ewb-power-title {
        height: auto;
    }
}

@media (max-width:480px){
    .ewb-power-title {
        overflow: hidden;
    }
}

.ewb-power-title .ewb-hall-name {
    margin-top: -6px;
} 

@media (max-width:480px){
    .ewb-power-title .ewb-hall-name {
        margin-top: 0;
    } 
}
.ewb-power-items {
    padding-left: 4px;
    padding-top: 6px;
}

@media (max-width:480px){
    .ewb-power-items {
        min-width: 420px;
    }
}

.ewb-power-items>li {
    float:left;
    margin-left: 8px;
}

.ewb-power-items>li>a {
    display: block;
    padding:0 20px;
    line-height: 26px;
    color: #2b894d;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 2px 4px #ebebeb;
}

.ewb-power-items>li.current>a {
     color: #fc5b00;
}

.ewb-news-items {
    padding-top: 15px;
}

.ewb-news-items>li {
    position: relative;
    vertical-align: top;
    line-height: 30px;
}

.ewb-news-items>li>a {
    display: block;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    margin-right: 100px;
    background: url("../images/news_ico.jpg") left center no-repeat;
}

.ewb-news-date {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.ewb-news-items>li:hover a {
    color: #ff5800;
    background-image: url("../images/news_ico_hover.jpg");
}

.ewb-signup-now {
    color: #ff5a00;
}

.ewb-signup-end {
    color: #a8822e;
}

.table > tbody > tr:nth-child(even) {
background-color: #f2f2f2;
}
.ewb-hall-name a{ color:#fff;}