/**!
 * 宣城公共资源交易服务网
 * author: wuzhou
 * date:2019-01-29
 */
body {
	height: 900px;
	min-width: 1200px;
    min-height: 900px;
}
 .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-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;
}

.ewb-hall-txt {
    margin-top: 12px;
    line-height: 26px;
    color: #f00;
}

@media (max-width:767px){
    .ewb-hall-txt {
        width: 100%;
        text-align: center;
    }
}

.ewb-state-items {
    padding-left: 11px;
    padding-top: 12px;
}

@media (max-width:767px){
    .ewb-state-items {
        width: 100%;
        padding-left: 0;
    }
}

.ewb-state-items>li {
    float:left;
    margin-left: 7px;
}

.ewb-state-items>li>a {
    display: block;
    line-height: 26px;
    width: 83px;
    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: 220px;
    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;
}

@media (max-width:979px){
    .ewb-hall-search {
        padding-left: 0;
    }
}
.ewb-input-wrap {
    width: 183px;
    border:1px solid #b3ccc4;
}
@media (max-width:767px){
    .ewb-input-wrap {
        width: 100%;
    }
}

.ewb-search-txt {
    padding-right: 11px;
    padding-left: 20px;
}
@media (max-width:767px){
    .ewb-search-txt {
        padding-left: 0;
    }
}

.ewb-hall-search-btn {
    margin-left: 18px;
    width: 89px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background-color: #2b894d;
}

@media (max-width:767px){
    .ewb-hall-search-btn {
        margin: 10px 0 0;
    }
}

.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:767px){
    .ewb-power-title {
        height: auto;
    }
}

.ewb-power-title .ewb-hall-name {
    margin-top: -6px;
} 

.ewb-power-items {
    padding-left: 4px;
    padding-top: 6px;
}


@media (max-width:767px){
    .ewb-power-items {
        padding-left: 0;
    }
}

.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;
}

@media (max-width:767px){
    .ewb-power-items>li>a {
        padding:0 15px;
    }
}

.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;
}

.ewb-paper {
    color: #1484ad;
}

.ewb-electronics {
    color: #26864b;
}

/* 分页 */

.pager {
    margin-top: 30px;
}
.pager {
    margin-top: 20px;
    text-align: left
}
#home{
	text-decoration:none;
	color:#fff;
}

.ewb-bid-query {
    text-align: center;
	padding: 30px 0 30px 1000px;
	margin-bottom: 20px;
    line-height: 20px;
    background-color: #1ccfe3;
    font-size: 15px;
    border-radius: 5px;
}

.ewb-bid-type {
    margin-top: 1px;
    margin-right: 5px;
    padding-left: 31px;
    text-align: right;
    border-radius: 5px;
}

.ewb-query-txt {
    margin-top: 1px;
    padding-left: 10px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border: 1px solid #54C4B6;
    border-radius: 3px;
    background-color: #ffffff;
}

.ewb-query-btn {
    margin-left: 20px;
    width: 76px;
    height: 32px;
    font-family: "SimSun";
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: #549bc4;
    border-radius: 5px;
}

.ewb-bid-sel {
    margin-top: 1px;
    padding-left: 8px;
    width: 178px;
    height: 30px;
    line-height: 30px;
    border: 0;
    color: #5a5a5a;
    border: 1px solid #54c4b6;
    border-radius: 3px;
    background-color: #ffffff;
}
