.second-banner-box, .second-banner-box-inner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.second-banner-box {
    background-color: #3b4553;
    padding-top: 21px;
    box-sizing: content-box;
}
.second-banner-info{
    width: 720px;
    height: 315px;
    padding-left: 20px;
    padding-top: 40px;
}
.h2-title {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}
.second-banner-info p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    opacity: .8;
}
.omit-five, .omit-four {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-align: left;
}

.omit-four {
    -webkit-line-clamp: 4;
}
.second-banner-btn1 {
    display: inline-block;
    cursor: pointer;
    margin: 35px 40px 0 0;
    padding: 10px 39px;
    color: #fff;
    background: #2186fb;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, .15);
}
.flex-column-center {
    justify-content: center;
}

.flex-column, .flex-column-center {
    display: flex;
    flex-direction: column;
}
.nav-tabs li.active a {
    color: initial;
}
.nav-tabs > li {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    text-align: center;
}
.nav-tabs li div.tabItem {
    padding-top: 10px;
    padding-bottom: 10px;
}
div.tab-content > .tab-pane{
    padding:15px;
}
div.tab-content > .tab-pane > p{
    font-family:微软雅黑!important;
    font-size:16px!important;
    line-height:1.5em!important;
}
div.tab-content > .tab-pane > p >img{
    max-width:95%!important;
}
div.tab-content > .tab-pane > ol > li {
    list-style-type: unset;
    font-family:微软雅黑!important;
    font-size:16px!important;
    line-height:1.5em!important;
}
div.tab-content > .tab-pane > ul > li {
    list-style-type: square;
    font-family:微软雅黑!important;
    font-size:16px!important;
    line-height:1.5em!important;
}
.nav-tabs li {
    flex:1;
}

.carouselContent{
    width: 100%;
    height: 100%;
    position: relative;
}
.el-carousel__container {
    position: relative;
    height: 300px;
}
.el-carousel--horizontal {
    overflow-x: hidden;
}
.el-carousel__item--card, .el-carousel__item.is-animating {
    transition: transform .4s ease-in-out;
}

.el-carousel__item.is-active {
    z-index: 2;
}

.el-carousel__item {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}

.el-carousel__item, .el-carousel__mask {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.carouselContent .imgContent{
    width: 720px;
    height: 420px;
    background: #f3f5f8;
    box-shadow: 0 3px 12px 1px rgba(7, 106, 255, .1);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 2px solid #fff;
    padding: 24px;
    top: 38px;
    position: absolute;
    z-index: 10;
}
.carouselContent .imgContent img, .carouselContent .imgContent video{
    width: 100%;
    height: 100%;
}

img {
    border: none;
}
.carouselContent .descContent {
    width: 580px;
    height: 444px;
    background: #0052d9;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 1px solid #fff;
    z-index: 9;
    position: absolute;
    top: 130px;
    right: 0;
    padding: 40px 32px 30px 170px;
}
.carouselContent .descContent .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    margin-bottom: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.carouselContent .descContent .desc{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    word-break: break-all;
}
.carouselContent .descContent .desc .detail {
    margin-top: 40px;
    width: 117px;
    height: 36px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    transform: translateY(-35px);
    border: 1px solid hsla(0, 0%, 100%, .45);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
}
.recommend{
    padding-top: 24px;
    width: 300px;
    background: #fff;
    height: 800px;
}
.div-cover {
    position: relative;
    z-index: 1001;
}
.titleContainer{
    display: flex;
    align-items: flex-end;
}
.titleContainer .tag{
    width: 4px;
    background: #076aff;
    border-radius: 0 0 0 0;
    opacity: 1;
    margin-right: 16px;
    display: inline-block;
    margin-bottom: 5px;
}
.titleContainer .title{
    font-size: 32px;
    font-family: Source Han Sans SC-Bold, Source Han Sans SC;
    font-weight: 700;
}
.el-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}

.el-divider {
    background-color: #dcdfe6;
    position: relative;
}
.recommend .recommendContent{
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    gap: 0;
    width: 300px;
    cursor: pointer;
}
.recommend .recommendContent .caseItem{
    height: 234px;
    display: flex;
    flex-direction: column;
}
.recommend .recommendContent .caseItem img {
    width: 100%;
    height: 128px;
}
.recommend .recommendContent .caseItem .itemContent{
    border: 1px solid #d4deee;
    border-top: 0;
    padding: 0 12px;
    height: 88px;
}
.recommend .recommendContent .caseItem .title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend .recommendContent .caseItem .category{
    background: #fff;
    opacity: 1;
    border: 1px solid #d4deee;
    padding: 3px 8px;
    color: #999;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
el-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0;
}

.el-divider {
    background-color: #dcdfe6;
    position: relative;
}
.editor-content-view {
    padding: 0 10px;
    margin-top: 20px;
    font-family: 微软雅黑 !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
    text-indent: 2em;
}
.editor-content-view p  img {
    max-width: 95% !important;
}