
.order-head {
	/* width: 1200px; */
	margin: 0 auto;
	padding-bottom: 15px;
}

.order-box {
	width: 1200px;
	margin: 0 auto;
}


.orderpayTilte {
	height: 56px;
	background-color: #3b84fc;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 56px;
	margin-top: 35px;
}
/* 文章列表页 */
.articleBox{
	margin-top: 30px;
	min-height: 600px;
}
.articleBox li div{
	float: left;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #EEEEEE;
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

}
.articleBox li:first-child div{
	border-bottom: 1px solid #333333;
}
.articleBox li .articleTitle{
	width: 40%;
}
.articleBox li .articleContent{
	width: 30%;
}
.articleBox li .articleDate{
	width: 30%;
	text-align: right;
}
.articledetail{
	width: 100%;
	background: #F1F1F1;
	padding: 50px 0 85px 0;
}
.articledetailBox{
	width: 1200px;
	background-color: #FFFFFF;
	min-height: 600px;
	margin: 0 auto;
}
.articlebiaoti{
	color: #111111;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	padding: 50px 0 15px 0;
}
.articletag{
	color: #656565;
	font-size: 14px;
	text-align: center;
}
.articletag span:nth-child(3){
	margin-left: 15px;
}