
.newjjy{
    overflow: hidden;
    background: #fff;
    padding: .5rem;
}

.newjjy-l {
    float: left;
    position: relative;
    padding-left: .3rem;
    padding-bottom: .3rem;
    z-index: 1;
    margin-right: .4rem;
    margin-bottom: .3rem;
    width: 6rem;
}
.newjjy-l::before{
    content: "";
    position: absolute;
    left: 0;
    top: .3rem;
    right: .3rem;
    bottom: 0;
    background: #970003;
    z-index: -1;
    pointer-events: none;
}
.newjjy-l img{
    display: block;
    width: 100%;
}
.newjjy-r {}
.newjjy-r h3{
    font-size:.36rem;
  text-align:center;
    margin-bottom:.3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newjjy-r h3::before{
    content: "";
    display: block;
    bottom: 0;
    height: 2px;
    flex: 1;
    min-width: 0;
    background: #970003;
    margin-right: .2rem;
    opacity: 0;
}
.newjjy-r h3::after{
    content: "";
    display: block;
    bottom: 0;
    height: 2px;
    flex: 1;
    min-width: 0;
    background: #970003;
    margin-left: .2rem;
    opacity: 0;
}

.newjjy-r  p{
    text-indent: 2em;
    font-size: .18rem !important;
    line-height: .34rem !important;
    text-align: justify;
    margin-top: .2rem;
}
.bg {
    position: relative;
    z-index: 1;
    background: none;
}
.bg-img{
    margin-top: -5%;
    position: relative;
    z-index: -1;
}
.bg-img img{
    display: block;
    width: 100%;
}

@media screen and (max-width:992px) {
    .newjjy-l{
        float:none;
        width: auto;
        padding-left: .5rem;
        padding-bottom: .5rem;
        margin-right: 0;
    }
    .newjjy-r p{
        font-size: 14px;
        line-height: 24px;
    }
}