@media screen and (max-width: 1440px) {
    /* 单独调控mainwidth */
    .mainWidth {
        width: 86%;
    }
}

.header{
    padding-top: 15px;
    padding-top: .15rem;
    padding-bottom: 120px;
    padding-bottom: 1.2rem;
    width: 100%;
    background: url(../images/yjtc-zczxwdk-header-bg.png) no-repeat ;
    background-size: 100% 100%;
}

.header .search-bar{
    padding: 0 10px;
    padding: 0 .1rem;
    margin: 0 auto;
    width: 330px;
    width: 3.3rem;
    height: 36px;
    height: .36rem;
    background-color: rgba(255, 255, 255, .35);
    box-sizing: border-box;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
}
.header .search-bar input{
    float: left;
    padding: 0 10px;
    padding: 0 .1rem;
    width: 90%;
    height: 100%;
    line-height: 36px;
    line-height: .36rem;
    font-size: 16px;
    font-size: .16rem;
    color: #fff;
    box-sizing: border-box;
    background-color:transparent;
}
.header .search-bar input::placeholder{
    color: #fff;
}
.header .search-bar input::-webkit-input-placeholder{
    color: #fff;
}
.header .search-bar input::-moz-placeholder{
    color: #fff;
}
.header .search-bar input::-ms-placeholder{
    color: #fff;
}
.header .search-bar .search-btn{
    float: right;
    display: block;
    width: 10%;
    height: 100%;
    text-align: center;
}
.header .search-bar .search-btn img{
    margin-top: 6px;
    margin-top: .06rem;
    height: 23px;
    height: .23rem;
}

.header .logo-box img{
    display: block;
    margin-top: 25px;
    margin-top: .25rem;
    margin-bottom: 32px;
    margin-bottom: .32rem;
    height: 86px;
    height: .86rem;
}
.header .header-ico {
    display: block;
    margin: 0 auto;
    width: 154px;
    width: 1.54rem;
}
.header .header-title {
    display: block;
    margin: 40px auto;
    margin: .4rem auto;
    width: 67.5%;
}


.header .search-bar2{
    padding: 0 0 0 50px;
    padding: 0 0 0 .5rem;
    margin: 0 auto;
    width: 67.5%;
    height: 58px;
    height: .58rem;
    background-color: rgba(255, 255, 255, .35);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    border-radius: .29rem;
    -webkit-border-radius: .29rem;
    -moz-border-radius: .29rem;
    -ms-border-radius: .29rem;
    -o-border-radius: .29rem;
}
.header .search-bar2 input{
    float: left;
    padding: 0 10px 0 0;
    padding: 0 .1rem 0 0;
    width: 85%;
    height: 100%;
    line-height: 58px;
    line-height: .58rem;
    font-size: 16px;
    font-size: .16rem;
    color: #fff;
    box-sizing: border-box;
    background-color:transparent;
}
.header .search-bar2 input::placeholder{
    color: #fff;
}
.header .search-bar2 input::-webkit-input-placeholder{
    color: #fff;
}
.header .search-bar2 input::-moz-placeholder{
    color: #fff;
}
.header .search-bar2 input::-ms-placeholder{
    color: #fff;
}
.header .search-bar2 .search-btn2{
    float: right;
    display: block;
    width: 15%;
    height: 100%;
    line-height: 58px;
    line-height: .58rem;
    font-size: 24px;
    font-size: .24rem;
    color: #0081ff;
    background-color: #fff;
    text-align: center;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    border-radius: .29rem;
    -webkit-border-radius: .29rem;
    -moz-border-radius: .29rem;
    -ms-border-radius: .29rem;
    -o-border-radius: .29rem;
}



.pathnav a {
    float: left;
    display: block;
    margin-right: 10px;
    margin-right: .1rem;
    font-size: 14px;
    font-size: .14rem;
    line-height: 60px;
    line-height: .60rem;
    color: #666; 
}
.pathnav a:hover {
    color: #212585;
}
.pathnav a img{
    margin-top: -2px;
    margin-top: -.02rem;
    margin-right: 5px;
    margin-right: .05rem;
    vertical-align: middle;
}
.pathnav::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.one{
    background: url(../images/yjtc-zczxwdk-bg.png) no-repeat;
    background-position: 0 100%;
    background-size: cover;
    background-color: #ebf6ff;
}

.one .zcwd-box{
    margin-bottom: 21px;
    margin-bottom: .21rem;
    padding: 36px 40px;
    padding: .36rem .4rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}
.one .zcwd-box .menu-box{
    float: left;
    width: 300px;
    width: 3rem;
}
.one .zcwd-box .menu-box .menu-title{
    margin-bottom: 15px;
    margin-bottom: .15rem;
    width: 100%;
    height: 88px;
    height: .88rem;
    line-height: 88px;
    line-height: .88rem;
    font-size: 24px;
    font-size: .24rem;
    letter-spacing: 1.2px;
    color: #fff;
    background-color: #3961b9;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
	font-weight: bold;
}
.one .zcwd-box .menu-box .menu-list li {
    margin-bottom: 17px;
    margin-bottom: .17rem;
    width: 100%;
    height: 88px;
    height: .88rem;
    background-color: #ebf6ff;
    box-sizing: border-box;
}
.one .zcwd-box .menu-box .menu-list li a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.one .zcwd-box .menu-box .menu-list li a span{
    font-size: 20px;
    font-size: .2rem;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #3961b9;
	font-weight: bold;
}
.one .zcwd-box .menu-box .menu-list li a img{
    display: none;
    margin-left: 15px;
    margin-left: .15rem;
    height: 12px;
    height: .12rem;
}

.one .zcwd-box .menu-box .menu-list .active,.one .zcwd-box .menu-box .menu-list li:hover{
    background-color: #fff;
    border: solid 1px #3961b9;
}
.one .zcwd-box .menu-box .menu-list .active img,.one .zcwd-box .menu-box .menu-list li:hover img{
    display: block;
}

.one .zcwd-box .list-box{
    float: right;
    padding-left: 40px;
    padding-left: .4rem;
    width: calc(100% - 340px);
    width: calc(100% - 3.4rem);
    box-sizing: border-box;
    border-left: 1px solid rgba(187,217,246 ,.45);
}

.one .zcwd-box .list-box .type-list{
    margin-bottom: 15px;
    margin-bottom: .15rem;
    width: 100%;
}
.one .zcwd-box .list-box .type-list li{
    float: left;
    margin-right: 10px;
    margin-right: .1rem;
    margin-bottom: 15px;
    margin-bottom: .15rem;
    width: calc((100% - 30px) / 4);
    width: calc((100% - .3rem) / 4);
    height: 48px;
    height: .48rem;
    border: solid 1px #3961b9;
    background-color: #ebf6ff;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.one .zcwd-box .list-box .type-list li:nth-child(4n+4){
    margin-right: 0;
}
.one .zcwd-box .list-box .type-list li a{
    display: block;
    padding: 0 15px;
    padding: 0 .15rem;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    color: #3961b9;
    line-height: 48px;
    line-height: .48rem;
}

.one .zcwd-box .list-box .type-list .active{
    background-color: #3961b9;
}
.one .zcwd-box .list-box .type-list .active a{
    color: #fff;
}

.one .zcwd-box .list-box .line{
    width: 100%;
    height: 14px;
    height: .14rem;
	margin-bottom: 9px;
    /* object-fit: contain; */
}

.one .zcwd-box .list-box .title-box{
    margin:  30px 0;
    margin:  .3rem 0;
    text-align: center;
}
.one .zcwd-box .list-box .title-box span{
    display: inline-block;
    margin: 0 12px;
    margin: 0 .12rem;
    font-size: 24px;
    font-size: .24rem;
    line-height: 36px;
    line-height: .36rem;
    color: #3961b9;
}
.one .zcwd-box .list-box .title-box img{
    display: inline-block;
    height: 36px;
    height: .36rem;
    vertical-align: middle;
}


.one .zcwd-box .list-box .list li{
    margin-bottom: 32px;
    margin-bottom: .32rem;
    width: 100%;
}
.one .zcwd-box .list-box .list li .item-title{
    width: 100%;
    height: 42px;
    height: .42rem;
    background-color: #ebf6ff;
    box-sizing: border-box;
}
.one .zcwd-box .list-box .list li .item-title .number{
    float: left;
    display: block;
    padding-left: 25px;
    padding-left: .25rem;
    width: 93px;
    width: .93rem;
    height: 100%;
    font-size: 20px;
    font-size: .2rem;
    line-height: 42px;
    line-height: .42rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1.2px;
    background: url(../images/yjtc-zczxwdk-list-header-ico.png) no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
}
.one .zcwd-box .list-box .list li .item-title .title{
    float: left;
    display: block;
    width: calc(100% - 100px);
    width: calc(100% - 1rem);
    font-size: 20px;
    font-size: .2rem;
    line-height: 42px;
    line-height: .42rem;
    letter-spacing: 1px;
    font-weight: bold;
    color: #3961b9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.one .zcwd-box .list-box .list li .item-con {
    margin-top: 30px;
    margin-top: .3rem;
    width: 100%;
}
.one .zcwd-box .list-box .list li .item-con .con-title{
    float: left;
    width: 33px;
    width: .33rem;
    font-size: 18px;
    font-size: .18rem;
    font-weight: bold;
    color: #3961b9;
}

.one .zcwd-box .list-box .list li .item-con .item-content{
    float: right;
    width: calc(100% - 35px);
    width: calc(100% - .35rem);
}
.one .zcwd-box .list-box .list li .item-con .item-content span{
    display: -webkit-box;
    width: 100%;
    max-height: 78px;
    max-height: .78rem;
    font-size: 18px;
    font-size: .18rem;
    line-height: 26px;
    line-height: .26rem;
    letter-spacing: 2px;
    letter-spacing: .02rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
.one .zcwd-box .list-box .list li .item-con .item-content .zcyw{
    display: inline-block;
    margin-top: 17px;
    margin-top: .17rem;
    padding: 0 10px;
    padding: 0 .10rem;
    height: 26px;
    height: .26rem;
    font-size: 18px;
    font-size: .18rem;
    line-height: 26px;
    line-height: .26rem;
    color: #3961b9;
    /* box-sizing: border-box; */
    border: solid 1px #3961b9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.one .zcwd-box .list-box .list li .item-con .item-content .zcyw:hover{
    background-color: #3961b9;
    color: #fff;
}





@media screen and (max-width: 768px) {
    .header{
        padding-top: 15px;
        padding-top: .15rem;
        padding-bottom: 60px;
        padding-bottom: .60rem;
    }
    .header .search-bar{
        padding: 0 10px;
        padding: 0 .1rem;
        margin: 0 auto;
        width: 250px;
        width: 2.5rem;
        height: 36px;
        height: .36rem;
    }
    .header .search-bar input{
        padding: 0 10px;
        padding: 0 .1rem;
        width: 90%;
        height: 100%;
        line-height: 36px;
        line-height: .36rem;
        font-size: 16px;
        font-size: .16rem;
    }
    .header .search-bar .search-btn img{
        margin-top: 6px;
        margin-top: .06rem;
        height: 23px;
        height: .23rem;
    }
    .header .logo-box{
        display: block;
        margin: 0 auto;
        margin-top: 25px;
        margin-top: .25rem;
        margin-bottom: 25px;
        margin-bottom: .25rem;
        width: 60%;
    }
    .header .logo-box img{
        display: block;
        width: 100%;
        height: auto;
    }
    .header .header-ico {
        width: 104px;
        width: 1.04rem;
    }
    .header .header-title {
        margin: 24px auto;
        margin: .24rem auto;
        width: 80%;
    }
    
    .header .search-bar2{
        padding: 0 0 0 20px;
        padding: 0 0 0 .2rem;
        width: 80%;
    }
    
    .header .search-bar2 input{
        width: 75%;
    }
  
    .header .search-bar2 .search-btn2{
        width: 25%;
    }
    
    
    
    .pathnav a {
        margin: 15px 0;
        margin-top: .15rem 0;
        font-size: 16px;
        font-size: .16rem;
        line-height: 30px;
        line-height: .30rem;
    }
 
    .one .zcwd-box{
        margin-bottom: 0;
        padding: 20px 20px;
        padding: .2rem .2rem;
    }
    .one .zcwd-box .menu-box{
        float: none;
        width: 100%;
    }
    .one .zcwd-box .menu-box .menu-title{
        height: 68px;
        height: .68rem;
        line-height: 68px;
        line-height: .68rem;
        font-size: 28px;
        font-size: .28rem;
    }
    .one .zcwd-box .menu-box .menu-list li {
        height: 68px;
        height: .68rem;
    }
    .one .zcwd-box .menu-box .menu-list li a span{
        font-size: 24px;
        font-size: .24rem;
    }

    .one .zcwd-box .list-box{
        float: none;
        border: none;
        margin-top: 40px;
        margin-top: .4rem;
        padding-left: 0;
        width: 100%;
    }
    .one .zcwd-box .list-box .type-list li{
       
        width: calc((100% - 10px) / 2);
        width: calc((100% - .1rem) / 2);
       
    }
    .one .zcwd-box .list-box .type-list li:nth-child(2n+2){
        margin-right: 0;
    }
}