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 {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
}

.card-cont .title {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
	font-family: '微软雅黑';
}

.card-cont .option {
	color: #00586D;
}

.card-cont .card-text {
	line-height: 26px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: justify;
}

.card-cont .effect {
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	transition: all .3s; 
}
.card-cont .effect a{
	color: #00586D;
}
.card-cont .effect:hover {
	padding: 0 15px;
	background: url("/img/effect/effect1.png") no-repeat center;
	background-size: 100% 100%;
}


/* 列表 */
.list-item {
	border-bottom: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}

.list-item>.item-body {
	height: 140px;
	padding-left: 20px;
}

.list-item>.item-body>.item-head {
	font-size: 18px;
	letter-spacing: 1px;
}

.list-item>.item-body>.item-head .fwb { font-weight: normal; }

.list-item .card-text {
	line-height: 25px;
	text-align: justify;
}

/* 分页 */
.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;
}

.padding-tb-sm {
	padding-top: 28px;
	padding-bottom: 28px;
}

.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; }


/* 新增 */
.text-lg  {
	font-size: 20px;
}

.text-cut-df {
	line-height: 26px;
}
