﻿/**!
 * 芜湖市&#98;&#101;&#116;&#53;&#51;&#54;&#53;&#20122;&#27954;&#29256;&#95;&#109;&#111;&#98;&#105;&#108;&#101;&#51;&#54;&#53;&#23448;&#26041;&#32593;&#31449;&#31435;&#21363;&#21152;&#20837;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#22791;&#29992;&#22120;&#19979;&#36733;交易服务网-首页
 * author: xy;
 * date:2019-02-21
 */

.ewb-main {
    background-color: #f8f8f8;
}

.ewb-footer {
    margin-top: 0;
}

/* location */

.ewb-location {
    padding-left: 24px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: url("../images/location_icon.png") left center no-repeat;
}

.ewb-location a {
    padding: 0 5px;
    color: #666;
}

.ewb-location span {
    padding: 0 5px;
    color: #ff6600;
}

.ewb-con {
	min-height: 640px;
	background-color: #fff;
}

/* left */

.ewb-left {
    margin-top: 20px;
    margin-left: 10px;
    float: left;
    width: 214px;
}

.ewb-left-hd {
    padding-left: 40px;
    height: 46px;
    background: url(../images/left_hd.png) #f3f5fb;
}

.ewb-left-hd a {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ewb-left-bd {
    margin: 0 7px;
    height: 551px;
    background-color: #f3f5fb;
}

.wb-tree-items {
    margin: 0 9px 0 7px;
    border-bottom: 1px dashed #d7d8dc;
}

.wb-tree-tt{
   color:#333;
}

.wb-tree-node {
    display:block;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    text-indent: 27px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.wb-tree-iconr {
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 12px;
    background:url(../images/left_add_icon.png) no-repeat;
}

.wb-tree-sub{
    display: none;
    padding-top: 4px;
    margin: 0 9px 0 7px;
    background-color: #f3f5fb;
}

.wb-tree-item {
    padding-left: 11px;
    margin-bottom: 6px;
    height: 30px;
    line-height: 30px;
}

.wb-tree-item>a:active,
.wb-tree-item>a:hover {
    background-color:#519ff4;
    color:#fff;
}

.current.wb-tree-items {
    margin: 0;
    border-bottom:0;
}

.current .wb-tree-node {
    background-color: #78acf3;
}

.current .wb-tree-tt {
    color: #fff;
}

.current .wb-tree-sub{
    display: block;
    border-bottom: 1px dashed #d7d8dc;
}

.wb-tree-items.last {
    border-bottom: 0;
}

/* right */

.ewb-right {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 904px;
}

.ewb-right-hd {
	padding-top: 13px;
	height: 37px;
	line-height: 26px;
	font-size: 0;
	-webkit-text-size-adjust:none;
	text-align: center;
}

.ewb-right-sp {
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	vertical-align: top;
}

.ewb-right-ipt {
	margin-right: 50px;
	width: 138px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
	border: 1px solid #bdbec1;
	outline: 0;
}

.ewb-right-link {
	display: inline-block; 
	width: 43px;
	height: 26px;
	line-height: 26px;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
	background: url("../images/search_btn.png") 10px 6px no-repeat #5595ea;
	padding-left:20px;
}

/* table */

.ewb-right-bd table {
	width: 100%;
	table-layout: fixed;
}

.ewb-tr-hd {
	height: 34px;
}

th {
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
	background-color: #569eec;
}

th div,
.ewb-td-block {
	margin:0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-th1 {
	width: 34px;
}

.ewb-th2 {
	width: 64px;
}

.ewb-th3 {
	width: 231px;
}

.ewb-th4 {
	width: 87px;
}

.ewb-th5 {
	width: 75px;
}

.ewb-th6 {
	width: 104px;
}

.ewb-th7 {
	width: 64px;
}

.ewb-tr {
	height: 30px;
	text-align: center;
}

.ewb-tr-link {
	display: inline-block;
	color:#333;
}

.ewb-tr.even {
	background-color: #dfedfa;
}

.ewb-tr:hover {
	background-color: #ffe6d3;
}

/* 分页 */

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

.ewb-page-items {
    margin-top: 16px;
    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;
}