/**!
 * 郑州市公共资源交易中心
 * author: xuyang;
 * date:2017-03-28
 */


/* local */

.ewb-local {
    height: 30px;
    line-height: 30px;
    background-color: #ededed;
}

.ewb-local-con {
    margin-left: 15px;
    padding-left: 20px;
    color: #666;
    background: url(../images/local_icon.png) left 10px no-repeat;
}

.ewb-l-a {
    color: #666;
}

.ewb-local-con span {
    padding: 0 7px;
}

.ewb-spe {
    color: #f98615;
}


/* left */

.ewb-left {
    height: 543px;
    border: 1px solid #dedddd;
    border-top: 2px solid #4896e6;
    background: url(../images/left_bg.jpg) 47px bottom no-repeat;
}

.ewb-left-hd {
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #dedddd;
}

.ewb-left-hd a {
    color: #4896e6;
}

.wb-tree {
    padding-top: 5px;
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
}

.wb-tree-items {
    margin-top: 5px;
    cursor: pointer;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node, .wb-tree-sub a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    border: 1px solid #dcdcdc;
    background-color: #f1efef;
}

.wb-tree-iconl {
    float: left;
    width: 11px;
    height: 7px;
    margin-top: 13px;
    margin-left: 20px;
    margin-right: 10px;
    background: url(../images/listl.png) no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 8px;
    height: 8px;
    margin-top: 12px;
    margin-right: 12px;
    background: url(../images/listr.png) no-repeat;
}

.wb-tree-sub {
    border: 1px solid #dcdcdc;
    border-top: none;
    display: none;
}

.wb-tree-item>a {
    padding-left: 40px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 12px;
    border-bottom: 1px dashed #dcdcdc;
    background: none;
}

.wb-tree-item .last {
    border-bottom: none;
}

.wb-tree-item>a:hover {
    background-color: #ededed;
}

.current .wb-tree-iconl {
    background: url(../images/listlh.png) no-repeat;
}

.current .wb-tree-iconr {
    background: url(../images/listrh.png) 0 3px no-repeat;
}

.current .wb-tree-tt {
    color: #4896e6;
}

.current .wb-tree-sub {
    display: block;
}

/* right */

.ewb-right {
    height: 544px;
    border: 1px solid #dedede;
}

.ewb-r-hd {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #50a2e9;
}

/* .ewb-rcom-tt {
    margin-left: 10px;
    margin-top: 1px;
    width: 97px;
    font-size: 14px;
    text-align: center;
    color: #095d90;
} */

.ewb-rcom-tt {
	font-size: 16px;
	display:block;
	width:auto;
	line-height:30px;
}

.ewb-raduis-icon{
	width:3px;
	height:30px;
}

.ewb-raduis-sp {
	padding: 0 10px;
	color: #fff;
	background:url(../images/raduis_tt_bg.png) repeat-x;
}

.ewb-raduis-icon1 {
	background:url(../images/left_radius.png);
}

.ewb-raduis-icon2 {
	background:url(../images/right_radius.png);
}

.ewb-rcom-tt.current {
    font-size: 16px;
    color: #fff;
    background: url(../images/rcom-tt.png);
}

.ewb-r-bd {
    padding: 12px 14px 0;
}

.ewb-com-item {
    line-height: 30px;
    vertical-align: top;
    background: url(../images/item_icon.jpg) left 12px no-repeat;
}

.ewb-com-block {
    padding-left: 13px;
    width: 80%;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-com-item a {
    color: #333;
}

.ewb-com-item span {
    color: #999;
}

.ewb-com-item:hover a, .ewb-com-item:hover span {
    color: #f98615;
}

/* 分页 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 10px;
    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;
}

.status {
	color: red !important;
}
