.kjcgList {
    width: 14rem;
    margin: 0 auto 1.67rem
}

.el-tabs__item {
    font-size: 0.2rem !important;
    font-weight: 400 !important;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
    color: #000000 !important;
    line-height: 0.48rem !important;
    height: 0.58rem!important;
}

.el-tabs__item.is-active {
    color: #224691 !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #224691;
}

.el-tabs__nav-wrap::after {
    height: 1px !important;
    background: #EAEAEA;
}

.el-tabs__active-bar {
    display: none;
}

.el-tabs__nav {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.left {
    width: 4.12rem;
    height: 7.33rem;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    overflow: auto;
}

.leftItem {
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.16rem;
    font-weight: 500;
    color: #666666;
    padding: 0.11rem 0.30rem;
    cursor: pointer;
}

.activeTab {
    background: linear-gradient(270deg, #feffff, #e7f5ff);
    border-left: 0.08rem solid #0070FF;
    padding: 0.11rem 0.22rem;
}
.right{
    width: 8rem;
    margin-left: 0.94rem;
    text-align: center;
}
.right img{
    width: 6.08rem;
    height: 8.48rem;
}
.right .title{
font-size: 0.2rem;
font-weight: 700;
color: #333333;
}
.right .describe{
font-size: 0.16rem;
font-weight: 400;
text-align: left;
color: #333333;
line-height: 0.28rem;
margin-top: 0.14rem;
}
