	.notice {
		padding: 20px 0;
		display:none;margin-top:16px
	}
	.notice .container{
		z-index: 3;
		position: relative;
	}
	.no-icon img {
		width: 24px;
		height: 20px;
	}

	.no-icon p {
		font-size: 16px;
		color: #ffffff;
		margin: 0 10px 0 8px;
	}

	.no-lun .swiper {
		height: 20px;
	}

	.no-lun {
		width: 1060px;
	}

	.no-lun a {
		width: 100%;
		display: block;
		height: 20px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		color: #ffffff;
	}
	
	.spec_col{
		width: 285px;margin-right: 20px;
	}

	@media(max-width:768px) {
		.notice {
			padding: 15px 0;
		}

		.no-icon img {
			width: 12px;
			height: auto;
			margin-bottom: -1px;
		}

		.no-icon p {
			font-size: 14px;
			margin: 0 5px;
		}

		.no-lun .swiper {
			height: 15px;
		}

		.no-lun a {
			font-size: 12px;
			height: 15px;
		}

		.no-lun,
		.no-lun a,
		.inter_name a {
			width: auto;
			flex: 1;
			white-space: initial;
		}
	}

	@media(max-width:375px) {
		.lun-name a {
			width: 250px;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
	}