﻿#Tukhoa{
	width: 100%;
	/*margin: 5em auto 2.5em;*/
}
#Tukhoa:first-child {
	margin-top: 3em;
}



.tagcloud01 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*.tagcloud01 ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
.tagcloud01 ul li a {
	display: inline-block;
	max-width: 250px;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li a:hover {
	background-color: #ff6500;
	border: 1px solid #ff6500;
	color: #fff;
}*/

/*.tagcloud01 ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;


	max-width: 250px;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li:hover {
	background-color: #ff6500;
	border: 1px solid #ff6500;
	color: #fff;
}*/


.tagcloud01 ul li a {
	display: inline-block;
	max-width: 250px;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li a:hover {
	background-color: #edc54a;
	border: 1px solid #edc54a;
	color: #fff;
}


