.page-header {
	border: none;
}

.f8bg {
	background-color: #f8f8f8;
	padding-bottom: 20px;
}

.jumbotron {
	background-image: url(/img/cp_bg.png);
	background-position: 70%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	margin-bottom: 0px;
}


.list-group a .yuan {
	display: inline-block;
	margin-right: 0.5rem;
}
.f8bg>.container>.row {
	position:relative ;
}

#nav {
	position: absolute;
	top: 2.0rem;
}


#nav .list-group-item {
	padding: 0.8rem 1.5rem;
	font-size: 1.4rem;
}

#content-detail {
	margin-left: 17%;
}

.thumbnail {
	height:auto;
}
.thumbnail .caption p {
	font-size: 1.6rem;
}
ol {
	font-size: 1.2rem;
}
ol>a {
	font-size: 1.4rem;
	color: cornflowerblue;
}
.neirong{
    padding: 3.0rem;
    border: 1px solid #ddd;
    margin-top: 3.0rem;
}

@media only screen  and (max-width: 992px) {
	#content-detail {
		margin-left: 25%;
	}
}


@media only screen and (max-width: 768px) {
	#content-detail {
		margin-left: 1.5rem;
	}
	.neirong{
    	padding: 0.5rem;
   
	}
	.thumbnail .caption h4 {
		font-size: 1.4rem;
	}
	.thumbnail .caption p {
		font-size: 1.2rem;
	}
}
