@charset "utf-8";
/* CSS Document */
#news {
	width: 640px;
	position: relative;
	margin: 0 auto;
	color: #262626;
	line-height: 24px;
	padding:45px 0 0 0;
	background:url(title.jpg) top no-repeat;
}
#news .list {
	position: relative;
	border-bottom:#D6D6D6 1px dotted;
}
#news .list .date {
	font-size: 12px;
	width:105px;
	height: 38px;
	line-height: 38px;
	color: #B20000;
	text-align:center;
	float:right;
	text-decoration: none;
	-webkit-transition: color 200ms linear, background 200ms linear;
	-moz-transition: color 200ms linear, background 200ms linear;
	-o-transition: color 200ms linear, background 200ms linear;
	transition: color 200ms linear, background 200ms linear;
}
#news .list .name {
	width:510px;
	height: 38px;
	color: #666666;
	line-height:38px;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 0px;
	overflow: hidden;
	float:left;
	padding: 0 0 0 25px;
	background:url(dot.png) 10px 15px no-repeat;
	-webkit-transition: color 200ms linear, background 200ms linear;
	-moz-transition: color 200ms linear, background 200ms linear;
	-o-transition: color 200ms linear, background 200ms linear;
	transition: color 200ms linear, background 200ms linear;
}
#news .list a:hover .name{
	color: #0F8B0E;
	text-decoration: none;
}
/*----------------------detail-------------------------*/
#news_in {
	width: 640px;
	position: relative;
	margin: 0 auto;
}
#news_in .date {
	font-size: 12px;
	line-height: 30px;
	color: #999999;
	padding: 0 0 10px 25px;
	text-decoration: none;
}
#news_in .date span{
	color:#DF7272;
	text-decoration:underline;
}

#news_in .name {
	line-height: 22px;
	color: #666666;
	font-size: 15px;
	letter-spacing: 0px;
	padding: 0 10px 0 25px;
	text-decoration: none;
	background:url(dot.png) 10px 9px no-repeat;

}
#news_in .photo {
	margin: 0 auto;
	margin-bottom: 20px;
}
#news_in .photo_b {
	width: 524px;
	height: 393px;
	float: left;
	text-align: center;
	padding:4px;
	background:#EEEEEE;
	border:#D6D6D6 1px solid;
}

#news_in .photo_b img {
	max-width: 524px;
	max-height: 393px;
}
#news_in .photo_s_list {
	width: 82px;
	float: right;
}
#news_in .photo_s {
	width: 76px;
	height: 57px;
	margin: 0px 0px 5px 0px;
	float:left;
	text-align: center;
	position:relative;
	padding:2px;
	background:#EEEEEE;
	border:#D6D6D6 1px solid;
	-webkit-transition: border 200ms linear, background 200ms linear;
	-moz-transition: border 200ms linear, background 200ms linear;
	-o-transition: border 200ms linear, background 200ms linear;
	transition: border 200ms linear, background 200ms linear;
}

#news_in .photo_s img {
	max-width: 84px;
	max-height: 63px;
}
#news_in .photo_s a {
	width: 84px;
	height: 63px;
	display:block;
	position:absolute;
	/*opacity:3;*/
	background:url(top.png) no-repeat;
	left:0px;
	top:0px;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
	z-index:10;
}
#news_in .photo_s a:hover {
	opacity:1;
}
#news_in .con {
	font-size:13px;
	margin: 0 auto;
	color:#666666;
	line-height: 20px;
	padding:50px 0 0 0;
	margin-bottom: 20px;
	background:url(info_t.jpg) top no-repeat;
}
#news_in .con img{
	max-width:660px;
}
