* {
	padding: 0;
	margin: 0;
}

html,body {
	height: 100%;
	width: 100%;
	
}

.banxinTop {
	width: 1200px;
	margin: 0 auto;
}

.banxin {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

.titleTag {
	height: 8px;
	width: 80px;
	background: linear-gradient(90deg, #3496FF 0%, rgba(52, 150, 255, 0) 100%);
	border-radius: 6px;
	position: relative;
	bottom: 6px;
	opacity: 0.8;
}

/* 头部导航栏区 */

header {

	width: 100%;
	height: 70px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #fff;
	border-bottom: 1px solid #F5F7F6;

}

.topnav {

	height: 70px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	height: 60px;
}

.nav {
	width: 500px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav .navLayout {
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;

}

.nav .navLayout a {
	color: #000000;
	text-decoration: none;
}

/* 详情 */
.dynamicContent {

	margin-bottom: 20px;
	padding: 20px 10px 20px 10px;
	background-color: #fff;
}
	.dynamicContent span{

	}

	.dynamicContent .title {
		margin-top: 15px;
	}

.dynamicContent .detailTime {
	margin-top: 10px;
	font-size: 12px;
	color: rgba(39, 39, 39, 0.6);
}
.dynamicContent .dynaTitle {
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}



.dynamicContent .detailDescribe {
	margin-top: 20px;
	text-indent: 2em;

}

.detail {
	margin-top: 70px;
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 250px;

}

/* 底 部信息 */
footer {
	height: 250px;
	margin-top: -250px;

	width: 100%;
	/* position: absolute;
	bottom: 0; */
	background-color: #22202E;
}

footer .aboutSite {
	color: #96949C;

}

footer .footerInfo {
	padding: 20px 0 20px 0;
	display: flex;
	justify-content: space-between;
}
