/**!
 * 青海省公车拍卖
 * author: gaojian;
 * date:2017-11-10
 */

.ewb-box {
    width: 1100px;
    margin: 0 auto;
}

.ewb-position {
    height: 76px;
    line-height: 76px;
    padding-left: 38px;
    color: #999;
    font-size: 14px;
    background: url(../images/location.png) 8px center no-repeat;
}

.ewb-position a {
    color: #999;
}

.ewb-position span {
    color: #3078e1;
}

.ewb-main {
    position: relative;
    border: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.ewb-main-hd {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    font-weight: bold;
    color: #1492ff;
    padding-left: 49px;
}

.ewb-icon-arr {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/icon_arr.jpg) no-repeat;
}

.ewb-label {
    width: 90px;
    height: 35px;
    text-align: right;
    line-height: 35px;
    color: #1492ff;
}

.ewb-txt {
    margin-left: 100px;
    height: 35px
}

.ewb-se-box {
    width: 188px;
    height: 33px;
    border: 1px solid #c6c6c6;
}

.ewb-input {
    width: 162px;
    height: 33px;
    border: 0;
    outline: 0;
    line-height: 33px;
    text-indent: 10px;
    color: #999;
}

.ewb-sear-btn {
    width: 26px;
    height: 33px;
    padding: 0;
    border: 0;
    cursor: pointer;
    outline: 0;
    background: url(../images/search_gcpm.jpg) 0 center no-repeat;
}

.ewb-txt>a {
    float: left;
    padding: 0 16px;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    color: #666;
    border-radius: 12px;
}

.ewb-txt>a.cur {
    background-color: #1492ff;
    color: #fff;
}

.ewb-group {
    margin-top: 8px;
}

.ewb-main-list {
    width: 340px;
    height: 346px;
    padding: 3px;
    border: 1px solid #fff;
    margin-right: 12px;
    margin-top: 22px;
    vertical-align: top;
}

.ewb-main-list:hover {
    border-color: #1492ff;
    background-color: #f3f9ff;
}

.ewb-main-bd {
    padding-top: 5px;
}

.ewb-main-item {
    padding-left: 14px;
}

.ewb-main-list a {
    display: block;
    height: 346px;
    overflow: hidden;
}

.ewb-img-box {
    height: 244px;
    position: relative;
}

.ewb-img-box img {
    vertical-align: top;
}

.ewb-icon {
    display: block;
    width: 99px;
    height: 99px;
    position: absolute;
    top: 0;
    left: 0;
}

.ewb-mask {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 173px;
    height: 26px;
    padding-left: 27px;
    line-height: 26px;
    text-align: center;
    color: #333;
    font-size: 16px;
    background: url(../images/mask.png);
}

.ewb-info {
    height: 96px;
    padding-top: 5px;
    border: 1px solid #e3e3e3;
    border-top: 0;
    background-color: #f3f9ff;
}

.ewb-line {
    height: 30px;
}

.ewb-line-label {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
    color: #333;
}

.ewb-line-info {
    margin-left: 110px;
    font-size: 16px;
    line-height: 30px;
    color: #1492ff;
}

.ewb-color {
    font-size: 30px;
    *font-size: 28px;
    font-weight: bold;
    color: #ff6714;
}

.ewb-line-info.date {
    font-size: 16px;
    font-weight: bold;
}


/* 分页 */

.ewb-page {
    text-align: center;
    margin-top: 25px;
}

.ewb-page-items {
    margin-top: 36px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}