﻿/*－－－－－－信息详细内容页面设置－－－－－－*/
#details_frame
{
	margin: 50px 80px 50px 80px;
	text-align: center;
}

#title_header
{
	font-size: 30px;
	font-family: 黑体;
	margin-bottom: 30px;
	line-height: 45px;
}

#post_line
{
	margin-bottom: 30px;
	height: 28px;
	border-top: solid 1px #0099CC;
	border-bottom: solid 1px #0099CC;
	background-color: #D4EEF6;
	text-align: left;
	font-size: 14px;
}

#post_line td
{
	line-height: 23px;
	text-indent: 20px;
}


#post_photos td
{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#post_photos img
{
	border: solid 3px #D4EEF6;
}

#post_photos table
{
	margin-bottom: 15px;
}

#post_main
{
	text-align: justify;
	font-size: 20px;
	font-family: 宋体;
	line-height: 36px;
	margin-bottom: 20px;
}

#post_files
{
	text-align: left;
	line-height: 30px;
	font-size: 16px;
}

#post_files table
{
	border-top: solid 1px #0099CC;
	width: 840px;
}

#post_files a
{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}

#post_files a:hover
{
	color: Red;
	text-decoration: none;
	font-weight: bold;
}
