﻿
.news-wrapper
{
	font-family: 'PT Sans Narrow', sans-serif;
	color: #666;
}
.news-wrapper .news-contents-wrapper
{
	width: 190px;
	margin: auto;

	
}
.news-wrapper .news-contents
{
	overflow: hidden;
	position: relative;
	z-index: 998;
	height: 105px;
}
.news-wrapper .news
{
	width: 100%;
	min-height: 100px;
	max-height: 100px;
	color: #666 !important;
	position: absolute;
	z-index: 999;
	
}
.news-wrapper .news-header, .news-footer
{
	color: White;
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 32px;
}


.clear
{
	clear: both;
}

.description
{
	float: left;
	width: 100%;
	padding: 15px 0px 0px 0px;
}
.description .detail
{
	font-size: 12px;
	overflow: hidden;
	color: #666;
	font-family: 'PT Sans Narrow', sans-serif;
}
.description .detail a
{

	color: #666;
	font-family: 'PT Sans Narrow', sans-serif;
}
.description .detail a:hover
{color: #be0000 ;}


