/*img{filter: blur(7px);-webkit-filter: blur(7px);}
.logo img,.banner img{filter: none;-webkit-filter: none;}*/
body {
	font-family: "Microsoft YaHei";
	color: #404040;
	min-width: 1024px;
}
/*img{filter: blur(7px);-webkit-filter: blur(7px);}*/

body,
div,
p,
span,
i,
en,
header,
ul,
li,
ol,
footer,
nav,
section,
h1,
figure{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #8d8a8a;
}

ul,
li,
ol {
	list-style: none;
}

.container {
	max-width: 1200px;
	min-width: 1024px;
	margin: 0 auto;
}

.flex {
	display: flex;
}
.clamp { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;  white-space: normal; -webkit-box-orient: vertical;}
.clamp1 { -webkit-line-clamp: 1;}
.clamp2 { -webkit-line-clamp: 2;}
.clamp3 { -webkit-line-clamp: 3;}

/*-- Header Part Starts Here --*/

.header {
	position: relative;
	text-align: center;
	background-color: #111;
	padding: .2em 0;
	z-index: 99;
	width: 100%;
}

.logo {
	width: 28%;
}
.logo img{
	width:100%;
}
.logo h1{
	font-family: 'PT Sans Narrow', sans-serif;
	color: #2BABCF;
}
.menu {
	
align-items: center;
}
.top-menu{
	width: 72%;
}
.top-menu ul {
	justify-content: flex-end;
}

.top-menu ul li a {
	display: block;
	padding: 0.45em 2em 0 1em;
	color: #fff;
	font-weight: bold;
}

.top-menu ul li.active a,
.top-menu ul li a:hover {
	color: #2BABCF;
}


.footer{
	background-color: #111;
	padding: 1em 0;
	text-align: center;
	font-size: .8em;
	line-height: 1.9em;
}
.footer,.footer a{
	color: #d4d1d1;
}
.editor{color: #C0C4CC;padding: .5rem 0 1.5rem 0;font-size: .9rem;border-bottom: 1px solid #f0f0f0;margin: .7rem 0 1rem 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.editor .user-name{text-align: left;}
.editor .user-other span{ padding-right: .5rem;}
.editor p a{color: #555ba6;}
.shenming{border: 1px solid #eee;padding: 10px;box-sizing: border-box;color: #7d7d7d;}
.shenming div{text-align: center !important;margin-bottom:.3rem;line-height: 1.5rem;font-size: 1rem;}
.shenming span{ font-size:.9rem}
@media(max-width: 480px) {
	.editor p{ width:100%;}
	.editor .user-name{ margin-bottom:.5rem;}
}