@charset "utf-8";
/* CSS Document */

.newsArea{
		width:415px;
		height:300px;
		overflow:hidden;
		position:relative;
		background-repeat:no-repeat;
		background-position:center;
		background-size: 100%;
		
	}
.newsPicArea{
		width:415px;
		height:300px;
		overflow:hidden;
		position:relative;
		background-size: 100%;
	}
.newsTextArea{
		width:415px;
		height:30px;
		overflow:hidden;
		position:absolute;
		top:90%;
		left:0px;
		background-image:url(../img/newsHeadBg.png);
	}
.newsHead{
		overflow:hidden;
		color:#FFF;
		font:Verdana;
		font-family:Verdana;
		font-weight:bold;
		font-size:12px;
		top:90%;
		text-align:left;
		vertical-align:middle;
		line-height:30px;
		height:30px;
		padding-left:3px;
	}


.newsThumbCursorArea{
		background-color:#999;
		height:9px;
		font-size:1px;
	}
.newsThumbCursorCurrent{
		background-color:#C00;
		height:9px;
		font-size:1px;
	}
.newsThumb{
		cursor:pointer;
	}

.newsThumbAreaFooterLeft{
		background-image:url(../img/newsFooterLeft.png);
		width:6px;
		height:12px;
		background-repeat:no-repeat;
		background-position:top;
	}
.newsThumbAreaFooterRight{
		background-image:url(../img/newsFooterRight.png);
		width:6px;
		height:12px;
		background-repeat:no-repeat;
		background-position:top;
	}
.newsThumbAreaFooterCenter{
		background-image:url(../img/newsFooterCenter.png);
		height:12px;
		background-repeat:repeat-x;
		background-position:top;
	}
.newsSlideItem{
		padding-bottom:6px;
		padding-top:6px;
	}
.newsSlideContainer{
		width:100%;
		overflow:hidden;
		position:relative;
	}
.newsSlidePicture{
		float:left;
		width:48px;
		height:48px;
	}
.newsSlideText{
		font-family:Verdana;
		font-size:11px;
		font-weight:bold;
		color:#222;
	}
.newsPage_Header{
		width:100%; 
		font-family:Tahoma; 
		font-size:16px; 
		color:#C00; 
		font-weight:bold;
	}
.newsPage_ThumbHeader{
		position:relative;
		width:100%; 
		font-family:Tahoma; 
		font-size:12px; 
		color:#C00; 
		font-weight:bold;
		cursor:pointer;
	}
.newsPage_ThumbText{
		position:relative;
		width:100%; 
		font-family:Tahoma; 
		font-size:10px; 
		color:#333; 
	}
.newsPage_InfoArea{
		width:419px; 
		background-color:#f3f3f3;
		border: 1px dotted #000;
	}
.newsPage_InfoHead{
		font-family:Tahoma;
		font-size:10px;
		font-weight:bold;
		color:#333;
	}
.newsPage_InfoText{
		font-family:Tahoma;
		font-size:10px;
		padding-left:5px;
		color:#333;
	}
