.banner{
	height:451px;
	background: url(/static/image/banner_study_here.jpg) center center no-repeat;
}

.url-path{
	padding:20px 0;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}
.title-red{
	font-size: 19px;
	color:#b31b1b;
	margin:16px 0;
}

.block-2{
	overflow: hidden;
}
.block-2>.title{
	border-bottom: 1px solid #e7e7e7;
}


.block-2 ul{
	width: 1200px;
}
.block-2 li{
	float: left;
	margin-right: 29px;
	margin-bottom:24px; 
}
.block-2 li a{
	display: block;
	width: 371px;
	color:#333333;
}
.block-2 li img{
	width: 371px;
	height: 209px;
}
.block-2 li .text{
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}


.article-detail h1{
	text-align: center;
	padding:20px;

}

.article-detail .article-detail-content{
	padding:20px;
}
.article-pic{
	text-align: center;
}
