

@import url("news-detail.css");
@import url("knowledge.css");

.knowledgeDetail .detailIntro .introCat li.orange a{
    background-color: #ee881a;
}
.knowledgeDetail .detailIntro .introCat li.blue a{
    background-color: #1e5a9f;
}
.knowledgeDetail .detailIntro .introCat li.pink a{
    background-color: #d94848;
}
.knowledgeDetail .detailIntro .introCat li.green a{
    background-color: #2ec111;
}
.knowledgeDetail .detailIntro .introUpdate {
    font-weight: bold;
}

