.detail_cont{
	width: 800px;
	display: block;
}
.detail_cont h1{
	margin-top: 40px;
	color: black;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
}
.detail_cont .title_href{
	text-align: center;
	text-indent: 0;
	
}
.detail_cont .title_href a{
	font-size: 12px;
	color: blue;
}
.detail_cont p{
	color: black;
    text-indent: 30px;
    line-height: 45px;
    font-size: 16px;
}
.detail_cont img{
    margin: 35px 0;
	width: 100%;
	position: relative;
}
.detail_cont h2{
	color: black;
	font-weight: bold;
	font-size: 22px;
}
