
/* body{
    background: none;
} */
.pFoot{
    margin-top: 0;
}
.pLocation ,.pLocation a {
    color: #fff;
}
body{
    background: #f8f8f8;
}
.banner-box{
    position: relative;
    width: 100%;
    height: 370px;
    height: 3.7rem;
    background: url(../images/2022-sqzct-banner-bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.banner-box .banner-title{
    float: left;
    display: block;
    margin-top: 93px;
    margin-top: .93rem;
    width: 493px;
    width: 4.93rem;
    height: 113px;
    height: 1.13rem;
}
.banner-box .banner-image{
    float: right;
    display: block;
    margin-top: -65px;
    margin-top: -.65rem;
    height: 459px;
    height: 4.59rem;
}

.one{
    position: relative;
    margin-top: -90px;
    margin-top: -.9rem;
    padding-bottom: 20px;
    padding-bottom: .2rem;
    width: 100%;
    background-color: #fff;
}
.one .one-title-box{
    width: 100%;
    height: 60px;
    height: .6rem;
    background-color: #f8f8f8;
}
.one .one-title-box .title-box-item{
    float: left;
    width: 240px;
    width: 2.4rem;
    height: 100%;
    border-top: 4px solid #176bbb;
    border-top: .04rem solid #176bbb;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    line-height: 54px;
    line-height: .54rem;
}
.one .one-title-box .title-box-item img{
    margin-top: -4px;
    margin-top: -.04rem;
    margin-right: 8px;
    margin-right: .08rem;
    width: 20px;
    width: .2rem;
    vertical-align: middle;
}
.one .one-title-box .title-box-item  span{
    font-size: 20px;
    font-size: .2rem;
    font-weight: bold;
    color: #333;
}
.one .one-title-box .search-box{
    float: right;
    padding: 8px;
    padding: .08rem;
    width: calc(100% - 240px);
    width: calc(100% - 2.4rem);
    box-sizing: border-box;
}
.one .one-title-box .search-box .search-btn{
    float: right;
    display: block;
    width: 97px;
    width: .97rem;
    height: 44px;
    height: .44rem;
    background-color: #176bbb;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-size: .16rem;
    line-height: 44px;
    line-height: .44rem;
}
.one .one-title-box .search-box input{
    float: right;
    display: block;
    padding: 0 10px;
    padding: 0 .1rem;
    width: 520px;
    width: 5.2rem;
    height: 44px;
    height: .44rem;
    font-size: 16px;
    font-size: .16rem;
    line-height: 44px;
    line-height: .44rem;
    color: #666;
    background-color: #fff;
    box-sizing: border-box;
}

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

.one .type-box .type-name{
    float: left;
    width: 164px;
    width: 1.64rem;
    text-align: right;
}

.one .type-box .type-box-right{
    float: right;
    margin-right: 36px;
    margin-right: .36rem;
    width: calc(100% - 220px);
    width: calc(100% - 2.2rem);
}
.one .type-box .type-box-right .type-list{
    margin-bottom: 10px;
    margin-bottom: .1rem;
    width: 100%;
    height: 25px;
    height: .25rem;
    overflow: hidden;
}
.one #cj .type-box-right .type-list{
    height: auto;
}
.one .type-box .type-box-right .type-list-expand{
    height: auto;
}
.one .type-box .type-box-right .type-list::after{
    display: block;
    clear: both;
    height: 0;
    content: "";
}
.one .type-box .type-box-right .type-list li {
    float: left;
    margin-right: 30px;
    margin-right: .30rem;
    margin-bottom: 20px;
    margin-bottom: .2rem;
}
.one .type-box .type-box-right .type-list li input[type="checkbox"]{
    margin: 0;
    width: 16px;
    width: .16rem;
    height: 16px;
    height: .16rem;
    -webkit-appearance: button;
    vertical-align: middle;
}
.one .type-box .type-box-right .type-list li label{
    margin-left: 10px;
    margin-left: .1rem;
}
.one .type-box .type-box-right .expand-box{
    margin-bottom: 10px;
    margin-bottom: .1rem;
    cursor: pointer;
}
.one .type-box .type-box-right .expand-box img{
    vertical-align: middle;
    transition:  all .3s;
    -webkit-transition:  all .3s;
    -moz-transition:  all .3s;
    -ms-transition:  all .3s;
    -o-transition:  all .3s;
}
.one .type-box .type-box-right .expand-box  .img-expand{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.one .type-box .type-box-right .expand-box span{
    font-size: 16px;
    font-size: .16rem;
    color: #176bbb;
}


.two{
    margin: 20px 0 40px 0;
    margin: .2rem 0 .4rem 0;
    padding: 30px 20px;
    padding: .3rem .2rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
.two .two-title{
    font-size: 20px;
    font-size: .2rem;
    font-weight: bold;
    color: #9c9b9b;
}
.two .two-title span{
    color: #176bbb;
}
.two .list{
    margin: 20px 0;
    margin: .2rem 0;
    width: 100%;
}
.two .list li{
    margin-bottom: 10px;
    margin-bottom: .1rem;
    width: 100%;
}
.two .list li .title-box{
    padding: 18px 20px;
    padding: .18rem .2rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #f8f8f8;
    cursor: pointer;
}
.two .list li .title-box .title{
    float: left;
    width: calc(100% - 200px);
    width: calc(100% - 2rem);
    font-size: 20px;
    font-size: .2rem;
    line-height: 22px;
    line-height: .22rem;
    font-weight: bold;
    color: #333;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.two .list li .title-box .title i{
    display: inline-block;
    margin-right: 5px;
    margin-right: .05rem;
    width: 6px;
    width: .06rem;
    height: 6px;
    height: .06rem;
    vertical-align: middle;
    background-color: #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.two .list li .title-box .time{
    float: right;
    width: 180px;
    width: 1.8rem;
    text-align: right;
}
.two .list li .title-box .time span{
    font-size: 16px;
    font-size: .16rem;
    line-height: 22px;
    line-height: .22rem;
    color: #333;
}
.two .list li .title-box .time img{
    margin-top: -4px;
    margin-top: -.04rem;
    margin-left: 20px;
    margin-left: .2rem;
    height: 12px;
    height: .12rem;
    vertical-align: middle;
}
.two .list li .title-box .time .select{
    display: none;
}
.two .list li .list-item{
    display: none;
    padding: 25px 16px 10px 16px;
    padding: .25rem .16rem .1rem .16rem;
    box-sizing: border-box;
} 
.two .list li .list-item .item-title{
    margin-bottom: 25px;
    margin-bottom: .25rem;
    width: 100%;
}
.two .list li .list-item .item-title img{
    margin-top: -4px;
    margin-top: -.04rem;
    margin-right: 12px;
    margin-right: .12rem;
    height: 21px;
    height: .21rem;
    vertical-align: middle;
}
.two .list li .list-item .item-title span{
    font-size: 20px;
    font-size: .2rem;
    font-weight: bold;
    color: #176bbb;
}
.two .list li .list-item .con{
    font-size: 16px;
    font-size: .16rem;
    line-height: 1.88;
    color: #333;
}

.two .list .active .title-box{
    background-color: #176bbb;
}
.two .list .active .title-box .title{
    color: #fff;
}
.two .list .active .title-box .title i{
    background-color: #fff;
}
.two .list .active .title-box .time span{
    color: #fff;
}
.two .list .active .title-box .time .select{
    display: inline-block;
}
.two .list .active .title-box .time .normal{
    display: none;
}
.two .list .active .list-item{
    display: block;
    /* height: auto; */
}
@media screen and (max-width: 768px) {
    .banner-box{
        padding: 40px 0  90px 0;
        height: auto;
    }
    .banner-box .banner-title{
        float: none;
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
    .banner-box .banner-image{
        display: none;
    }
    .one{
        margin-top: -50px;
    }
    .one .one-title-box .title-box-item{
        width: 140px;
        width: 1.4rem;
    }
    .one .one-title-box .title-box-item img{
        margin-right: 2px;
        margin-right: .02rem;
    }
    .one .one-title-box .search-box{
        width: calc(100% - 160px);
        width: calc(100% - 1.6rem);
    }
    .one .one-title-box .search-box .search-btn{
        width: 70px;
        width: .7rem;
    }
    .one .one-title-box .search-box input{
        padding: 0 5px;
        padding: 0 .05rem;
        width: calc(100% - 70px);
        width: calc(100% - .7rem);
    }

    .one .type-box .type-name{
        float: none;
        padding: 0 15px;
        padding: 0 .15rem;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
    }
    
    .one .type-box .type-box-right{
        float: none;
        margin-top: 15px;
        margin-top: .15rem;
        margin-right: 16px;
        margin-right: .16rem;
        padding: 0 15px;
        padding: 0 .15rem;
        width: 100%;
        box-sizing: border-box;
    }

    .two .list li .title-box .title{
        width: calc(100% - 160px);
        width: calc(100% - 1.6rem);
    }
   
    .two .list li .title-box .time{
        width: 160px;
        width: 1.6rem;
    }
}