
/* body{
    background: none;
} */
.pFoot{
    margin-top: 0;
}

.pLocation ,.pLocation a {
    color: #999;
}

.one-box{
    padding-top: 24px;
    padding-top: .24rem;
    padding-bottom: 40px;
    padding-bottom: .4rem;
    min-height: calc(100vh - 362px);
    min-height: calc(100vh - 3.62rem);
    /* background: url(2022-body.png) no-repeat center bottom #f2f2f2;
    background-size: 100% auto; */
    
}
.one-box .one{
    width: 100%;
    padding: 20px;
    padding: .2rem;
    box-sizing: border-box;
    background-color: #fff;
}

.one .type-box {
    margin-top: 20px;
    margin-top: .2rem;
    width: 100%;
}

.one .type-box .type-title{
    float: left;
    margin-right: 25px;
    margin-right: .25rem;
    padding: 12px 0;
    padding: .12rem 0;
    width: 160px;
    width: 1.6rem;
    height: 77px;
    height: .77rem;
    font-size: 20px;
    font-size: .2rem;
    line-height: 26.5px;
    line-height: .265rem;
    color: #fff;
    background: url(../images/2022-zcwjk2-type-title-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
}
.one .type-box .type-list{
    float: left;
    width: calc(100% - 185px);
    width: calc(100% - 1.85rem);
    height: 77px;
    height: .77rem;
    box-sizing: border-box;
    border-bottom: 1px dotted #cedfea;
}
.one .type-box .type-list li{
    float: left;
    position: relative;
    margin-right: 20px;
    margin-right: .2rem;
    width: calc((100% - 100px) / 6);
    width: calc((100% - 1rem) / 6);
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.one .type-box .type-list li:nth-child(6){
    margin-right: 0;
}
.one .type-box .type-list li a{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    height: .5rem;
    background-color: #f5f5f5;
    text-align: center;
}
.one .type-box .type-list li img{
    margin-top: -5px;
    margin-top: -.05rem;
    height: 22px;
    height: .22rem;
    vertical-align: middle;
}
.one .type-box .type-list li span{
    font-size: 16px;
    font-size: .16rem;
    line-height: 50px;
    line-height: .5rem;
    font-weight: bold;
    color: #1d6dab;
}

.one .type-box .type-list li a .triangle{
    display: none;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #e1f0fb;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.one .type-box .type-list .active a{
    background-color: #e1f0fb;
}
.one .type-box .type-list .active a .triangle{
    display: block;
}

.one .type-box .type-list li .dotted{
    position: absolute;
    left: calc(50% - 5px);
    left: calc(50% - .05rem);
    bottom: -5px;
    bottom: -.05rem;
    width: 10px;
    width: .1rem;
    height: 10px;
    height: .1rem;
    display: inline-block;
}
.one .type-box .type-list li .dotted-active{
    position: absolute;
    left: calc(50% - 10px);
    left: calc(50% - .1rem);
    bottom: -10px;
    bottom: -.1rem;
    width: 20px;
    width: .2rem;
    height: 20px;
    height: .2rem;
    display: none;
}
.one .type-box .type-list .active .dotted{
    display: none;
}
.one .type-box .type-list .active .dotted-active{
    display: inline-block;
}

.one .content-box{
    margin: 20px 0;
    margin: .2rem 0;
    width: 100%;
}
.one .content-box .title-box{
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(215, 215, 215);
    box-sizing: border-box;
}
.one .content-box .title-box span{
    position: relative;
    display: inline-block;
    width: 120px;
    width: 1.2rem;
    height: 40px;
    height: .4rem;
    line-height: 40px;
    line-height: .4rem;
    font-size: 16px;
    font-size: .16rem;
    font-weight: bold;
    color: #fff;
    background-color: #1d6dab;
    text-align: center;
    z-index: 2;
}
.one .content-box .title-box .triangle{
    position: absolute;
    left: 117px;
    left: 1.17rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid rgb(215, 215, 215);
    border-top: .13rem solid transparent;
    border-bottom: .13rem solid transparent;
    border-right: .13rem solid rgb(215, 215, 215);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 1;
}
.one .content-box ul{
    margin-top: 20px;
    margin-top: .2rem;
}
.one .content-box ul li{
    margin-bottom: 20px;
    margin-bottom: .2rem;
}
.one .content-box ul li::after{
    content: "";
    clear: both;
}
.one .content-box ul li a{
    /* display: block; */
    width: 100%;
}
.one .content-box ul li i{
    display: block;
    float: left;
    margin-top: 8px;
    margin-top: .08rem;
    margin-right: 10px;
    margin-right: .1rem;
    width: 6px;
    width: .06rem;
    height: 6px;
    height: .06rem;
    background-color: #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.one .content-box ul li span:nth-child(2){
    float: left;
    display: block;
    width: calc(100% - 160px);
    width: calc(100% - 1.6rem);
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition:all .3s ;
    -webkit-transition:all .3s ;
    -moz-transition:all .3s ;
    -ms-transition:all .3s ;
    -o-transition:all .3s ;
}
.one .content-box ul li span:nth-child(3){
    float: right;
    display: block;
    width: 140px;
    width: 1.4rem;
    color: #999;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.one .content-box ul li:hover span{
    color: #1d6dab;
}
.one .content-box ul li:hover span:nth-child(2){
    letter-spacing: .1px;

}
@media screen and (max-width: 768px) {
    .one-box .one{
        padding: 10px;
        padding: .1rem;
    }
    .one .type-box .type-title{
        float: none;
        margin-right: 0;
        width: 100%;
        font-size: 20px;
        font-size: .2rem;
    }
    .one .type-box .type-list{
        float: none;
        margin-top: 20px;
        margin-top: .2rem;
        width: 100%;
        height: auto;
        border: none;
    }

    .one .type-box .type-list li{
        margin-right: 15px;
        margin-right: .15rem;
        margin-bottom: 20px;
        margin-bottom: .2rem;
        width: calc((100% - 30px) / 3);
        width: calc((100% - .3rem) / 3);
    }
    .one .type-box .type-list li:nth-child(6){
        margin-right: 0;
    }
    .one .type-box .type-list li:nth-child(3n+3){
        margin-right: 0;
    }
    .one .type-box .type-list li .dotted,.one .type-box .type-list .active .dotted{
        display: none;
    }
    .one .type-box .type-list li .dotted-active, .one .type-box .type-list .active .dotted-active{
        display: none;
    }
}