@media screen and (max-width: 1200px){
	.article{
		min-width: 500px;
		width: 70%;
	}
	.this{
		color: #004890;
		background: url(../../../img/front/steel/this.png) no-repeat;
	    background-size: 18px;
	    background-position: 90% center;
	}
}
@media screen and (min-width:1200px){
	.article{
		min-width: 500px;
		width: 70%;
	}
	.this{
		color: #004890;
		background: url(../../../img/front/steel/this.png) no-repeat;
	    background-size: 18px;
	    background-position: 90% center;
	}
}
.bannerBlock img{
	width: 100%;
	display: block;
}
.bodyer{
	padding: 36px 0;
}
.list{
	border: 1px solid #414243;
	box-sizing: border-box;
}
.w300 img{
	width: 100%;
	display: block;
}
.listBlock{
	font-size: 12px;
	text-align: center;
	padding: 8px 0;
}
.listBlock li{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dashed #CCC;
	width: 100%;
}
.listBlock a{
	color: #414243;
}
.articleTitle{
	font-size: 32px;
    font-weight: 100;
    padding: 24px 0;
}
.articleText{
	line-height: 36px;
    padding: 24px 0;
}
.articleimg{
	text-align: center;
	margin-bottom: 24px;
}
.articleimg img{
	width: 100%;
}