﻿/**!
 *许昌市教育局-二级页
 * author: gaojian;
 * date:2017-07-08
 */

.wb-border {
    height: 543px;
    border: 1px solid #dddddd;
    border-top: 2px solid #24a1dc;
}

.wb-subbg {
    background: url(../images/subbg.jpg) left bottom no-repeat;
}

.ewb-menu-hd {  
    height: 30px;
}

.ewb-menu-hd a {
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #0085c4;
    text-align: center;
}

.wb-menu-bd {
    padding-top: 10px;
}

.wb-tree {
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
}

.wb-tree-items {
    margin-top: 5px;
    cursor: pointer;
}

.wb-tree-tt {
    color: #000;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    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;
    color: #0085c4;
}

.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: #0085c4;
}

.current .wb-tree-node {
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
}

.current .wb-tree-sub {
    display: block;
}

.ewb-con {
    height: 543px;
    border: 1px solid #dddddd;
    border-top: 2px solid #24a1dc;
    background: url(../images/con_tt.jpg) top repeat-x;
}

.ewb-con-hd {
    height: 32px;
    line-height: 32px;
    padding-left: 37px;
    font-size: 12px;
    color: #666;
    background: url(../images/con_home.png) 14px center no-repeat;
}

.ewb-con-hd a {
    color: #666;
    margin-right: 5px;
}

.ewb-con-hd a.cur {
    color: #0367d0;
}

.wb-data-item {
    padding-left: 9px;
    padding-top: 12px;
    font-family: "SimSun";
}

.wb-data-list {
    line-height: 24px;
    font-size: 12px;
    padding-left: 12px;
    background: url(../images/con_list.png) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color: #999;
    padding-right: 9px;
    margin-top: -24px;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #f86a0b;
}


/* 分页 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 53px;
    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-lis {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-lis.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}


.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;
}

/* 信件提交*/
.ewb-letter{
    height: 820px;
    border: 1px solid #dddddd;
    border-top: 2px solid #24a1dc;
    background: url(../images/con_tt.jpg) top repeat-x;
}

.wb-letter-border{
 
    height: 820px;
    border: 1px solid #dddddd;
    border-top: 2px solid #24a1dc;    
}

.wb-menu-bd a{
	color: #0085c4;
}
