﻿/**!
 * [景德镇市昌江区门户网]
 * author: [lucw];
 * time:2016-11-22;
 */


body{
    background: url(imagesbody_bg_final.jpg) center top no-repeat;
}

/* main */

.ewb-mainwrap {
    padding: 0 10px;
    padding-bottom: 10px;
    overflow: hidden;
    background-color: #fff;
}


/* leftpart */
.ewb-trees-hd{
    padding-bottom: 3px;
    height: 26px;
    line-height: 26px;
    text-indent: 28px;
    border-bottom: 1px solid #3c9b10;
    background: url(imagestree_hd_ico.png) 0 3px no-repeat;
}

.ewb-trees-hd a{
    font-size: 14px;
    font-family: "SimSun";
    font-weight: bold;
    color: #474747;
}

.ewb-trees-bd{
    padding-top: 7px;
}
/* 垂直菜单 */

.wb-tree{
    font-family: "SimSun";
}

.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;
    color: #333;
    font-weight: bold;
    border: 1px solid #eee;
}

.wb-tree-node{
    font-size: 15px;
}

.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(imageswblistr.jpg) no-repeat;
}

.wb-tree-sub {
    display: none;
    border: 1px solid #eee;
    border-top: 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: #e7f3dc;
}

.wb-tree-item>a:active {
    background-color: #69cb21;
    color: #fff;
}

.current .wb-tree-tt {
    color: #5ba40a;
}

.current .wb-tree-iconl {
    background-color: #5ba40a;
}

.current .wb-tree-iconr {
    background: url(imageswblistrh.jpg) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

/* 位置信息 */
.ewb-place{
    padding-left: 13px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    border: 1px solid #b9dcbd;
    color: #555;
    background-color: #f2fbf4;
}

.ewb-place-tt{
    font-weight: bold;
}

.ewb-place a{
    color: #555;
}

/* 领导信箱 */
.ewb-email-hd{
    height: 88px;
    background: url(imagesmail_img.jpg) center no-repeat;
}

.ewb-email-btn{
    padding-bottom: 6px;
    margin-top: 28px;
    margin-right: 19px;
    width: 115px;
    height: 37px;
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
    color: #fff;
    cursor: pointer;
    background: url(imagesmailbtn_bg.png) center no-repeat;
}

.ewb-email-bd{
    border: 1px solid #bcc1cc;
    border-top: 2px solid #bcc1cc;
}
/* table */
.ewb-mail-table{
    font-size: 12px;
}

.ewb-mail-tr.tr-hd{
    height: 30px;
    border-bottom: 1px dotted #d6d9e1;
    background-color: #fafafa;
}

.ewb-mail-tr.tr-hd th{
    font-weight: bold;
    text-align: center;
}

.ewb-mail-tr.tr-hd .th-a{
    width: 169px;
}

.ewb-mail-tr.tr-hd .th-b{
    width: 245px;
}

.ewb-mail-tr.tr-hd .th-c{
    width: 61px;
}

.ewb-mail-tr.tr-hd .th-d{
    width: 73px;
}

.ewb-mail-tr.tr-hd .th-e{
    width: 100px;
}

.ewb-mail-tr.tr-hd .th-f{
    width: 99px;
}

.ewb-mail-tbody tr{
    height: 28px;
    text-align: center;
    border-bottom: 1px dashed #cbcbcb;
}

/* 分页 */
.wb-page-items {
    margin: 15px 0 0 55px;
    padding-bottom: 15px;
}

.wb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.wb-page-li>a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}
.wb-page-item:hover{
    border:1px solid #0030cc;
}

.wb-page-item.current{
    width: 36px;
    height:26px;
    line-height: 26px;
    border:0;
    color: #0030cc;
    font-weight: bold;
}
.wb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.wb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
}

.wb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.wb-page-go {
    width: 28px;
}
