/* Global css (thread_node) */
.thread-list { margin: 0 -14px; }
.thread-list-padding {
	background: #fff;
	margin: 8px 14px 20px 14px;
	border: 1px #ccc solid;
	border-radius: 3px;
}
.thread-list-padding:hover { border-color: #999; }
.thread-list-avt {
	background: center no-repeat;
	background-size: auto 100%;
	height: 220px;
	border-bottom: 1px #f2f2f2 solid;
}
.thread-list-title {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin: 8px 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding: 0 10px;
}
.thread-list-ant {
	position: relative !important;
	z-index: 1;
	color: #999;
}
.thread-list-ant:hover { text-decoration: underline; }
.thread-list-per {
	position: absolute;
	left: 20px;
	padding: 0 10px;
	line-height: 25px;
	top: 30px;
}
/* .thread-list-giamgiashow .thread-list-per, */
/*
.thread-list li[data-per="0"] .thread-list-per {
	display: block;
	z-index: 1;
}
*/
.thread-list-desc {
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	color: #5d5c5c;
}
.thread-list-gia,
.thread-list-giamoi { }
.thread-list-gia {
	font-size: 15px;
	color: #999;
	padding-bottom: 10px;
}
.thread-list-giamoi {
	color: #ff9104;
	font-size: 20px;
	/* font-weight: bold; */
	padding: 5px 0;
}
.thread-list-mobilebg { }
.thread-list-msp { display: none; }
.thread-list-xem { padding: 0 10px 10px 10px; }
.thread-list-more,
.thread-list-mua {
	width: 90%;
	margin: 0 auto;
	border-radius: 3px;
}
.thread-list-more {
	border: 1px #ccc solid;
	background: #ebebeb;
	color: #333;
	text-shadow: 1px 1px #fff;
	line-height: 30px;
	display: block;
}
.thread-list-mua {
	background-color: #ff9104;
	position: relative;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
.thread-list-mua a {
	color: #fff;
	display: block;
	padding-left: 35px;
}
.thread-list-mua i {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	line-height: 32px;
	display: block;
	width: 30px;
	background: #333;
	text-align: center;
	border-radius: 3px 0 0 3px;
}
.thread-list-more:hover,
.thread-list-mua:hover { opacity: .8; }
/* */
.style-for-mobile .thread-list-padding { margin: 5px; }
