body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}

.bza {
	/* background-color: #000; */
	margin-top: 590px;
	margin-right: 66px;
	margin-left: 66px;
	line-height: 35px;
	height: 280px;
}

.bza-title {
	display: none;
}

.bza p {
	padding-bottom: 10px;
	text-indent: 2em;
}

.zmgzz-bg {
	background-image: url('/front/zt/2024/xfzmkjgzz/images/body-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.zmgzz-bg>.row {
	padding-bottom: 0px;
}

.zmgzz-title {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 15px;
	display:block;
}

.item {
	width: 581px;
	height: 253px;
	background-image: url('/front/zt/2024/xfzmkjgzz/images/mem-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin-left: 30px;
	margin-bottom: 15px;
}

.item {
	
}

.item .item-img {
	width: 158px;
	height: 209px;
	float: left;
	padding: 15px;
}

.item .item-img img {
	width: 158px;
	height: 209px;
}

.item .item-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	width: calc(100% - 225px);
	float: left;
	padding-top: 30px;
	padding-left: 5px;
}

.item .item-info {
	text-indent: 2em;
	float: left;
	width: calc(100% - 235px);
	height: 135px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #F9F9F9;
	border: 1px solid #ECECEC;
	border-radius: 5px;
}

.item .item-info .item-info-content {
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 18px;
	line-height: 30px;
}

nav {
	display: block;
	padding-right: 40px;
}

.morebt {
	display: block;
	width: 200px;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 3px;
	color: orange;
	border: 1px solid orange; 
	height:30px;
	text-align:center;
	margin: 20px auto;	
}
.morebt:hover {
	background-color: orange;
	color: #fff;
}

@media ( min-width : 768px) {
	.pagination {
		float: right;
	}
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus,
	.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover,
	.pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover,
	.pagination>.disabled>a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

@media ( max-width : 768px) {
	.bza {
		margin-top: 60vw;
		margin-right: 8px;
		margin-left: 8px;
		line-height: 35px;
		height: auto;
		background-color: #fff;
	}
	.bza img {
		display: none;
	}
	.bza .bza-title {
		color: red;
		font-weight: bold;
		display: block;
	}
	.bza p {
		padding-bottom: 10px;
		text-indent: 2em;
	}
	.zmgzz-bg {
		background-size: 100vw;
	}
	.zmgzz-bg>.row {
		padding-bottom: 0px;
	}
	.zmgzz-title {
		margin: 0 auto;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 15px;
	}
	.zmgzz-title img {
		max-width: 100%;
	}
	.item {
		width: 100%;
		height: auto;
		background-image: none;
		background-color: #fff;
		display: block;
		float: left;
		margin-left: 0px;
		margin-bottom: 0px;
		border-bottom: 1px solid #ccc;
	}
	.item:last-child {
		border-bottom: none;
	}
	.item .item-img {
		width: 105px;
		height: 139px;
		float: left;
		padding: 15px;
	}
	.item .item-img img {
		width: 105px;
		height: 139px;
	}
	.item .item-title {
		width: calc(100% - 150px);
		float: left;
		padding-top: 15px;
		padding-left: 5px;
	}
	.item .item-info {
		text-indent: 2em;
		font-size: 12px;
		float: left;
		width: calc(100% - 170px);
		height: auto;
		min-height: calc(100vw - 265px);
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 5px;
		margin-top: 10px;
		margin-bottom: 15px;
		background-color: #F9F9F9;
		border: 1px solid #ECECEC;
		border-radius: 5px;
	}
	.item .item-info .item-info-content {
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		font-size: 12px;
		line-height: 24px;
	}
	nav {
		padding-left:12px;
		padding-right: 0px;
	}
	.pagination {
		float: none;
	}
	
	.morebt {
		display: block;
		width: 100%;
		line-height: 30px;
		font-size: 12px;
		letter-spacing: 3px;
		color: #666666;
		border: 1px solid #cccccc; 
		height:30px;
		text-align:center;
		margin: 1px auto 20px auto;	
	}
	
.morebt:hover {
	background-color: #cccccc;;
	color: #666666;
}
	
	.morebt:visited {
		color: #666666;
		border: 1px solid #cccccc; 
	}
}