.txtguanggao {
	width: 100%;
	overflow: hidden;
	display: block;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
}

.txtguanggao a {
	border-radius: 5px;
	width: 9.7%;
	float: left;
	border-radius: 3px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	background-color: rgb(255, 153, 159);
	margin: 1px;
	transition-duration: .3s;
}

.txtguanggao a:nth-child(1) {
	background-color: #399;
}

.txtguanggao a:nth-child(2) {
	background-color: #399;
}

.txtguanggao a:nth-child(3) {
	background-color: #399;
}

.txtguanggao a:nth-child(4) {
	background-color: #399;
}

.txtguanggao a:nth-child(5) {
	background-color: #399;
}

.txtguanggao a:nth-child(6) {
	background-color: #399;
}

.txtguanggao a:nth-child(7) {
	background-color: #399;
}

.txtguanggao a:nth-child(8) {
	background-color: #399;
}

.txtguanggao a:nth-child(9) {
	background-color: #399;
}

.txtguanggao a:nth-child(10) {
	background-color: #399;
}

.txtguanggao a:nth-child(11) {
	background-color: #399;
}

.txtguanggao a:nth-child(12) {
	background-color: #399;
}

.txtguanggao a:nth-child(13) {
	background-color: #399;
}

.txtguanggao a:nth-child(14) {
	background-color: #399;
}

.txtguanggao a:nth-child(15) {
	background-color: #399;
}

.txtguanggao a:nth-child(16) {
	background-color: #399;
}

.txtguanggao a:nth-child(17) {
	background-color: #399;
}

.txtguanggao a:nth-child(18) {
	background-color: #399;
}

.txtguanggao a:hover {
	background: #DC3545;
	color: #FFF
}

@media screen and (max-width: 1000px) {
	.txtguanggao a {
		border-radius: 5px;
		width: 19.3%;
		float: left;
		border-radius: 3px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		font-size: 13px;
		color: #fff;
		display: inline-block;
		background-color: rgb(255, 153, 159);
		margin: 1px;
		transition-duration: .3s;
	}
}