.mlTextCardMulti {
    font-size: 16px;
}

.mlTextCardMulti .mlTextCardMulti_description {
    margin-top: 24px;
    margin-bottom: 40px;
}

.mlTextCardMulti .mlTextCardMulti-list {
    margin-top: 40px;
}

.mlTextCardMulti .mlTextCardMulti-row {
    margin: -8px;
}
.mlTextCardMulti .mlTextCardMulti-con {
    margin: 8px;
    background-color: #F3F3F3;
    height: 232px;
    position: relative;
    display: block;
    overflow: hidden;
}
.mlTextCardMulti .cms-floor-title{
    position: relative;
}

.mlTextCardMulti .tab-container.no_description.active {
    margin-top: 40px;
}
.mlTextCardMulti .content{
    width: 100%;
    height: 100%;
    padding: 24px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.mlTextCardMulti .title{
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 96px;
    font-size: 22px;  
    color: #333333;
    font-weight: 400;
}
.mlTextCardMulti .title_line{
    width: 32px;
    border-bottom: 2px solid #333333;
    margin-top: 4px;
}
.mlTextCardMulti .icon{
   position: absolute;
   left: 24px;
   bottom: 24px;
}
.mlTextCardMulti .hover_image{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.mlTextCardMulti .hover_image img{
    height: 100%;

}


/* 标题下方tab切换 */
.mlTextCardMulti .tabs {
    overflow: hidden;
}

.mlTextCardMulti .tabs .tabs-ul {
    display: flex;
    white-space: nowrap;
}

.mlTextCardMulti .tabs .tabs-ul li {
    width: auto;
    font-size: 16px;
    color: #777777;
    line-height: 24px;
    padding-bottom: 6px;
    cursor: pointer;
    font-weight: 400;
}

.mlTextCardMulti .tabs .tabs-ul li:nth-last-of-type(n+2) {
    margin-right: 32px;
}

.mlTextCardMulti .tabs .tabs-ul li.active {
    color: #333333;
    font-weight: 700;
    border-bottom: 2px solid #000;
}

.mlTextCardMulti .mlTextCardMulti-list {
    display: none;
    margin-top: 24px;
}

.mlTextCardMulti .mlTextCardMulti-list.active {
    display: block;
}
/* 右侧tab切换 */
.mlTextCardMulti .mlTextCardMulti_tabs {
    position: absolute;
    right: 0;
    top: 19px;
    cursor: pointer;
}
.mlTextCardMulti .mlTextCardMulti_tabs .mlTextCardMulti_down_arr {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    align-items: center;
}
.mlTextCardMulti .mlTextCardMulti_tabs .mlTextCardMulti_down_arr.mlTextCardMulti_rotate_expand .mlTextCardMulti_down_svg {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mlTextCardMulti .mlTextCardMulti_tabs .mlTextCardMulti_down_arr .mlTextCardMulti_down_svg {
    margin-left: 8px;
    font-style: normal;
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 4px;
    background: url(/system/modules/org.opencms.portal.template.core/resources/images/cms3.1/arrow_expand.svg) no-repeat;
    transition: 0.3s all ease-in;
}
.mlTextCardMulti .mlTextCardMulti_tabs .mlTextCardMulti_down_arr .mlTextCardMulti_down_text {
    /* max-width: calc(100% - 15px); */
    -webkit-width: calc(100% - 15px);
    width: calc(100% - 15px);
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.mlTextCardMulti .mlTextCardMulti_tabs ul {
    display: none;
    position: absolute;
    right: 0;
    background: #ffffff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    opacity: 1;
    z-index: 10;
    height: auto;
    top: 24px;
}
.mlTextCardMulti .mlTextCardMulti_tabs ul li+li {
    margin-left: 0;
}
.mlTextCardMulti .mlTextCardMulti_tabs ul li {
    margin-right: 0;
    font-size: 14px;
    line-height: 32px;
    background-color: #fff;
    padding: 0 24px;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mlTextCardMulti .mlTextCardMulti_tabs ul li.active {
    color: #333333;
    border-bottom: none;
    background: #f3f3f3;
}
.mlTextCardMulti .tab-container {
    height: 0;
    overflow: hidden;
}

.mlTextCardMulti .tab-container.active {
    height: auto;
}
@media only screen and (min-width:1201px){
    .mlTextCardMulti .mlTextCardMulti-url:hover{
        background-color: unset;
        overflow: hidden;
    }
    .mlTextCardMulti .mlTextCardMulti-url:hover .hover_image{
        opacity: 1;
    }
    .mlTextCardMulti .mlTextCardMulti-url:hover .hover_image img{
        transition: 0.3s ease-out;
        transform: scale(1.1);
        
    
    }
    .mlTextCardMulti .mlTextCardMulti-url:hover .title{
        font-weight: 500;
        color: #FFFFFF;
    }
    .mlTextCardMulti .mlTextCardMulti-url:hover .title_line{
        transition: 0.3s ease-out;
        width: 88px;
        border-bottom: 2px solid #FFFFFF;
    }
    .mlTextCardMulti .mlTextCardMulti-url:hover .icon{
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .mlTextCardMulti .hover_image{
        display: none;
    }
}
@media only screen and (min-width: 721px) and (max-width: 1200px) {
    .mlTextCardMulti .mlTextCardMulti_tabs {
        top: 14px;
    }
    .mlTextCardMulti .mlTextCardMulti_description {
        margin-bottom: 32px;
    }
}
@media only screen and (max-width: 720px) {
    .mlTextCardMulti .tab-container.no_description.active {
        margin-top: 24px;
    }
    .mlTextCardMulti .mlTextCardMulti-list {
        margin-top: 24px;
    }
    .mlTextCardMulti .mlTextCardMulti_tabs {
        top: 7px;
    }
    .mlTextCardMulti .mlTextCardMulti_description {
        margin-bottom: 32px;
    }
}