.main-body {
	padding-bottom: 0;
}
section {
	padding-bottom: 80px;
	color: #555;
}
section .container>div {
	margin-top: 20px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
}
section .container p {
	line-height: 2;
}
.tab-content {
	padding: 40px;
	background-color: #fff;
}
.nav-tabs {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
}
.nav-tabs li a {
	padding: 0;
	margin-right: 0;
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #666;
	border: none;
	border-right: 1px solid #e4e4e4;
	border-radius: 0;
}
.nav-tabs .active a {
	border: none;
	border-right: 1px solid #e4e4e4;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #0d9fd0;
    cursor: default;
    background-color: #fff;
	border: none;
	border-right: 1px solid #e4e4e4;
	border-top: 2px solid #0d9fd0;
    border-bottom-color: transparent;
}
#list1 p {
	color: #555;
	font-size: 14px;
	line-height: 2;
}
#list1>div {
	padding: 30px 0;
}
#list1>div div {
	float: left;
	margin-right: 19px;
}
#list1>div div img + p {
	font-weight: 700;
}
#list1>div>div:last-child {
	margin-right: 0;
}
#list1 h4 {
	height: 30px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
}
#list1 h1 {
	margin-top: 60px;
	margin-bottom: 30px;
	color: #333;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
#list1 dt {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}

#list1>article>dl>dd>p:last-child {
	padding-top: 30px;
	text-align: center;
}
#list1>article>dl>dd>p:last-child .btn {
	padding: 0;
	width: 200px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	border: none;
	border-radius: 25px;
}