.nonepage{
	width:100%;
	font-size: 24px;
	text-align: center;
	line-height: 100px;
	color:gray;
}

.searchkey{
	width:35%;
	height:50px;
	margin: auto;
	display: flex;
	align-items: center;
	border-radius: 7px;
	margin-top: 10px;
}

.searchkey input{
	flex:1;
	border:2px solid #ff6b00;
	outline: none;
	padding-left:13px;
	height:46px;
}


.searchkey span{
	display: inline-block;
	width: 57px;
	height:50px;
	background: #ff6b00;
	color:white;
	line-height: 50px;
	text-align: center;
}

.keywords_list{
	font-size: 16px;
	color: #ff6b00;
	width:35%;
	height:38px;
	margin: auto;
}
.keywords_list span{
	margin-right: 17px;
	line-height: 38px;
}

.intro_tit{
	width:56%;
	height:30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid lightgray;
	margin:57px auto 17px;
}

.hot_intro{
	font-size: 18px;
	color: #333;
}

.hot_intro span{
	padding: 0 2px;
	background: #ff6b00;
	margin: 0 5px 0 2px;
}

.more_intro{
	color:#ff6b00;
	font-size: 14px;
}

.intro_list{
	width:56%;
	height:auto;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.intro_list1,.intro_list2,.intro_list3{
	width: 29%;
	margin-right: 6%;
}

.intro_list3{
	margin-right: 0;
}

.article_list{
	display: flex;
	align-items: center;
	line-height: 34px;
}

.article_list div{
	flex: 1;
	color:#333;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 17px;
}

.article_list span{
	color:gray;
	font-size: 12px;
}

.intro_tit a:link{
	text-decoration: none;
	color:#ff6b00
}

.main{
	padding-bottom:18px;
}

.pos-nav{
	line-height: 20px;
	padding:5px 0;
}