@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration: none;
}
body {
	font-size:12px;
}
a {
	text-decoration:none;
}
.scroll {
	width: 1370px;
	margin: 0 auto;
	position: relative;
	top: 100px;
	overflow: hidden;
	background: #fff;
	height: 360px;
}
.picbox {
	width: 90%;
	height: 285px;
	background: #fff;
	overflow: hidden;
	position: relative;
	margin: 40px auto 0;
}
.picbox ul {
	height:285px;
	padding-top:5px;
}
.piclist {
	position:absolute;
	left:0px;
	top:0px;
}
.piclist li.goodlist {
	width: 495px;
	height: 120px;
	float: left;
	margin:0 0 55px 95px;
	overflow: hidden;
	transition: color .5s;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	-moz-transition: color .5s;
}
.og_prev, .og_next {
	width:30px;
	height:70px;
	background:url(../images/btn.png) no-repeat;
	position:absolute;
	top:117px;
	z-index:100;
	cursor:pointer;
}
.og_prev {
	background-position:0 0;
	left:0px;
	margin-left: 40px;
}
.og_next {
	background-position:-47px 0;
	right:0px;
	margin-right: 40px;
}
.left-time{
	width: 115px;
	height: 100%;
	float: left;
}
.left-time .time-box{
	font-size: 60px;
	color: rgba(000,000,000,.8);
	float: left;
}
.left-time .year-box{
	font-size: 12px;
	color: #ddd;
	float: left;
	text-align: center;
	margin: 28px 0 0 10px;
}
.left-time .year-box span{
	display: block;
}
.right-text{
	width: 356px;
	float: right;
}
.right-text .smill-title{
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #aeaeae;
}
 .right-text .smill-title span.smill-title-name{
	font-size: 14px;
	float: left;
 }
.right-text .smill-title span.smill-title-referral{
	font-size: 12px;
	float: right;
}
.right-text h3{
	font-size: 20px;
	color: rgba(000,000,000,.8);
	margin: 10px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.right-text .text-conten{
	margin-top: 10px;
	width: 100%;
	font-size: 15px;
	color: rgba(000,000,000,.8);
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.piclist li:hover{
	cursor: pointer;
}
.piclist li:hover .left-time .time-box,
.piclist li:hover  .right-text h3{
	color: #0067da;
	transition: color .5s;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	-moz-transition: color .5s;
}