@media screen and (max-width: 1920px) {
	.article_b{
		-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
		background:#fff;
		padding:.6rem .3rem;
		margin:40px auto 0;
		border-radius:.1rem
	}
	.article_b h2{font-size:.38rem; text-align:center;}
	.info{
		height:40px;
		font-size: 18px;
		line-height:40px;
		color:#999;
		text-align:center;
		margin:30px auto 0;
		border-bottom:1px solid #aca56e;
	}
	.info span{
		margin-left:.4rem;
	}
	.info span:first-child{
		margin-left:0px;
	}
	.article_b p{
		padding-top:15px;
		line-height:32px;
		font-size:18px;
		text-indent:2em;
	}
	.article_b img{margin:20px auto 0;}
	.context{
		padding:0 1rem;
		margin:60px auto 0;
		font-size:18px;
	}
	.context ul li{
		width:4.30rem;
		height:.6rem;
		color:#fff;
		text-align:center;
		background-color:#aca56e;
		border-radius:5px;
		line-height: .6rem;
		float:left;
		margin-right:14%;
	}
	.context ul li:last-child{
		margin-right:0;
	}
	.context ul li a{
		display:inline-block;
	}
}

@media screen and (max-width: 1141px) {
	.info{
		height:.4rem;
		line-height:.4rem;
		margin:.3rem auto 0;
		font-size:.14rem;
	}
	.info small{
		margin-left:.15rem;
	}
	.article_b p{
		padding-top: .15rem;
		line-height: .36rem;
		font-size:.18rem;
	}
	.context{
		padding:0 .3rem;
		margin:.4rem auto 0;
		font-size:.18rem;
	}
	.context ul li{
		width:100%;
		height:.5rem;
		line-height:.5rem;
		margin:0;
	}
	.context ul li:last-child{
		margin-top:.3rem;
	}
}
@media screen and (max-width: 410px) {
	.info{
		font-size:.12rem;
	}
	.info span{
		margin-left:.3rem;
	}
	.info span:nth-child(2){
		margin:0;
		display:none;
	}
}
@media screen and (max-width: 640px) {
    .article_b img {
        width: 100%
    }
}
