﻿
.news-wrapper
{

	
}
.news-wrapper .news-contents-wrapper
{
	width: 170px;
	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: #6a6a6a;
	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:#000;
	font-family: "tahoma", verdana,arial,sans-serif;
}

