/**!
 * 某某页面-交易信息列表
 * author: lucw;
 * date:2017-12-19
 */


/* loca */

.ewb-loca {
	padding-left: 24px;
    height: 42px;
    line-height: 42px;
    color: #333;
    padding-bottom: 4px;
    background: url(../images/loca.png) left 10px no-repeat;
}

.ewb-loca a {
    color: #333;
}

.ewb-loca .ewb-cur{
	color: rgba(28, 122, 218, 0.8);
}

.loca-name{
	font-weight: bold;
}

/* trade */
.ewb-trade-wp{
	border-top: 2px solid #0e86f5;
}

.ewb-trade{
	padding-bottom: 15px;
	border: 1px solid #e6e8ec;
	background-color: #fafbfc;
	overflow: hidden;
	font-size: 15px;
	line-height: 38px;
}

.ewb-trade-items{
	padding: 18px 0;
	margin: 0 10px;
	border-bottom: 1px dashed #e2e7ee;
}

.ewb-trade-node{
	margin-left: 110px;
}

.ewb-trade-node>li{
	margin-left: 32px;
	*margin-left: 26px;
	float: left;
	padding-left: 24px;
	color: #666;
	cursor: pointer;
	background: url(../images/subpic/trade_bef.png) left center no-repeat;
}

.ewb-trade-node>li:first-child{
	/* margin-left: 0; */
}

.ewb-trade-node>li.cur{
	background-image: url(../images/subpic/trade_on.png);
}

.trade-name2{
	width: 110px;
	text-align: right;
	color: #0063be;
}

/* 搜索 */
.ewb-see-wpr{
	/* padding-left: 156px; */
}

.ewb-see{
	margin: 15px auto 0;
	position: relative;
	width: 300px;
	height: 32px;
	border: 1px solid #ccd1d7;
	background-color: #fff;
}

.ewb-see-inp{
	padding: 0 10px;
	width: 220px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #999;
	outline: 0;
	border: 0;
}

.ewb-see-btn{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 50px;
	height: 32px;
	cursor: pointer;
	outline: 0;
	border: 0;
	background: url(../images/subpic/see_btn.png) center no-repeat #0397f5;
}

.ewb-see-btn:hover{
	background-color: #0e7ce1;
}

/* 列表信息 */
.ewb-inf{
	border: 1px solid #e6e8ec;
	    min-height: 600px;
}

.ewb-inf .wb-data-infor a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.ewb-inf .wb-data-item{
	padding-left: 20px;
	padding-top: 13px;
}

.ewb-inf .wb-data-list{
	padding-left: 15px;
	font-size: 15px;
	line-height: 40px;
}

.ewb-inf .wb-data-date{
	padding-right: 20px;
	margin-top: -40px;
	color: #666;
}

.ewb-inf img{
	vertical-align: middle;
}

.ewb-inf-ico{
	margin-left: 14px;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
   color: #ff8a00;
}

/* 分页 */
.ewb-page {
	margin-top: 12px;
    text-align: center;
    padding-bottom: 24px;
}

.ewb-page-items {
    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 {
	line-height: 26px;
    border: 0;
    font-weight: bold;
    color: #002ed2;
}

.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;
}

.ewb-see .input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 30px;
    line-height: 30px;
    color: #999;
    cursor: text;
}

.ewb-see .input-box {
    width: 80%;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: 0 0;
    vertical-align: top;
}

.search_delete {
    right: 50px;
    top: 0;
    background: url("../images/delete.png") no-repeat #fff center center;
    display: none;
    height: 30px;
    position: absolute;
    width: 32px;
    cursor: pointer;
}
