﻿@charset "utf-8";
.h4col_img_box{
	width: 100%;
	display: block;
	overflow: hidden;
}

.h4col_img_box>li{
	width: 23.5%;
	background-color: rgba(255, 255, 255, 1);
	margin-right: 2%;
	padding: 0px;
	border-radius: 10px;
	border: #e3e3e3 solid 1px;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
	float: left;
	position: relative;
}

.h4col_img_box>li:nth-child(4n+4) {
	margin-right: 0;
}

.h4col_img_box>li>p.mimgbx {
	margin: 0 auto;
	width: 100%; height: auto; overflow: hidden; padding: 0; max-width: 550px;
	display: flex; align-items: center;
}
.h4col_img_box>li>p.mimgbx>.mimg {
	transition: transform 0.2s ease;
	width: 100%;
	height: auto;
}
.h4col_img_box>li>p.mimgbx>i {
	width: 100%; position:absolute; opacity: 0.3;
	height: 50px; z-index: 99;
	background: url(../imagex/play_icon.png) center center no-repeat; background-size: auto 100%;
	transition: transform 0.2s ease;
	transform: scale(0.8);
}
/* play_icon.png */

.h4col_img_box>li>div {
	margin: 8px 20px 30px 20px;
	height: 100px;
	overflow: hidden;
	color: #666666;
	font-size: 15px;
}

.h4col_img_box>li>h3 {
	padding: 0px 20px;
	height: 22px;
	margin-top: 10px;
	color: #c6a866;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 更多按钮显示 */
.h4col_img_box>li.more>p,
.h4col_img_box>li.more>h3,
.h4col_img_box>li.more>div {
	opacity: 0;
}

.h4col_img_box>li.more>a {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #e6e6e6;
	display: flex;
	align-items: center;
}
.h4col_img_box>li.more>a:hover {
	background-color: #cccccc;
}
.h4col_img_box>li.more>a>b {
	width: 100%;
	text-align: center;
	color: #ee1f25;
	font-size: 16px;
	line-height: 20px;
	margin: 8px auto;
}

.h4col_img_box>li.more>a>b>ol>i {
	display: inline-block;
	width: 0.625rem;
	height: 0.625rem;
	background-color: #ee1f25;
	border-radius: 50%;
	margin: 0px 0.25rem;
}
/* 更多按钮显示 */



@media only screen and (min-width: 620px) and (max-width: 1150px) {
	.h4col_img_box>li {
		width: 49%;
	}
	.h4col_img_box>li:nth-child(even) {
		margin-right: 0;
	}
}
/* @media only screen and (min-width: 620px) and (max-width: 950px) {
	.h4col_img_box>li {
		width: 49%;
	}
	.h4col_img_box>li:nth-child(even) {
		margin-right: 0;
	}
} */

@media only screen and (max-width:620px) {
	.h4col_img_box>li{
		width: 100%;
		margin-right: 0;
	}
	.h4col_img_box>li.more>p,
	.h4col_img_box>li.more>h3,
	.h4col_img_box>li.more>div {
		display: none;
	}
	.h4col_img_box>li.more>a {
		position:relative;
	}
}

.h4col_img_box>li:hover p.mimgbx>.mimg {
	transform: scale(1.08);
}
.h4col_img_box>li:hover p.mimgbx>i {
	opacity: 0.7;
	transform: scale(1.3);

}
.h4col_img_box>li:hover h3 {
	color: #0c4282;
}

.h4col_img_box>li:hover div {
	color: #c6a866;
}

.h4col_img_box>li:hover {
	background: url(../imagex/tietagary2.png) right bottom no-repeat #ffffff;
	background-size: auto 140px;
}