@charset "utf-8";
/* CSS Document */



#hotst
{
	width:315px;
	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;
	height:110px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}



#week
{
	width:315px;
	padding:5px;
	margin-bottom:10px;
	float:left;
	background:#701a4f;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#week .title1
{
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	margin-bottom:5px;
}
#week .content1
{
	border: 1px solid #fdda6e;
	background:#FFFFFF;
	padding:3px;
	height:110px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
 
 

.hotimg
{
	width:100px;
	flaot:left;
}
.hotimg img
{
	text-align:center;
}
.hotpara
{
	width:190px;
	float:right;
}
.hotpara .ctitle
{
	font-weight:700;
	color:#701a4f;
}



