﻿/* CSS Document */
 /*------------ArticleMasterPage的面包屑导航------------*/
 .article_title_tip
{ 
	 float:left;font-size:13px; height:30px; padding-top:8px; padding-left:30px;
}
.articlelist
{
	margin:3px;
	height:auto;
	min-height:360px;
	_height:360px;
}
.articlelistheader
{
	height:30px;
	line-height:30px;
	background:url("../images/articleHearder.gif") repeat-x;
	font-size:15px;
	font-family:新宋体;
	font-weight:bold;
	letter-spacing:2px;
	text-align:left;
	padding-top:6px;
	padding-left:2px;
}
.title_articlelist_id
{
	float: left;
	width: 80px;
	height:20px;
	line-height:20px;
	text-decoration:none;
	white-space:nowrap!important;/*强制文字不换行（标准浏览器）*/
	white-space:normal;/*溢出的时候文字换行，并配合上面的固定高度，对文字进行裁切*/
	overflow:hidden;
	text-overflow:ellipsis;/*截断文字，显示省略号(...)*/
	-o-text-overflow:ellipsis;/*Opera的专用截断文字的属性*/
	background:none;/*解决在IE6的莫名高度BUG，试试在IE6下去掉这个属性*/
}
.title_articlelist0
{
	float: left;
	width: 320px;
	height:20px;
	line-height:20px;
	text-decoration:none;
	white-space:nowrap!important;/*强制文字不换行（标准浏览器）*/
	white-space:normal;/*溢出的时候文字换行，并配合上面的固定高度，对文字进行裁切*/
	overflow:hidden;
	text-overflow:ellipsis;/*截断文字，显示省略号(...)*/
	-o-text-overflow:ellipsis;/*Opera的专用截断文字的属性*/
	background:none;/*解决在IE6的莫名高度BUG，试试在IE6下去掉这个属性*/
}
.title_articlelist1
{
	float: left;
	width: 280px;
	height:20px;
	line-height:20px;
	white-space:nowrap!important;/*强制文字不换行（标准浏览器）*/
	white-space:normal;/*溢出的时候文字换行，并配合上面的固定高度，对文字进行裁切*/
	overflow:hidden;
	text-overflow:ellipsis;/*截断文字，显示省略号(...)*/
	-o-text-overflow:ellipsis;/*Opera的专用截断文字的属性*/
	background:none;/*解决在IE6的莫名高度BUG，试试在IE6下去掉这个属性*/
}
.title_articlelist2
{
	float: left;
	width: 90px;
	height:20px;
	line-height:20px;
	text-align:center;
}
.title_articlelist3
{
	float: left;
	height:20px;
	line-height:20px;
}
.item_articlelist
{
	float:left;
	font-size:13px;
	font-family:Times New Roman 新宋体;
	text-align:left;
	vertical-align:bottom;
	height:20px;
	line-height:20px;
}
.alter_articlelist
{
	background-color:#F5F5F5;
	float:left;
	font-size:13px;
	font-family:Times New Roman 新宋体;
	text-align:left;
	vertical-align:bottom;
	height:20px;
	line-height:20px;
}

.search_table
{
	font-size:13px;
	line-height:30px;
	vertical-align:middle;
	height:auto;
	width:100%;
	border-bottom:2px dotted #ccc;
	margin-bottom:6px;
}

.search_table tr td
{
	font-weight:300;
	height:22px;
	line-height:22px;
}