main {
    background-color: #fbfbfb;
    padding: 90px 0;
}



.left_menu {
    float: left;
    width: 200px;
    background-color: #fff;
}
.left_menu .title {
    height: 54px;
    font-size: 16px;
	line-height: 54px;
    color: #181818;
    border-bottom: 1px solid #eeeeef;
}
.left_menu .menu {
    padding: 0 0 20px 39px;
}
.left_menu .menu li {
    cursor: pointer;
    margin-top: 21px;
    font-size: 14px;
	line-height: 16px;
    list-style-type: square;
}
.left_menu .menu li:hover {
    text-decoration: underline;
	color: #bc8e54;
}
.left_menu .menu li.active {
	color: #bc8e54;
}

.right_menu {
    float: left;
    width: 975px;
    margin-left: 25px;
    padding: 30px 0 85px 50px;
    background-color: #fff;
}
.right_menu .cur {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeef;
    font-size: 16px;
	line-height: 16px;
}
.right_menu .cur1 {
	color: #bc8e54;
}

.right_menu .detail_text .detail_p h3 {
    height: 16px;
    margin-top: 50px;
    padding-left: 10px;
    line-height: 13px;
    margin-bottom: 15px;
    border-left: 3px solid #181818;
    font-size: 20px;
    font-weight: bold;
	color: #181818;
}
.right_menu .detail_text .detail_p p {
    line-height: 36px;
    font-size: 14px;
	color: #181818;
}