a {
	color: #666;
	font-size: 14px;
}


img {
	display: inline-block;
	outline: 0;
	border: 0;
}
@media screen and (max-width: 1200px){
	.zfgb{
		width: 96% !important;
		margin: 0 !important;
		padding: 0 2% !important;
	}
	.zfgbBoxTxt li {
		padding: 0 !important;
		margin-left: 5% !important;
	}
}
.zfgb{
	width: 1160px;
	overflow: hidden;
	margin: 30px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
}
.zfgbTit,.zfgbBoxCon{
	width: 100%;
	overflow: hidden;
}
.zfgbTltLeft{
	background: url(/imagegm/zfgbH2Bg.png) no-repeat 0px center;
	width: 6px;
	height: 50px;
	float: left;
}
.zfgbTitRight{
	width: calc(100% - 10px);
	height: 50px;
	line-height: 50px;
	float: right;
	border-bottom: 2px solid #efefef;
	font-size: 26px;
	color: #000;
	margin-left: 4px;
    text-indent: 8px;
}
.zfgbGuohui{
	width: 100%;
	height: 199px;
	margin: 50px 0;
}
.zfgbBoxTit{
	width: 100%;
	height: 52px;
	padding: 0 30px;
	background: #f6f6f6;
}
.zfgbBoxTit a{
	display: inline-block;
	height: 52px;
	line-height: 52px;
	padding-left: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #234d8b;
	background: url(/imagegm/youxiangLogo.png) no-repeat 0px center;
}
.zfgbBoxTxt ul{
	padding: 5px 0;
	overflow: hidden;
}
.zfgbBoxTxt li{
	height: 40px;
	line-height: 40px;
	/* background: url(/imagegm/zfgbLiIconBg.png) no-repeat 0px 17px; */
	padding: 0 30px 0 15px;
	margin-left: 30px;
}
.zfgbBoxTxt li a{
	font-size: 16px;
	color: #000000;
	float: left;
	width: calc(100% - 80px);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zfgbBoxTxt li span{
	font-size: 16px;
	color: #000000;
	float: right;
	width: 70px;
	text-align: center;
}

.zfgbqzb{
	padding: 15px;
	font-size: 18px;
	color:red;			      
	text-align: center;
}

.zfgbqzb a{
	font-size: 18px;
	color:red;			      
	text-align: center;
}


.search-box {
      background: #f8f9fa;
      padding: 20px;
      margin-bottom: 25px;
      border-radius: 8px;
      border: 1px solid #e0e0e0;
    }
    .search-box h3 {
      margin-top: 0;
      color: #00507c;
      font-size: 18px;
	  padding:0 0 8px 0;
    }
    .search-form {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      align-items: end;
    }
    .search-form label {
      font-weight: bold;
      margin-right: 5px;
    }
    .search-form select, .search-form button {
      padding: 8px 12px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    .search-form button {
      background-color: #00507c;
      color: white;
      cursor: pointer;
      min-width: 80px;
    }
    .search-form button:hover {
      background-color: #003d5f;
    }