﻿
.news-wrapper
{
	margin:0 0 0 0;
	background-color: #fff;

}
.news-wrapper .news-contents-wrapper
{
	width: 287px;
	margin: auto;
	height: 300px;
}
.news-wrapper .news-contents
{
	overflow: hidden;
	position: relative;
	z-index: 998;
	height: 345px;
}
.news-wrapper .news
{
	width: 100%;
	height: auto;
	color: #6a6a6a;
	position: absolute;
	z-index: 999;
	padding:15px 0 30px 0 !important;
	margin:0 0 0 0;
	border-top: 1px dashed #6a6a6a;
}
h3{
	font-size:13px;
	padding:0 0 0 0;
	margin:0 0 7px 0;
	width:250px;
	line-height:17px;

}
h3 a{
	font-size:13px;
	text-decoration:none;

}
h3 a:hover{
	font-size:13px;
	color:#000000;
	text-decoration:none;

}
.clear
{
	clear: both;
}
.circle-outer
{
	width: 10px;
	height: 10px;
	border-radius: 39px;
	-moz-border-radius: 39px;
	-webkit-border-radius: 39px;
	text-align: center;
	vertical-align: middle;
	border: solid 5px #d1d1d1;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	margin-top:-16px;
	background-color: #fff;
}
.circle
{
	width: 51px;
	height: 51px;
	margin-top:-1px !important;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}
.circle.red
{
	display:none;
	color: #811919;
	padding:0;
	margin:2px 0 0 0px;

}
.circle.yellow
{
	color: #956537;

}
.circle.green
{
	color: #566F38;

}
.circle.blue
{
	color: #2E5E6C;
}

.history
{
	padding-top: 14px;
	float: left;
	width: 26%;
	padding-left:0;
}
.description
{
	float: left;
	width:200px;
	padding:0;
	margin:0 0 0 -40px;
}
.description .detail
{
	font-size: 12px;
	overflow: hidden;
	line-height:15px;
	color:#666666;
	text-align:left;
	width:250px;
}
.elipses, .day, .month
{
	display: block;
	height: 14px;
	line-height:20px;
}
.day, .month
{
	padding-top: 6px;
	font-size:12px;
}
.day{
	color:#ef3f01;
}
.elipses{
	display:none;
}