﻿﻿/**!
 * 安徽公共资源--二级页
 * author: chenzp;
 * date:2018-5-29
 */

/* 正文 */

/* 左侧 */

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

.ewb-right{
	margin-top: 20px;
	margin-left: 16px;
	float: left;
	width: 901px;
	display:none;	
}

#tree1_block{
	display: block;
}

.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;
    min-height: 710px;
    background-color: #f3f5fb;
}

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

.wb-tree-node{
	display: block;
    min-height: 38px;
    line-height: 38px;
    font-size: 15px;
    padding-left: 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-tt{
	color: #333;
}

#tree2_block,
#tree3_block{
	display: none;
}

.ewb-right-area{
	min-height: 56px;
	background: #f3f5fb;
	border-top: 2px solid #265fae;
}

.ewb-tab-items li{
	margin-left: 4px;
}

.ewb-tab-tt{
	display: block;
	margin-top: 15px;
	padding: 0 20px;
	height: 26px;
	line-height: 26px;
	color: #333;
}

.ewb-right-area li.cur a{
	font-weight: bold;
	color: #fff;
	background: #ffae00;
}

.ewb-toolbar-kb{
	min-height: 72px;
	background: #f3f5fb;
	padding-bottom:10px;
}

.ewb-toolbar-kb2{
	height: 40px; 
}

.ewb-toolbar-box{
	margin: 0 10px;
	padding-top: 20px;
	height: 30px;
	line-height: 30px;
	border-top: 1px dashed #dddfe3;
}

.ewb-toolbar-box>span{
	margin-left: 8px;
}

.ewb-toolbar-sel{
	margin-left: 14px;
	height: 32px;
}

span.ewb-toolbar-name{
	margin-left: 500px;
}

.ewb-toolbar-txt{
	width: 240px;
	height: 30px;
	text-indent: 15px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #333;
	background: #fff;
	border: 1px solid #dedede;
	outline: 0;
}

.ewb-toolbar-btn{
	padding: 0;
	width: 54px;
	height: 32px;
	background: url('../images/search.png') no-repeat center #ffae00;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.ewb-toolbar-btn:hover{
	background-color: #ff6600;
}

.ewb-table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.ewb-table th{
	height: 40px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #265fae;
}

.ewb-width1{
	width: 95px;
}

th.ewb-width2{
	padding-left: 90px;
	width: 320px;
	text-align: center;
}

.ewb-width3{
	width: 230px;
}

.ewb-table td{
	height: 40px;
	text-align: center;
	font-size: 14px;
}

.ewb-table td a{
    text-align: left;
	display: block;
	margin: 0 auto;
	width: 82%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ewb-table td span{
	color: #ff0000;
}

.ewb-odd{
	background: #f3f5fb;
}

/* 页码 */

.ewb-page {
    padding: 10px 0;
    text-align: center;
}

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

/*分页修改*/
.ewb-page-border {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}
/*分页修改*/
.ewb-page-li {
	line-height:24px;
    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;*/
	color: #555;
}

.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,
.ewb-page-go:hover {
    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;
}

.wb-tree-node>a:hover {
    font-weight: bold;
    color: #fff;
    background: #ffc000;
}

.current{
    background: #ffc000;
}

.current>h3>a{
    color: #fff;
}

/* chosen */

/***20200414*yhf*添加按钮**/
a.ewb-tab-tt.btn {
    background-color: #ffae00;
    color: #fff;
}

a.ewb-tab-tt.btn:hover {
    background-color: #ff8100;
}

/**!
 * 芜湖交易信息搜索
 * author: sunmq;
 * date:2019-8-26
 */
.ewb-toolbar-kb {
    height: 90px;
    padding: 10px 21px 6px;
    background-color: #f7f7f7;
}
.ewb-ml20 {
    margin-left: 20px;
}
.ewb-toolbar-label-kb {
    width: 120px;
    height: 34px;
    line-height: 34px;
}
.ewb-sele {
    width: 166px;
    height: 34px;
    border: 1px solid #d3d3d3;
    color: #999;
    margin-right: 10px;
}
.ewb-sele {
    width: 166px;
    height: 34px;
    border: 1px solid #d3d3d3;
    color: #999;
    margin-right: 10px;
}
.ewb-toolbar-sear-kb {
    width: 200px;
    height: 32px;
    border: 1px solid #d3d3d3;
    text-indent: 14px;
    outline: 0;
    color: #999;
}
.ewb-submit {
    font-weight: bold;
    margin-left: 20px;
    color: #fff;
    width: 70px;
    height: 34px;
    text-align: center;
    border: 0;
    background-color: #ffae00;
}
/* .ewb-more-date { */
    /* padding-top: 5px; */
/* } */
.ewb-ml20 {
    margin-left: 20px;
}
.ewb-datetime {
    float: left;
    /* margin-top: 8px; */
    width: 154px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    background: url(../images/date_icon.png) 134px center no-repeat #fff;
}
.ewb-to {
    float: left;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    padding-top: 9px;
}

/**2020618**/
.ewb-right-items{
    margin-bottom: 20px;
    background-color: #f3f5fb;
}


.ewb-toolbar-tj{
	height:40px;
}