.showbox {
	display: flex;
	width: 1180px;
	margin: 0 auto;
}


.show-contentbox {
	width: 100%;
	border: 1px solid #e6e6e6;
	border-right: 0;
	overflow: hidden;

}

.delleftborder {
	border-left: 0px;
}

.showtitle {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 10px 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.showtitle-left {
	color: #db0708;
	font-size: 16px;
	
}

.show-words {
	padding: 10px 0 0 10px;
}

.showtitle>span>a:hover {
	color: red;
}