.baike_index {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.baike_index .box1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-left-color: #EBEBEB;
}

.baike_index .box1 .title {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	background-color: #F8F8F8;
	padding-left: 10px;
	color: #C60;
}
.baike_index .box1 dl {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
}
.baike_index .box1 dt {
	text-align: center;
	float: left;
	width: 100px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.baike_index .box1 dd {
	float: left;
	width: 850px;
	display: block;
	overflow: hidden;
}
.baike_index .box1 dd a {
	display: block;
	float: left;
	width: 118px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	background-color: #F6F6F6;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: center;
}
.nav {
	line-height: 30px;
	height: 30px;
	width: 948px;
	padding-left: 10px;
	border: 1px solid #EBEBEB;
	margin-right: auto;
	margin-left: auto;
}

.baike_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.baike_content .l {
	float: left;
	width: 668px;
	border: 1px solid #dee3e7;
	background-color: #f7f9fc;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 100px;
	padding-left: 15px;
}
.baike_content .l h1 {
	font-size: 22px;
	padding-left: 10px;
}
.baike_content .l .p {
	padding-top: 10px;
	padding-left: 10px;
}
.baike_content .r {
	float: right;
	width: 248px;
}

.baike_content .r .pbaike {
	border: 1px solid #EBEBEB;
}
.baike_content .r .pbaike .title {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}

.baike_content .r .pbaike .list {
	padding: 10px;
	overflow: hidden;
}
.baike_content .r .pbaike .list a {
	display: block;
	float: left;
	width: 75px;
	line-height: 24px;
	height: 24px;
	text-align: center;
}

