@charset "utf-8";

/* topics
--------------------------------------------------------------------------------------------------------------------*/
#topics_area {
				padding: 20px 0;
				width:100%;
}

#topics_area .tp_title {
				border-bottom:1px solid #20202F;
				width:100%;
				padding-bottom:12px;
}
#topics_area .tp_title span {
				float:right;
}

#topics_area dl {
				border-bottom:1px solid #DBDBEA;
				display:table;
				width:100%;
				padding:12px 0;
}
#topics_area dt {
				display:table-cell;
				width:100px;
}
#topics_area .ico_news {
				display:inline-block;
				width:70px;
				height:18px;
				line-height:18px;
				color:#fff;
				font-size:11px;
				text-align:center;
				margin-left:6px;
				background:#FF9326;
}
#topics_area .ico_ques {
				display:inline-block;
				width:70px;
				height:18px;
				line-height:18px;
				color:#fff;
				font-size:11px;
				text-align:center;
				margin-left:6px;
				background:#24405C;
}
#topics_area .ico_pickup {
				display:inline-block;
				width:70px;
				height:18px;
				line-height:18px;
				color:#fff;
				font-size:11px;
				text-align:center;
				margin-left:6px;
				background:#B20000;
}
#topics_area dd {
				display:table-cell;
}

/* topics detail
--------------------*/
.tp_ico_news {
				width:70px;
				height:18px;
				line-height:18px;
				color:#666;
				font-size:11px;
				border-left:3px solid #FF9326;
				padding-left:5px;
}
.tp_ico_ques {
				width:70px;
				height:18px;
				line-height:18px;
				color:#666;
				font-size:11px;
				border-left:3px solid #24405C;
				padding-left:5px;
}
.tp_ico_pickup {
				width:70px;
				height:18px;
				line-height:18px;
				color:#666;
				font-size:11px;
				border-left:3px solid #B20000;
				padding-left:5px;
}
#topics_detail{
	padding:5px 0 20px;
}