.ewb-mt18 {
    margin-top: 18px;
}

.ewb-mt38 {
    margin-top: 38px;
}

.ewb-mt42 {
    margin-top: 42px;
}

/* 子页通用样式 */
#sub-header {
    position: relative;
    height: 410px;
    background: url("../images/header_bg.jpg") center top no-repeat;
}

.header-top-title {
    float: left;
}

.header-top-title>img {
    display: block;
    margin-top: 36px;
}

.header-top-link {
    float: right;
}

.header-link-top {
    text-align: right;
    margin-top: 13px;
}

.header-link-top>a {
    display: inline-block;
    vertical-align: top;
    background: center center no-repeat;
}

.header-link-top>.header-phone {
    width: 14px;
    height: 20px;
    margin-right: 20px;
    margin-top: 2px;
    background-image: url("../images/phone.png");
}

.header-link-top>.header-wechat {
    width: 24px;
    height: 21px;
    margin-top: 2px;
    margin-right: 17px;
    background-image: url("../images/wechat.png");
}

.header-link-top>.header-house {
    width: 20px;
    height: 20px;
    background-image: url("../images/house.png");
}

.header-link-bottom {
    height: 24px;
    line-height: 24px;
    margin-top: 13px;
    color: #fff;
}

.header-link-bottom>span {
    margin: 0 16px;
}

.header-link-bottom>a {
    color: #fff;
}

.header-tt {
    height: 145px;
    line-height: 145px;
    text-align: center;
    color: #fff;
    font-size: 88px;
    font-weight: bold;
}

.header-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #2e5bb5;
}

.header-nav-items {
    display: flex;
}

.header-nav-item {
    flex: 1;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.header-nav-item.active {
    font-weight: bold;
}

.header-nav-item>a {
    color: #fff;
}

/* pad */
@media (max-width:979px) {
    #sub-header {
        height: auto;
        padding-bottom: 70px;
    }

    .header-nav-item {
        font-size: 17px;
    }

    .header-top-title>img {
        width: 320px;
        margin-top: 7px;
    }
}

/* phone */
@media (max-width:767px) {

    .header-top-title,
    .header-top-link {
        float: initial;
    }

    .header-top-title>img {
        width: 100%;
    }

    .header-link-top {
        text-align: left;
    }

    .header-link-bottom>span {
        margin: 0 5px;
    }

    .header-tt {
        height: 110px;
        line-height: 110px;
        font-size: 46px;
    }

    .header-nav-items {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }

    .header-nav-item {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
    }
}


/* 搜索栏 */
.search {
    margin-top: 59px;
    height: 54px;
    background: url("../images/line.png") center center no-repeat;
}

.search-cont {
    width: 620px;
    height: 54px;
    padding: 0 10px;
    margin: 0 auto;
    background: #fff;
}

.search-content {
    height: 100%;
    border-radius: 8px;
    border: 1px solid #355892;
    overflow: hidden;
}

.search-input {
    float: left;
    width: calc(100% - 58px);
    height: 100%;
    padding-left: 17px;
    font-size: 16px;
}

.search-btn {
    float: right;
    width: 58px;
    height: 100%;
    background: url("../images/search.png") center center no-repeat;
}

/* phone */
@media (max-width:767px) {
    .search-cont {
        padding: 0;
        width: 100%;
    }

    .search-input {
        font-size: 14px;
    }
}

/* 树 */
.wb-tree-items {
    margin-top: 20px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-node {
    height: 68px;
    line-height: 23px;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    border: 1px solid #ecf4ff;
    background: 39px center no-repeat #ecf4ff;
}

.wb-tree-tt {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 100px;
    margin-left: 20px;
    color: #2d5ab5;
    background: url("../images/right.png") right 17px center no-repeat;
}

.wb-tree-node:hover,
.wb-tree-items.current .wb-tree-node {
    background-color: #fff;
    border-color: #3f7ae2;
    box-shadow: 0px 5px 13px 2px rgba(46, 91, 181, 0.08);
}

.wb-tree-node:hover .wb-tree-tt,
.wb-tree-items.current .wb-tree-tt {
    background-image: url("../images/righth.png");
}

.node1 {
    background-image: url("../images/tree1.png");
}

.node2 {
    background-image: url("../images/tree2.png");
}

.node3 {
    background-image: url("../images/tree3.png");
}

.node4 {
    background-image: url("../images/tree4.png");
}

.node5 {
    background-image: url("../images/tree5.png");
}

.node6 {
    background-image: url("../images/tree6.png");
}

.node7 {
    background-image: url("../images/tree7.png");
}

.node8 {
    background-image: url("../images/tree8.png");
}

.node9 {
    background-image: url("../images/tree9.png");
}

.node10 {
    background-image: url("../images/tree10.png");
}

.wb-tree-item>a:hover,
.wb-tree-item.current>a {
    color: #2064c0;
    font-weight: bold;
}

.wb-tree-item>a {
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    padding-left: 46px;
    padding-right: 40px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-tree-item.hasChild>a {
    background: url("../images/icon_la1.png") right 21px center no-repeat;
}

.wb-tree-item.hasChild>a:hover,
.wb-tree-item.current>a {
    background-image: url("../images/icon_la.png");
}

.wb-tree-ii>a {
    display: block;
    height: 31px;
    line-height: 31px;
    padding-left: 84px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/icon_dian3.png") 73px center no-repeat;
}

.wb-tree-ii>a:hover {
    color: #1466b8;
    background-image: url("../images/icon_dian2.png");
}

.wb-tree-sub {
    display: none;
    background: #ecf4ff;
    padding: 10px 0;
}

.wb-tree-ss {
    display: none;
}

.current .wb-tree-sub {
    display: block;
}

.wb-tree-item.current .wb-tree-ss {
    display: block;
}

.normal-hd {
    height: 41px;
    border-bottom: 1px solid #efefef;
}

.normal-tt {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #2e5bb5;
}

.normal-more {
    float: right;
    width: 18px;
    height: 18px;
    margin: 13px 3px 0 0;
    background: url("../images/more.png") center center no-repeat;
}

.more {
	width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    background: #e7e7e7;
    margin-top: 10px;
    margin-bottom: 22px;
}
.more > a{
	 color: black
}
.report-items {
    margin-top: 17px;
    margin-bottom: 17px;
}

.report-item {
    height: 23px;
    line-height: 23px;
    margin-top: 13px;
    padding-left: 22px;
    font-size: 15px;
    background: url('../images/dot.png') 4px center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-item:first-child {
    margin-top: 0;
}

.report-item-date {
    float: right;
    margin-top: -23px;
    color: #999;
}
.report-item-tujie {
    padding-right: 170px;
    float: right;
    margin-top: -23px;
    color: #999;
}

.report-item-name {
    padding-right: 200px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-item:hover {
    background-image: url("../images/doth.png");
}

.report-item:hover .report-item-date,
.report-item:hover .report-item-name {
    color: #2c56b5;
}


/* pad pro */
@media (max-width:1199px) {
    .wb-tree-tt {
        padding-left: 70px;
    }

    .wb-tree-node {
        background-position-x: 23px;
    }
}

/* pad */
@media (max-width:797px) {
    .wb-tree-tt {
        padding-left: 100px;
    }

    .wb-tree-node {
        background-position-x: 39px;
    }

    .report-item-name {
        padding-right: 170px;
    }
    .report-item-a{
        display: block;
        margin-right: 170px;
    }
    .report-item-tujie{
        margin-right: 10px;
        float: right;
        margin-top: -23px;
        color: #999;
    }
}

/* 2021-11-26新增 */
.wb-tree {
    margin-right: 7px;
}

.wb-tree-node {
    height: 70px;
    font-size: 23px;
    background-position: 20px center;
}

.wb-tree-tt {
    padding-left: 80px;
}

.wb-tree-item>a {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
}

.search-cont {
    width: 520px;
    height: 50px;
}

.search-content {
    border-radius: 9px;
}

.normal-hd {
    height: 36px;
}

.normal-tt {
    min-width: 110px;
    height: 35px;
    line-height: 35px;
}

.node1 {
    background-image: url("../images/i_tree1.png");
}

.node2 {
    background-image: url("../images/i_tree2.png");
}

.node3 {
    background-image: url("../images/i_tree3.png");
}

.node4 {
    background-image: url("../images/i_tree4.png");
}

.node5 {
    background-image: url("../images/i_tree5.png");
}

.node6 {
    background-image: url("../images/i_tree6.png");
}

.node7 {
    background-image: url("../images/i_tree7.png");
}

.node8 {
    background-image: url("../images/i_tree8.png");
}

.node9 {
    background-image: url("../images/i_tree9.png");
}

.node10 {
    background-image: url("../images/i_tree10.png");
}

@media (max-width: 767px) {
    .search-cont {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .wb-tree-node {
        background-position-x: 11px;
    }

    .wb-tree-tt {
        padding-left: 60px;
    }
}
.report-item-tujie span{
    color: #2d5ab5;
}
/* 2021-11-26结束 */


/* 0401新增 */
.header-nav-item.hover {
    position: relative;
    
}

.header-nav-item.hover .header-subnav {
    width: 100%;
    display: none;
    position: absolute !important;
    z-index: 999;
    background: #2e5bb5;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: auto;
    padding: 0;
}

.header-nav-item.hover:hover .header-subnav {
    display: block;
}

.header-nav-item.hover .header-subnav .header-subnav-item {
    width: 100%;
}

.header-nav-item.hover .header-subnav .header-subnav-item:hover {
    background: #3570d2
}

.header-subnav-item>a {
    color: #fff;
}
/* END */