﻿/**!
 * 许昌科技局二级;
 * author: shenyh;
 * date:2017-05-24
 */


/* 左侧菜单 */

.ewb-menu {
    border: 1px solid #ddd;
}

.ewb-menu-hd {
    height: 39px;
    line-height: 38px;
    text-align: center;
    background:url("../images/stt_bg.jpg") repeat-x;
}


.ewb-menu-hd a {
    font-size:16px;
    font-weight: bold;
    color: #188bd3;
}

.ewb-menu-bd {
    min-height: 570px;
    padding-bottom: 10px;
    background: url("../images/subbg.jpg") center bottom no-repeat;
}

.wb-tree {
  overflow: hidden;
}

.wb-tree-items{
   cursor: pointer;
   margin-top: 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: 15px;
    color: #333;
    font-weight: bold;
    border:1px solid #eee;
}

.wb-tree-iconl{
   float: left;
   width: 4px;
   height: 38px;
   margin-top: -1px;
   margin-left: -2px;
   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:none;
}

.wb-tree-item>a:hover{
    background-color:#eeefef;
    color:#0884d1;
}
.current .wb-tree-tt{
    color:#0783d1;
}
.current .wb-tree-iconl{
   background-color:#188bd3;
}
.current .wb-tree-iconr{
    background: url("../images/wblistrh.jpg") no-repeat;
}
.current .wb-tree-sub{
    display: block;
}

/* 右侧内容 */

.ewb-sub {
    border: 1px solid #ddd;
}

.ewb-sub-hd {
    height: 40px;
    background: url("../images/now_bg.jpg") repeat-x;
}

.ewb-sub-tt {
    height: 40px;
    line-height: 40px;
    padding-left: 38px;
    font-size: 13px;
    background: url("../images/now.png") 13px 13px no-repeat;
}

.ewb-sub-tt a {
    color: #666;
}

.ewb-sub-tt .cur {
    color: #0482d0;
}

.ewb-sub-bd {
    height: 579px;
    overflow: hidden;
}

.ewb-sub-bd .wb-data-item {
    padding-top: 15px;
}


/* 页码 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 15px;
    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;
	height:24px;
	line-height:24px;
}

.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: #113ecf;
}

.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;
}
