.jgdiv{
    background-color: #b4703a;
    padding: 1rem 0;
    color: #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.jgdao{
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
    text-align: center;
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 4rem;
    color: #333;
    opacity: 1;
    background-color: rgb(255 255 255 / 7%);
    border-radius: 100%;
    transform: rotate(360deg);
}
.jgdiv::before{
    content: '';
    width: 100%;
    height: 20rem;
    display: block;
    position: absolute;
    right: 0;
    bottom: -10rem;
    background-color: #FF9800;
    opacity: 0.1;
    border-radius: 50px 100%;
    transform: rotate(348deg);
}
.jg_h2{
    text-align: center;
    margin: 0rem auto 0.6rem auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2rem;
}
.jg_ul{
    text-align: center;
}
.jg_ul li{
    width: calc(100% / 2);
    float: left;
    text-align: right;
    font-size: 1rem;
    padding-right: 0.5rem;
    padding-left: 0;
    height: 1.6rem;
    line-height: 1.6rem;
}
.jg_ul li:nth-child(2n){
    text-align: left;
    padding-left: 0.5rem;
    padding-right: 0rem;
}
@media screen and (max-width: 550px){
    .jgdao{
        display:none;
    }
}