<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gonggaotxt {
    display: flex;
    flex-direction: column;
}

.gonggaotxt h1 {
    color: #161616;
    font-size: 24px;
    text-align: center;
}
.gonggaotxt &gt;p {
    margin: 10px 3px;
    color: #515151;
    font-size: 14px;
    line-height: 25px;
}
.gonggaotxt &gt;p span:nth-child(2) {
    text-align: right;
    display: inline-block;
    float: right;
    margin-right: 3px;
}


/*
.gonggaotxt &gt;p &gt; img {
    border: none;
    max-width: 100%;
    height: auto;
}
*/
.news_more{
    padding-bottom: 29px;

}

@media screen and (min-width: 600px) {
    #txt_tuijian {
        float: left;
        background-color: #FFFFFF;
        min-width: 320px;
        width: 100%;
        padding-top: 2%;
        padding-bottom: 2%;
        box-shadow: 0px 0px 9px -3px #d3d3d3;
        margin-left: 0;
    }
}
@media screen and (min-width: 1300px) {
    .gg_txt{
        display: flex;
        flex-direction: row-reverse;

    }

    .gg_txt .rightfloat {
        width: 595px;
        float: left;
    }
    #txt_tuijian{
        flex:4;
        margin-right: 0;
        margin-left: 0;
    }
    .gg_txt &gt;div:nth-child(1){
    flex:6

	}
    .gg_txt .leftfloat {
        width: 455px;
    }
    .gg_txt .rightfloat {
        width: 455px;
    }
    body .news_more{
        margin-bottom: 29px;
    
    }
}

</pre></body></html>