@media (max-width: 768px) {
    .show_title{
        font-size: .3rem;
        color: #333;
        width: 6rem;
        margin: 0 auto;
        text-align: center;
        margin-bottom: .28rem;
      line-height: 0.32rem;
    }
    .show_time{
        font-size: .22rem;
        color: #898989;
		line-height:0.38rem;
        text-align: center;
        margin-bottom: .26rem;
    }
    .show_article{
        padding-left: .3rem;
        width: 100%;
        height: .98rem;
        border-top: 2px solid #EEEEEE;
        border-bottom: 2px solid #EEEEEE;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-bottom: .5rem;
        box-sizing: border-box;
    }
    .show_article a{
        font-size: .22rem;
        color: #000;
    }
    .show_content{
        font-size: .24rem;
        color: #000;
        margin: 0 auto;
        box-sizing: border-box;
        margin-bottom: .4rem;
        line-height: .4rem;
    }
    .show_page{
        padding-top: .2rem;
    }
}
@media (min-width: 768px) {
.show_title{ font-size: 30px; padding-top:24px; color: #504E4E; text-align: center; margin-bottom: 24px;}
    .show_time{
        font-size: 14px;
        color: #797979;
        text-align: center;
        margin-bottom: 54px;
    }
    .list2_content_show{
        background: #fff;
		padding-top: 58px;
    }
    .show_article{
        width: 100%;
    margin: 0px auto;
    padding: 20px 12px 20px;
    border-bottom: 1px solid #c7c7cb;
	-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
    }
    .prev_show{
            font-size: 18px;
    color: #333;
    line-height: 36px;
    }
    .next_show{
        font-size: 18px;
    color: #333;
    line-height: 36px;
    }
    .show_content{
		padding:0px 12px;
        font-size: 16px;
        color: #504E4E;
        line-height: 30px;
        margin-bottom: 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    }
    .show_content img{
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 100%;
    }
}