.kftj {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 20px;
}

.kftj .caption {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.kftj .caption h2 {
    font-weight: bold;
}

.kftj .caption ul {
    flex: 1;
    text-align: center;
}

.kftj .caption ul li {
    display: inline-block;
    width: 80px;
    text-align: center;
    margin-right: 10px;
    padding: 0;
    margin: 0;
    border-right: 1px solid #CCC;
    cursor: pointer;
}

.kftj .caption ul li:hover, .kftj .caption ul li.active {
    font-weight: bold;
    color: #379BE9;
}


.kftj .caption ul li:last-child {
    border-right: 0;
}

.kftj .splist  {
    display: none;
    text-align: left;
}

.kftj .splist li {
    text-align: center;
    list-style: none;
    display: inline-block;
    width: 9.5%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    line-height: 30px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.kftj .splist li:hover, .kftj .splist li:hover a {
    background: #FF6600;
    color: #FFF;
}

.kftj .splist li a {
    color: #000;
}


.gmlist {
    width: 1200px;
    margin: 20px auto;
    margin-bottom: 10px;
    background: #FFF;
}
.gmlist.index {
    margin-top: 70px;
}
.gmlist ul {
    border-left: 1px solid #CCC;
    display: flex;
}
.gmlist ul, .gmlist li {
    padding: 0;
    margin: 0;
    height: 36px;
}
.gmlist ul.cap li {
    background: #12141F;
    color: #FFF;
}
.gmlist ul.cap:hover li {
    background: #12141F;
}
.gmlist ul li {
    list-style: none;
    display: inline-block;
    flex: 1;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 36px;
    font-size: 14px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.gmlist ul li a {
    color: red;
}
.gmlist ul:hover li {
    background: #FFDFC1;
}