﻿/**!
 * author: gaoli;
 * date:2018-11-1
 */


/* 正文 */

/* 当前位置 */
.ewb-loction {
    padding: 15px 0 19px 0;
}

.ewb-loc {
    line-height: 24px;
    padding-left: 22px;
    margin-left: 20px;
    color: #999;
    font-size: 15px;
    background: url(../images/loc.png) no-repeat left 4px;
}

.ewb-loc>a {
    color: #999;
}

.ewb-loc>span {
    color: #333;
}

/* phone */

@media (max-width: 767px) {
    .ewb-loction {
        padding: 6px 0;
    }
}



/* 左侧树 */
.ewb-tree-hd {
    line-height: 100px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/tree_hd.jpg) no-repeat;
    background-size: 100% 100%;
}



.ewb-tree-bd {
    height: 747px;
    background-color: #fff;
}

.ewb-tree-link {
    display: block;
    line-height: 77px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 30px;
    background: url(../images/tree_bor.jpg) no-repeat 10px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-tree-items>li:first-child .ewb-tree-link {
    border-top: 1px solid #e5e5e5;
}

.ewb-tree-link:hover,
.ewb-tree-link.accfocus
{
    font-weight: bold;
    background-color:#d6dff9;
}

/* phone */

@media (max-width: 767px) {
    .ewb-tree-hd {
        line-height: 45px;
        font-size: 15px;
    }

    .ewb-tree-link {
        line-height: 44px;
        font-size: 14px;
        background-position: 17px center;
        background-size: 3px 16px;
    }

    .ewb-tree-bd {
        height: auto;
    }
}


/* con */
.ewb-con {
    background-color: #fff;

}

.ewb-con-hd {
    height: 61px;
    padding-top: 18px;
    border-bottom: 1px solid #1c9ff1;
    background: url(../images/con_hd.png) no-repeat right center;
}

.ewb-con-hd>a {
    display: block;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #4a6dcb;
    padding-left: 15px;
    margin-left: 17px;
    background: url(../images/con_bor.jpg) no-repeat left center;
}

.ewb-con-bd {
    height: 786px;
    padding-bottom: 10px;
}

.wb-data-list {
    padding-left: 14px;
    background: url(../images/listimg2.png) no-repeat left center;
}

.wb-data-list:hover,
.wb-data-list.accfocus
{
    background-image: url(../images/listimg2h.png);
}

.wb-data-date {
    color: #999;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list.accfocus .wb-data-date
{
    color: #4a6dcb;
}

.wb-data-item {
    padding-top: 11px;
}

/* phone */

@media (max-width: 767px) {
    .ewb-con {
        margin-top: 15px;
    }

    .ewb-con-hd {
        height: 44px;
        padding-top: 4px;
    }

    .ewb-con-hd>a {
        line-height: 42px;
        font-size: 15px;
        background-size: 4px 16px;
    }

    .ewb-con-bd {
        height: auto;
    }

    /* 分页 */
    .ewb-page-items {
        margin-top: 8px;
    }

    .ewb-page-li {
        display: none;
    }

    .ewb-page-hover {
        display: block;
    }
}

/* pad */
@media (min-width: 768px) and (max-width: 1199px) {

    /* 分页 */
    .ewb-page-li {
        display: none;
    }

    .ewb-page-hover {
        display: block;
    }
}

/* 页码 */
.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 22px;
    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: #113ecf;
}

.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-hover.accfocus>a,
.ewb-page-go:hover>a,
.ewb-page-go.accfocus>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;
}
.m-pagination-jump{
    width: auto !important;
}