﻿/**!
 * 江苏省公共资源交易网
 * author: gaojian;
 */

.ewb-trade-mid {
    padding-bottom: 20px;
    background: #f2f2f2;
}

.ewb-mainbg {
    height: auto;
    padding: 25px 20px 20px;
    background: #fff;
}

.ewb-col {
    padding: 0 20px;
    border-top: 2px solid #52b0ff;
    background: #f7f7f7;
}

.ewb-col-hd {
    height: 44px;
    line-height: 44px;
    padding-left: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #52b0ff;
    background: url('../images/transaction_icon.png') 0 center no-repeat;
}

.ewb-col-bd {
    padding-bottom: 17px;
}

.ewb-col-group {
    font-size: 14px;
    padding: 15px 0 7px;
    border-bottom: 1px dashed #dedede;
}

.ewb-col-label {
    width: 75px;
    height: 26px;
    line-height: 26px;
}

.ewb-col-con {
    margin-left: 75px;
}

.ewb-choice {
    padding: 0 14px;
    height: 26px;
    line-height: 26px;
    color: #666;
    margin-right: 12px;
    margin-bottom: 8px;
}

.ewb-choice.cur {
    background: #ffb00a;
    color: #fff;
}

/* 日期 */
.datetimepicker .table-condensed {
    background-color: #3e97db;
}

.datetimepicker thead {
    background: #3e97db;
}

.datetimepicker .table-condensed tbody {
    background-color: #fff;
}


.ewb-find-name {
    width: 84px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #ffb00a;
    color: #fff;
    margin-right: 10px;
}

.ewb-find-to {
    width: 19px;
    height: 26px;
    line-height: 26px;
    color: #777;
    text-align: center;
}

.ewb-find-inp {
    padding-left: 10px;
    width: 127px;
    height: 24px;
    display: block;
    line-height: 24px;
    outline: 0;
    border: 1px solid #c0c0c0;
    background: #fff;
}

.ewb-sele {
    margin-right: 40px;
    margin-bottom: 8px;
}

.ewb-sele-label {
    padding-left: 14px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.ewb-sele-chosen {
    width: 139px;
}

.ewb-sele-chosen.spe {
    width: 309px;
}

.ewb-data-select {
    width: 100%;
    /*    select的宽度需在这里设置       */
    height: 24px;
}

/* 设置自己所需要的select样式 */
/* id #year_chosen是chosen插件根据页面原生select的id自动添加的 */

.chosen-container .chosen-results {
    max-height: 180px;
}

.ewb-data-select .chosen-single {
    height: 26px;
    line-height: 24px;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    color: #333;
    box-shadow: none;

}

.ewb-data-select .chosen-drop {
    border: 1px solid #c0c0c0;
    border-top: 0;
}

.ewb-data-select .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #c0c0c0;
}

.ewb-data-select.chosen-container .chosen-drop {
    bottom: auto;
    top: 24px;
}

.ewb-data-select.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/chosen-sprite.png) no-repeat 0px 4px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.ewb-search-box {
    padding-top: 18px;
    height: 36px;
}

.ewb-search-item {
    width: 630px;
    margin-left: 390px;
    font-size: 14px;
}

.search-tips{
    color:red;
    height:39px;
    line-height:39px;
    margin-left:10px;
}

.input-tips {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    width: 288px;
    height: 36px;
    border: 1px solid #c0c0c0;
    border-right: 0;
    background: #fff;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 36px;
    line-height: 36px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    background: 0 0;
    outline: 0;
}

.ewb-search-sub {
    cursor:pointer;
    width: 66px;
    height: 38px;
    text-align: center;
    color: #fff;
    background: #ffae00;
    border: 0;
    outline: 0;
}

.ewb-search-sub:hover {
    background: #ff9c00;
}

.ewb-trade-tb {
    width: 100%;
    /*min-height: 900px;*/
    table-layout: fixed;
    margin-top: 20px;
}

.ewb-w88 {
    width: 88px;
}

.ewb-w82 {
    width: 82px;
}

.ewb-w108 {
    width: 108px;
}

.ewb-trade-th {
    background-color: #4782ce;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ewb-trade-pro {
    text-indent: 20px;
}

.ewb-trade-td {
    font-size: 14px;
    height: 43px;
    text-align: center;
    vertical-align: top;
    line-height: 43px;
}

.ewb-trade-td>a {
    display: block;
    color: #333;
    text-align: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ewb-trade-tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.ewb-trade-tr:hover {
    background-color: #fff0d0 !important;
}

/* 页码 */
.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 13px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.ewb-page-li>a {
    display: block;
}

.ewb-page-li.ml6 {
    margin-left: 6px;
}

.ewb-page-li.ml20 {
    margin-left: 20px;
}

.ewb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}

.ewb-page-item:hover {
    border: 1px solid #ff600e;
}

.ewb-page-item.current {
    width: 36px;
    height: 26px;
    line-height: 26px;
    border: 0;
    color: #ff600e;
    font-weight: bold;
}

.ewb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.ewb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.ewb-page-family {
    font-family: "SimSun";
}

.ewb-page-fs12 {
    font-size: 12px;
}

.ewb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.ewb-page-to {
    width: auto;
}

.ewb-page-next {
    width: 58px;
}

.ewb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.ewb-page-go {
    width: 28px;
}

/* 提示框 */
.ewb-tips {
    border: 1px solid #52b0ff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
}

.ewb-add-hd {
    height: 32px;
    line-height: 32px;
    background: #52b0ff;
}

.ewb-tt-one {
    color: #fff;
    padding-left: 15px;
}

.ewb-tips-close {
    width: 10px;
    height: 10px;
    background: url('../images/close.jpg') no-repeat;
    margin: 12px 14px 0 0;
}

.ewb-tips-bd {
    padding-top: 6px;
    height: 162px;
    background: #fff;
}

.ewb-success-btn {
    display: block;
    width: 96px;
    height: 26px;
    text-align: center;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 5px;
    background: #349aef;
    margin: 0 auto;
}

.ewb-success-btn:hover {
    background: #147fd9;
}

.ewb-tips-tt {
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #666;
}
.ewb-tips-group{
    padding-left: 45px;
}
.ewb-input-tips {
    position: relative;
	z-index: 1;
    padding-left: 10px;
	width: 88px;
	height: 24px;
	border: 1px solid #c0c0c0;
}

.ewb-input-placeholder {
	position: absolute;
	top: 0;
	left: 10px;
	height: 24px;
	line-height: 24px;
	color: #999;
	z-index: -1;
	cursor: text;
}

.ewb-input-box {
	width: 100%;
	height: 24px;
	line-height: 24px;
	border: 0;
    background: 0 0;
    outline: 0;
}
.ewb-reg-img{
    display: block;
    width: 100px;
    height: 26px;
    margin-left: 10px;
}
.ewb-tip-notice{
    width: 100%;
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    color: #ff0000;
    padding-bottom: 7px;
}

/* 分页 */
.pagemargin {
    margin: 20px
}

.margintop {
    margin-top: 15px
}

.yahei {
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 14px;
    font-weight: bold
}

.yaheigo {
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 12px
}

.redfont {
    color: red
}

.bordercolor {
    border: solid 1px #dfdfdf
}

.huifont {
    color: #666666
}

.songti {
    font-size: 12px
}

.weight {
    font-weight: bold
}

.pageover {
    background-color: #999999;
    border: solid 1px #999999;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer
}

.pageout {
    border: solid 1px #dedede;
    font-size: 12px;
    color: #666666;
    cursor: pointer
}

.numberover {
    background-color: #999999;
    border: solid 1px #999999;
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    width: 36px
}

.numberout {
    border: solid 1px #dedede;
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
    width: 36px
}

.goover {
    border: solid 1px #dfdfdf;
    background-color: #999999;
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer
}

.goout {
    border: solid 1px #dfdfdf;
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 12px;
    color: 666666;
    cursor: pointer
}



.ewb-srh {
    margin: 12px auto;
    width: 523px;
    height: 39px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
}

.ewb-srh-block {
    position: relative;
    width: 380px;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 18px;
    height: 39px;
    line-height: 38px;
    font-size: 12px;
    color: #666;
    z-index: 0;
    cursor: text;
}

.ewb-reg-txt {
    width: 100%;
    height: 38px;
    line-height: 37px;
    text-indent: 18px;
    font-family: Microsoft YaHei;
    border: 0;
    background: none;
}

.ewb-srh-icon {
    margin: 9px 21px 0;
    width: 21px;
    height: 21px;
    background: url(../images/srh_icon.jpg) no-repeat;
}

.ewb-srh-btn {
    width: 77px;
    height: 39px;
    font-size: 12px;
    outline: 0;
    cursor: pointer;
    color: #fff;
    background-color: #f27a02;
}

.ewb-list-info {
    padding: 0 18px 0 25px;
    height: 48px;
    line-height: 48px;
    border-bottom: 3px solid #f27a02;
    background-color: #fcf6f7;
}

.ewb-list-srh>span {
    margin-right: 16px;
    color: #f27a02;
}