﻿/**!
 * 许昌市卫计委二级;
 * author: shenyh;
 * date:2017-09-23
 */


/* 左侧菜单 */

.ewb-menu {
    border: 1px solid #ddd;
}

.ewb-menu-hd {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: url("../images/stt.jpg") repeat-x;
}

.ewb-menu-hd a {
    color: #0c57d2;
}

.ewb-menu-bd {
    min-height: 635px;
    background: url("../images/subbg.jpg") center bottom no-repeat;
}

.wb-tree-items {
    cursor: pointer;
    margin-top: 3px;
}

.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;
    border-right:0;
}

.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.png") no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    height: 38px;
    line-height: 38px;
    padding-left: 35px;
    font-size: 14px;
    background-color: #fff;
    border: none;
}

.wb-tree-item>a:hover {
    background-color: #eeefef;
    color:#0c57d2;
}


.current .wb-tree-tt {
    color: #0c57d2;
}

.current .wb-tree-iconl {
    background-color: #0c57d2;
}

.current .wb-tree-iconr {
    background: url("../images/wblistrh.png") no-repeat;
}

.current .wb-tree-sub {
    display: block;
}



/* 右侧内容 */

.ewb-sub {
    border: 1px solid #ddd;
}

.ewb-sub-hd {
    height: 38px;
    border-bottom: 1px solid #ddd;
    background: url("../images/nowbg.jpg") repeat-x;
}

.ewb-sub-tt {
    line-height: 38px;
    padding-left: 38px;
    font-size: 12px;
    color: #666;
    background: url("../images/now.png") 13px 13px no-repeat;
}

.ewb-sub-tt a {
    color: #666;
}
.ewb-sub-tt a.cur{
     color: #0c57d2;
}
.ewb-sub-bd {
    min-height: 638px;
    overflow: hidden;
}

.ewb-sub-bd .wb-data-item {
    padding-left: 15px;
    padding-top: 15px;
}

.ewb-sub-bd .wb-data-list {
    padding-left: 13px;
    background: url("../images/slistimg.jpg") left center no-repeat;
}

.ewb-sub-bd .wb-data-date {
    padding-right: 10px;
    color: #999;
}


/* 页码 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 15px;
	margin-bottom: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;
	line-height:25px;
}

.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;
}