.hd-main{
	min-height: 500px;
	border: 1px solid #eee;
	margin: 10px auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.details-title-box{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
}
.details-title{
	display: inline-block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 19px;
	color: #096DB9;
	border-bottom: 2px solid #096DB9;
	box-sizing: border-box;
	margin-bottom: -1px;
	font-weight: bold;
}
.chuo{
	float: right;
	font-size: 16px;
	color: #a2a2a2;
}
.chuo img{
	vertical-align: top;
	margin-top: 13px;
	margin-right: 5px;
}
.big-title{
	height: 100px;
	font-size: 26px;
	line-height: 100px;
	color: #000;
	text-align: center;
}
.news-details{
	background: #f8f8f8;
	height: 40px;
	line-height: 40px;
	color: #848484;
	font-size: 16px;
	text-align: center;
}
.news-details>span{
	margin-left: 103px;
}
.news-details>span:first-child{
	margin-left: 0;
}
#detail{
	margin-top: 35px;
	margin-bottom: 35px;
}