﻿﻿/* location */

.ewb-location {
    /*height: 52px;*/
    line-height: 52px;
    font-size: 14px;
    padding-left: 32px;
    background: url('../images/location_icon.png') 10px center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    font-weight: bold;
    color: #000;
}

.ewb-cur{
    color:#FF7E00 !important;
}
/* menu */

.ewb-menu-hd {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #1b2973;
}

    .ewb-menu-hd a {
        color: #fff;
    }

.wb-menu-bd {
    height: 662px;
    background: #fff;
}

.wb-tree-tt {
    color: #1b2973;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #f3f6fb;
}

.wb-tree-iconl {
    float: left;
    width: 13px;
    height: 10px;
    margin-top: 16px;
    margin-left: 20px;
    margin-right: 30px;
    background: url(../images/menu_l.png) no-repeat;
}

.wb-tree-sub {
    display: none;
    padding: 0 4px;
}

.wb-tree-item > a {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    background-color: #f3f6fb;
    border-color: #fff;
}

    .wb-tree-item > a:hover {
        color: #dc3839;
    }

    .wb-tree-item > a:active {
        color: #dc3839;
    }

.current .wb-tree-tt {
    color: #dc3839;
}

.current .wb-tree-iconl {
    background: url(../images/menu_lh.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

/* 内容 */

.ewb-info1 {
    padding: 0 10px;
    background: #fff;
    min-height: 704px;
}

.ewb-letter {
    padding: 0 10px;
    background: #fff;
    min-height: 704px;
    padding-top: 40px;
    padding-bottom: 30px;
}


.ewb-info-hd {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 2px solid #1b2973;
}

    .ewb-info-hd a {
        color: #1b2973;
    }

.ewb-info-bd {
    padding-top: 13px;
    
}

.ewb-info-item {
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    vertical-align: top;
}

    .ewb-info-item a {
        display: block;
        float: left;
        color: #333;
        padding-left: 15px;
        max-width: 450px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: url('../images/info_icon.png') left center no-repeat;
    }

.ewb-date {
    float: right;
    color: #999;
}

.ewb-info-item:hover a {
    color: #dc3839;
}

.ewb-info-item:hover .ewb-date {
    color: #dc3839;
}

/*!
* 页码样式
*/

.ewb-page {
    margin-top: 16px;
}

.wb-page-items {
    width: 514px;
    margin: 0 auto;
}

.wb-page-li {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

    .wb-page-li > a {
        display: block;
    }

.wb-page-item {
    width: 30px;
    height: 30px;
    border: 1px solid #dfdfdf;
    line-height: 30px;
    color: #666;
}

    .wb-page-item:hover {
        border: 1px solid #0030cc;
    }

.wb-page-default {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #666;
}

    .wb-page-default.current {
        color: #dc3839;
        font-weight: bold;
    }

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-next {
    width: 58px;
}

    .wb-page-next:hover {
        background-color: #999999;
        color: #fff;
        cursor: pointer;
        border: 1px solid #999;
    }

.wb-page-first {
    width: 48px;
}

.post-content{
    min-height: 350px;
}

.attach{
    margin-top: 10px;
}

.down-r>a{
    display: block;
    /*margin-left: 85px;*/
    line-height: 23px;
}

table {
    table-layout: automatic;
    border-collapse: collapse;
}

    table tr, table td {
        border: 1px solid black;
    }