* {
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
body {
    background: #1b212d;/*
    background: linear-gradient(0deg,#1f2739,#1b212d);/**/
    font-size: 16px;
    width: 100%;
    max-width: 1920px;
    font-family: "Arial","微软雅黑","Microsoft YaHei","思源黑体",sans-serif;
}
div#allContainer {
	background: linear-gradient(0deg,#1b212d,#1f2739);
}
img {
	max-width: 100%;
}
video {
	max-width: 100%;
}
div#MainContent {
	width: 74.7916667%;
	margin: 142px auto 0px;
	position: relative;
	text-align: center;
}
div#hi h1{
	padding-bottom: 150px;
	font-weight: normal;
	font-size: 30px;
	padding-top: 20px;
}
article {
	margin-bottom: 150px;
}
/*
article img {
	box-shadow: 1px 1px 0px #ffd409,2px 2px 0px #ffd409;
	-webkit-box-shadow: 1px 1px 0px #ffd409,2px 2px 0px #ffd409;
}
*/
article a:link, article a:hover, article a:visited {
	text-decoration: none;
	outline: none;
	color: #fff;
}

div#cover {
	max-width: 990px;
	margin:0 auto;
}


div.headline {
	font-weight: normal;
	font-size: 16px;
	padding-top: 20px;
}
div.time {
	color: #344264;
	font-size: 18px;
	margin-bottom: 20px;
}
/*
div#MainContent::after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}*/
footer {
	width: 74.7916667%;
	margin: 30px auto 0px;
	font-size: 0.875em;
	color: #858c9b;/*dcdde6*/
	padding-bottom: 30px;
}
div#contact {
	width: 16.666667%;
	position: absolute;
	right: 0px;
	bottom: 25px;
}
div#contact ul {/*ul--p*/
	list-style-type: none;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 2;
	font-weight: 100;
}

@media screen and (max-width:420px) {
	article {
		margin:0px 0px 100px;
	}
	div.time {
		font-size: 14px;
	}
	div.headline {
		font-size: 14px;
	}
	div.headline a {
		color: #94a1a8;
	}
	footer {
		padding: 50px 0px 25px;
	}
	footer p {
		font-size: 10px;
	}
}