.kt{
    border-bottom: 1px #ddd dotted; padding-left: 20px; padding-bottom: 20px; margin-bottom: 20px;
}
.kt h2{
    font-size: 16px; line-height: 32px;
}
.kt h2 span{
    color: #aaa; font-size: 14px;
}
.ktTitle{
    font-weight:bold; color:#1d713f; text-align: center; font-size:32px; margin: 40px 0;
}
.gettopic{
    display: block; background: #8fc54b url(imageskticon.png) no-repeat center 20px; padding: 80px 15px 15px 15px;
    line-height: 24px; text-align: center;
    min-height: 150px; color: #fff; cursor: hand; cursor: pointer;
    /*border: 1px rgba(167,197,41,0.2) solid; */
}
.gettopic:hover{
    background-color: #99cf54;
}
.kelist{
    padding:10px 15px; min-height: 150px;
    background-color: #8fc54b; color: rgba(255,255,255,1);
}
.kelist h5{
    font-size: 16px; line-height: 28px;
}
.kelist h5 a{
    color: #fff;
}
.kelist span{
    color: rgba(255,255,255,0.8);
}
.ktcontent{padding: 20px; font-size: 16px; line-height: 36px; border-bottom: 1px #ccc dotted; margin-bottom: 20px;}
.messagelist{
    padding: 12px; background-color: #fafafa; border-bottom: 1px #eee solid; margin-bottom: 20px;
}
.messageInfo{
    margin-bottom: 8px;
}
.messageInfo span{
    color: #aaa;
}
.messagecon{
    line-height: 28px;
}
.page{
    border-left: 1px #fff solid; margin-bottom: 20px;
}

.page ul li{
    display: inline-block; border: 1px #fff solid; border-left: 0; padding: 3px 8px; background-color: #b6d462;color: #fff;
}
.page ul li a{
    color: #fff;
}
.page ul li:hover{
    background-color: #93c04b;
}