.index_tabs{
    padding: 54px 0 70px 0;

    background-color: #EFF3F6;
}
.icon_index{
    display: block;
    width: 50px;
    height: 50px;

}
.icon_indexhover{
    display: none;
    width: 50px;
    height: 50px;

}
.tabs_top{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    
}
.tabs_toptitle{
    /* margin-right: 80px; */
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.tabs_toptext{
    margin-bottom: 17.5px;
    color: #666;
text-align: center;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.tabs_ever{
    border-radius: 10px;
    background: #FFF;
    display: none;
    overflow: hidden;
}
.tabs_bottom>.active{
    display: flex;
}
.tabs_left{
    /* width: 50%; */
    flex: 1;
    padding: 67px 76px 94px 69px;
}
.tabs_right{
    width: 48.26388888888889%;
}
.tabs_lefttitle{
    color: #333;
font-family: Microsoft YaHei;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.tabs_left_xq{
    color: #666;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
margin: 51px 0;
-webkit-line-clamp: 4;/*设置了最大显示行数为2行，超出的内容将被隐藏。*/
display: -webkit-box;/*声明将元素以flex盒子布局方式显示*/
-webkit-box-orient: vertical;/*设置了盒子的主轴方向为垂直方向*/
overflow: hidden;/*声明当内容溢出容器时进行隐藏。*/
text-overflow: ellipsis;/*声明当文本溢出容器时使用省略号表示*/
}
.tabs_leftgengduo a{
    display: inline-flex;
    padding: 10px 20px;
    align-items: flex-end;
    border: 1px solid #ccc;
    transition: all .3s;
    background-color: #fff;
}
.tabs_leftgengduo a span {
    padding-right: 26px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    background-image: url("../images/tb/gd.svg");
    background-repeat: no-repeat;
    /* background-size: 20px 20px; */
    background-position: right;
}
.tabs_leftgengduo a:hover {
    background-color: var(--dark--blue);
    border-color: var(--dark--blue);
}
.tabs_leftgengduo a:hover  span{
    color: #fff;
}
.tabs_leftgengduo a:hover  span{
    color: #fff;
}
.tabs_leftgengduo a:hover span {
    background-image: url(../images/more_jt.svg);
}
.tabs_down{
visibility: hidden;
}
.tabs_top>.active>.tabs_down{
    visibility: visible;
}
.tabs_top>.active>.icon_indexhover{
    display: block;
}
.tabs_top>.active>.icon_index{
    display: none;
}
.tabs_top>.active>.tabs_toptext{
    color: #00A3FF;
}
@media (max-width:1000px){
    .tabs_top{
        flex-wrap: wrap;
    }
}
@media (max-width:767px){
    .tabs_top{
        flex-wrap: wrap;
    }
    .tabs_left{
        padding: 37px 46px 64px 39px;
    }
}
.index_yd_img{
    display: none;
}
@media (max-width:500px){
   .tabs_ever{
    flex-wrap: wrap-reverse;
   }
   .tabs_left{
    padding: 30px;
}
.tabs_left{
    width: 100%;
}
.tabs_right{
    width: 100%;
}
.index_yd_img{
    display: block;
}
.tabs_left_xq{
    margin: 30px 0;
}
   
}
@media (max-width:692px){

    .tabs_top {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;

    }
    .tabs_toptitle{
        flex-grow: 0;
        flex-shrink: 0;
        width: auto;
        margin-right: 30px;
        
    }
    .tabs_top>.active>.tabs_down{
        display: none;
    }
    .tabs_top{
        margin-bottom: 15px;
    }
   


}