/**!
 * 交易动态
 * author: gaojian;
 * date:2018-06-22
 */

.ewb-home {
    height: 40px;
    padding-left: 61px;
    font-size: 15px;
    line-height: 40px;
    background: url(../images/home_icon.png) 37px center no-repeat #f1f2f2;
}

.ewb-home a {
    color: #333;
    margin: 0 10px;
}

.ewb-home .cur {
    color: #3d79ac;
}

.ewb-tab-hd {
    height: 38px;
    padding: 7px 0 0 10px;
    border-top: 1px solid #5187b4;
    background: url('../images/table_bg.jpg') repeat-x;
}

.ewb-tab-item {
    padding: 0 13px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 15px;
}

.ewb-tab-item.current {
    background-color: #4e8ec4;
    color: #fff;
}

.ewb-tab-selbox>div {
    margin-right: 10px;
}

.ewb-data-select {
    width: 160px;
    /*    select的宽度需在这里设置       */
}

#way1_chosen .chosen-single,
#way2_chosen .chosen-single,
#way3_chosen .chosen-single {
    height: 30px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    color: #333;
}

#way1_chosen .chosen-drop,
#way2_chosen .chosen-drop,
#way3_chosen .chosen-drop {
    border: 1px solid #dcdcdc;
    border-top: 0;
}

.ewb-tab-bd {
    padding-top: 10px;
}

th {
    height: 40px;
    text-align: center;
    font-size: 15px;
    color: #0c5b9d;
    background-color: #dfecf5;
}

.ewb-th1 {
    width: 258px;
}

.ewb-th2 {
    width: 132px;
}

.ewb-th3 {
    width: 86px;
}

.ewb-th4 {
    width: 202px;
}

.ewb-th5 {
    width: 110px;
}

.ewb-th6 {
    width: 346px;
}

.ewb-th7 {
    width: 92px;
}

.ewb-th8 {
    width: 94px;
}

.ewb-th9 {
    width: 235px;
}

.ewb-th10 {
    width: 185px;
}

td {
    height: 40px;
    text-align: center;
}

.ewb-name {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

tbody tr:hover .ewb-name {
    color: #f84c11;
}

.ewb-look {
    color: #0c5b9d;
}

.ewb-main {
    min-height: 600px;
}

/*分页*/

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 20px;
    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;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
}

.ewb-page-li.current {
    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;
}
