a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Chivo', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 120px;
    border: none;
    /* border-right: 3px solid #e7e7e7; */
}
.vertical-tab .nav-tabs li{
    float: none;
    vertical-align: top;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border: 1px solid #f5f5f5;
}
.vertical-tab .nav-tabs li:last-child{
    border-radius: 0px 0px 10px 10px;
}
.vertical-tab .nav-tabs li:first-child{
    border-radius: 10px 10px 0px 0px;
    background: #F87706;
    color: #ffffff;
    font-size: 18px;
}
.vertical-tab .nav-tabs li a{
    color: #444;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
    /* padding: 12px 20px; */
    margin: 0 0 1px 0;
    border: none;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #F87706;
    background: #fff;
    border: none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    /*content: "\f054";*/
    /*color: #F87706;*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -4px;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li a:after{
    content: "";
    background: #F87706;
    width: 3px;
    height: 100%;
    transform: translateY(0);
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before{
    opacity: 1;
    right: -17px;
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after{
    opacity: 1;
    right: -3px;
}
.vertical-tab .tab-content{
    color: #555;
    background-color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 10px 15px 10px 20px;
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content .tab-pane ul .news-list{
    height: 140px;
    margin-bottom: 20px;
    position: relative;
}
.vertical-tab .tab-content .tab-pane .jj-img{
    width: 248px;
    height: 140px;
    float: left;
    margin-right: 20px;
}
.vertical-tab .tab-content .tab-pane .jj-tit{
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #333333;
}
.vertical-tab .tab-content .tab-pane .jj-p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    color: #888888;

}
.vertical-tab .tab-content .tab-pane .jj-em{
    display: block;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #888888;
    position: absolute;
    bottom: 0;
    right: 0;

}
.vertical-tab .tab-content .tab-pane .jj-more{
    display: block;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #888888;
    width: 100%;
    background: #EEEEEE;
    border-radius: 50px;

}
.vertical-tab .tab-content .tab-pane .jj-span{
    display: block;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    width: 46px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #FF6868;
    color: #ffffff;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 268px;

}
.vertical-tab .tab-content .tab-pane .jj-img img{
    width: 248px;
    height: 140px;
}
.vertical-tab .tab-content h3{
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li a{
        padding: 7px 7px;
        margin: 0 0 18px 0;
    }
    .vertical-tab .nav-tabs li a:before,
    .vertical-tab .nav-tabs li a:after{
        transform: translateY(0) translateX(50%) rotate(90deg);
        right: 50%;
        top: auto;
        bottom:0;
    }
    .vertical-tab .nav-tabs li a:after{
        width: 50%;
        height: 3px;
        transform: translateY(0) translateX(50%) rotate(0);
    }
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li.active a:before{
        bottom: -22px;
        right: 50%;
    }
    .vertical-tab .nav-tabs li a:hover:after,
    .vertical-tab .nav-tabs li.active a:after{
        bottom: -2px;
        right: 50%;
    }
    .vertical-tab .tab-content{
        border-top: 3px solid #e7e7e7;
        display: block;
        padding: 20px 15px 10px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}