@charset "utf-8";

.left-image-title-field-list .views-row {
	position: relative;
	margin-bottom: 24px;
}

.left-image-title-field-list .field-image {
	width: 150px;
	height: auto;
	display: inline-block;
	float: left;
	overflow: hidden;
	border-radius: 4px;
	margin-right: 16px;
}

.left-image-title-field-list .field-image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	transition-duration: .4s;
}

.left-image-title-field-list .field-image img:hover {
	transform: scale(1.04, 1.04);
	transition-duration: .4s;
}

.left-image-title-field-list .field-title {
	margin-bottom: 8px;
}

.left-image-title-field-list .field-title a {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	color: #003567;
	transition-duration: .4s;
}

.left-image-title-field-list .field-title a:hover {
	color: #de4b39;
	transition-duration: .4s;
}

.left-image-title-field-list .field-normal {
	width: 100%;
	height: auto;
	margin-bottom: 2px;
	font-size: 15px;
	color: #777;
}

.left-image-title-field-list .field-normal:last-child {
	margin-bottom: 0;
}

.left-image-title-field-list .field-normal .views-label,
.left-image-title-field-list .field-normal .field-content {
	display: inline-block;
}

.left-image-title-field-list .field-author,
.left-image-title-field-list .field-publisher {
	width: auto;
	display: inline-block;
}

.left-image-title-field-list .field-author {
	margin-right: 12px;
}

.left-image-title-field-list .field-category {
	position: absolute;
	z-index: 10;
	top: 8px;
	right: 8px;
	width: auto;
	padding: 1px 4px;
	font-size: 13px;
	color: #fff;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
}

.left-image-title-field-list .field-recommand {
	width: 660px;
	float: left;
}



@media all and (max-width: 767px) {
	
	.left-image-title-field-list .views-row {
		margin-bottom: 16px;
	}
	
	.left-image-title-field-list .field-title {
		margin-bottom: 8px;
	}
	
	.left-image-title-field-list .field-title a {
		font-size: 15px;
	}
	
	.left-image-title-field-list .field-author {
		width: 100%;
		margin-right: 0;
	}
	
	.left-image-title-field-list .field-recommand {
		display: none;
	}
    
}

/* Tablets Portrait 的样式*/
@media all and (min-width:768px) and (max-width: 820px) and (orientation: portrait) {

    .left-image-title-field-list .views-row {
		margin-bottom: 16px;
	}
	
	.left-image-title-field-list .field-image {
		width: 120px;
		margin-right: 12px;
	}
	
	.left-image-title-field-list .field-author {
		width: 180px;
		margin-right: 0;
	}
	
	.left-image-title-field-list .field-recommand {
		display: none;
	}
    
}

/* Tablets Landscape 的样式 */
@media all and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {

	.left-image-title-field-list .field-image {
		width: 120px;
		margin-right: 12px;
	}

	.left-image-title-field-list .field-recommand {
		display: none;
	}
    
}
