﻿@import url("headerfooter.css");
input#search_input_box{
	color:#666;
}

/*主内容区域*/
#main{
	overflow:hidden;
}
#main a{
	color:#ed135a;
}
#main a:hover{
	color:#ff6396;
}
#content{
	width:708px;
	float:left;
	padding-top:10px;
}
.list_title{
	clear:both;
	font-size:16px;
	color:#ed135a;
	padding:0 0 2px 10px;
	border-bottom:1px solid #ed135a;
}
.list_content{
	width:100%;
	padding-left:2px;
}
.list_content img{
	height:170px;
}
.list_end{
	clear:both;
	text-align:right;
	padding-top:9px;
	color:#ed135a;
}
.list_content dl{
	display: inline; /*IE hack  修改了*/
	margin:5px 2px 0;
	padding:8px 5px 5px;
	border:1px solid #eee;
	float:left;
	width:160px;
	height:190px;
	text-align:center;
	overflow:hidden;
}
#sidebar{
	float:right;
	width:210px;
	padding-top:12px;
}
.sidebar_title{
	font-size:14px;
	font-weight:bold;
	color:#ed135a;
	padding-left:10px;
	padding-bottom:2px;
	border-bottom:1px solid #ed135a;
}
#time{
	font-size:12px;
	font-weight:normal;
}
.sidebar_content{
	padding:5px 0 0 5px;
	margin-bottom:20px;
	_margin-bottom:22px;
}
.sidebar_content li{
	list-style:disc;
	line-height:19px;
	color:#ed135a;
	margin-left:15px;
}
#links{
	clear:both;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:4px;
}
#linksend{
	margin-left:10px;
}
#copyright{
	padding-top:0;
	clear:both;
	text-align:center;
	line-height:15px;
}
