/**!
 * 通用二级页
 * author: fxyue;
 * date:2019-06-18
 */
/* 当前所在位置 */
.ewb-location {
    height: 50px;
    line-height: 50px;
    padding-left: 24px;
    background: url("../images/icon_address1.png;vpn_img") left center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    color: #1ca4f3;
}

/* 左menu */
.ewb-menu-hd {
    height: 48px;
    padding-left: 49px;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    background: url("../images/menu_hd_bg.png;vpn_img") top center no-repeat;
}

.wb-tree {
    padding-top: 2px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-items {
    margin-top: 1px;
}

.wb-tree-node {
    display: block;
    height: 46px;
    line-height: 46px;
    padding-left: 59px;
    background: url("../images/menu_icon_blue.png;vpn_img") 35px 50% no-repeat #f2f2f2;
}

.wb-tree-tt {
    font-size: 16px;
    color: #666;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    float: left;
}

.wb-tree-node.current{
    background-color: #d9e6ff;
}

.wb-tree-node:hover {
    background-color: #d9e6ff;
}

.wb-tree-iconr {
    float: right;
    width: 12px;
    height: 12px;
    margin: 17px 23px 0 0;
    background: url("../images/menu_arrow_right.png;vpn_img") no-repeat;
}

.wb-tree-sub {
    display: none;
    padding: 8px 0 10px 0;
    background: #fcfcfc;
}

.wb-tree-item>a {
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 73px;
    color: #666;
    background: url("../images/item_icon.png;vpn_img") 63px 50% no-repeat;
}

.wb-tree-item>a:hover,
.wb-tree-item>a.current {
    color: #1ca4f3;
    background-image: url("../images/item_iconh.png;vpn_img");
}

.current .wb-tree-tt {
    color: #1ca4f3;
}

.current .wb-tree-node {
    background-color: #89adf7;
    background-image: url("../images/menu_icon_white.png;vpn_img");
}

.current .wb-tree-iconr {
    background-image: url("../images/menu_arrow_down.png;vpn_img");
}

.current .wb-tree-sub {
    display: block;
}

/* 栏目名称 */
.ewb-col-tt {
    border-top: 2px solid #1ca4f3;
    background: #f2f2f2;
}

.ewb-col-tt a {
    float: left;
    padding: 0 21px 0 26px;
    background: #1ca4f3;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}

.ewb-col-tt span {
    float: left;
    height: 45px;
    width: 31px;
    background: url("../images/com_tt_icon.png;vpn_img") left center no-repeat;
}

.ewb-col-content {
    border: 1px solid #e3edf6;
    height: 811px;
    padding: 0 20px;
    position: relative;
}

/* 列表 */

.ewb-data-item {
    padding-top: 12px;
    height: 720px;
    overflow: hidden;
}

.ewb-data-list {
    line-height: 36px;
    padding-left: 15px;
    font-size: 15px;
    background: url("../images/item_icon.png;vpn_img") 0 50% no-repeat;
}

.ewb-data-infor {
    margin-right: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-data-infor a {
    color: #333;
}

.ewb-data-date {
    float: right;
    margin-top: -36px;
    color: #999;
}

.ewb-data-list:hover {
    background-image: url("../images/item_iconh.png;vpn_img");
}

.ewb-data-list:hover,
.ewb-data-list:hover a,
.ewb-data-list:hover .ewb-data-date {
    color: #1ca4f3;
}

/* 分页 */
.ewb-page {
    text-align: center;
    margin-top: 20px;
}

.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: #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;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}

/* 底部 */
#footer {
    margin-top: 22px;
}

.msqq{
    width: 80px;
    margin:10px auto;
}

.pagemargin{
    position: absolute;
    bottom: 20px;
}