@charset "utf-8";

/* 内容选项卡 */
.good_prac_tab li {
    float: left;
    height: 41px;
    width: 156px;
    font-size: 16px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    background:url(comp_tab02.jpg) left center no-repeat;
    margin-right: 2px;
}
.good_prac_tab li.current {
    background:url(comp_tab01.jpg) left center no-repeat;
    color: #ffffff;
}
.good_prac_cont {
    margin-top:20px;
}
