
.tinno-news {
	position:relative;
	color:#666666;
	float:left;
	width: 590px;
}
.tinno-news-img {
	position:relative;
	float:left;
	width:216px;
	height:308px;
	text-align: center;
	padding:10px;
	margin-right:25px;
	z-index: 1;
	overflow: hidden;
}
.tinno-news-img a {
	position: relative;
	width: 100%;
	height: 100%;
	display:block;
	overflow: hidden;
}
/*.tinno-news-img:after {
	content: " ";
	position:absolute;
	left:0px;
	top:0px;
	width:41px;
	height:55px;
	background-image:url(img/img-border.png);
}*/
.tinno-news-img img {
	position: relative;
	display: block;
	
	-webkit-transform:scale(1);
			transform:scale(1);
		
	-webkit-transition-duration: .5s;	
			transition-duration: .5s;
}
.tinno-news-img:hover img {
	-webkit-transform:scale(1.1);
			transform:scale(1.1);
}
.tinno-news header {
	padding-top:10px;
}
.tinno-news header h1 {
	position:relative;
	height:18px;
	*height: 36px;
	background:url(img/company-news.png) left center no-repeat;
	overflow: hidden;
	text-indent:-9999px;
	margin-top:0px;
}

.tinno-news .title,.tinno-news .date {
	line-height: 28px;
}
.tinno-news .title {
	text-decoration: none;
	color:#666666;
}
.tinno-news .title:hover {
	color:#000000;
}
.tinno-news .date {
	float:right;
}
.headlines {
	position: relative;
	margin:40px 0px 20px;
}
.headlines .title, .headlines .date {
	font-size:14px;
	color:#000000;
	font-weight: bolder;
	height: 28px;
	overflow: hidden;
	display: block;
}
.headlines p {
	color:#000000;
}
.headlines .more {
	position:relative;
	margin:20px 0;
	font-weight: bolder;
	text-align: right;
}
.headlines .more a {
	color:#3DBFBC;
	padding:3px 28px 2px 0px;
	text-decoration: none;
	background:url(img/more.png) right 0px no-repeat;
}
.headlines .more a:hover {
	background-position: right -21px;
}

.tinno-imglist {
	position:relative;
	width:570px;
	overflow: hidden;
	float:left;
}
.tinno-imglist li {
	position:relative;
	float:left;
	width:285px;
	height:160px;
	overflow: hidden;
}
.tinno-imglist li a { text-decoration: none;}
.tinno-imglist li .tinno-item {
	position:relative;
	color:#FFFFFF;
	width:285px;
	height:160px;
	
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	
	-webkit-transform:scale(1);
			transform:scale(1);
		
	-webkit-transition-duration: .5s;	
			transition-duration: .5s;
}

.tinno-imglist li:hover .tinno-item {
	
	-webkit-transform:scale(1.1);
			transform:scale(1.1);
			
}

.tinno-imglist li .item-theme-1 {
	padding:25px;
	background-color:#75cda3;
	*padding: 0;
}
.tinno-imglist li .item-theme-2 {
	padding:25px;
	background-color:#ff6960;
	*padding: 0;
}

.tinno-timeline p {
	padding-bottom: 10px;
}
.news-head-title {height: auto !important; overflow: inherit !important;}
.index-block-title h1 {text-align: center; margin-top: 42px; font-weight: inherit; *width: 100%; *font-size: 1.5em; }
.index-news {width: 329px; overflow: hidden; padding: 0px; margin: 0px;}
.index-news li{position: relative;}
.index-news .title{width: 260px; display: block;}
.index-news .date{width: 62px; position: absolute; bottom: 0px; right: 0px;}