/*---------------信息列表样式(Details.aspx)------------------*/

.ShowList
{
	width:56%;
	/*height:1400px;*/
	float:left;
	margin:0px 10px 0px 25px;
}

.WholeShowList
{
	width:70%;
	/*height:1400px;*/
	float:left;
	margin:0px 10px 0px 25px;
}
.ShowListMiddleContent
{
	width:95%;
	margin-bottom:5px;
}
.ShowListMiddleContent11
{
	width:95%;
	font-size:50px;
	font-family:"宋体";
	margin-bottom:5px;
}


.ShowListChannelContent
{
	width:95%;
	margin-bottom:0px;
	font-family:"宋体";
	font-size:12px;
	color: #0000FF;
}
.Channelfontcolor
{
	font-family:"宋体";
	font-size:20px;
	color: #0000FF;
	
}
.ShowListTitle
{
	float:left;
	line-height:20px;
}

.ShowListTime
{
	float:right;
}

.ShowListBottom
{
	clear:both;
	margin:5px 0px 5px;
	border-bottom:1px dashed #cccccc;
}

.ShowListOverall
{
	float:right;
	line-height:20px;
}

.ShowListBottom2011
{
	clear:both;
	margin-top:3px;
	margin-bottom:5px;
	border-bottom:1px dashed #cccccc;
}

.btnParentListMore
{
	float:right;
}

.ParentListTitle
{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

.ParentListCategoryName
{
	clear:right;
	width:450px;
	line-height:38px;
	color:#F61F1F;
	background-image:url(../Images/DetailsTitle.jpg);
	font-family: "宋体";
	font-weight: bold;
	text-align:left;
	font-size: 14px;
}

.ChannelList
{
	width:70%;
	/*height:1400px;*/
	float:left;
	margin:0px 10px 0px 20px;
}
.ParentList
{
	clear:right;
	width:500px;
	line-height:38px;
	color:#F61F1F;
	background-image:url(../Images/DetailsTitle.jpg);
	font-family: "宋体";
	font-weight: bold;
	text-align:left;
	font-size: 14px;
}
.divchaContent
{
	margin: 0px auto 0px;
	width:98%;
	text-align:left;
}
a:hover
{
	font-family:"宋体";
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

/*更多链接样式*/
a.More:link,a.More:visited,a.More:active
{
	font-family:"宋体";
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
}

a.More:hover
{
	font-family:"宋体";
	font-size:12px;
	color: #FF6600;
	text-decoration:none;
}

