.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs24 {
	font-size: 24px;
}

.lh32 {
	line-height: 32px;
}
.lh38{
	line-height: 38px;
}

.mt50 {
	margin-top: 50px;
}

.mt30 {
	margin-top: 30px;
}

.lh44 {
	line-height: 44px;
}

.w120 {
	width: 120px !important;
}

.w160 {
	width: 160px !important;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.jgzn_title {
	border-bottom: 1px solid #eee;
	font-size: 20px;
	line-height: 44px;
	margin-bottom: 20px;
}

.jgzn_lable {
	background-color: #f2f2f2;
	display: block;

	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 6px 18px;
	margin-bottom: 10px;
	text-align: center;
	min-height: 44px;
	line-height: 44px;
	align-items: center;
	/* max-width: 120px; */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.jgzn_lable:hover {
	/* background-color: #E7EFFF; */
	background-color: #204f8b;
	color: #fff;
	font-weight: bold;
}

.ldxx .pic {
	position: relative;
	overflow: hidden;
	display: block;
	width: 150px;
	height: 190px;
    border-right: 24px solid transparent;
    border-bottom: 24px solid transparent;
}

.ldxx img {
	display: block;
	transition: all 0.3s;

	max-width: 100% !important;
	height: 100% !important;
}

.ldxx .pic:hover img {
	transform: scale(1.05);
}

.ldxx .ldzw {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ldxx .ldfg {
	background-color: #f2f2f2;
	padding: 12px;
	font-size: 15px;
	min-height: 94px;
}


