.container{
	margin-bottom: 80px;
}
.tabe-right-body h1.ty-h1{
	border-bottom: 0;
	margin-bottom: 0;
}
.herf-tabe{
	width: auto;
	height: 38px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
.herf-tabe a{
	font-size: 14px;
	color: #616161;
	line-height: 38px;
	position: relative;
	display: inline-block;
	float: left;
	border-right: 1px solid #e2e2e2;
	height: 38px;
	width: auto;
	overflow: hidden;
	padding: 0 22px;
}
.herf-tabe a:hover,.herf-tabe a.on-herf-a{
	color: #fff;
	background: #d00210;
}
.content h1{
	font-size: 24px;
	font-weight: normal;
	color: #444444;
	padding: 32px 0 26px 0;
}
.content img{
	/*width: 800px;
	height: auto;*/
	display: block;
	margin: 0 auto 60px auto;
}
.content hr{
	margin: 0;
	border: 1px solid #dddddd;
	border-top: 0;
}

@media only screen and (max-width: 1180px) {
	.herf-tabe{
		height: auto;
		border-top: 0;
		border-bottom: 0;
	}
	.herf-tabe a{
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
		font-size: 12px;
		line-height: 24px;
		height: 24px;
		padding: 0 6px;
	}
	.content img{
		width: 80%;
	}
}