.works{
	width: 234px;
	height: 112px;
	background-color: #101010;
	position: relative;
	margin-bottom: 4px;
	overflow: hidden;
	padding: 3px;
}
.works .works_title{
	width: 225px;
    height: 24px;
    padding: 7px 7px;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    color: #dcdcdc;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    z-index: 1;
    background: url('../Images/canola_thumbnail_titlebg.png');
}
.works>img{
	width: 234px;
	cursor: pointer;
}
.works .works_name{
	width: 225px;
    height: 20px;
    padding: 7px 7px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    color: #dcdcdc;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background: url('../Images/canola_thumbnail_footbg.png');
}
.works_order1{
	width: 45px;
	height: 26px;
	position: absolute;
	bottom: 7px;
	right: 8px;
	z-index: 1;
	background: url("./../Images/LT/2016/1st.png") no-repeat center;
}
.works_order2{
	width: 45px;
	height: 26px;
	position: absolute;
	bottom: 7px;
	right: 8px;
	z-index: 1;
	background: url("./../Images/LT/2016/2nd.png") no-repeat center;
}
.works_order3{
	width: 45px;
	height: 26px;
	position: absolute;
	bottom: 7px;
	right: 8px;
	z-index: 1;
	background: url("./../Images/LT/2016/3rd.png") no-repeat center;
}