@charset 'utf-8';

.gl-wrap{
	background: #f9f9f9;
	padding-bottom: 50px;
}
.gl-main{
	background: #fff;
	padding: 36px 20px 50px;
}
.gl-nav{
	width: 252px;
}
.gl-nav-t .tit{
	line-height: 30px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: url(/images/2024gl-bg1.png) top center no-repeat;
	padding: 16px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gl-nav-l{
	background: #f7f7f7;
	padding-bottom: 10px;
	padding-top: 1px;
}
.gl-nav-l .tit{
	display: block;
	text-align: center;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	padding: 15px 0;
	position: relative;
	margin-top: 10px;
}
.gl-nav-l .tit.cur,.gl-nav-l .tit:hover{
	background: #1c6be3;
	color: #fff;
}
.gl-nav-l .tit.cur:after,.gl-nav-l .tit:hover:after{
	display: inline-block;
	content: ' ';
	width: 7px;
	height: 72px;
	position: absolute;
	top: -5px;
	left: -7px;
	background: url(/images/2024gl-bg2.png) center no-repeat;
}
.gl-main .gl-con{
	width: 1080px;
}
.gl-list{
	padding: 0 16px 0 10px;
}
.gl-list li{
	height: 36px;
	line-height: 36px;
	margin-bottom: 16px;
}
.gl-list li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
	font-size: 16px;
}
.gl-list li a:before{
	display: inline-block;
	content: '';
	background: url(/images/2024gl-ic1.png) center no-repeat;
	background-size: 100% 100%;
	width: 8px;
	height: 9px;
	vertical-align: middle;
	margin-right: 14px;
}
.gl-list li a:hover{
	color: #004892;
}
.gl-list li span{
	float: right;
	color: #666666;
	font-size: 14px;
}
.gl-list li:nth-child(5n){
	border-bottom: 1px solid #efefef;
	padding-bottom: 26px;
	margin-bottom: 26px;
	box-sizing: content-box;
}
.gl-tit{
	border-bottom: 1px solid #e9f0f9;
	padding: 0 8px 14px;
	line-height: 24px;
	margin-bottom: 12px;
}
.gl-tit img{
	vertical-align: middle;
}
.gl-tit .tit{
	display: inline-block;
	vertical-align: middle;
	color: #004892;
	font-size: 22px;
	margin-left: 18px;
}
.gl-tit .more{
	font-size: 18px;
	float: right;
	color: #004892;
}
.gl-main2{
	margin-top: 30px;
}
.tpgl-main{
	margin-top: 46px;
}
.tpgl-list{
	margin-top: 20px;
}
.tpgl-list a{
	display: inline-block;
	width: 314px;
	overflow: hidden;
	background: #fff;
	margin-right: 34px;
	margin-bottom: 36px;
	text-align: center;
}
.tpgl-list a:nth-child(4n){
	margin-right: 0;
}
.tpgl-list a:hover{
	box-shadow: 0px 0px 17px #eee;
}
.tpgl-list a img{
	width: 100%;
	height: 220px;
}
.tpgl-list a p{
	color: #333333;
	line-height: 22px;
	padding: 12px;
	box-sizing: border-box;
	height: 68px;
}
.tpgl-list a p span{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}
.tpgl-list a:hover p{
	color: #004593;
}
.tpgl-list .date{
	font-size: 14px;
	color: #999999;
	line-height: 31px;
}
.tpgl-main .pagination{
	margin-top: 12px;
}

.ztzl-list {
	padding-top: 28px;
}

.ztzl-list li {
	display: inline-block;
	vertical-align: top;
	width: 270px;
	text-align: center;
	margin-right: 106px;
	margin-bottom: 34px;
	/*height: 270px;*/
}
.ztzl-list li:nth-child(4n){
	margin-right: 0;
}

.ztzl-list li a {
	display: block;
}

.ztzl-list li img {
	width: 270px;
	height: 150px;
}

.ztzl-list li p {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ztzl-list li a:hover p {
	color: #307cd2;
}
.ztzl-main{
	padding-bottom: 30px;
}
.ztzl-main .pagination{
	margin-top: 0;
}


.gl-tit2{
    height: 46px;
    line-height: 46px;
    background: #f8f8f8;
    padding-left: 20px;
}
.gl-tit2 .tit{
    font-size: 20px;
    font-weight: bold;
    color: #0662b1;
}
.gl-list2{
	margin-bottom: 20px;
}
.gl-list2 li{
	min-width: 200px;
    line-height: 20px;
    border: 1px solid #0b77cd;
    text-align: center;
    margin: 20px;
    display: inline-block;
    margin-bottom: 0px;
}
.gl-list2 li a{
	display: block;
    font-size: 16px;
    padding: 10px;
}
.gl-list2 li a:hover{
	background: #0b77cd;
	color: #fff;
}
@media screen and (max-width: 768px){
	.gl-wrap{
		padding-bottom: .3rem;
	}
	.gl-main{
		padding: 0 .2rem .4rem;
	}
	.gl-nav{
		width: 100%;
	}
	.gl-nav-t{
		width: 100%;
	}
	.gl-nav-t .tit{
		background-size: 100% 100%;
		font-size: .32rem;
		line-height: .4rem;
	}
	.gl-nav-l{
		padding: .4rem .2rem .2rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.gl-nav-l .tit{
		font-size: .32rem;
		width: 48%;
		margin: 0 0 0.2rem;
		height: 0.7rem;
		line-height: .7rem;
		font-size: .32rem;
		padding: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.gl-main .gl-con{
		width: 100%;
		margin-top: .3rem;
	}
	.gl-main .gl-con .gl-list{
		padding: 0;
		border: none;
	}
	.gl-tit{
		padding-bottom: .1rem;
	}
	.gl-tit .tit{
		font-size: .32rem;
		margin-left: .2rem;
	}
	.gl-tit .more{
		font-size: .28rem;
	}
	.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;
	}
	.gl-list li a:before{
		width: .14rem;
		height: .17rem;
		margin-right: .1rem;
	}
	.gl-list li:nth-child(5n){
		margin-bottom: .3rem;
		padding-bottom: .3rem;
	}
	.gl-list li span{
		color: #999999;
		font-size: .28rem;
		margin-left: .1rem;
		margin-right: 0;
	}
	.gl-main2{
		margin-top: .3rem;
		padding: 0 .2rem;
	}
	.tpgl-main{
		margin-top: .3rem;
		padding: 0 .2rem;
	}
	.tpgl-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 0;
	}
	.tpgl-list a{
		width: 48%!important;
		margin: 0 0 .2rem!important;
		text-align: left;
	}
	.tpgl-list a img{
		height: 2.3rem;
	}
	.tpgl-list a p{
		padding: .1rem;
		height: 1.12rem;
	}
	.tpgl-list a p span{
		font-size: .32rem;
	}
	.tpgl-con .tpgl-list a img{
		height: 1.7rem;
	}
	.tpgl-con .tpgl-list .date{
		line-height: initial;
		font-size: .28rem;
		margin-top: .1rem;
	}
	.tpgl-con .tpgl-list a p{
		height: 1.6rem;
	}

	.ztzl-main{
		padding: 0 .2rem .3rem;
	}
	.ztzl-list{
		padding-top: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ztzl-list:before, .ztzl-list:after{
		display: none;
	}
	.ztzl-list li{
		width: 48%;
		margin: 0 0 .3rem;
		height: auto;
	}
	.ztzl-list li img{
		width: 100%;
		height: 2.2rem;
	}
	.ztzl-list li p{
		margin-top: .2rem;
		font-size: .32rem;
	}

	.gl-tit2{
		height: auto;
		line-height: .5rem;
		padding: .2rem;
	}
	.gl-tit2 .tit{
		font-size: .36rem;
	}
	.gl-list2 li{
		margin: .2rem .2rem 0;
	}
}