body {
    font-size: .16rem;
}

.zfgb-nav {
    display: flex;
    background-color: #eff6fd;
}

.zfgb-nav a {
    position: relative;
    width: 1.6rem;
    line-height: .6rem;
    font-size: .2rem;
    text-align: center;
}

.zfgb-nav a:hover,
.zfgb-nav .active {
    background-color: #2555b5;
    color: #fff;
}

.zfgb-nav a:hover::after,
.zfgb-nav .active::after {
    content: '';
    position: absolute;
    left: .71rem;
    bottom: -.09rem;
    width: 0;
    height: 0;
    border-top: .09rem solid #2555b5;
    border-left: .09rem solid transparent;
    border-right: .09rem solid transparent;
}

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

.zfgb-list li {
    width: 2.65rem;
    height: 3.3rem;
    margin: .3rem .15rem 0;
    background-color: #f6f6f6;
}

.zfgb-list li a {
    display: block;
}

.zfgb-list .gh {
    width: .48rem;
    height: .51rem;
    margin: .4rem auto 0;
}

.zfgb-list .title {
    width: 80%;
    margin: .2rem auto 0;
}

.zfgb-list .gh img,
.zfgb-list .title img {
    width: 100%;
    vertical-align: top;
}

.zfgb-list .year {
    margin-top: .7rem;
    font-size: .32rem;
    text-align: center;
    color: #ec1a1e;
}

.zfgb-list .num {
    line-height: .4rem;
    font-size: .14rem;
    color: #ec1a1e;
    text-align: center;
}

.zfgb-list li a:hover .year,
.zfgb-list li a:hover .num {
    font-weight: bold;
}

.zfgb-dtail {
    display: flex;
    justify-content: space-between;
}

.zfgb-dtail-l {
    box-sizing: border-box;
    width: 8.4rem;
    border: .18rem solid #1764ce;
    background: url(2026-zfgb-gb-lbbg.png) no-repeat left bottom;
}

.zfgb-logo {
    height: 1.8rem;
    background: url(2026-zfgb-logobg.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zfgb-logo img {
    width: 6rem;
}

.zfgb-dtail-l-main {
    padding: 0 .2rem;
}

.zfgb-num {
    line-height: .6rem;
    font-size: .2rem;
    color: #dd2526;
    text-align: center;
    background: url(2026-zfgb-redline.png) repeat-x bottom;
}

.zfgb-category-title {
    height: .2rem;
    margin: .2rem .1rem .1rem;
    background: url(2026-zfgb-bgline.png) repeat-x center;
    font-size: .18rem;
}

.zfgb-category-title span {
    display: inline-block;
    line-height: .2rem;
    padding-right: .05rem;
    background-color: #fff;
    color: #dd2526;
}

.zfgb-doclist {
    padding: .1rem;
}

.zfgb-doclist li {
    margin: .1rem 0;
}

.zfgb-doclist li a {
    position: relative;
    display: block;
    padding-left: .25rem;
    font-size: .16rem;
}

.zfgb-doclist li a::before {
    content: '';
    width: .06rem;
    height: .06rem;
    background-color: #999;
    position: absolute;
    left: .1rem;
    top: .08rem;
    border-radius: 50%;
}

.zfgb-doclist li a:hover {
    text-decoration: underline;
}

.zfgb-dtail-main-bottom {
    height: 6px;
    background: url(2026-zfgb-redline.png) repeat-x center;
    margin-bottom: .4rem;
}

.zfgb-dtail-r {
    width: 3.1rem;
    background-color: #f2f6fc;
}

.zfgb-dtail-r-title {
    position: relative;
    line-height: .48rem;
    padding-left: .35rem;
    background-color: #1764ce;
    font-size: .16rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.zfgb-dtail-r-title::before {
    content: '';
    width: 5px;
    height: .2rem;
    background-color: #fff;
    position: absolute;
    top: .14rem;
    left: .2rem;
}

.zfgb-dtail-r-title span {
    width: 100%;
    color: #fff;
}

.zfgb-dtail-r-title a {
    display: inline-block;
    width: 1rem;
    height: .34rem;
    line-height: .34rem;
    margin-right: .05rem;
    background-color: #fff;
    text-align: center;
    border-radius: .05rem;
    color: #2555b5;
    font-size: .14rem;
    position: absolute;
    right: 0;
}

.zfgb-dtail-r-title a:hover {
    text-decoration: underline;
}

.zfgb-cover {
    width: 1.82rem;
    height: 2.28rem;
    margin: .2rem auto;
    box-shadow: 0 0 0.08rem 0 #e2e2e2;
    padding-top: .2rem;
    background-color: #f6f6f6;
}

.zfgb-cover .gh {
    width: .4rem;
    margin: 0 auto;
}

.zfgb-cover .title {
    width: 80%;
    margin: .2rem auto 0;
}

.zfgb-cover .gh img,
.zfgb-cover .title img {
    width: 100%;
}

.zfgb-cover .year {
    margin-top: .6rem;
    font-size: .28rem;
    text-align: center;
    color: #ec1a1e;
    font-weight: bold;
}

.zfgb-cover .num {
    line-height: .2rem;
    font-size: .12rem;
    color: #ec1a1e;
    text-align: center;
}

.zfgb-down {
    margin-bottom: .3rem;
    font-size: .16rem;
    font-weight: bold;
    text-align: center;
}

.zfgb-down a {
    color: #1764ce;
}

.zfgb-down a:hover {
    text-decoration: underline;
}

.zfgb-dtail-r .layui-form {
    margin: .3rem auto;
}

.zfgb-dtail-r .layui-btn {
    background-color: #1764ce;
}

.zfgb-dtail-r .layui-btn-primary {
    border-color: #d2d2d2;
    background-color: #fff;
}

.zfgb-dtail-r .layui-btn-primary:hover {
    border-color: #1764ce;
}

.zfgb-dtail-r .layui-form-label {
    width: .7rem;
}

.zfgb-dtail-r .layui-input-block {
    margin-left: 1rem;
}

.zfgb-dtail-r .layui-input {
    width: 94%;
}

.zfgb-dtail-r .layui-form-select .layui-edge {
    right: 20px;
}

.main {
    padding-bottom: .3rem;
}

@media screen and (max-width: 768px) {
    .f_pub_search {
        width: 60%;
        height: .6rem;
    }

    .f_pub_search input {
        width: calc(100% - .5rem);
        height: .6rem;
        line-height: .6rem;
    }

    .f_pub_search button {
        margin-top: .1rem;
        font-size: .3rem;
    }

    .f_pub_nav a {
        font-size: .3rem;
        padding: 0 .2rem;
    }

    .zfgb-nav a {
        font-size: .28rem;
    }

    .zfgb-list li {
        width: calc(50% - .3rem);
    }

    .zfgb-list .num {
        font-size: .2rem;
    }

    .zfgb-dtail {
        flex-wrap: wrap;
    }

    .zfgb-dtail-l {
        width: 100%;
    }

    .zfgb-logo img {
        width: 80%;
    }

    .zfgb-num {
        line-height: .8rem;
        font-size: .28rem;
    }

    .zfgb-category-title {
        height: .3rem;
        font-size: .26rem;
    }

    .zfgb-category-title span {
        line-height: .3rem;
    }

    .zfgb-doclist li {
        margin: .15rem 0;
    }

    .zfgb-doclist li a {
        padding-left: .3rem;
        font-size: .26rem;
    }

    .zfgb-doclist li a::before {
        width: .08rem;
        height: .08rem;
        top: .14rem;
    }

    .zfgb-dtail-r {
        width: 100%;
        margin-top: .2rem;
    }

    .zfgb-dtail-r-title {
        line-height: .8rem;
        font-size: .28rem;
        padding-left: .5rem;
    }

    .zfgb-dtail-r-title::before {
        height: .36rem;
        top: .22rem;
    }

    .zfgb-dtail-r-title a {
        width: auto;
        height: .5rem;
        line-height: .5rem;
        padding: 0 .2rem;
        font-size: .24rem;
    }

    .zfgb-cover {
        width: 45%;
        height: 50vw;
    }

    .zfgb-cover .year {
        font-size: .32rem;
    }

    .zfgb-cover .num {
        line-height: .6rem;
        font-size: .28rem;
    }

    .zfgb-down {
        font-size: .26rem;
    }

    .zfgb-dtail-r .layui-form {
        padding: 0 .15rem;
        font-size: .26rem;
    }

    .zfgb-dtail-r .layui-form-label {
        width: auto;
        line-height: .6rem;
    }

    .zfgb-dtail-r .layui-input-block {
        margin-left: 0;
        text-align: center;
    }

    .zfgb-dtail-r .layui-input {
        width: 100%;
    }

    .zfgb-dtail-r .layui-form-select .layui-edge {
        top: initial;
        right: 10px;
        bottom: 10px;
    }

    .footer-zt {
        font-size: .26rem;
    }

    .footer-zt span {
        line-height: .5rem;
    }

    .footer-right span:first-child,
    .footer-right img {
        height: 1rem;
    }

    .f_pub_top_lcon {
        padding-top: .3rem;
        overflow: auto;
    }

    .f_pub_top_rcon {
        height: auto;
    }

    .f_pub_top_lcon img {
        vertical-align: top;
    }
}