.khfw_nav{
    width: 186px;
    height: auto;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    overflow: hidden;
}
.khfw_nav li{
    display: block;
    height: 34px;
    padding: 0px 10px 0px 10px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    line-height: 34px;
}

.khfw_nav li>a{
    font-family: 'Microsoft Yahei','simsun','simhei';
    font-size: 14px;
    color: #515151;
    text-decoration: none;
    margin-left: 6px;
    display: inline-block;
    width: 85%;
    padding-left: 15%;
}

.khfw_nav .icon{
    background: url(../images/khfw_icons.png) no-repeat;
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 10px;
}
.khfw_nav .ricon{
    width: 7px;
    height: 12px;
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/khfw_ricon.png) no-repeat;
}

.khfw_nav .icon.ico1{
    background-position: 0px 0px;
}

.khfw_nav .icon.ico2{
    background-position: 0px -24px;
}

.khfw_nav .icon.ico3{
    background-position:  0px -48px;
}

.khfw_nav .icon.ico4{
    background-position:  0px -72px;
}

.khfw_nav .icon.ico5{
    background-position:  0px -96px;
}

.khfw_nav .icon.ico6{
    background-position:  0px -120px;
}

.khfw_nav .icon.ico7{
    background-position:  0px -183px;
}

.khfw_nav .icon.ico8{
    background-position:  0px -207px;
}

.khfw_nav .icon.ico9{
    background-position:  0px -231px;
}

.khfw_cats{
    width: 786px;
    height: auto;
}
.khfw_cat{
    width: 384px;
    min-height: 250px;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 2px;   /* 圆的半径为边长的一半，即300px */
    -webkit-border-radius: 2px;
    border-radius: 2px;

}
.khfw_cat .title{
    padding: 6px;
    height: 25px;
}
.khfw_cat .title .icon{
    width: 4px;
    height: 20px;
    background: #dc1d22;
}

.khfw_cat .title h4{
    font-size: 16px;
    font-family: 'Microsoft Yahei','simsun','simhei';
    color: #372f1a;
    margin-left: 6px;
}
.khfw_cat .title .more a{
    font-size: 14px;
    color: #383139;
    text-decoration: none;
}
.khfw_cat .banner{
    width: 370px;
    height: 110px;
    padding: 6px;
    padding-top: 0px;
}
.khfw_cat .news{
    padding-left: 25px;
}
.khfw_cat .news a{
    font-size: 12px;
    color: #636363;
    text-decoration: none;
    display: block;
    line-height: 22px;

}

.khfw_cat .tnav {
    display: block;

}
.khfw_cat .tnav li{
    display: block;
    float: left;
    width: 45%;
    position: relative;
    line-height: 34px;
    padding-left: 5%;
    background: #f9f9f9;
    height: 35px;
    overflow: hidden;
    margin-top: 2px;

}

.khfw_cat .tnav a{
    color: #515151;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Microsoft Yahei','simsun','simhei';
}
.khfw_cat .tnav .icon{
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../images/khfw_icons.png) no-repeat 0px -144px;
    vertical-align: middle;
}
