.zjxx_container{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 50px;
}
.zjxx_title{
    width: 30%;
    margin: 0 auto;
}
.zjxx_title img{
    width: 100%;
}
.zjxx_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:12px;
}
.zjxx_item{
    width: 49.5%;
    background-color: #F7FBFF;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 16px 10px;
}
.space_name{
    background-image: url(../images/zjxxPage/zjxx_bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 134px;
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    display: flex;
    /* align-items: center; */
    box-sizing: border-box;
    padding: 30px;
    cursor: default;
}
.zjxx_item:nth-child(2) .space_name{
    background-image: url(../images/zjxxPage/zjxx_bg2.png);
}
.space_name img{
    width: 26px;
    height: 26px;
    display: block;
    margin-left: 12px;
}
.project_block{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.project_item{
    width: 49%;
}
.project_type{
    background-color: #004097;
    font-size: 20px;
    text-align: center;
    color: white;
    border-radius: 10px;
    margin-top: 14px;
    padding: 16px 0;
    cursor: default;
}
.list_head{
    font-size: 18px;
    color: #383838;
    background-color: white;
    text-align: center;
    margin-top: 10px;
    padding: 16px 0;
    cursor: default;
}
.project_list{
    background-color: white;
    padding: 0 14px;
    margin-top: 10px;
    height: 578px;
}
.project_list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: dashed 1px #A6A6A6;
    padding: 20px 0;
}
.project_list li:last-child{
    border-bottom:none;
}
.project_icon{
    width: 40px;
    height: 40px;
}
.project_icon img{
    width:100%;
    height:100%;
}
.project_text{
    font-size: 16px;
    color: #383838;
    width: 80%;
    cursor: default;
}
.require_block{
    background-image: url(../images/zjxxPage/require_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 242px;
    margin-top: 16px;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 70px;
}
.require_block p{
    font-size: 17px;
    color: #383838;
    line-height: 32px;
    cursor: default;
}
.download_block{
    background-image: url(../images/zjxxPage/download_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    margin-top: 20px;
    position: relative;
}
.download_block img{
    width: 12%;
    position: absolute;
    right: 28px;
    bottom: 36px;
    transition: all 0.5s;
}
.download_block:hover img{
    transform: scale(1.1);
}
@media only screen and (max-width:768px) {
    .zjxx_container{
        width: 94%;
        padding-bottom: 30px;
    }
    .zjxx_title{
        width: 74%;
    }
    .zjxx_block{
        display: block;
        margin-top: 4px;
    }
    .zjxx_item{
        width: 100%;
        margin-bottom: 10px;
    }
    .space_name{
        border-radius: 6px;
        height: 78px;
        font-size: 18px;
        padding: 26px;
    }
    .project_block{
        display: block;
    }
    .project_item{
        width:100%;
    }
    .project_list{
        height: auto;
    }
    .project_text{
        width: 82%;
    }
    .require_block{
        height: 208px;
        background-position: center top;
        padding: 16px;
        padding-top: 52px;
    }
    .require_block p{
        font-size: 14px;
        line-height: 20px;
    }
    .zjxx_item:nth-child(2) .require_block p{
        line-height: 26px;
    }
    .download_block{
        height: 60px;
        border-radius: 6px;
    }
    .download_block img{
        width: 26%;
        right: 14px;
        bottom: 16px;
    }
}