.qybz_box{
    width: 100%;
    padding: calc(20px + 5rem) 0;
}
.qybz{
    max-width:1200px;
    width:85%;
    margin: auto;
    display: flex;
       flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 0.5rem);
}

.qybz_item{
    width: 100%;
    height:auto;
    border: 1px solid #e9e9e9;
    display:flex;
    justify-content: space-between;
    padding:  calc(10px + 0.5rem) calc(15px + 0.5rem);
}
.qybz_item p{
color:#333333 ;
font-weight: bold;
font-size: calc(8px + 0.5rem);
}
.qybz_item p span{
    font-weight: normal;
}
.qybz_item p a{
    font-weight: normal;
    color:#003B95;
}
.qybz_item .qybz_left{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(5px + 0.5rem);
}
.qybz_item .qybz_right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 0.5rem);
}

@media screen and (max-width: 1100px) {
    .qybz_item{
        flex-direction: column;
        justify-content: space-between;
    }
    .qybz_item .qybz_left{
        width: 100%;
    }
    .qybz_item p{
        font-size: calc(10px + 1rem);
    }
    .qybz_item {
   
    height: auto;
   padding: calc(10px + 1rem);
}
.qybz_item p span{
    font-size: calc(9px + 1rem) !important;
}
}