﻿/**!
 * 许昌市工业和信息化委员会-二级页
 * author: lucw;
 * date:2017-06-30
 */


/* main */

.ewb-main {
	padding-top: 10px;
    background-color: #fff;
    overflow: hidden;
}


/* tree */

.wb-tree-items {
	margin-top: 3px;
	margin-left: -1px;
	margin-right: -1px;
    cursor: pointer;
    background-color: #f6f6f6;
}

.wb-tree-tt {
    color: #333;
	margin-left: 70px;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    border: 1px solid #cfcfcf;
}

.wb-tree-node{
	
}
background: url(../images/treebg.jpg) repeat-x;

.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;
    border: 1px solid #cfcfcf;
    border-top: none;
    border-bottom: 0;
}

.wb-tree-item>a {
    height: 38px;
    line-height: 38px;
    padding-left: 35px;
    font-size: 12px;
    background-color: #fff;
    border: none;
}

.wb-tree-item>a:hover {
	color: #0a3890;
    background-color: #e9eef1;
}

.current .wb-tree-tt {
    color: #0a3890;
}

.current .wb-tree-iconl {
    background-color: #2b72c1;
}

.current .wb-tree-iconr {
    background: url(../images/wblistrh.jpg) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}


/* panel */
.ewb-panel{
	    min-height: 680px;
	border: 1px solid #fac9a9;
	/*background: url(../images/subbg.jpg) center bottom no-repeat;*/
}

.ewb-panel-hd{
	margin-left: -1px;
	margin-right: -1px;
	text-align: center;
	border-top: 3px solid #ed503b;
	background-color: #ed503b;
}

.ewb-panel-twp{
	border: 1px solid #d0d0d0;
	border-top: 0;
}

.ewb-panel-tt{
	display: block;
	height: 34px;
	line-height: 34px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	/*background: url(../images/panel_bg.jpg) repeat-x;*/
}

.ewb-colu{
	min-height: 680px;
	border: 1px solid #fac9a9;
	background-color: #fff;
	overflow: hidden;
}


/* 栏目导航 */
.ewb-colu-hd{
	padding-left: 24px;
	height: 39px;
	line-height: 39px;
	color: #666;
	font-size: 13px;
        background-color: #fdf0e8;
	/*background: url(../images/house.png) 13px center no-repeat #f5f5f5;*/
}


.ewb-colu-hd a{
	cursor: pointer;
	color: #666;
}

.ewb-colu-hd .cur{
	color: #ed503b;
}

.ewb-colu .wb-data-item{
	padding-left: 14px;
}

.ewb-colu .wb-data-infor{
	margin-right: 200px;
}

.ewb-colu .wb-data-list{
	padding-left: 13px;
	line-height: 26px;
	/*background-image: url(../images/sub_list.jpg);*/
}

.ewb-colu .wb-data-date{
	margin-top: -26px;
	color: #999;
}

/* 分页 */
.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 49px;
    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;
    font-weight: bold;
    line-height: 26px;
}

.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;
}

.wb-data-item {
    padding-left:14px;
    padding-top: 8px;
}

.wb-data-list {
    line-height: 22px;
    padding-left: 12px;
    background: url(../images/listimg.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #646464;
}

.wb-data-date {
    float: right;
    padding-right: 15px;
    margin-top: -22px;
    color: #646464;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #f06000;
}

.ewb-footer{
    line-height: 24px;
    border-top: 4px solid #db2911;
}