/*顶部导航公用样式*/
.nav {
	width: 100%;
	line-height: 0.8rem;
	font-size: 0.32rem;
	color: #999;
	border-bottom: 1px solid #dcdcdc;
}
.nav>span {
	line-height: 0.8rem;
	display: inline-block;
	padding: 0 0.2666666667rem;
}
/*底部网站导航客服中心电脑版返回首页样式*/
.footer-nav {
	width:100%;
	position: absolute;
	bottom:0px;
	z-index: 8;
}
.footer-wrap{
	color: #999;
	text-align: center;
	margin:0 auto;
}
.footer-nav span {
	font-size: 0.3733333333rem;
	border-right: 1px solid #999;
	padding: 0 0.2666666667rem;
}
.footer-nav span:last-of-type {
	border-right: none;
}
.copyright {
	margin-top: 0.4rem;
	font-size: 0.32rem;
}
/*置顶按钮*/
.Unlisted a{
	color:#fff;
}
.stick {
	position: fixed;
	bottom: 1rem;
	border-radius: 100%;
	right: 0.2666666667rem;
	width: 1.0666666667rem;
	height: 1.0666666667rem;
	line-height: 1.0666666667rem;
	text-align: center;
	color: #fff;
	font-size: .32rem;
	background-color: rgba(225,51,51,.4);
}
/*list样式*/
.dynamic-list-title {
	line-height: 1.25;
	font-size: 0.4266666667rem;
	color: #333;
	margin-bottom: 0.1333333333rem;
	text-decoration: none;
}
.dynamic-list p span {
	color: #666;
	font-size: 0.32rem;
}
.dynamic-list-time {
	float: right;
}
.dynamic-list-info {
	color: #666;
	font-size: 0.3466666667rem;
	line-height: 1.5;
}
.dynamic-list article {
	color: #666;
	font-size: 0.3466666667rem;
	line-height: 1.5;
	margin-bottom: 0.9333333333rem;
}
.dynamic-list .micro {
	padding:0.04rem 0.0666666667rem;
	margin-right: 0.2666666667rem;
	border:1px solid #dfdfdf;
	border-radius: 0.0666666667rem;
	color: #666;
	font-size: 0.32rem;
	line-height: 2;
}
.dynamic-list article:last-of-type {
	margin-bottom: 0;
}
/*顶部公用样式*/
.top-search {
	/*background-color: #ff3333;*/
	width: 100%;
	line-height: 1.2rem;
	position: fixed;
	left: 0;
	top: 0;
}
.top-search .logo {
	width: 2.24rem;
	height: 0.5866666667rem;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0.2666666667rem;
	margin-top: 0.8em;
}
.top-search .serch-btn {
	padding: 0.1333333333rem;
}
.serch-btn form{
	display: inline-block;
}

.serch-btn img{
	width: 0.3866666667rem;
	height: 0.3733333333rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.2rem;
}

.search-container {
	background-color: #fff;
	display: inline-block;
	width: 6.2rem;
	height: 0.9rem;
	line-height: 0.9rem;
	border-radius: 2rem;
	/*margin-left: 0.3rem;*/
	/*-webkit-box-shadow: 2px 2px 3px #dbdbdb;*/
	/*-moz-box-shadow: 2px 2px 3px #dbdbdb;*/
	/*box-shadow: 2px 2px 3px #dbdbdb;*/
}
.search-input {
	border:none;
	line-height: .7333333333rem;
	width: 4.2rem;
	overflow: hidden;
}
/*顶部公用样式*/