body {
    font-size: .16rem;
    background: url(2025-topbg.png) no-repeat center 0.1rem / 100% !important;
}

.bmzj-header {
    width: 100%;
    height: 2.8rem;
}

.bmzj-header-top {
    display: flex;
    justify-content: space-between;
    width: 12rem;
    padding: .15rem 0;
    margin: 0 auto;
    border-bottom: 1px solid #f8f8f8;
}

.bmzj-header-top a,
.bmzj-header-top span {
    font-size: .14rem;
}

.bmzj-header-top a:hover {
    color: #2555b5;
}

.bmzj-header-top span {
    margin: 0 .05rem;
}

.bmzj-header-b {
    width: 12rem;
    margin: .2rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bmzj-header-b div:first-child {
    width: 100%;
}

.bmzj-header-b .logo {
    display: block;
    width: 2.8rem;
}

.bmzj-header-b .logo img {
    width: 100%;
}

.bmzj-header-b .bm-title {
    line-height: .7rem;
    font-size: .32rem;
    font-weight: bold;
    color: #2555b5;
}

.bmzj-header-search {
    width: 3.9rem;
    height: .4rem;
    border: 1px solid #528dd9;
    border-radius: .5rem;
    display: flex;
    justify-content: space-between;
}

.bmzj-header-search i {
    margin: .09rem .15rem;
    font-size: .22rem;
    color: #528dd9;
}

.bmzj-header-search input {
    width: 3.4rem;
}

.bmzj-header-search button {
    width: .9rem;
    line-height: .38rem;
    background-color: #2555b5;
    border-radius: .5rem;
    font-size: .16rem;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
}

.bmzj-header-nav {
    width: 18.86rem;
    max-width: 100%;
    height: .64rem;
    margin: .1rem auto 0;
    background: url(2025-nav-line.png) no-repeat bottom center;
    background-size: cover;
}

.bmzj-header-nav-b {
    width: 12rem;
    line-height: .64rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bmzj-header-nav a {
    font-size: .22rem;
    color: #333;
}

.bmzj-header-nav-b a:hover,
.bmzj-header-nav-b .cur {
    color: #2555b5;
}

#login,
#delimiter,
#logout,
#register,
#loginusername {
    display: none;
}

#loginusername {
    color: #333;
}

.main-content {
    display: flex;
    align-items: flex-start;
    width: 12rem;
    margin: .2rem auto .4rem;
    background-color: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.05);
}

.banner {
    width: 100%;
    max-width: 12rem;
    margin: .2rem auto;
    height: 1rem;
    background: linear-gradient(135deg, rgba(29, 95, 195, 0.1) 0%, rgba(234, 243, 253, 0.8) 100%),
        url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M0 100 C 20 0 50 0 100 100 Z" fill="rgba(17, 93, 178, 0.05)"/></svg>');
    background-size: cover, 2rem 1rem;
    background-position: center, bottom right;
    background-repeat: no-repeat, repeat-x;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.08);
    border: 1px solid #dbe8f7;
    border-radius: .04rem;
}

.banner-text {
    font-size: .36rem;
    color: #0b3d7a;
    font-weight: 800;
    letter-spacing: 6px;
    font-family: "Microsoft YaHei", "微软雅黑";
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8),
        -1px -1px 0px rgba(255, 255, 255, 0.8),
        4px 4px 10px rgba(0, 0, 0, 0.1);
}

.sidebar-title {
    background-color: #1d5fc3;
    color: #fff;
    font-size: .2rem;
    padding: .15rem .2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.sidebar-title.apply-title {
    justify-content: center;
}

.title-icon {
    margin-right: .1rem;
    font-size: .22rem;
}

.content-area {
    flex: 1;
    padding: .2rem .3rem;
    background-color: #fff;
}

.content-header {
    font-size: .18rem;
    color: #115db2;
    padding-bottom: .15rem;
    border-bottom: .02rem solid #115db2;
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.header-left {
    display: flex;
    align-items: center;
}

.more-link {
    font-size: .14rem;
    color: #666;
    font-weight: normal;
    text-decoration: none;
}

.more-link:hover {
    color: #115db2;
}

.search-icon-blue {
    margin-right: .1rem;
    font-size: .2rem;
}

.work-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: .15rem .1rem;
    border-bottom: .01rem dashed #ccc;
    font-size: .16rem;
    transition: background-color 0.3s;
}

.work-list li:hover {
    background-color: #fcfcfc;
}

.work-title {
    color: #333;
    text-decoration: none;
    line-height: 1.6;
    margin-right: .2rem;
    flex: 1;
    position: relative;
    padding-left: .14rem;
}

.work-title:hover {
    color: #115db2;
}

.work-date {
    color: #333;
    white-space: nowrap;
    font-size: .16rem;
}

.col-title {
    width: 55%;
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dot {
    display: inline-block;
    width: .04rem;
    height: .04rem;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .1rem;
}

/* 展开树 */
.main-left {
    width: 2.4rem;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
}

#root {
    overflow: hidden;
}

#root .tree {
    padding-left: .51rem;
    height: .36rem;
    line-height: .36rem;
    background-color: #d0e6f5;
    margin-top: .02rem;
    margin-bottom: 0px;
    border-bottom: 1px solid #eaeaea;
}

#root ul {
    overflow-x: hidden;
    overflow-y: hidden;
    display: none;
}

#root .tree.Page {
    background: transparent url(g-yuan.png) .51rem center no-repeat;
    padding-left: .71rem;
    height: .36rem;
    line-height: .36rem;
}

#root .tree.Folder {
    background: url(g-right.png) .31rem center no-repeat;
}

#root .tree.FolderOpened {
    background: url(g-bottom.png) .31rem center no-repeat;
}

#root a {
    width: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .16rem;
    display: inline-block;
    height: .33rem;
    line-height: .33rem;
    padding-left: 0px;
    margin-left: 0px;
    color: #333;
    background: none;
    font-weight: normal;
}

#root .level01 a {
    height: .36rem;
    line-height: .36rem;
    font-size: .18rem;
}

#root .tree.Page.level01 {
    background: url(g-yuan.png) .31rem center no-repeat;
    padding-left: .51rem;
    height: .36rem;
    line-height: .36rem;
}

#root .tree.FolderOpened.level02 {
    background: url(g-bottom.png) .51rem center no-repeat;
    height: .33rem;
    line-height: .33rem;
    overflow: hidden;
}

#root .tree.Folder.level02 {
    background: url(g-right.png) .51rem center no-repeat;
    height: .33rem;
    line-height: .33rem;
    overflow: hidden;
}

#root .tree.Folder.level02 a,
#root .tree.FolderOpened.level02 a,
#root .tree.level03 a,
#root .tree.level03 a {
    margin-left: .2rem;
}

#root .tree.Page.level03 {
    background: url(g-yuan.png) .71rem center no-repeat;
    padding-left: .71rem;
}

#root a:hover,
#root .cur2 .sp1 {
    color: #1d5fc3;
}

#root li:hover span,
#root li.cur span,
#root li span {
    background: none;
    width: auto;
    height: .36rem;
    line-height: .36rem;
    font-size: .14rem;
    margin-top: 0px;
    margin-right: 0px;
}

#root .sp2 {
    display: none;
}

.zw-nav {
    display: block;
    font-size: .16rem;
    padding: .15rem .2rem;
    border-bottom: 1px solid #eaeaea;
    color: #333;
}

.main-left a:hover {
    background-color: #f0f6fc;
    color: #1d5fc3;
}

.main-left .active {
    color: #1d5fc3;
}

.content {
    width: 12rem;
    margin: 0 auto;
    margin-bottom: .2rem;
    background: rgba(255, 255, 255, .9);
    /* padding: 0 .25rem; */
    box-sizing: border-box;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    overflow: hidden;
    margin-bottom: .2rem;
}

.left {
    width: 2.7rem;
    margin-top: 0.2rem;
    border-radius: 0.03rem;
    overflow: hidden;
    background: #f3f5f4;
    float: left;
    box-sizing: border-box;
    padding: .1rem;
}

.left-title {
    background: #2760b7;
    color: #fff;
    padding: 0.2rem 0 0.18rem;
    text-align: center;
}

.left-title span {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.22rem;
    display: inline-block;
    margin-left: 0.08rem;
}

.left-title img {
    width: 0.2rem;
}

.left-list {
    padding: 0 .2rem;
    background: #fff;
}

.left-list li {
    padding: 0.18rem 0;
    border-bottom: 1px dashed #eee;
}

.left-list li a {
    display: block;
    line-height: 0.32rem;
    font-size: 0.16rem;
    color: #333;
}

.left-list .active a {
    color: #2760b7;
    font-weight: bold;
}

.right {
    width: 9rem;
    margin-top: 0.2rem;
    float: right;
}

.right-title {
    font-size: 0.2rem;
    font-weight: bold;
    color: #2760b7;
    line-height: 0.46rem;
    border-bottom: 0.01rem solid #ededed;
}

.right-img {
    overflow: hidden;
    margin-bottom: 0.56rem;
}

.right-img li {
    width: 3rem;
    float: left;
    margin: 0.28rem 0.2rem 0.1rem 0;
}

.right-img li:hover {
    font-weight: bold;
}

.right-img li img {
    width: 100%;
    height: 1.64rem;
}

.right-img li p {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.24rem;
    margin: 0.14rem 0 0.08rem;
}

.right-img li span {
    font-size: 0.12rem;
    color: #999;
    font-weight: 100;
}

.white {
    background: white;
    margin-top: 0;
}

.right-list {
    padding: 0.1rem 0 0.28rem;
}

.right-list li {
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #333;
    overflow: hidden;
}

.right-list li a {
    display: inline-block;
    width: 6.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-list li a:hover {
    color: #2760b7;
}

.right-list li span {
    font-size: 0.14rem;
    color: #999;
    float: right;
    display: inline-block;
}

/* 展开树 */

@media screen and (max-width: 768px) {
    .bmzj-header {
        height: auto;
    }

    .bmzj-header-top {
        display: none;
    }

    .bmzj-header-b {
        width: 100%;
        flex-wrap: wrap;
    }

    .bmzj-header-b .logo {
        width: 50%;
        margin: .2rem auto;
    }

    .bmzj-header-b .bm-title {
        display: block;
        width: 100%;
        text-align: center;
        font-size: .36rem;
    }

    .bmzj-header-search {
        width: 4.9rem;
        height: .5rem;
        margin: .2rem auto;
    }

    .bmzj-header-search input {
        width: 3.9rem;
    }

    .bmzj-header-search i {
        font-size: .28rem;
        margin: .11rem .15rem;
    }

    .bmzj-header-search button,
    .bmzj-header-search input {
        line-height: .48rem;
        font-size: .26rem;
    }

    .bmzj-header-nav {
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .bmzj-header-nav-b {
        width: 100%;
    }

    .bmzj-header-nav a {
        margin: 0 .2rem;
        font-size: .28rem;
        white-space: nowrap;
    }

    .main-content {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 .2rem;
        box-sizing: border-box;
    }

    .main-content .sidebar {
        width: 100%;
    }

    .content-area {
        flex: auto;
        padding: .2rem 0;
    }

    .sidebar-title {
        padding: .2rem;
        font-size: .3rem;
    }

    .title-icon {
        font-size: .3rem;
        margin-right: .15rem;
    }

    .main-left {
        width: 100%;
    }

    .zw-nav {
        font-size: .26rem;
        padding: .2rem;
    }

    #root .tree,
    #root .level01 a {
        height: .6rem;
        line-height: .6rem;
    }

    #root li:hover span,
    #root li.cur span,
    #root li span {
        display: inline-block;
        height: .6rem;
        line-height: .6rem;
        font-size: .26rem;
    }

    #root .tree.Page.level01,
    #root .tree.Page,
    #root .tree.Folder.level02,
    #root .tree.FolderOpened.level02 {
        height: .6rem;
        line-height: .6rem;
    }

    #root a {
        width: auto;
        height: .6rem;
        line-height: .6rem;
    }

    .header-left {
        font-size: .28rem;
    }

    .search-icon-blue {
        font-size: .3rem;
    }

    .more-link,
    .work-date {
        font-size: .24rem;
    }

    .work-list li {
        font-size: .26rem;
    }

    .work-title {
        padding-left: 0;
    }

    .dot {
        display: none;
    }

    .position {
        box-sizing: border-box;
        padding: 0 .15rem;
    }

    .content {
        width: 100%;
        padding: 0 .2rem;
    }

    .left {
        width: 100%;
        min-height: auto;
    }

    .left-title img {
        width: .3rem;
    }

    .left-title span {
        line-height: .4rem;
        font-size: .28rem;
    }

    .left-list {
        display: flex;
        flex-wrap: wrap;
    }

    .left-list li {
        width: 50%;
    }

    .left-list li a {
        font-size: .26rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .right {
        width: 100%;
    }

    .right-title {
        line-height: .6rem;
        font-size: .28rem;
    }

    .right-list li {
        line-height: .5rem;
        font-size: .26rem;
    }

    .right-list li a {
        width: 100%;
    }

    .right-list li span {
        display: none;
    }
}