.baike_index {
	width: 1200px;
	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: #333;
}
.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: 90px;
	display: block;
	font-size: 13px;
	background: #CDE1EE;
	color: #05A;
}
.baike_index .box1 dd {
	float: left;
	width: 900px;
	display: block;
	overflow: hidden;
}
.baike_index .box1 dd a {
	display: block;
	float: left;
	width: 98px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	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: 1200px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 30px;
	overflow: hidden;
}
.baike_content .l {
	float: left;
	width: 898px;
	border: 1px solid #dee3e7;
	
	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: 258px;
}

.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: 5px;
	overflow: hidden;
}
.baike_content .r .pbaike .list a {
	display: block;
    font-size: 16px;
	float: left;
	width: 210px;
	line-height: 24px;
	height: 24px;
	text-align: center;
}
.baike_content .r .pbaike .list a:hover {
	display: block;
    font-size: 16px;
	float: left;
	width: 210px;
	line-height: 24px;
	height: 24px;
	text-align: center;
    text-decoration: underline;

}