@charset "utf-8";
.imginfo {
    width: 100%;
    position: relative;
    height: 32.7vw;
    margin-top: 1rem;
}

.gsjjinfo>p {
    font-size: 14px;
    /* font-family: MicrosoftYaHei; */
    color: rgba(74, 74, 74, 1);
    line-height: 29px;
    text-indent: 2em;
    margin-bottom: 20px;
    text-align: justify;
}

.gsjjinfo+img {
    width: auto;
    margin: auto;
    margin-top: .7rem;
}

.main.gsjj.maxW {
    padding-bottom: .6rem;
}

.gsjjinfo {
    background: url(../images/gsjj/01.png) no-repeat right bottom;
    background-size: 100%;
    padding-right: 230px;
    padding-bottom: .6rem;
}


/* ······································移动端适配··········································· */

@media screen and (max-width:768px) {
    .gsjjinfo>p {
        font-size: .27rem;
        line-height: 32px;
    }
    .gsjjinfo {
        background: url(../images/gsjj/01.png) no-repeat right bottom;
        background-size: 100%;
        padding-right: 0px;
    }
    .gsjjinfo+img {
      width: 80%;
  }
}