@charset "UTF-8";

/**!
 * 江苏工程造价信息网-通用二级页
 * author: wangkai;
 */


/* main */


/* 左侧 */

.ewb-left {
    height: 590px;
    border: 1px solid #dedddd;
    border-top: 2px solid #0766c7;
    background: url("../images/menu_pic.jpg") bottom no-repeat;
}

.ewb-menu-hd {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.ewb-menu-hd a {
    font-size: 16px;
    font-weight: bold;
    color: #0064ce;
}

.wb-tree {
    padding: 10px 10px 0 10px;
}

.wb-tree-items {
    margin-top: 5px;
    cursor: pointer;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e3e3e3;
    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-top: 1px dashed #dcdcdc;
    background: none;
}

.wb-tree-item>a:first-child {
    border-top: 0;
}

.wb-tree-item .last {
    border-bottom: none;
}

.wb-tree-item>a:hover {
    color: #0064ce;
    background-color: #ededed;
}

.cate-current {
    color: #0064ce !important;
    background-color: #ededed !important;
}

.current .wb-tree-iconl {
    background: url("../images/listlh.png") no-repeat;
}

.current .wb-tree-iconr {
    background: url("../images/listrh.png") center center no-repeat;
}

.current .wb-tree-tt {
    color: #0064ce;
}

.current .wb-tree-sub {
    display: block;
}


/* 右侧 */

.ewb-right {
    height: 590px;
    border: 1px solid #dedede;
    background: url(../images/right_bg.jpg) top repeat-x;
}


/* 当前位置 */

.ewb-location {
    height: 34px;
    line-height: 34px;
    padding-left: 37px;
    background: url(../images/location_ico.png) 14px center no-repeat;
}

.ewb-location p {
    color: #666;
}

.ewb-location p a {
    color: #666;
}

.ewb-location p span {
    color: #0367d0;
}


/* 信息列表 */

.ewb-info-list {
   /* padding: 8px 9px 76px 9px;*/
   padding: 8px 9px 20px 9px;
}


/* 分页 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    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: #0067d6;
    font-weight: bold;
}

.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;
}

.news-article-tt {
    font-size: 18px;
    font-weight: bolder;
    font-family: "微软雅黑";
    line-height: 30px;
    margin: 10px 30px;
    text-align: center;
}