/* 列表导航 */

.breadcrumb_ny {

    background-color: unset;
}

.nav_lis .breadcrumb_ny {
    display: flex;
    align-items: center;
   flex-wrap: wrap; 
    margin-bottom: 0;

}

.nav_lis .breadcrumb_ny a {

    display: flex;
    align-items: flex-start;
}

.nav_lis .breadcrumb_ny span:last-child a{

    color: #004ea0;
}

.breadcrumb_ny a {
    display: flex;
    letter-spacing: 1px;
    color: #666666;
    align-items: center;
    line-height: 1;
}

.breadcrumb_ny .iconhone {
    height: 17px;
    margin-right: 10px;
}

.breadcrumb_ny .iconhone path {

    fill: #929292;
}

.breadcrumb_ny .icon path {
    fill: #929292;

}

/* 导航结束 */


/* 内容开始 */

.business_list_1 {
    width: 100%;
    margin-top: 6.1%;
}

.business_list_1 .list_mine .cbox_bottom {
    display: flex;
    background: linear-gradient(to right, rgb(255, 255, 255, 0) 35%, white 0%);

}

.business_list_1 .list_mine .cbox_bottom .e_right {
    padding: 5.7% 4.5% 3.8% 4.3%;
    padding-left: 4.5%;
}

.business_list_1 .list_mine .cbox_bottom .e_left>div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s;
    padding-top: 8%;
    padding-bottom: 8%;
}

.business_list_1 .list_mine .cbox_bottom .e_left>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.business_list_1 .list_mine .cbox_bottom .e_left>div:hover img {

    transform: scale(1.08);


}

.business_list_1 .list_mine .cbox_bottom .e_coke {

    width: 50%;
}

.business_list_1 .list_mine .cbox_bottom .e_right .e_text {
    letter-spacing: 1px;
    color: #555555;
    line-height: 2;
    margin-bottom: 11.7%;

}

.business_list {
    padding-top: 45px;
    padding-bottom: 5.222%;
    background-image: url(../img/business_list_bj.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.list_mine .cbox_top .title {

    letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
}

.list_mine .cbox_top .s_line {
    width: 81px;
    height: 4px;
    background-color: #004ea0;

    margin: 0;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 35px;
}


/* 滚动数字 */



.e_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;


}

.e_container .p_item {

    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    padding-left: 16%;
    padding-right: 10px;
    border-left: 2px solid #ccc;
    margin-right: auto;
    width: auto;
    margin-left: auto;

}


.e_container-13:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 2px;
    height: 40%;
    background: #004ea0;
    z-index: 1;
}

.e_container .p_item .p_num {
    font-weight: bold;
    letter-spacing: 0px;
    color: #004ea0;
}

.e_container .p_item .e_tex {

    padding-left: 0%;
    letter-spacing: 0px;
    color: #666666;
}

.e_container .p_item .p_plus {
    letter-spacing: 1px;
    color: #004ea0;
    font-weight: bold;
}


.business_list_2 {
    margin-top: 5.7%;

}

.business_list_2 .list_bottom .p_list {
    display: flex;
    flex-wrap: wrap;
 
}

.business_list_2 .list_bottom .p_list .p_loopitem {
    width: 30%;
    background-color: #ffffff;
    margin-bottom: 26px;

}
.business_list_2 .list_bottom .p_list .p_loopitem {
    
        margin-right: 5%;
    
}
.business_list_2 .list_bottom .p_list .p_loopitem:nth-child(3n) {
         margin-right: 0%;
    
}
.business_list_2 .list_bottom .p_list .p_loopitem .e_img {
    width: 100%;
    overflow: hidden;

}

.business_list_2 .list_bottom .p_list .p_loopitem .e_img img {
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.business_list_2 .list_bottom .p_list .p_loopitem:hover .e_img img {

    transform: scale(1.08);
}

.business_list_2 .list_bottom .p_list .p_loopitem:hover p {
    color: #004ea0;

}

.business_list_2 .list_bottom .p_list .p_loopitem p {

    padding-top: 7.2%;

    padding-bottom: 10.5%;
    text-align: center;
        padding-right: 5%;
    padding-left: 5%;
}
.business_list_2 .list_bottom .p_list .p_loopitem p a{
    
        height: 3em;
      line-height: 1.5;
      max-height: 3em;
      overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all;  
-webkit-box-orient: vertical;
}
.business_list_2 .list_bottom .cbox_top .s_line {
    width: 81px;
    height: 4px;
    background-color: #004ea0;
    margin: 0;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 35px;
}

.business_list_2 .list_bottom .cbox_top .title {

    letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
}


@media screen and (max-width: 768px) {
    .business_list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .breadcrumb_ny .iconhone{
        height: 15px;
    margin-right: 10px;
    
    }
    
    .business_list_1 .list_mine .cbox_bottom .e_right .e_text {
        
                font-size: 14px;
    }
    .business_list_1 .list_mine .cbox_bottom .e_right .e_text span {
         font-size: 14px;
        
    }
    .business_list_1 .list_mine .cbox_bottom .e_right .e_text p {
        
         font-size: 14px;
    }
    .business_list_1 .list_mine .cbox_bottom {
        flex-wrap: wrap;

    }

    .business_list_1 .list_mine .cbox_bottom .e_coke {

        width: 100%;
    }

    .list_mine .cbox_top .s_line {
        width: 40px;
        height: 1px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .business_list_2 .list_bottom .cbox_top .s_line {
        width: 40px;
        height: 1px;
        margin-top: 15px;
        margin-bottom: 15px;

    }

    .business_list_2 .list_bottom .p_list .p_loopitem {
margin-right: 0%;
        width: 100%;
        margin-bottom: 20px;
    }

    .e_container-13 {

        padding-left: 10px;
        padding-right: 10px
    }
    .business_list_1 .list_mine .cbox_bottom .e_right{
            padding: 0;
    padding-left: 0;
        
    }
    .business_list .nav_lis{
        
            width: 90%;
  /*  box-sizing: border-box;
    overflow-x: scroll;   */
    }
    
 .business_list_1{
     
     margin-top: 20px;
 }
    .business_list_1 .list_mine .cbox_bottom{
        
            background: #ffffff;
    padding: 15px;
    }
  
    
    .business_list_1 .list_mine .cbox_bottom .e_left>div{
            padding-top: 0px;
    padding-bottom: 15px;
        
    }
}

