.website_path{
    position: absolute;
    top: 19px;
    left: 20px;
    height: 24px;
    line-height: 24px;
}
.website_path .img{
    float: left;
    margin-top: 3px;
    width: 14px;
    height: 18px;
    margin-right: 10px;
}
.website_path .img img{
    width: 100%;
    height: 100%;
}
.website_path .text{
    float: left;
    margin-right: 8px;
    font-size:14px;
    color:#333;
    line-height:24px;
}
.website_path .tabs{
    position: relative;
    width: auto;
    float: left;
}
/* 修改 */
.website_path .tabs .tabs_btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 34px;
    background: #ffffff;
    border: none;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    z-index: 12;
    cursor: pointer;
    border-bottom: none !important;
    letter-spacing: 5px;
    padding-left: 12px;
}
/* 新增样式 */
.website_path .tabs .tabs_btn:after{
    content: "";
    position: absolute;
    top: 10px;
    width: 0px;
    height: 6px;
    font-weight: bold;
    color: #fff;
    border: 5px solid transparent;
    border-top-color: #5B5B5B;
    margin-left: 8px;
}

/* 修改 */
.website_path .tabs .tabs_list{
    display: none;
    position: absolute;
    top: 29px;
    left: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    z-index: 10; 
}
.website_path .tabs .tabs_list .tabs_list_box{
    box-sizing: border-box;
    padding: 10px 14px 10px;
    z-index: 11;
    min-width: 300px;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
    box-shadow: 0px 3px 6px 0px rgb(0 29 89 / 67%);
    border-radius: 5px;
}
/* 新增样式 */
.website_path .tabs .tabs_list .itme_icon{
    margin-left: 57px;
    width: 0px;
    height: 5px;
    font-weight: bold;
    color: #fff;
    border: 5px solid transparent;
    border-bottom-color: #B0B0B0;
}


/* 修改 */
.website_path .tabs .tabs_list .item{
    font-size:13px;
    line-break: 7px;
    color:#4a4a4a;
    overflow: hidden;
        margin-bottom: 0;
        border-bottom: 1px solid #E6E6E6;
}
/* 修改 */

.website_path .tabs .tabs_list .item:last-child{
    border-bottom: none;
}

.website_path .tabs .tabs_list .item a{
    float: left;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}
/*新增广州分银河国际app下载官方平台样式*/
.website_path .tabs .tabs_list .item .item-next{
	margin-left: 6px;
    float: left;
}
.website_path .tabs .tabs_list .item .item-next a{
	font-size: 12px;
    font-weight: 400;
    margin-left: 12px;
}
.website_path .tabs .tabs_list .item .item-next a i{
	display: inline-block;
width: 0;
height: 0;
background: #7F7F7F;
border-radius: 50%;
margin-right: 5px;
vertical-align: 2px;
}
/*新增广州分银河国际app下载官方平台样式*/