body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
.bodytop{
	
	background-image: url('/front/zt/2025/hxh/images/top.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.bza {
	height: 680px;
}

.mobinfo {
	display: none;
}

.main-grsp {
	width: 900px;
	margin-top: 505px;
	color: #fff;
	margin-left: 20px;
	text-indent: 2em;
	line-height: 30px;
	font-size:20px;
}
.main-grsp a{
	color: #fff;
	line-height: 30px;
	font-size:20px;
}
.main-grsp a:hover{
	color: #ff0;
	line-height: 30px;
	font-size:20px;
	text-decoration: none;
}

#ysarea {
	margin-top: 20px;
}

.bza p {
	padding-bottom: 10px;
	text-indent: 2em;
	font-size: 18px;
}

.container-fluid>.row {
	padding-bottom: 0px;
	padding-top: 0px;
}


.result-item {
	width: 100%;
	height: 205px;
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	#background-color: #E9EDFC;
	background-color: #f9f9f9;
	display: flex;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s;
}
.result-item img {
	width : 275px;
	height : 180px;
	margin: 10px;
}
.result-item .conn {
	width : calc(100% - 325px);
	height : 180px;
	margin: 10px;
	transition: all 0.3s;
}
.conn-title{
	font-size: 24px;
	font-weight: bold;
	color: #283F71;
}
.conn-title:before{
	content: '';
	width: 8px;
	height: 25px;
	display: inline-block;
	#background-color: #0099FF;
	background-color: #283F71;
	text-decoration: none;
	margin-right: 10px;
	position: relative;
	top: 5px;
	transition: all 0.3s;
}

a, a div, a div div{
	text-decoration: none !important;
	cursor: pointer !important;
}
.conn-remark {
	font-size: 18px;
	line-height: 30px;
	height: calc(100% - 50px);
	background-color: trasparent;
	text-indent: 2em;
	margin-top: 10px;
	padding: 10px;
	#color: #0C1A52;
	color: #666666;
	transition: all 0.3s;
	    overflow:hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 4;
	    -webkit-box-orient: vertical;
}

#ysarea .result-item:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	#background-color: #0D1C53;
	background-color: #ffffff;
	#border:1px solid #0D1C53;
	border: 1px solid #f1f1f1;
}
#ysarea .result-item:hover .conn-title {
	text-decoration: none;
	#color: #ffffff;
	color: #283F71;
}
#ysarea .result-item:hover div .conn-remark{
	background-color: trasparent;
	cursor: default;
	#color: #DFE5F9;
	color:#283F71;
}
#ysarea .result-item:hover .conn-title:before{
	background-color: orange;
}

#zjarea .result-item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background-color: #E6FFFF;
}
#zjarea .result-item:hover a {
	text-decoration: none;
	color: #0078C8;
}
#zjarea .result-item:hover div .conn-remark{
	background-color: #CCF4FF;
	cursor: default;
}


@media (min-width: 768px) {
	.pagination {
	    float: right;
	}
	.pagination li a, .pagination li a span{
	    font-size: 16px;
	}
}
