.header {
	background: url("/2023/zwgk-zfgb_bg.png") no-repeat center;
	background-size: auto 100%;
	width: 100%;
	height: 260px;
}

.btn {
	font-size: 26px;
	margin-right: 16px;
}

.hover {
	font-weight: bold;
	padding-bottom: 5px;
	color: #1b5395;
	border-bottom: 1px solid #1b5395;
}

.handle {
	/* margin-top: 62px; */
	margin-bottom: 100px;
}


/* 详情 */
.map-local {
	padding-top: 40px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 12px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999999;
}

.map-local a {
	color: #999999;
}

.map-local img {
	margin-right: 10px;
	margin-left: 12px;
	width: 18px;
	height: 24px;
}

.in {
	color: #666666;
	font-weight: bold;
}

.tl-zwgb {
	width: 100%;
}


.zwgb-title {
	margin-top: 50px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 26px;
	border-bottom: 1px solid #dddddd;
}

.zwgb-title a {
	color: #1b5395;
}

.con {
	margin-top: 30px;
	margin-bottom: 30px;
}

.con .t-list li {
	line-height: 2.4;
}

.con .t-list .itm span {
	color: #333333;
}

.con .t-list .itm a {
	display: inline-block;
	margin-left: -18px;
}

.zfgb-form .row {
	margin: 20px 0;
	line-height: 30px;
	height: 30px;
}

.zfgb-form .row .list {
	width: 614px;
}

.zfgb-form .row .boxTitle {
	width: 148px;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	text-align: right;
	margin-right: 4px;
}

.zfgb-form .row .f-l .boxTitle {
	width: 128px;
}

.zfgb-form .row input.long {
	width: 400px;
	line-height: 30px;
	text-indent: 10px;
	height: 30px;
	font-size: 15px;
	background: #f4f4f4;
	margin-left: 5px;
	border-radius: 6px;
	outline: none;
	border: none;
}

.zfgb-form .row label {
	margin-right: 20px;
	padding-left: 18px;
	cursor: pointer;
	position: relative;
}

.zfgb-form .row label input[type='radio'] {
	margin: 0;
	padding: 0;
	margin-right: 4px;
}

.zfgb-form .row select {
	text-align: center;
	width: 308px;
	text-indent: 10px;
	background: #f4f4f4;
	border-radius: 6px;
	outline: none;
	font-size: 15px;
	height: 30px;
	border: none;
}

.zfgb-form .row input {
	line-height: 30px;
	text-indent: 10px;
	height: 30px;
	font-size: 15px;
	background: #f4f4f4;
	margin-left: 5px;
	border-radius: 6px;
	outline: none;
	border: none;
}

.searchBtns {
	width: 260px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	margin: 10px auto;
	background: #2786e1;
	text-align: center;
	color: #FFFFFF;
	display: block;
	border-radius: 6px;
	outline: none;
	cursor: pointer;
	border: none;
}

.year {
	margin: 0 -14px 0 0;
	position: relative;
}

.year>li {
	float: left;
	width: 240px;
	margin: 0 14px 20px 0;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 6px;
	background: #f8f8f8;
	cursor: pointer;
}

.stage {
	position: absolute;
	left: 0;
	top: 90px;
	width: 1260px;
	box-shadow: 0 0 10px 0 #e8e8e8;
	background: #FFFFFF;
	z-index: 2;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.year>li:hover,
.year>li.active {
	background: #2786e1;
	color: #FFFFFF;
}

.stage li {
	line-height: 40px;
	width: 264px;
	padding: 10px 20px 10px 20.5px;
	box-sizing: initial;
	border-bottom: 1px solid #f2f2f2;
	float: left;
	color: #333;
}

.stage li a:hover {
	color: #2786e1;
}