@charset "utf-8";
/* CSS Document */
#news {
	width: 685px;
	position: relative;
	line-height: 18px;
	margin: 0 auto;
}
#news .list_title {
	width: 685px;
	height: 43px;
}
#news .list {
	width: 685px;
	padding: 10px 0;
	margin: 0 auto;
	color: #B0B0B0;
	border-bottom: #FFF 1px solid;
}
#news .list > .title {
	width: 540px;
	float: left;
	height: 20px;
	padding: 0 15px 0 25px;
	background: url(dot.png) 0px 4px no-repeat;
}
#news .list > .title a {
	color: #696969;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#news .list > .title a:visited {
	color: #696969;
	text-decoration: none;
}
#news .list > .title a:hover {
	color: #b7000f;
	text-decoration: none;
}
#news .list > .date {
	width: 100px;
	height: 20px;
	text-align: center;
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #b7000f;
}
/*----------------------detail-------------------------*/
#news_in {
	width: 680px;
	position: relative;
	margin: 0 auto;
}
#news_in .name {
	padding: 0 15px 15px 25px;
	color:454545;
	font-weight:bold;
	background: url(dot.png) 0px 4px no-repeat;
	border-bottom:#CCC 1px solid;
}
#news_in .date {
	height: 20px;
	padding:15px 0;
	font-size: 12px;
	font-weight: normal;
	color: #b7000f;
}
#news_in .photo {
	width: 680px;
	margin: 0 auto;
	margin-bottom:20px;
}
#news_in .photo_b {
	width: 568px;
	height: 426px;
	float: left;
	padding: 4px;
	margin: 3px 0 3px 0;
	border:#c9c9c9 1px solid;
	behavior: url(../../scripts/pie/PIE.htc);
}
#news_in .photo_s_list {
	width: 90px;
	float: right;
}
#news_in .photo_s {
	width: 88px;
	height: 66px;
	margin: 0 0 7px 0;
	border:#9b9b9b 1px solid;
	-webkit-transition: border 200ms linear;
-moz-transition: border 200ms linear;
-o-transition: border 200ms linear;
transition: border 200ms linear;
	behavior: url(../../scripts/pie/PIE.htc);
}
#news_in .photo_s:hover {
	border: #F00 1px solid;
}
#news_in .con {
	width: 680px;
	margin: 0 auto;
	color: #594637;
}
#news_in .con h3{
	height:auto !important;
}
