@charset "utf-8";
/* CSS Document */

	div.news-item{
		float:left;
		width:320px;
		height:120px;
		margin-right:5px;
		overflow:hidden;
		}
		div.news-item div.image {
			width:100px;
			height:80px;
			text-align:center;
			overflow:hidden;
			border:1px solid #0089a5;
			float:left;
			margin-right:10px;
			}
			div.news-item div.image img{
				width:100px;
			}
		div.news-item div.intro {
			width:200px;
			float:left;
			text-align:left;
			line-height:18px;
			padding-top:5px;
			}
			div.news-item div.intro a{
				text-decoration:underline;
			}
			div.news-item h2.news{
				height:17px;
				margin-bottom:5px;
				overflow:hidden;
			}



