body{
	min-width: 1220px;
	/* min-height: 1080px; */
	height: 100%;
}
.works-content{
	padding:40px 0 70px;
	background: #f7f7f7;
}
.title-wrap {
	display: flex;
    margin-bottom: 40px;
	/* width: 100%; */
}
.filter,.grouping{
	display: flex; 
    justify-content: center; 
    flex-wrap: wrap;
	margin-bottom:60px;
}
.grouping{
	margin-bottom:10px;
}
.filter li,.grouping li{ 
    padding: 0 5px;
    margin-right: 25px;
    font-size: 14px;
    line-height: 43px;
    color: #666;
    cursor: pointer;
    box-sizing: content-box;
}
.grouping li{
	font-size: 16px;
}
.filter li.active,
.filter li:hover{
	  color: #41B2FA;
    border-bottom: 2px solid #41B2FA;
}
.grouping li.active,
.grouping li:hover{
	  color: #41B2FA;
    border-bottom: 2px solid #41B2FA;
}
.weixinCode{
	width: 100%;
	height:225px;
	background: rgba(255,255,255,1);
	position: absolute;
	top:0px;
	display: none;
	text-align: center;
	font-size:12px;
}
.work-item:hover .weixinCode{
	display: block;
}
.weixinCode p{
	line-height: 20px;
	margin-top:10px;
}
.work-item .weixinCode img{
	width:100px;
	height:100px;
	display: block;
	margin:42px auto 10px;
}
.work-list{
	display: flex;
	flex-wrap: wrap;
}
.work-item{
	min-height:395px;
	width:390px; 
	position: relative;
	margin:0 25px 36px 0;
	box-shadow: 0 6px 5px rgba(198,198,198,0.75);
	word-break: break-all;
	cursor: pointer;
}
.work-item:nth-child(3n){
	margin-right: 0;
}
.work-item img{
	height:225px;
	width: 100%;
}
.work-name{
	margin-top: 15px;
	padding:0 18px;
	line-height: 30px;
	font-size: 16px;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.work-author,
.work-des{
	margin-top: 3px;
	padding:0 18px;
	line-height: 26px;
	font-size: 14px;
	color:#4d4d4d;
} 
.work-des{
	font-size: 12px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.work-author{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-wrap{
   display: flex; 
   justify-content: center;
   margin:62px auto 0;
} 
.work-memo{
	padding: 0 18px 10px;
	margin-top: 8px;
	line-height: 26px;
	font-size: 14px;
	color: #4d4d4d;
	display: inline-block;
}
.work-memo-detail{
	width: 100%;
	height:auto;
    display: none;
	position: absolute;
	top:395px;
	left: 40px;
	background: #fff; 
	padding: 10px;
	z-index: 100;
	font-size: 12px;
	line-height: 20px;
	box-shadow: rgba(142, 142, 142, 0.2) 0px 0px 5px;
} 
.work-memo-detail:hover,
.work-memo:hover .work-memo-detail{
	display: block;
} 
.text-item{
	padding:0 5px 0 10px;
	position: relative;
}
.text-item:before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	left:0px;
	top:8px;
	border-radius: 50%;
	background: #4D4D4D; 
}
.page-wrap .page{
  width: 58px;
  height: 58px;
  margin: 0 1px;
  line-height: 58px;
  text-align: center; 
  background: #fff;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 16px;
}
.page-wrap .page.active{
  background: #41B2FA;
  color: #fff;
}
.pre{
  height: 58px;
  width: 58px;
  cursor: pointer;
  background: url('../img/pre.svg') no-repeat center center/20%;
}
.pre.disable{ 
  background: url('../img/pre-gray.svg') no-repeat center center/20%;
  cursor: not-allowed !important;
}
.next{
  height: 58px;
  width: 58px;
  cursor: pointer;
  background: url('../img/next.svg') no-repeat center center/20%;
}
.next.disable{
  background-image:url('../img/next-gray.svg');
  cursor: not-allowed !important;
} 
.font30{
	font-size:30px;
}
.title{
	cursor: pointer;
	border: none;
}
.title.active{
	    border-bottom: 5px solid #41B2FA;
}
.xie{
	line-height: 46px;
	margin:0 10px;
	color:#999;
}
.desc{
	font-size: 14px;
    vertical-align: bottom;
    display: inline-block;
    margin-top: 22px;
    margin-left: 20px;
}
.top-title{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: top;
}
.link-desc{
	font-size: 20px;
	margin-top: 15px;
}.link-desc a{
	color: #41B2FA;
}
.filter-name{
	display: none;
}
@media screen and (max-width:600px){ 
	body{
		min-width: 100%;
	}
	.works-content{
		padding-top:1.066667rem;
	}
	.title {
		height: auto;
		margin-bottom: 0.533333rem;
		font-size: .48rem;
		line-height: 0.8rem;
	}
	.xie{
		line-height: 32px;
		font-size: 24px;
	}
	.work-list{
		display: flex;
		justify-content: center;
	}
	.work-item{
		margin-right:0;
	}
	.desc{
		display: none;
	}
	.title-wrap{
		margin-bottom:0px;
		padding:0 11px;
	}
	.filter-wrap{
		position: relative;
		margin-bottom: 30px;
	}
	.filter-name{
		width: 70%;
		height: 40px;
		display: block;
		margin:0 auto;
		border-radius: 25px;
		background: rgba(0,93,255,.1) url(../img/down.svg) no-repeat 96% center/8%;
		color: #41B2FA;
		font-weight: 800;
		line-height: 40px;
		font-size: 13px;
		text-align: center;
		border: 0;
	}
	.filter{
		display: none;
		width: 70%;
		height: 302px;
		position: absolute;
		left:15%;
		top:44px;
		z-index: 100;
		border: 1px solid #E4E7ED;
		border-radius: 8px;
		background-color: #FFF; 
		box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); 
		box-sizing: border-box;
		margin: 5px auto;
		text-align: center;
		border-bottom: none;
		overflow: auto;
	}
	.filter li{
		margin:0;
	}
	.filter li.active,.filter li:hover{
		border-bottom: none;
		background-color:#F5F7FA;
	}
	footer .footer-r{
        width: 3.8533rem;
        height: 2.4rem;
        right: 0;
    }
    footer .footer-l1{
        width: 1.6133rem;
        height: 3.2267rem;
        top: -6px;
        left: 0;
    }

}