@media (max-width: 768px) {
    .show_title{
        font-size: .3rem;
        color: #333;
        width: 6rem;
        margin: 0 auto;
        text-align: center;
        margin-bottom: .28rem;
		overflow: hidden;
		white-space: nowrap;
		height: .36rem;
		line-height: .36rem;
    }
    .show_time{
        font-size: .22rem;
        color: #898989;
        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{
        width:6rem;
        font-size: .24rem;
        color: #000;
        margin: 0 auto;
        box-sizing: border-box;
        margin-bottom: .4rem;
        line-height: .4rem;
    }
    .show_page{
        padding-top: .2rem;
    }
	.resentTitle{
		font-size: .36rem;
		color: #000;
		width:5.8rem;
		margin:0 auto;
		margin-bottom:.2rem;
	}
	.resentList{
		width:5.8rem;
		margin:0 auto;
	}
	.resentList li{
		height: .88rem;
		border-bottom: .02rem solid #BEBEBE;
		display: flex;
		align-items: center;
	}
	.resentList a{
		padding:0 .2rem;
		display:flex;
		justify-content: space-between;
		width: 100%;
	}
	.resentPageTitle1{
		font-size:.2rem;
		height:.28rem;
		line-height:.28rem;
		color:#fff;
		background:#820C14;
		padding:0 .1rem;
	}
	.resentPageTitle2{
		width:3.2rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.resentDiv{
		margin-bottom:.2rem;
	}
	.resentPageTitle3{
		font-size:.2rem;
	}
	.resentList li:hover a{
		color: #0079f4;
	}
}
@media (min-width: 768px) {
    .list1_nav_show{
        margin-bottom: 42px;
    }
    .show_title{
        font-size: 30px;
        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;
    }
    .show_article{
        height: 60px;
        background: #EEEEEE;
        line-height: 60px;
        padding: 0 40px;
        margin-bottom: 70px;
    }
    .prev_show{
        font-size: 20px;
        color: #626262;
        float: left;
    }
    .next_show{
        font-size: 20px;
        color: #A9A9A9;
        float: right;
    }
    .show_content{
        font-size: 16px;
        color: #504E4E;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .show_content img{
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 100%;
    }
	
	.resentTitle{
		font-size: .4rem;
		color: #000;
		margin-bottom:.3rem;
	}
	.resentList{
		margin-bottom:.4rem;
		width:5.44rem;
		float:left;
	}
	.resentList1{
		margin-right:1.1rem;
	}
	.resentList li{
		float: left;
		width: 5.44rem;
		height:.87rem;
		border-bottom:.01rem solid #BEBEBE;
		padding:.3rem 0;
	}
	.resentList span{
		float:left;
	}
	.resentPageTitle1{
		font-size:.22rem;
		background:#820C14;
		color:#fff;
		margin-right:.3rem;
		padding:0 .1rem;
		height: .28rem;
		line-height: .28rem;
	}
	.resentPageTitle2{
		font-size:.24rem;
		color:#000;
		width:2.62rem;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		height: .28rem;
    line-height: .28rem;
	}
	.resentList .resentPageTitle3{
		width:1rem;
		font-size:.15rem;
		float:right;
	}
	.resentList a{
		font-size: .32rem;
		color: #333;
		font-size: .24rem;
		color: #333;
		line-height: .44rem;
		display: block;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	}
	.resentList li:hover a{
		/* color: #0079f4; */
	}
	
}