.hycx_box{
    width: 100%;
    height: 70px;
    padding: 20px 30px;
    padding-right: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 24px;
    padding-left: 0;
}
.hycx_box:last-child{
    margin-bottom: 0;
}
.hycx_img{
    height: 32px;
    width: 192px;
    border-right: 1px solid #EDEDED;
    text-align: center;
    margin-right: 34px;
    flex: none;
}
.hycx_img img{
    height: 100%;
    vertical-align: middle;
}
.hycx_title{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}
.hycx_l{
    display: flex;
    align-items: center;
}
.hycx_r{
    width: 16px;
    height: 16px;
    flex: none;
}
.hycx_r svg{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.bgxz_a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bgxz_box1{
    margin-top: 30px;
}
.bgxz_box{
    padding-bottom: 50px;
}
.zj_main2_r_name{
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
@media screen and (max-width:1000px) {
    .hycx_box {
        width: 100%;
        height: 70px;
        padding: 20px 0px;
        padding-right: 8px;
        margin-bottom: 24px;
    }
    .hycx_img {
        width: 160px;
        margin-right: 16px;
        flex: none;
    }
    .hycx_title {
        font-size: 12px;
    }
}