.itb_man {
	width:100%;
	float:left;
}
.itb_hed{
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #e4e4e4;
}
.itb_hed .tit{
	float:left;
	line-height:29px;
	height:29px;
	font:14px/29px Arial;
	text-indent:20px;
	text-align:left;
}
.itb_hed .tit a{
	color:#ffffff;
}
.itb_hed .tit a:hover{
	color:#c61130;
}
.itb_hed a{
	position:absolute;
	font:12px/29px Arial;
	color:#666;
	top:0;
	right:0;
}

.itb_hed a:hover{
	color:#c61130;
}
.itb_con{
	float:left;
	text-align:left;
	margin-top:15px;
}

.itb_man .lst {
	float:left;
	width:284px;
	margin-top:5px;
}
.itb_man .lst a{
	float:left;
	width:284px;
	height:23px;
	line-height:23px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url(img/dot.gif) no-repeat 0 8px;
	text-indent:10px;	
}
.itb_man .lst a:hover{
	color:#c61130;
}

.itb_hed .tab_h,.itb_hed .tab_n{
	width:77px!important;
	*width:75px!important;
	width:75px;
	height:28px!important;
	*height:27px!important;
	height:27px;
	line-height:28px;
	text-align:center;
	float:left;
	cursor:pointer;
	margin-left:0px;
	color:#666;
	font-size:14px;
	border:1px solid #e4e4e4;
	border-bottom:none;
}

.itb_hed .tab_h {
	color:#fff;
	background:#c61130;
}

/******box*****/
.itb_man .box {
	float:left;
	width:284px;
}
.itb_man .box .pic {
	float:left;
}
.itb_man .box .det {
	float:right;
	width:185px; /*mod*/
}
.itb_man .box .det .tit {
	float:left;
	width:100%;
}
.itb_man .box .det .tit a{
	font:bold 12px/20px Arial;
	height:20px;
	text-align:left;
	float:left;
	width:185px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.itb_man .box .det .tit a:hover{
	color:#c61130;
}
.itb_man .box .det .con{
	float:left;
	line-height:20px;
	height:40px;
	overflow:hidden;
	text-align:left;
	margin-top:5px;
}