/*概览*/
.gl-main{
	padding: 0 48px 0 18px;
	padding: 0 .48rem 0 .18rem;
}
.gl-nav{
	width: 320px;
	width: 3.2rem;
	background: #f5f7f8;
	padding: 12px 0 0;
	padding: .12rem 0 0;
}
.gl-nav .tit{
	display: block;
	text-align: center;
	color: #424242;
	font-size: 24px;
	font-size: .24rem;
	line-height: 36px;
	line-height: .36rem;
	padding: 20px 0;
	padding: .2rem 0;
	background: url(2023gl-ic1.png) center bottom no-repeat;
	background-size: 200px 1px;
	background-size: 2rem 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gl-nav .tit:hover{
	color: #004892;
}
.gl-nav .tit:last-child{
	background: none;
}
.gl-nav .tit.cur{
	/*width: 332px;
	width: 3.32rem;*/
	width: 100%;
	margin-left: -6px;
	margin-left: -.06rem;
	padding: 20px 6px;
	padding: .2rem .06rem;
	position: relative;
	color: #fff;
	background: url(2023gl-bg1.png) center no-repeat;
	background-size: 100% 100%;
	font-weight: bold;
}
.gl-con{
	width: 970px;
	width: 9.7rem;
	margin-top: 8px;
	margin-top: .08rem;
}
.gl-title .line{
	display: inline-block;
	height: 18px;
	height: .18rem;
	width: 3px;
	width: .03rem;
	vertical-align: middle;
	background: #004892;
	margin-right: 14px;
	margin-right: .14rem;
}
.gl-title .tit{
	display: inline-block;
	vertical-align: middle;
	color: #004892;
	font-size: 18px;
	font-size: .18rem;
	font-weight: bold;
}
.gl-title .more{
	float: right;
	color: #004892;
	font-size: 16px;
	font-size: .16rem;
}
.gl-title .more:hover{
	font-weight: bold;
}
.gl-list{
	padding: 20px 0;
	padding: .2rem 0;
}
.gl-list li{
	height: 36px;
	height: .36rem;
	line-height: 36px;
	line-height: .36rem;
}
.gl-list li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
	font-size: .16rem;
}
.gl-list li a:before{
	display: inline-block;
	content: '';
	background: url(2023gl-ic2.png) center no-repeat;
	background-size: 100% 100%;
	width: 4px;
	width: .04rem;
	height: 5px;
	height: .05rem;
	vertical-align: middle;
	margin-right: 14px;
	margin-right: .14rem;
}
.gl-list li a:hover{
	color: #004892;
}
.gl-list li span{
	float: right;
	color: #333333;
	font-size: 14px;
	font-size: .14rem;
}
.gl-list li:nth-child(5n){
	border-bottom: 1px solid #efefef;
	padding-bottom: .2rem;
	margin-bottom: .2rem;
}
.gl-list li:last-child{
	border: none;
	padding: 0;
	margin: 0;
}
.gl-box{
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
	margin-bottom: .3rem;
}
.gl-box:last-child{
	border-bottom: none;
}
.gl-list2 a{
	box-sizing: border-box;
	width: 160px;
	width: 1.6rem;
	height: 45px;
	height: .45rem;
	line-height: 45px;
	line-height: .45rem;
	display: inline-block;
	padding: 0 10px;
	padding: 0 .1rem;
	background: #ebedf0;
	border-radius: 10px;
	border-radius: .1rem;
	color: #004892;
	font-size: 18px;
	font-size: .18rem;
	margin-top: 20px;
	margin-top: .2rem;
	margin-right: 32px;
	margin-right: .32rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gl-list2 a:hover{
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.gl-main{
		padding: 0 .25rem;
	}
	.gl-nav{
		width: 100%;
		background: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 0;
	}
	.gl-nav .tit{
		width: 3.32rem!important;
		margin: 0 0 .2rem!important;
		height: .7rem;
		line-height: .7rem;
		font-size: .32rem;
		background: #f5f7f8;
		text-align: center;
		padding: 0!important;
	}
	.gl-nav .tit:last-child{
		background: #f5f7f8;
	}
	.gl-nav .tit.cur{
		background: url(2023gl-bg1h5.png) center no-repeat;
		background-size: 100% 100%;
		color: #fff;
		font-weight: bold;
	}
	.gl-con{
		width: 100%;
		margin-top: .2rem;
	}
	.gl-box{
		margin-bottom: .4rem;
		border-bottom: none;
	}
	.gl-title .line{
		height: .4rem;
		width: .08rem;
		margin-right: .3rem;
	}
	.gl-title .tit{
		color: #004892;
		font-size: .36rem;
		font-weight: bold;
	}
	.gl-title .more{
		display: none;
	}
	.gl-list{
		padding: .38rem 0 0;
	}
	.gl-list li{
		height: auto;
		line-height: .42rem;
		margin-bottom: .4rem;
	}
	.gl-list li{
		*zoom: 1;
	}
	.gl-list li:before,
	.gl-list li:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.gl-list li:after {
		clear: both;
	}
	.gl-list li a{
		font-size: .32rem;
		white-space: normal;
		max-width: initial;
		/*display: inline;*/
	}
	.gl-list li a:before{
		width: .14rem;
		height: .17rem;
	}
	.gl-list li span{
		color: #999999;
		font-size: .28rem;
		margin-left: .1rem;
	}
	.gl-list2 a{
		width: 2.48rem;
		height: .7rem;
		line-height: .7rem;
		font-size: .28rem;
		margin-top: .3rem;
		margin-right: .48rem;
	}
}