/* æ¸…é™¤é»˜è®¤æ ·å¼ */
html,body,ul,li,input,button,h1,h2,h3,h4,p,span{
    margin: 0;
    padding: 0;
}
html,body {
    width: 100%;
    height: 100%;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    outline: none;
    color: inherit;
}

/* å…¬å…±æ ·å¼ */
.mar-a{
    margin: 0 auto;
}
.mw{
    max-width: 1920px;
}
.sw{
    min-width: 375px;
}
.sm-w{
    min-width: 335px;
}
.w1200{
    max-width: 1200px;
    margin: 0 auto;
}
.clearfix::after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.flex-ceter{
    display: flex;
    justify-content: center;
}
.flex-end{
    display: flex;
    justify-content: flex-end;
}
.flex-start{
    display: flex;
    justify-content: flex-start;
}
.flex-bt{
    display: flex;
    justify-content: space-between;
}
.flex-ar{
    display: flex;
    justify-content: space-around;
}
.t1{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.t2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.t3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/* å…¬å…±å¤´éƒ¨æ ·å¼ */
.header{
    margin: 0 auto;
    background: url('http://www.gzz.gov.cn/template/imgs/public/head-bg.png') no-repeat center;
    background-size: cover;
}
.header .control{
    padding: 14px 0;
}
.header .control .txt{
    margin-right: 1.625rem;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.375rem;
}
.header .control .acc:hover,
.header .control .txt:hover{
    text-decoration: underline;
}
.top-code-f{
    position: relative;
}
.top-code-f img{
    display: none;
    width: 100px;
    position: absolute;
    top: 30px;
    left: -100%;
}
.top-code-f:hover img{
    display: block;
}
.header .control .ipv6{
    margin-right: 1.625rem;
    width: 5.875rem;
    height: 1.375rem;
    font-size: 0.75rem;
    line-height: 1.375rem;
    color: #187BE4;
    background-color: rgba(255, 255, 255, .6);
    text-align: center;
    border-radius: 0.6875rem;
}
.header .control .tab{
    margin-right: 1.625rem;
    width: 5.375rem;
    height: 1.375rem;
    background-color: #fff;
    border-radius: 0.6875rem;
    overflow: hidden;
}
.header .control .tab .sim,
.header .control .tab .tra{
    width: 50%;
    height: 1.375rem;
    font-size: 0.75rem;
    line-height: 1.375rem;
    text-align: center;
    color: #187BE4;
    cursor: pointer;
}
.header .control .tab .active{
    background-color: #275FAB;
    color: #fff;
}
.header .control .acc{
    margin-right: 1.625rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #fff;
    cursor: pointer;
}
.header .control .right .txt:last-child{
    margin-right: 0;
}
.header .content .gzz{
    margin: 24px 0 20px;
}
.header .content .gzz a{
    display: inline-block;
}
.header .content .gzz-gov{
    width: 500px;
}
.header .content .search{
    margin: 42px 0 20px;
    width: 474px;
}
.header .content .search .search-bg{
    width: 100%;
    height: 62px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 6px;
    padding: 6px;
    box-sizing: border-box;
}
.header .content .search .search-box{
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px;
    box-sizing: border-box;
}
.header .content .search .choose{
    width: 22%;
    text-align: center;
    line-height: 38px;
    color: #187BE4;
    font-size: 18px;
    font-weight: bold;
    height: 38px;
}
.header .content .search .input{
    width: 59.4%;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 38px;
    height: 38px;
}
.header .content .search .btn{
    width: 18.6%;
    border: none;
    background-color: #187BE4;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.header .content .search .search-rec{
    padding: 12px 18px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}
.header .content .search .search-rec .txt{
    margin-right: 14px;
    cursor: pointer;
}
.header .top-nav{
    width: 100%;
    padding: 10px 0;
    background-color: #275FAB;
}
.header .top-nav .item:first-child,
.header .top-nav .item:last-child{
    position: relative;
}

.header .top-nav .item:first-child:before{
    position: absolute;
    content: '';
    top: 0;
    left: -2px;
    height: 34px;
    width: 1px;
    background-color: rgba(255, 255, 255, .4);
}
.header .top-nav .item:last-child:after{
    position: absolute;
    content: '';
    top: 0;
    right: -2px;
    height: 34px;
    width: 1px;
    background-color: #053270;
}
.header .top-nav .item{
    width: 12.5%;
    min-width: 120px;
    height: 34px;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-left: solid 1px #053270;
    border-right: solid 1px rgba(255, 255, 255, .4);
    box-sizing: border-box;
}
.header .top-nav .item:hover{
    background-color: rgba(0, 0, 0, .1);

}
.header .top-nav .item a{
    display: block;
    color: inherit;
}
@media (max-width: 1200px) {
    .header .control {
        padding: 30px 20px;
    }
    .header .content{
        padding: 0 30px;
    }
    .header .top-nav .nav{
        overflow: scroll;
    }
}
@media (max-width: 1080px) {
    .header .content .gzz{
        width: 100%;
        float: none;
        text-align: center;
    }
    .header .content .gzz-gov{
        width: 400px;
    }
    .header .content .search{
        width: 62%;
        float: none;
        margin: 24px auto;
    }
}
@media (max-width: 800px) {
    .header .control .txt{
        margin-right: 20px;
    }
    .header .control .ipv6,
    .header .control .acc{
        display: none;
    }
    .header .content .gzz{
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 72%;
        padding-top: 30px;
    }
    .header .content .search{
        width: 80%;
        float: none;
        margin: 24px auto;
    }
}
@media (max-width: 600px) {
    .header .control .left{
        display: none;
    }
    .header .control .right{
        width: 100%;
        justify-content: space-around;
    }
    .header .control .right .tab,
    .header .control .right .txt{
        margin: 0;
    }
    .header .content .gzz{
        text-align: center;
        float: none;
        margin: 0 auto;
        width: 100%;
        padding-top: 30px;
    }
    .header .content .gzz-gov{
        width: 310px;
    }
    .header .content .search{
        width: 90%;
        float: none;
        margin: 24px auto;
    }
    .header .content .search .choose,
    .header .content .search .input,
    .header .content .search .btn{
        font-size: 16px;
    }
    .header .content .search .search-rec,
    .header .content .search .txt{
        font-size: 14px;
    }
    .header .content .search .txt:nth-child(3),
    .header .content .search .txt:nth-child(4),
    .header .content .search .txt:nth-child(5){
        display: none;
    }
    .header .top-nav {
        padding: 10px 0;
    }
    .header .top-nav .item {
        font-size: 18px;
    }
}
/* é¢åŒ…å±‘æ ·å¼ */
.el-breadcrumb{
    margin: 26px 0;
}

/* å…¬å…±åº•éƒ¨ */
.footer-box{
    margin-top: 50px;
}
.footer{
    width: 100%;
    height: 190px;
    padding: 30px 0;
    background-color: #275FAB;
}
.bottom{
    margin: 0 auto;
    background-color: #F2F3F5;
}
.bottom .top-nav{
    width: 100%;
    background-color: #f5f5f5;
}
.bottom .top-nav .item{
    flex: 1;
    min-width: 120px;
    line-height: 34px;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    color: rgba(16, 16, 16, 1);
    font-size: 16px;
    text-align: center;
    font-family: HarmonyOS_Sans_Condensed-regular;
    border-left: solid 1px #F2F3F5;
    border-right: solid 1px #e5e5e5;
    cursor: pointer;
    padding: 8px 0;
}
.bottom .top-nav .item:first-child{
    border-left: solid 1px #e5e5e5;
}
.link-item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-item img{
    width: 18px;
    height: 18px;
    margin-right: 4px;
    cursor: pointer;
}
.bottom-nav-box{
    position: relative;
}
.link-box{
    width: 100%;
    position: absolute;
    background: #fff;
    bottom:50px;
    border: solid 6px #f5f5f5;
    padding: 24px;
    border-bottom: none;
    left: 0;
    z-index: 99;
    max-height: 400px;
    overflow-y: scroll;
    box-sizing: border-box;
    display: none;
}
@media (max-width: 600px) {
    .bottom .top-nav{
        padding: 10px 0;
    }
    .bottom .top-nav .item {
        font-size: 18px;
        min-width: 140px;
    }
    .link-box{
        bottom:160px;
    }
    .bottom-nav-box{
        flex-wrap: wrap;
    }
}
@media (max-width: 1200px) {
    .bottom .top-nav .nav{
        /* overflow: scroll; */
    }
}

.bottom .top-nav .item:hover .link-box{
    display: block;
}
.link-item-one::before{
    position: absolute;
    top: 23px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #DCDFE6;
}
.link-item-one{
    display: flex;
    position: relative;
    padding: 15px 0 15px 20px;
    font-size: 18px;
    line-height: 24px;
    width: 25%;
    box-sizing: border-box;
}
.link-item-one:hover{
    color: #275FAB;
}
.link-item:hover{
    color: #275FAB;
}
.f-content .control{
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
}
.f-content .control .item{
    margin-right: 10px;
    padding-top: 0;
    display: block;
    /* width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, .1); */
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.f-content .control .item:last-child{
    margin-right: 0;
}
.f-content .control .item .xzmw{
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
    font-size: 24px;
    color: #fff;
    box-sizing: border-box;
}
.f-content .control .item .xzmw.x-footer-wzdt{
    padding-top: 3px;
    font-size: 22px;
}
.f-content .control .item .xzmw.x-footer-lxwm{
    font-size: 26px;
}
.f-content .control .item .xzmw.x-footer-glzd{
    padding-top: 4px;
    font-size: 18px;
}
.f-content .control .item .xzmw.x-footer-wzsm{
    padding-top: 2px;
    font-size: 22px;
}
.f-content .control .item .xzmw.x-footer-wyjc{
    padding-top: 2px;
    font-size: 22px;
}
.f-content .control .item:hover span{
    text-decoration:underline;
}

.f-content .txt{
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}
.f-content .txt p{
    margin-bottom: 12px;
}
.f-content .txt p:last-child{
    /* margin: 0; */
}
.f-content .txt p a{
    margin-right: 20px;
}
.f-content .txt p a:hover{
    text-decoration: underline;
}
.f-content .right{
    padding-top: 12px;
    display: flex;
    align-items: center;
}
.f-content .right a{
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.f-content .right img{
    width: 230px;
    height: 55px;
}
.f-content .right .icon-1{
    display: inline-block;
    width: 50px;
    height: 62px;
    background: url('http://www.gzz.gov.cn/template/imgs/public/footer-icon-1.png') no-repeat center;
    background-size: 100%;
    /* margin-left: 0; */
}
.f-content .right .icon-2{
    display: inline-block;
    width: 116px;
    height: 62px;
    background: url('http://www.gzz.gov.cn/template/imgs/public/footer-icon-2.png') no-repeat center;
    background-size: 100%;
}
.f-content .right .icon-3{
    display: inline-block;
    width: 110px;
    height: 62px;
    background: url('http://www.gzz.gov.cn/template/imgs/public/footer-icon-3.png') no-repeat center;
    background-size: 100%;
}
@media (max-width:1200px) {
    .f-content{
        padding: 0 20px;
    }
}
@media (max-width:1160px) {
    .f-content .left{
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .f-content .control{
        justify-content: center;
    }
    .f-content .txt{
        text-align: center;
    }
    .f-content .right{
        float: left;
        width: 100%;
        padding-top: 0;
        /* display: flex; */
        /* justify-content: center; */
        display: block;
        text-align: center;
    }
    .f-content .right a{
        margin-bottom: 10px;
        justify-content: center;
    }
}
@media (max-width:800px) {
    .f-content .txt a{
        display: block;
        margin-bottom: 12px;
    }
    .f-content .txt a:last-child{
        margin-bottom: 0;
    }
}
.fen-ge-box{
    width: 14px;
    transform: rotate(90deg);
    border: 1px solid #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 9px;
    /* left: 12px; */
    right: -22px;
}