@charset "utf-8";
/* CSS Document */

.last-bazs-container
{
	float: left;
	width: 1000px;
	padding: 30px 0 0 0;
	background-color:#FFF;
}
.last-bazs-content
{
	float: left;
	width: 228px;
	margin-left: 26px;
	border: 1px solid #CCC;
}
.last-bazs-title
{
	width: 220px;
	height: 34px;
	float: left;
	font-size: 20px;
	line-height: 34px;
	padding-left: 8px;
	color: #2679bd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.last-bazs-title a
{
	color:#075386;
}
.last-bazs-title a:hover
{
	color:#09F;
}
.last-bazs-list
{
	width: 228px;
	height: 150px;
	float: left;
	margin: 10px 10px;
}
.last-bazs-list li
{
	list-style-type: none;
	line-height: 30px;
	color: #000;
}
.last-bazs-span_red
{
	display: inline-block;
	height: 20px;
	width: 20px;
	background-color: #c6211b;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #FFF;
}
.last-bazs-span_black
{
	display: inline-block;
	height: 20px;
	width: 20px;
	background-color: #244a71;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #FFF;
}
.last-bazs-list a
{
	color: #333;
	margin-left: 5px;
	font-size: 15px;
}
.last-bazs-list a:hover
{
	color:#09F;
}