@charset "utf-8";

.navbar-default{
	background: #5a5a5a;position: static;
}


.detail {
	margin: 0 auto 30px;
}
.detail .detail-title h2{
    margin-top: 60px;text-align: center;font-size: 25px;
}
.detail .detail-title p{
	margin-top: 32px;margin-bottom: 0px;padding: 0px;font-size: 18px;font-stretch: normal;line-height: 32px; color: rgb(64, 64, 64);
    white-space: normal;text-align: center;
}
.detail .detail-title span{
	margin: 0 6px;
}
.detail .detail-txt p{
	margin-top: 32px;margin-bottom: 0px;padding: 0px;font-size: 18px;text-indent: 2em;font-stretch: normal;line-height: 32px;color: rgb(64, 64, 64);text-align: justify;white-space: normal; background-color: rgb(255, 255, 255);
}
.detail .detail-txt img{
	margin: auto;margin-top: 32px;
}
