/*å†…å®¹éƒ¨åˆ†*/
.all-list {border-radius: 20px;overflow: hidden;margin:40px auto;    width: 100%;}
.all-list .all-list-title{padding:20px 40px;background: #3a6dff;font-size: 20px; font-weight: bold;color:#fff}
/* .all-list .all-list-title sub{border-radius: 3px;border-left:4px solid #fff;padding-left:10px;line-height: 1;} */
.all-list .all-list-title sub em{width: 4px;background: #fff;display: inline-block;height: 20px;float: left;border-radius: 3px;    position: relative; top: 4px;margin-right: 10px;}
.all-list .all-list-title  .title_r{float: right;display: inline-block;font-weight: normal;font-size: 14px;}
.all-list .all-list-title  .title_r a{color:#fff;}
.all-list-con{padding:0 40px 40px;background:#fff;}
.all-list-con ul li{padding:40px 0;border-bottom:1px dashed #e1e1e1}
.cont-title > a{color:#424242;font-size: 16px;line-height: 1;}
.cont-title > a:hover{color:#3a6dff}
.cont-info{font-size: 14px;line-height: 1.428;padding:20px 0;}
.cont-info a{color:#666;}
.cont-info:hover a{color:#3a6dff;}
.display-f{display: flex;justify-content: space-between;}
.c-look,.c-time{font-size: 14px;color:#cecece;line-height: 1;}
.c-look .iconfont,.c-time .iconfont{position: relative;font-size: 18px;top:3px;margin-right:10px}

/*åˆ†é¡µ*/
.all-list-box{text-align: right;padding:40px 0;}
.all-list-box span{font-size: 16px;margin-right:16px;display:none;}
.all-list-box a{display: inline-block;padding:10px 16px;border:1px solid #eaeaea;border-radius: 3px;color:#333;font-size: 16px;}
.all-list-box a:hover{background: #3a6dff;color:#eaeaea}
.all-list-box a.all-page-curr{background: #3a6dff;color:#eaeaea}
.all-list-box a.prev{color:#bcbcbc;}

/*è®²åº§å…¬å¼€è¯¾ æ ·å¼*/
.gkk-list-con ul{overflow: hidden;display: flex;flex-wrap: wrap;}
.gkk-list-con ul li{width:17.7%;float:left;margin-right:2.85%;padding:40px 0 0;border:0;}
.gkk-list-con ul li:nth-of-type(5n){margin-right:0}
.gkk-list-con ul li .all-list-pic{border-radius: 10px;overflow: hidden;}
.gkk-list-con ul li .cont-title{font-size: 16px;font-weight: normal;margin-top: 20px;color:#333;height: 52px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	word-break: break-all;}
.gkk-list-con ul li .cont-title a{line-height: 1.625;}
.gkk-list-con ul li a{display: block;max-height: 148px;}
.gkk-list-con ul li:hover .cont-title{color:#3a6dff;}

@media screen and (max-width:1199px) {
	.cont-title{line-height: 1.25;}
	.all-list-box{text-align: center;}
	.all-list-box span{display: none;}
	.all-list-box a{display:none;}
	.all-list-box a.prev,.all-list-box a.next,.all-list-box a.all-page-curr{display: inline-block;}
	.gkk-list-con ul li{width:32%;margin-right:1.5%}
	.gkk-list-con ul li:nth-of-type(5n){margin-right:1.5%}
	.gkk-list-con ul li:nth-of-type(3n){margin-right:0;}
	body{min-width: 960px;margin:0 auto;}
}

@media screen and (max-width:640px) {
	body{width:100%;min-width: 100%;}
	.gkk-list-con{padding: 10px 20px;}
	.gkk-list-con ul li{padding:10px 0 10px;border-bottom: 1px solid #eee; width: 100%;margin-right: 0;}
	.gkk-list-con ul li a{max-height:73px;}
	.gkk-list-con ul li .cont-title{margin-top:0;width: calc(100% - 100px);}
	.gkk-list-con ul li .cont-title a{font-size: 14px;height:42px;margin-top:6px;}
	.gkk-list-con .all-list-list{display: flex;flex-direction: row-reverse;}
	.gkk-list-con .all-list-list .all-list-pic{width:100px;margin-left:10px}
	.all-list .all-list-title,.all-list-box a.all-page-curr{display: none;}
	.all-list-con ul li{position: relative;}
	.all-list-con ul li > a{position: absolute;display: block;width: 100%; height: 100%;top: 0;}
	.all-list-con ul li:after{position: absolute;width:100%;height: 100%;}
	.all-list-box a.prev, .all-list-box a.next{width:35%;display: inline-block;}
	.all-list-box a.prev{border: 1px solid #eaeaea;color: #333;}
	.cont-info{
		height: 39px;
		overflow: hidden;
		margin-bottom: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	
	    
}


/* 2023.8.2 作图右文模式样式 ----------------*/
.all-list-con ul li{
	overflow: hidden;
	padding:20px 0;
}
.all-list-con ul li:nth-child(1){padding-top: 40px;}
.all-list-con ul li .list_l{
	float: left;
	width: 20%;
	border-radius: 10px;
    overflow: hidden;
    height: 150px;
}
.all-list-con ul li .list_l img{width: 100%;}
.all-list-con ul li .list_r{
	float: left;
	width: 80%;
	padding-left: 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 1600px) and (min-width: 1200px){
	.all-list-con ul li .list_l{height: 130px;}
}

@media screen and (max-width:1199px){
	.all-list-con ul li .list_l{height: 130px;}

}
@media screen and (max-width:640px) {
	.all-list-con ul li .list_l{display: none;}
	.all-list-con ul li .list_r{width: 100%; padding-left: 0;}

}


/* 2023.8.2 作图右文模式样式 ----------------*/