body{
	background-color: #fff;
}
/* 楼层标题 */
.cont-title {
	position: relative;
	padding-left: 30px;
}

.cont-title>.effect {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 14px;
	width: 20px;
}


.card-cont {
	border: 1px solid #EEEEEE;
	background-color: #ffffff;
	border-radius: 3px;
}

.card-cont .title {
	font-size: 22px;
}

.card-cont .option {
	color: #00586D;
}

/* 列表 */
.list-box {
	width: 100%;
}

.list-item {
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	margin-bottom: 40px;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	overflow: hidden;
}

.img_ov_box {
	width: 588px;
	height: 285px;
	overflow: hidden;
}

.list-item .img_ov_box img {
	transition: all .35s;
	transform: scale(1);
}

.list-item .img_ov_box:hover img {
	transform: scale(1.2);
}

.list-item:nth-child(2n) {
	margin-right: 0;
}

.list-item .effect {
	line-height: 27px;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
}
.list-item .effect a {
	color: #00586D;
}
.list-item .effect:hover {
	padding: 0 15px;
	background: url("../img/effect/effect1.png") no-repeat center;
	background-size: 100% 100%;
}



/* 分页 */
.pagination a {
	border: 0 none !important;
	color: #666666 !important;
}

.pagination>li>a, .pagination>li>span {
	padding: 6px 2px 2px;
	margin-left: 10px;
	margin-right: 10px;
}

.pagination>li.active a,.pagination>li a:hover {
	background-color: transparent !important;
	border-bottom: 1px solid #00586E!important;
	color: #00586E !important;
	border-radius: 0;
	transition: all 0s;
}

.ban_scale_box {
	width: 1198px;
	height: 416px;
	overflow: hidden;
}

.ban_scale_box img {
	transition: all .35s;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ban_scale_box:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.btn_mask {
	position: relative;
	display: inline-block;
	padding: 0 5px 0 10px;
	font-size: 13px;
	line-height: 30px;
	color: #00586D;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
	overflow: hidden;
}

.btn_mask::after {
	display: block;
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #3AEFD0;
	transition: .5s;
}

.btn_mask:hover::after {
	width: 100%;
}

.btn_mask:hover { color: #fff; }

/* 2020/11/25 */
.text-lg span {
	font-size: 20px;
	letter-spacing: 0;
	font-weight: normal;
}

.card-cont .title {
	font-size: 20px;
	letter-spacing: 1px;
}

.text-lg { font-size: 18px; letter-spacing: 1px; }

.ml15 { margin-left: 15px; }

