﻿@charset "utf-8";
.h3col_img_box{
	width: 100%;
	display: block;
	/* flex-direction: row; */
	margin-bottom: 10px;
}

.h3col_img_box>li{
	width: 32%;
	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;
}

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

.h3col_img_box>li>p.mimgbx {
	margin: 0 auto;
	width: 100%; height: auto; overflow: hidden; padding: 0; max-width: 550px;
}
.h3col_img_box>li>p.mimgbx>.mimg {
	transition: transform 0.2s ease;
	width: 100%;
	height: auto;
	
}

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

.h3col_img_box>li>h3 {
	padding: 0px 20px;
	height: 22px;
	border-left: #c6a866 solid 4px;
	margin-left: 20px;
	margin-top: 25px;
	padding-left: 15px;
	color: #c6a866;
	font-size: 22px;
}

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

@media only screen and (max-width:620px) {
	.h3col_img_box>li{
		width: 100%;
		margin-right: 0;
	}

	.h3col_img_box>li>div {
		height: 100px;
	}
}

.h3col_img_box>li:hover p.mimgbx>.mimg {
	transform: scale(1.08);
}

.h3col_img_box>li:hover h3 {
	border-left: #0c4282 solid 4px;
	color: #0c4282;
}

.h3col_img_box>li:hover div {
	color: #c6a866;
	/* background-image: url(../imagex/tietagary.png);
	background-size: auto 100%; */
}
.h3col_img_box>li:hover {
	background: url(../imagex/tietagary2.png) right bottom no-repeat #ffffff;
	background-size: auto 200px;
}
