.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;/*57修改为100*/
    height:30px;/*24修改为30*/
    background:#f5f5f5;
    border:1px solid #C5C5C5;
    font-size:14px;
    color:#666666;/*#4a4a4a改为#666666*/
   font-weight: bold;/*新增*/
    line-height:28px;/*22修改为28*/
    text-align: center;
    z-index: 12;
    cursor: pointer;
}
.website_path .tabs .tabs_list{
    display: none;
    position: absolute;
    top: 23px;
    left: 0;
    box-sizing: border-box;
    padding: 10px 14px 0;
    border:1px solid #C5C5C5;
    background-color: #f5f5f5;
    z-index: 11;
    width: 100px;/*新增宽度*/
}
.website_path .tabs .tabs_list .item{
    font-size:13px;
    line-break: 7px;
    color:#4a4a4a;
    margin-bottom: 10px;
}
.website_path .tabs .tabs_list .item a{
    display: block;
    white-space: nowrap;
    color:#4A4A4A;
}
/*新增广州分银河国际app下载官方平台样式*/
.website_path .tabs .tabs_list .item .item-next{
	margin-left: 6px;
}
.website_path .tabs .tabs_list .item .item-next a{
	font-size: 12px;
}
.website_path .tabs .tabs_list .item .item-next a i{
	display: inline-block;
width: 4px;
height: 4px;
background: #7F7F7F;
border-radius: 50%;
margin-right: 5px;
vertical-align: 2px;
}
/*新增广州分银河国际app下载官方平台样式*/