.content{
	float:left;
	width:100%;
}
.content h2{
	width:100%;
	text-align: center;
	font-size:12px;
	color:#666666;
}
.content h4,.content h1{
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#1d6e9d;
	line-height:30px;
	letter-spacing:2px;
}
.content h5{
	width:100%;
	text-align:center;
	font-size:12px;
	color:#999999;
}
.font-size{
	text-align:right;
	width:100%;
	padding-bottom:4px;
	background-image:url(http://www.straitsfair.org.cn/Images/xu_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:12px;
}

.content p{
	line-height:20px;
	margin-left:10px;
	margin-right:10px;
}
.images_news
{
	text-align:center;
}
.content img{
	float:none;
	margin-top:10px;
	border:3px #e5e5e5 solid;
	_max-width:500px;
	_max-height:500px;
	cursor:pointer;
	margin-bottom:15px;
}
* html .content img{
    width: expression(this.width > 500 && this.width > this.height ? 500 : true);
    height: expresion(this.height > 500 ? 500 : true);
}
.print{
	border-top:1px #e3e3e3 solid;
	padding-top:5px;
	width:100%;
	text-align:right;
	margin-top:12px;
}

.content_lt{
	float:left;
	width:100%;
}
.content_lt h3{
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#1d6e9d;
	line-height:30px;
}
.content_lt h4{
	line-height:30px;
	margin-top:10px;
	color:#1d6e9d;
}