﻿@charset "UTF-8";
/**!
 * 许昌市商务局-通用二级页
 * author: wangkai;
 */
/* main */
/* 左侧 */
.ewb-left {
  height: 620px;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  font-family: "Microsoft YaHei";
  background: url("../images/menu_pic.jpg") center bottom no-repeat;
}
.ewb-menu-hd {
  margin: 0 -1px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-top: 3px solid #427fd0;
  background-color: #eee;
}

.ewb-menu-tt {
  font-size: 15px;
  font-weight: bold;
  color: #427fd0;
}

.wb-tree {
  padding-top: 3px;
}

.wb-tree-items {
  cursor: pointer;
  margin-bottom: 3px;
  background-color: #f6f6f6;
}

.wb-tree-tt {
  color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  border: 1px solid #eee;
}

.wb-tree-iconl {
  float: left;
  width: 4px;
  height: 38px;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: 20px;
  background-color: #aaa;
}

.wb-tree-iconr {
  float: right;
  width: 12px;
  height: 12px;
  margin-top: 12px;
  margin-right: 10px;
  background: url("../images/wblistr.jpg") no-repeat;
}

.wb-tree-sub {
  display: none;
}

.wb-tree-item > a {
  height: 38px;
  line-height: 38px;
  padding-left: 35px;
  font-size: 12px;
  background-color: #fff;
  border: 0;
}

.wb-tree-item > a:hover,
.wb-tree-item > a.current {
  color: #65a708;
  background-color: #f6f6f6;
}

.current .wb-tree-tt {
  color: #468ad3;
}

.current .wb-tree-iconl {
  background-color: #65a708;
}

.current .wb-tree-iconr {
  background: url("../images/wblistrh.jpg") no-repeat;
}

.current .wb-tree-sub {
  display: block;
}

.ewb-right {
  height: 619px;
  border: 1px solid #ebebeb;
      background-color: #fff;
}
/* 当前位置 */
.ewb-location {
  height: 40px;
  line-height: 40px;
  background-color: #eee;
}
.ewb-location p {
  padding-left: 37px;
  color: #666;
  /*background: url(../images/location_ico.png) 13px center no-repeat;*/
}
.ewb-location p a {
  color: #666;
}
.ewb-location p span {
  color: #427fd0;
}

/* 信息列表 */
.ewb-info-list {
  padding: 15px 14px 0 15px;
}
.ewb-info-list .ewb-list-node {
	padding-left: 13px;
    height: 30px;
    line-height: 30px;
    background: url(../images/listimg.jpg) 0 50% no-repeat;
    vertical-align: top;
}

.ewb-info-list .ewb-list-name {
	float: left;
    width: 80%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-info-list .ewb-list-date {
	float: right;
	font-size: 12px;
	color: #999;
}
.ewb-list-node:hover .ewb-list-name, .ewb-list-node:hover .ewb-list-date {
  color: #ff6603;
}

/* 分页 */
.ewb-page {
  margin-top: 52px;
  text-align: center;
}
.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 {
  border: 0;
  color: #ff6603;
  font-weight: bold;
}

.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;
}
