@charset "utf-8";

.tagmain {
	width:1200px;
	margin:10px auto 40px;
	padding:0;
}

.tagmain  h2 {
	text-align:center;
	color:#fff;
	font-size:40px;
	width:100%;
	height:240px;
	letter-spacing:20px;
	line-height:200px;
	background:url('/images/tagbg.jpg') no-repeat;
	background-size:cover;
}
.tagmain .tags_list {
	width:100%;
}
.tags_list .tbox {
	width:100%;
	padding:0;
	margin:10px auto;
	overflow:hidden;
}
.tags_list .tbox dt {
	display:block;
	float:left;
	font-size:16px;
	height:30px;
	line-height:25px;
}
.tags_list .tbox dt em {
	display:inline-block;
	font-style:normal;
	width:3px;
	height:15px;
}
.tags_list .tbox dt strong {
	display:inline-block;
	padding:0px 0px 0px 10px;
	height:20px;
	margin-top:5px;
}
.tags_list .tbox dd {
	width:auto;
	display:block;
	float:left;
	font-style:normal;
	margin:20px 0px;
	padding:0px 30px;
}
.tags_list .tbox dd a {
	display:inline-block;
	padding:6px 16px;
	margin:10px;
	border-radius:4px;
	font-size:14px;
}
.tags_list .tbox dd a:hover {
	background:#f0f;
	color:#fff;
}

.tgred {
	color:#f00;
}
.tgred .tbox dt {
	color:#f00;
	border-bottom:2px solid #f00;
}
.tgred .tbox dt em {
	background:#f00;
}
.tgred .tbox dd a {
	background:#f00;
	color:#fff;
	background: rgba(255,0,0,0.5);
}
.tggreen{
	color:#004000;
}
.tggreen .tbox dt {
	color:#004000;
	border-bottom:2px solid #004000;
}
.tggreen .tbox dt em {
	background:#004000;
}
.tggreen .tbox dd a {
	background:#004000;
	color:#fff;
	background: rgba(0,64,0,0.5);
}

.trblue {
	color:#0000ff;
}
.trblue .tbox dt {
	color:#0000ff;
	border-bottom:2px solid #0000ff;
}
.trblue .tbox dt em {
	background:#0000ff;
}
.trblue .tbox dd a {
	background:#0000ff;
	color:#fff;
	background: rgba(0,0,255,0.5);
}

/*page*/
.news_pages { clear: both; text-align: left; margin-top:30px;}
.news_pages .newspagestyle { margin: 30px 0px; font-size: 14px; display: inline-block; }
.news_pages .newspagestyle>li {list-style: none; display: inline-block; float: left; width:auto; margin:0px 5px; padding:0px; border:0; border-radius:2px; }
.news_pages .newspagestyle>li a {display: block; padding:5px 12px; color: #333; background: #DDD; text-decoration:none; }
.news_pages .newspagestyle>li a:hover { background: #f00; color: #fff; }
.news_pages .newspagestyle>span.pageinfo { color: #333;display: inline-block; padding:5px 8px; width:auto; font-size:15px; }

.news_pages .newspagestyle>span.pageinfo strong{font-size: 15px;color:#333;}
.news_pages .newspagestyle .select { border: none; color: #f00;}
.news_pages .newspagestyle>li.thisclass a{ background: #f00; color: #fff; font-size:15px; }
/*page*/

@media screen and (max-width:768px) {
	
	* {
		padding:0;
		margin:0;
			
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-khtml-user-select: none;
		user-select: none;	
		
	}
	body {
		padding:0;
		margin:0;
	}
	.tagmain {
		width:100%;
		margin:0;
		padding:0;
		
	}
	.tagmain  h2 {
		text-align:center;
		height:100px;
		line-height:100px;
		color:#fff;
		font-size:20px;
		display:block;
		letter-spacing:10px;
		
	}
	.tagmain .tags_list {
		width:100%;
	}
	.tags_list .tbox {
		width:100%;
		padding:0;
		margin:10px auto;
		overflow:hidden;
	}
	.tags_list .tbox dt {
		margin:0px 10px;
		display:block;
		float:left;
		font-size:16px;
		height:30px;
		line-height:25px;
	}
	.tags_list .tbox dt em {
		display:inline-block;
		font-style:normal;
		width:3px;
		height:15px;
	}
	.tags_list .tbox dt strong {
		display:inline-block;
		padding:0px 0px 0px 10px;
		height:20px;
		margin-top:5px;
	}
	.tags_list .tbox dd {
		width:auto;
		display:block;
		float:left;
		font-style:normal;
		margin:20px 0px;
		padding:0px 30px;
	}
	.tags_list .tbox dd a {
		display:inline-block;
		padding:6px 16px;
		margin:10px;
		border-radius:4px;
		font-size:14px;
	}
	.tags_list .tbox dd a:hover {
		background:#f0f;
		color:#fff;
	}
	
	/*page*/
	.news_pages { clear: both; text-align: center; margin:20px auto; overflow:hidden;}
	.news_pages .newspagestyle { margin: 10px 0px; font-size: 12px; display: block; text-align: center; }
	.news_pages .newspagestyle>li {list-style: none; display: inline-block; float:left; width:auto; margin:0px 5px; padding:0px; border:0; border-radius:2px; }
	.news_pages .newspagestyle>li a {display: block; padding:5px 7px; color: #333; background: #DDD; }
	.news_pages .newspagestyle>li a:hover { background: #f00; color: #fff; }
	.news_pages .newspagestyle>span.pageinfo { color: #333;display: block; padding:5px 8px; width:auto; font-size:12px; text-align:center;margin-bottom:10px; }

	.news_pages .newspagestyle>span.pageinfo strong{font-size: 12px;color:#333;}
	.news_pages .newspagestyle .select { border: none; color: #f00;}
	.news_pages .newspagestyle>li.thisclass a{ background: #f00; color: #fff; font-size:12px; }
	/*page*/
	
}	