﻿@charset "utf-8";

.h3col_circ_img_box {
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

.h3col_circ_img_box>li {
	width: 32%;
	float: left;
	padding: 0px;
	margin-right: 2%;
	overflow: hidden;
	padding-bottom: 20px;
	transition: transform 0.2s ease;
	cursor: pointer;
	text-align: center;
}

.h3col_circ_img_box>li:last-child {
	margin-right: 0;
}
.h3col_circ_img_box>li:nth-child(3n+3) {
	margin-right: 0;
}
.h3col_circ_img_box>li>p.mimgbx {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	max-height: 450px;
	max-width: 450px;
}
.h3col_circ_img_box>li>p.mimgbx>.mimg {
	transition: transform 0.2s ease;
	height: 230px;
	width: 230px;
	border-radius: 50%;
}

@media only screen and (max-width:850px) {
	.h3col_circ_img_box>li>p.mimgbx>.mimg {
		height: 200px;
		width: 200px;
	}
}


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

.h3col_circ_img_box>li>h3 {
	font-size: 22px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	color: #c6a866;
	margin-top: 15px;
}

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

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

	}

	
}

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

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

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