#mynewsdis {
	font-size: 12px !important;
	border:0px solid #FFFFFF;
}

.news_style {
	display:none;
}

#news_item {
	background-color: #000;
	color: #fff;
	overflow: hidden;
	border:	0px solid #000;
	height: 265px;
}
	#news_item div.image {
		height: 200px;
		width:363px;
		overflow: hidden;
	}

.news_title_block {
	width: 121px; 
	float: left;
}

	.news_title_block.bg0 {
		background: #ECECEC;
		height: 140px;
	}
	
	.news_title_block.bg1 {
		background: #fff;
		height: 140px;
	}

	.news_show a {
		text-decoration: none !important;
	}

	.news_show p {
		margin: 5px !important;
		font-size: 11px;
		cursor: pointer;
		color: #fff;
	}

		.news_show span.date {
			color: #AEAEAE;
		}
		.news_show span.title {
			color: #FF8A00;
			padding-left: 10px;
		}
		.news_show span.text {
			color: #fff;
		}

.buttondiv
{
	display: none;
	/*position: absolute;
	padding: 5px 5px 5px 5px;
	background-color:white ;
	border: 1px solid gray;
	border-top:none;
	height:20px;*/
}

.news_title {
	cursor: pointer;
}
	.news_title div.image {
		height: 80px;
		overflow: hidden;
	}
	.news_title p {
		margin: 4px !important;
		font-size: 11px;
	}
