/*
+----------------------------------------------------------------------
| LN-EWS v2.0 [ Do a line, love a line ]
| Copyright (c) 2010~2024 http://jzline.com All rights reserved.
| Author: xwxc
+----------------------------------------------------------------------
*/
/*面包屑*/
.Location_bg
{
    background-color: rgba(255,255,255,1);
    height: auto;
    border-bottom: 1px solid #eee;
    /*box-shadow: rgba(0, 0, 0, 1) 0px 5px 20px 0px;
    box-shadow:0px 2px 5px #aaaaaa;
    margin-bottom: 5px;*/
}
.Location
{
    height: auto;
    padding: 0px 0px;
}
.locat
{
    font-size: 16px;
    border-bottom: 0px dashed #dcdcdc;
    line-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.locat .layui-icon
{
    color: #285ab5;
    font-weight: bold
}
.locat a
{
    color: #555
}
.locat b
{
    border-left: 0px solid #000000;
    font-weight: normal;
    padding-left: 68px
}
.locat i
{
    font-style: normal;
}
.locat span
{
    padding: 0 5px;
    height: 46px;
    line-height: 46px
}
.b_list
{
    width: 100%;
    height: auto;
    padding: 0px 0px;
    text-align: right;
    position: relative;
}
.b_list li
{
    height: 68px;
    width: auto;
    font-size: 16px;
    line-height: 68px;
    position: relative;
    display: inline-block;
}
.b_list .cur
{
    background-color: #285ab5;
    color: #fff
}
.b_list .cur a
{
    background-color: #285ab5;
    color: #fff
}
.b_list a
{
    font-size: 16px;
    width: auto;
    line-height: 68px;
    height: 68px;
    padding: 0 10px;
    position: relative;
}
.b_list a:after
{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.b_list li:hover
{
    background-color: #285ab5;
}
.b_list li:hover a
{
    color: #fff
}
/* 小于1000px  */
@media only screen and (max-width: 1600px)
{
}
@media only screen and (max-width: 1500px)
{
}
@media only screen and (max-width: 1400px)
{
}
@media only screen and (max-width: 1300px)
{
}
@media only screen and (max-width: 1200px)
{
}
/* 小于1000px  */
@media only screen and (max-width: 1000px)
{
    .daohang
    {
        text-align: left;
        height: auto;
        padding: 0px 10px;
    }
    .daohang
    {
        background-color: #fff;
        height: 50px;
        line-height: 50px
    }
    .b_list li
    {
        min-width: 80px
    }
    .b_list a
    {
        padding: 0 10px;
    }
    .b_list
    {
        width: 100%;
        height: auto;
        padding: 0px 0px;
        text-align: left;
        position: relative;
    }
    .b_list li
    {
        line-height: 50px;
        height: 50px;
        margin: 0 5px 0 0;
        border-radius: 50px;
        background-color: #0158a8;
        display: inline-block;
        margin-bottom: 10px
    }
    .b_list li a
    {
        line-height: 50px;
        height: 50px;
        color: #fff;
        display: block;
        padding: 0 36px;
        border-radius: 50px;
    }
    .b_list li:hover
    {
        background-color: #ff5822;
        line-height: 50px;
        height: 50px;
        margin: 0 5px 0 0;
        border-radius: 50px;
        display: inline-block;
        margin-bottom: 10px
    }
    .b_list li:hover a
    {
        color: #fff
    }
    .b_list .cur
    {
        background-color: #ff5822;
        color: #fff
    }
    .b_list .cur a
    {
        background-color: #ff5822;
        color: #fff
    }
}