body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	
}

.bza {
	height: 688px;
}

.bza-title {
	display: none;
}

.bza p {
	padding-bottom: 10px;
	text-indent: 2em;
	font-size: 18px;
}

.zmgzz-bg {
	background-color: #F7F7F7;
	counter-reset: section;
	background: url(/front/zt/2025/yszjgzz/images/bg.jpg) center top repeat-Y;
	min-height: 1000px;
}

.container-fluid>.row {
	padding-bottom: 0px;
	padding-top: 0px;
}

.banner1 {
	background: url(/front/zt/2025/yszjgzz/images/bar1.png) left top no-repeat;
	height: 75px;
}

.banner2 {
	background: url(/front/zt/2025/yszjgzz/images/bar2.png) left top no-repeat;
	height: 75px;
}

.result-item {
	width: 100%;
	height: 215px;
	border: 1px solid #B6DEFD;
	margin-bottom: 20px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s;
}
.result-item img {
	width : 285px;
	height : 190px;
	margin: 10px;
}
.result-item .conn {
	width : calc(100% - 325px);
	height : 190px;
	margin: 10px;
	transition: all 0.3s;
	text-decoration: none !important;
	cursor: pointer;
}
.result-item .conn .conn-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	transition: all 0.3s;
	text-decoration: none !important;
	cursor: pointer !important;
}
.result-item .conn .conn-remark {
	font-size: 18px;
	line-height: 30px;
	height: calc(100% - 50px);
	text-indent: 2em;
	margin-top: 10px;
	background-color: #ECFBFF;
	padding: 10px;
	color: #333;
	transition: all 0.3s;
	text-decoration: none !important;
	cursor: pointer !important;
}

.result-item:visited {
	text-decoration: none;
}
.result-item:visited .conn {
	text-decoration: none;
}
.result-item:visited .conn .conn-title {
	text-decoration: none;
}
.result-item:visited .conn .conn-remark {
	text-decoration: none;
}

.result-item:active {
	text-decoration: none;
}
.result-item:active .conn {
	text-decoration: none;
}
.result-item:active .conn .conn-title {
	text-decoration: none;
}
.result-item:active .conn .conn-remark {
	text-decoration: none;
}

#ysarea .result-item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background-color: #FFFFE8;
	text-decoration: none;
}
#ysarea .result-item:hover .conn .conn-title {
	text-decoration: none;
	color: #B73C00;
}
#ysarea .result-item:hover .conn .conn-remark{
	background-color: #FFEFE8;
	cursor: default;
	text-decoration: none;
}

#zjarea .result-item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background-color: #E6FFFF;
	text-decoration: none;
}
#zjarea .result-item:hover .conn .conn-title{
	text-decoration: none;
	color: #0078C8;
}
#zjarea .result-item:hover .conn .conn-remark{
	background-color: #CCF4FF;
	cursor: default;
	text-decoration: none;
}


@media (min-width: 768px) {
	.pagination {
	    float: right;
	}
	.pagination li a, .pagination li a span{
	    font-size: 16px;
	}
}

@media ( max-width : 768px) {
	.bza {
		margin-top: 50vw;
		height:10px;
	}

	.banner1 {
		background-size: 148vw;
		height: 50px;
	}
	
	.banner2 {
		background-size: 148vw;
		height: 50px;
	}

.result-item {
	width: calc(100% + 20px);
	display: table;
}
.result-item img {
	width : calc(100% - 20px);
}
.result-item .conn {
	width : calc(100% - 20px);
	height: auto;
	margin: 0px 10px 10px 10px;
	transition: all 0.3s;
}
a.conn-title,a.conn-title:visited {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	transition: all 0.3s;
	text-decoration: none;
}
.conn-remark {
	display:none;
}


	.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;
		
		border-bottom: 0px solid #ccc;
		
		margin-bottom: 10px;
	}
	.item:last-child {
		border-bottom: none;
	}
	.item .item-img {
		width: calc(100% - 30px);
		height: 50vw;
		float: left;
		padding: 15px;
		padding-bottom:0px;
		position:static;
	}
	.item .item-img img {
		width: 100%;
		height: 50vw;
		position:static;
	}
	.item .item-title {
		width: calc(100% - 20px);
		float: left;
		padding-top: 15px;
		padding-left: 15px;
		font-size: 18px;
		
	}
	.item .item-info {
		text-indent: 2em;
		font-size: 12px;
		float: left;
		width: calc(100% - 40px);
		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:#fff;
		/* background-color: #F9F9F9;
		border: 1px solid #ECECEC; */
		border-radius: 5px;
		margin-left: 10px;
	}
	.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;
	}
	.item::before {
		display: none;
	}
	
	.pagination {
   margin: 0px 0px 30px 0px;
   float: right;
}
}