@media screen and (max-width: 1000px) {
	.intel {
		width: 100%;
		padding: 10px 0;
		box-sizing: border-box;
	}

	.indicate a {
		color: #696868;
	}

	.reduce {
		width: 80%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.reduce .unified {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 5px;
		overflow: hidden;
		margin-bottom: 15px;
		box-sizing: border-box;
		border: 1px dashed #727272;
	}

	.unified>img {
		width: 25%;
	}

	.container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 73%;
		box-sizing: border-box;
	}

	.title {
		font-weight: bold;
		font-size: 10px;
		color: #000000;
		display: inline-block;
		white-space: nowrap;
		width: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		box-sizing: border-box;
	}

	.characters {
		width: auto;
		font-size: 6px;
		color: #000000;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin: 4px 0;
	}

	.examine {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: auto;
		box-sizing: border-box;
	}

	.time {
		font-weight: 400;
		font-size: 10px;
		color: #000000;
	}

	.more {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 44px;
		height: 12px;
		font-size: 6px;
		color: #FFFFFF;
		background-color: #9E9E9E;
	}

	.more img {
		width: 6px;
		height: 4px;
		margin-left: 2px;
	}

	.separate {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		/* padding: 0 60px; */
		box-sizing: border-box;
	}

	.average {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 20px;
		height: 20px;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		margin: 0 3px;
		flex-shrink: 0;
		background-color: #BFBFBF;
		box-sizing: border-box;
		border-radius: 20px;
	}

	.average>img {
		width: 6px;
		height: 10px;
	}

	.package {
		display: flex;
		align-items: center;
		width: 260px;
		overflow: hidden;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 1000px) {
	.intel {
		width: 100%;
		padding: 40px 0;
		box-sizing: border-box;
	}

	.indicate a {
		color: #696868;
	}

	.reduce {
		width: 1200px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.unified {
		display: flex;
		align-items: center;
		width: 1200px;
		padding: 20px;
		margin-bottom: 30px;
		box-sizing: border-box;
		border: 1px dashed #727272;
	}

	.unified>img {
		width: 240px;
		height: 210px;
		margin-right: 25px;
	}

	.container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 895px;
		height: 210px;
		box-sizing: border-box;
	}

	.title {
		font-weight: bold;
		font-size: 25px;
		color: #000000;
		display: inline-block;
		white-space: nowrap;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.characters {
		width: 100%;
		font-size: 17px;
		color: #000000;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.examine {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
	}

	.time {
		font-weight: 400;
		font-size: 25px;
		color: #000000;
	}

	.more {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 115px;
		height: 28px;
		font-size: 17px;
		color: #FFFFFF;
		background-color: #9E9E9E;
	}

	.more img {
		width: 15px;
		height: 12px;
		margin-left: 5px;
	}

	.separate {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 0 160px;
		box-sizing: border-box;
	}

	.average {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		margin: 0 12px;
		flex-shrink: 0;
		background-color: #BFBFBF;
		box-sizing: border-box;
		border-radius: 50px;
	}
	
	#receptaclepackage .average {
		position: relative;
		right: 0px;
	}

	.average>img {
		width: 20px;
		height: 30px;
	}

	.package {
		display: flex;
		align-items: center;
		flex: 1;
		overflow: hidden;
		box-sizing: border-box;
	}
}