/**!
 *某某页面-二级页
 * author: gaojian;
 * date:2017-07-25
 */
 
.ewb-home {
    height: 40px;
    padding-left: 61px;
    font-size: 15px;
    line-height: 40px;
    background: url(../images/home_icon.png) 37px center no-repeat #f1f2f2;
}

.ewb-home a {
    color: #333;
    margin: 0 10px;
}

.ewb-home .cur {
    color: #3d79ac;
}

.ewb-bor {
    /* height: 717px; */
    border: 1px solid #dcdcdc;
    border-top: 1px solid #3d79ac;
}

.ewb-bor-hd {
    height: 44px;
    border-bottom: 1px solid #dcdcdc;
    background: url(../images/menu_tt.jpg) repeat-x;
}

.ewb-menu-tt {
    display: block;
    height: 44px;
    font-size: 18px;
    color: #3d79ac;
    text-align: center;
    line-height: 44px;
}

.ewb-menu {
    background: url(../images/menu_bg.jpg) bottom center no-repeat;
}

.wb-tree {
    width: 230px;
    margin-left: 9px;
    margin-right: 9px;
}

.wb-tree-items {
    margin-top: 10px;
    cursor: pointer;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 37px;
    line-height: 37px;
    color: #333;
    background: url(../images/menu_icon1.png);
}

.wb-tree-node {
    text-indent: 73px;
    font-size: 15px;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    padding-left: 80px;
    background: none;
    color: #666;
}

.wb-tree-item .last {
    border-bottom: none;
}

.wb-tree-item>a:hover {
    color: #3e88f1;
}

.current .wb-tree-tt {
    color: #3e88f1;
}

.current .wb-tree-node {
    background: url(../images/menu_icon2.png);
}

.current .wb-tree-sub {
    display: block;
}
.ewb-tab-bd{
    padding: 20px 40px 0;
        min-height: 652px;
}
.ewb-tab-title{
    padding: 0 60px;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    color: #3d79ac;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.ewb-contenct{
	min-height: 513px;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 40px;
}
.ewb-bor-tt {
    padding: 0 16px;
    line-height: 40px;
    margin: 4px 0 0 10px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
.ewb-bor-tt.current{
    color: #fff;
    background-color: #3d79ac;
}
.wb-data-item {
    padding-left: 14px;
    padding-top: 1px;
}

.wb-data-list {
    line-height: 36px;
    padding-left: 18px;
    background: url(../images/list_img.jpg) 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: 15px;
    margin-top: -36px;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #f84c11;
}



/*分页*/

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 58px;
    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: 24px;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
}

.ewb-page-li.current {
    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;
    float: left;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}


.ewb-attch-label{
    width: 100px;
    line-height: 24px;
    font-size: 16px;
    color: #1492ff;
}
.ewb-attch-con{
    margin-left: 100px;
}
.ewb-attch{
    display: block;
    line-height: 24px;
    color: #333;
}