﻿
.nytzz{
    padding: 1rem 0 1.2rem;
    background: url(../images/cxhg/setting.png)no-repeat bottom center;
    background-size: 100% auto;
}

.num-a{
    padding: .4rem .55rem .4rem 2rem;
    background: url(../images/cxhg/ic2.png)no-repeat top left;
    background-size: contain;
    /* border: 1px solid red; */
}
.bod-a{
    padding: .4rem .5rem .6rem .5rem;
    background: #f9f9f9;
   
    position: relative;
}
.bod-a::after{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    background: url(../images/cxhg/ic1.png)no-repeat top left;
    background-size: 100% 100%;
    width: .08rem;
    height: 100%;
}
.bod-a::before{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background:#f0f0f0  url(../images/cxhg/ic4.png)no-repeat right bottom;
    width: .84rem;
    height:.72rem;
}
.bod-a p{
    font-size: .15rem;
    color: #222;
    text-indent: 2em;
    line-height: .28rem;
    text-align: justify;
}
.bod-a .it{
    display: flex;
    justify-content: flex-end;
    
}
.bod-a .it .ming{
    padding-top: .39rem;
}
.bod-a .it span img{
    width: 177px;
    height: 78px;
}
.bod-a .ic{
    text-align: end;
    padding-right: 1.25rem;
}

@media screen and (max-width: 940px){
    .num-a{
        padding: .4rem .55rem .4rem .55rem ;
        background: url(../images/cxhg/ic2.png)no-repeat top left;
        background-size: 100% 100%;
        /* border: 1px solid red; */
    }
    .bod-a .it .ming{
        padding-top: .29rem;
    }
    .bod-a .it span img{
        width: 157px;
        height: 58px;
    }
}
@media screen and (max-width: 768px){
    .num-a{
        padding: .4rem .55rem .4rem .55rem ;
        background: url(../images/cxhg/ic2.png)no-repeat top left;
        background-size: 100% 100%;
        /* border: 1px solid red; */
    }
    .bod-a .it .ming{
        padding-top: .19rem;
    }
    .bod-a .it span img{
        width:137px;
        height: 38px;
    }
}
@media screen and (max-width: 480px){
    .num-a{
        padding: .2rem .15rem .2rem .15rem;
        background: url(../images/cxhg/ic2.png)no-repeat top left;
        background-size: 100% 100%;
        /* border: 1px solid red; */
    }
    .bod-a{
        padding: .2rem .25rem .63rem .25rem;
        background: #fff;
       
        position: relative;
    }
    
    .bod-a p{
        font-size: .15rem;
        color: #222;
        text-indent: 2em;
        line-height: .28rem;
    }
    .bod-a .it{
        display: flex;
        justify-content: flex-end;
        
    }
    .bod-a .it .ming{
        padding-top: .19rem;
    }
    .bod-a .it span img{
        width:137px;
        height: 38px;
    }
    .bod-a .ic{
        text-align: end;
        padding-right: 1.25rem;
    }
}