
.banner {
    height: 3rem;
    width: 100%;
    background: url("../img/common/newsBanner.png") no-repeat center center;
    background-size: auto 100%;
}



.temp_header {
    border-bottom: 0.02rem solid #3F6EDA;
}

.temp_title {
    font-size: 0.22rem;
    line-height: 0.3rem;
    text-align: center;
}

.temp_time {
    font-size: 0.1rem;
    text-align: right;
    margin-right: 0.2rem;
    margin-bottom: 0.15rem;
    margin-top: 0.15rem;
}

.temp_content p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
}

    .temp_content p img {
        display:inline-block;
        max-width:100%;
    }

    .temp_content p br {
        display: block;
        height: 0;
    }

@media screen and (max-width: 540px) {

    .banner {
        height: 2.4rem;
        background-image: url('../img/common/banner_03.jpg');
        background-size: auto 100%;
    }

    .temp_header {
        width: 80%;
    }

    .temp_time {
        text-align: center;
    }

    .temp_content p {
        width: 100%;
        margin: 0 auto;
    }

        .temp_content p img {
            width: 100%;
       
        }
}

@media screen and (max-width: 375px) {
    .banner {
        height: 2rem;
        background-image: url('../img/common/banner_03.jpg');
        background-size: 100% 100%;
    }
}
