@charset "utf-8";
/* CSS Document */

#st
{
	width:340px;
	height:135px;
	padding:8px;
	border: 1px solid #fdda6e;
	margin-bottom:10px;
	float:left;
	background-attachment: fixed;
	background-repeat: repeat-x;
	overflow:hidden;
	filter:progid:DXImageTransform.microsoft.gradient(gradienttype=0,startColorStr=#fff2c9,endColorStr=#ffffff);
	
	/*
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	*/
}
#st .title1
{
	font-size:14px;
	font-weight:700;
	color:#701a4f;
	margin-bottom:5px;
}
#st a
{
	font-weight:700;
	color:#701a4f;
	text-decoration:underline;
}
#st a:hover
{
	font-weight:700;
	color:#701a4f;
	text-decoration:none;
}
#st .content1
{
	line-height:21px;
	color:#333333;

}

#hotst
{
	width:285px;
	padding:5px;
	margin-bottom:10px;
	float:right;
	background:#CF2C1B;
	height:auto;

	/*
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	*/
}
#hotst .title1
{
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	margin-bottom:5px;
}
#hotst .content1
{
	border: 1px solid #fdda6e;
	background:#FFFFFF;
	padding:3px;
	
	/*
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	*/
}
.hotstlist
{
	cursor:pointer;
}
.hotimg
{
	width:100px;
	flaot:left;
}
.hotimg img
{
	text-align:center;
}
.hotpara
{
	width:160px;
	float:right;
}
.hotpara .ctitle
{
	font-weight:700;
	color:#701a4f;
}

