.llentab-content,
.llentab-content *{
	box-sizing: content-box;
}

.llentab-wrapper * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}
.llentab-content {
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	min-width: 280px;
	max-width: 1400px;
}
.llentab-items {
	margin: 0 -10px 40px -10px;
}
.llentab-item {
	display: block;
	margin: 10px;
	padding: 0;
	float: left;
	width: calc(25% - 20px);
	height: auto;
	text-align: center;
}
.llentab-item > .llentab-header {
	position: relative;
}
.llentab-item > .llentab-header > .llentab-image {
	overflow: hidden;
	min-height: 200px;
}
.llentab-item > .llentab-header > .llentab-image > img {
	display: block;
	width: 100%;
	height: 100%;
}
.llentab-item > .llentab-header > .llentab-image > .llentab-area {
	padding: 5px 10px 7px 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.llentab-item > .llentab-header > .llentab-more {
	z-index: 600;
	display: none;
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
}
.llentab-item > .llentab-header > .llentab-cover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.llentab-item > .llentab-header > h3 {
	z-index: 500;
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 14px 20px 0 20px;
	width: calc(100% - 40px);
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #fff;
}
.llentab-item:hover {
	background: #000;
	box-shadow: 0 0 10px rgba(58, 106, 151, 0.8);
}
.llentab-item:hover > .llentab-header > .llentab-image > img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.llentab-item:hover > .llentab-header > .llentab-more {
	display: block;
}
.llentab-item > .llentab-info {
	position: relative;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	color: #6e6f72;
	background: #e5e5e5;
	min-height: 22px;
}
.llentab-item:hover > .llentab-info {
	background: transparent;
	color:	#ccc;
}
.llentab-item > .llentab-info > .llentab-location,
.llentab-item > .llentab-info > .llentab-distance {
	text-align: left;
}
.llentab-item > .llentab-info > .llentab-project {
	position: absolute;
	top: 13px;
	right: 10px;
}
.llentab-item > .llentab-info > .llentab-project > span {
	display: inline-block;
	padding: 0 4px 0 0;
	font-size: 14px;
	font-weight: 600;
}
.llentab-location {
	padding: 3px 0 3px 30px;
	height: 16px;
	background: url("../image/location.png") no-repeat 0 5px;
}
.llentab-button {
	display: inline-block;
	padding: 0 14px 2px 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 34px;
	text-transform: uppercase;
	color: #fff;
	background: #0069b4;
	border: none;
	border-radius: 1px;
	cursor: pointer;
}
.llentab-button:hover
{
	background: #004071;
	color:		#ffffff;
}
.llentab-button.llentab-left::before, .llentab-button.llentab-right::after
{
	display: inline-block;
	content: " ";
	position: relative;
	top: 1px;
	width: 12px;
	height: 12px;
	background: url("../image/arrow.png") no-repeat;
}
.llentab-button.llentab-left::before
{
	margin: 0 10px 0 0;
	background-position: -24px 0;
}
.llentab-button.llentab-right::after
{
	margin: 0 0 0 10px;
	background-position: -36px 0;
}
.llentab-cleaner {
	display: table;
	content: "";
	clear: both;
}
