/*主体*/
.g-content {
    width: 1200px;
    margin: 30px auto 0;
    position: relative;
}

.g-content .m-article-info {
    text-align: center;
    padding-bottom: 36px;
    border-bottom: 1px solid #e1e6f0;
}

.g-content .m-article-info h1 {
    padding:10px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
}

.g-content .m-article-info div {
    font-size: 18px;
    color: #333;
    margin-top: 12px;
    text-align: left;
}

.g-content .m-article-info span {
    padding: 0 6px;
}
.g-content .m-article-info span:first-child{
    padding-left: 0;
}

.g-content .m-text {
    overflow: hidden;
    padding: 30px 0 140px 0;
}

.g-content .m-text p {
    font-size: 20px;
    line-height: 35px;
    color: #333;
    margin-bottom: 20px;
}

.g-content .m-text img {
    max-width: 100%;
    height: auto !important;
    margin: 15px 0 5px 0;
}

.g-content .m-text video {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    outline: none;
}
.g-content .m-text .picinfo{
    width:900px;
    margin: 0 auto;  
    COLOR: #70737D;
    font-size: 16px;
}
.g-content .m-text .picinfo2{
    width:900px;
    margin: 0 auto;  
    COLOR: #70737D;
    font-size: 16px;
    margin-bottom: 40px;
}
.g-content .m-article-share {
    position: absolute;
    width: 64px;
    z-index: 999;
    right: -86px;
    top: 160px;
    margin-right: 0px;
}

.g-content .m-article-share div {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
}

.g-content .m-article-share div:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.g-content .m-article-share img {
    width: 64px;
    height: 64px;
    cursor: pointer;
    transition: .6s;
    -webkit-transition: .6s;
}

.g-content .qrcode {
    display: none;
    position: fixed;
    width: 220px;
    height: 250px;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -125px;
    border: 5px solid #666;
    border-radius: 2px;
    background: rgba(239, 239, 239, 0.95);
    z-index: 999;
}

.g-content .qrcode p {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #868686;
    padding-left: 20px;
    margin-top: 10px;
}

.g-content .qrcode .qrcode-close {
    width: 26px;
    height: 26px;
    float: right;
    margin: 2px 10px 0 0;
    cursor: pointer;
    background: url("../../public/images/icon-close.png") center center no-repeat;
    background-size: cover;
}

#qrcode-area {
    width: 180px;
    height: 180px;
    margin: 10px 20px 0;
    text-align: center;
}
    /* 20240926 */
.m-article-main{
    float: right;
    width: 790px;
    height: auto;
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    .g-wrap {
        width: 100%;
        min-width: 0;
    }

    .g-content {
        width: 100%;
        margin: 1rem auto 0;
    }

    .g-content .m-article-info {
        padding-bottom: 0.8rem;
    }

    .g-content .m-article-info h1 {
        font-size: 0.8rem;
        line-height: 1.05rem;
        padding: 0 0.85rem;
    }

    .g-content .m-article-info div {
        font-size: 0.4rem;
        margin-top: 0.56rem;
        padding: 0 0.85rem;
    }

    .g-content .m-article-share {

    }
    .g-content .m-article-share {
        position: relative;
        width: 100%;
        z-index: auto;
        padding:20px 0 20px 0.85rem;
        top:0;
        right: auto;
        height: auto;
        overflow: hidden;
    }
    
    .g-content .m-article-share div {
        float: left;
        width: 24px;
        height: 24px;
        margin: 0;
        margin-right: 10px;
      
    }
    
    .g-content .m-article-share div:hover img {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
    
    .g-content .m-article-share img {
        width: 24px;
        height: 24px;
        cursor: pointer;
        transition: .6s;
        -webkit-transition: .6s;
    }
    
    .g-content .m-text {
        padding: 0.75rem 0.85rem 2.8rem;
    }

    .g-content .m-text img {
        /* margin: 0.38rem 0 0.14rem 0; */
        width: 80vw;
    }

    .g-content .m-text p {
        font-size: 0.625rem;
        line-height: 1.0rem;
    }
    .g-content .m-text .picinfo{
        width: 80vw;
        margin: 0 auto;  
        COLOR: #70737D;
        font-size: 12px;
        line-height: 18px;
    }
    .g-content .m-text .picinfo2{
        width: 80vw;
        margin: 0 auto;  
        COLOR: #70737D;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 40px;
    }

    /* 20240926 */
    .m-article-main{  
        width: 100%;
        height: auto;
        margin-top: 0.75rem;
        overflow: hidden;
    }
    .m-text iframe {
    aspect-ratio: 21 / 12.5;
      height: 50%;
     }
	 .g-content .m-text p em{
font-style:italic;
}
}
.g-content .m-text p em{
font-style:italic;
}