@charset "UTF-8";
/*banner*/
.banner{
    width: 100%;
}
/*banner*/
/*content*/
.show_wrap{
    width: 6rem;
    margin: 0 auto;
    padding: 0.2rem 0;
}
.show_wrap_title{
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.8em;
}
.show_wrap_time{
    text-align: center;
    color: #a6a6a6;
    line-height: 1.8em;
}
.show_content p{
    text-indent: 2em;
    line-height: 1.6em;
}
@media screen and (max-width: 400px) {
    .show_wrap_title{
        font-size: 16px;
    }
}
/*content*/