	.worksBox{
		width: 100%;
		background: #F4F4F4;
		padding-top: 30px;
	}
	.workItme{
		width:94%;
		height: 250px;
		display: flex;
		background: #FFFFFF;
		border-radius: 4px;
		margin-bottom: 30px;
		margin-left:3% ;
	}
	.workItme img{
		align-items: auto;
		width:85%;
		height: 85%;
		margin-top: 5%;
	}
	.workItme .itemTitle{
		width: 97%;
		font-size: 38px;				
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #343434;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.workItme .itemDate{
		font-size: 36px;				
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #9E9E9E;
	}
	.workLeft{
		width: 40%;
		text-align: center;
		flex-direction: column;
	}
	.itemRight{
		width: 60%;
	}
	body{
		padding:0;
		margin: 0;
	}