/* 滚动条 */
.my_scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
} 
.my_scroll::-webkit-scrollbar-track-piece {
    background-color: rgb(17, 16, 16);
    background-color: white;
    -webkit-border-radius: 6px;
}


.my_scroll::-webkit-scrollbar-thumb:vertical {
    height: 5px; 
    background-color: #d6d6d6;
    -webkit-border-radius: 6px;
}
.my_scroll{
    overflow-y: scroll;
}
/* 滚动条 */

.banshi_zhinan{
    position:relative;
}
.banshi_zhinan_select{
    position: absolute;
    width: 801px;
    max-height: 600px;  
    top: 40px;
    left: 0px;
    z-index: 1005;
    display: flex; 
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    background-color: #f8f8f8;
    color: #444;
    overflow: hidden;
    box-shadow: 0 0 25px 0 #00000024;
}
.banshi_zhinan_select .left_part{
    height: 504px;
    overflow-y: auto;
    background-color: #f8f8f8; 
    width: 126px;
    flex-shrink: 0;
}

.right_content_area {
    flex: 1;
    height: 504px;
    overflow-y: auto;
    background-color: #fff;
    padding: 16px;
}

.content_section {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
}

.content_section.active {
    background-color: #f0f8ff;
    border-color: #1e9edb;
}

.content_section .menu_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.banshi_zhinan_select .banshi{
    width: 126px; 
}
.banshi .left{
    font-size: 15px;
    padding: 16px ;
    padding-left: 20px;
}

.banshi .right{
    display: block;
    position: relative;
    left: 0;
    top: 0; 
    overflow-y: auto;
    padding: 16px;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.banshi.active .right{
    background-color: #f0f8ff;
    border-color: #1e9edb;
}


.banshi.active .left{
    color: #3fa9d9;
    font-weight: 600;
    position: relative;
}
.banshi.active .left::after{
    content: "";
    display: block;
    width: 4px;
    height: 16px;
    border-radius: 15px;
    background-color: #52b6e7;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.banshi .right .second_class{ 
    /* display: flex; */
    margin-bottom: 12px;
}
.banshi .right .second_class .label{ 
    white-space: nowrap;
    margin-right: 29px;
    font-size: 15px;
    font-weight: 600;
}
.banshi .right .second_class .menu_list{
    display: flex;
    flex-wrap: wrap;
}

.banshi .right .second_class .menu_list a{
    margin-right: 26px;
    margin-bottom: 18px;
}

.banshi .right .second_class .menu_list a:hover{
    color: rgb(253, 110, 15);
}



.menu_list a{
    color: #444 !important;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
    margin: 4px 8px 4px 0;
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.menu_list a:hover{
    color: #1e9edb !important;
    border-color: #1e9edb;
    background-color: #f0f8ff;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(30, 158, 219, 0.2);
}


.banshi_zhinan_select.city_select{
    width: 282px;
    height: 401px;
    left: unset;
    top: 42px;
    right: 0;
}
#head ul li .menu_list a{
	border:none;
	font-weight:500;
	padding:0

}





.lead .lead_img{
    float:none;

}

#lead{
    display:flex;
    align-items:center;
    background:white;
}
.container{
    overflow:hidden;
}




#menu_head_list{
    background: #2c3e50 !important;
    color: white !important;
    display: flex;
    flex-wrap: wrap;
    height: fit-content !important;
}
#menu_head_list a:not([class="all_banshi_item"]){
    color: white !important;
    font-size: 16px !important;
    border: none !important;
    height: 40px;
    line-height: 40px !important;
}
#menu_head_list a:not([class="all_banshi_item"]):hover{
    background-color: #fc4349;
}
#menu_head_list .banshi_zhinan{
    background-color: #1e2a36;
}
#menu_head_list .banshi_zhinan .banshi_drop_menu:after{
    content:"";
    display: inline-block;
    width: 0;
    height: 0; 
    border: 6px solid transparent;
    border-top-color: rgb(252, 252, 252);
    margin-bottom: -5px;
    margin-left: 5px;

}



.header-right{
    display:none !important;
}

.all_banshi_item{
    color:#444 !important;
}
.all_banshi_item:hover{
    color:#1e9edb;
}
#head{
    height:fit-content;
}
#head ul#menu_head_list{
    position: static !important;
    top:unset;
    left:unset;
}
#head h1{
    height:140px;
    line-height:180px !important;
}

/* 微信文章样式 */
.zixun_list{
    flex-shrink: 0;
    border-radius: 0 6px 3px 3px;
    /* background: #FFF; */
    padding: 0 6px 10px 6px;
}
.zixun_list li a{
    align-self: stretch;
    color: #333333;
    font-family: "PingFang SC", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
    display: block;
    white-space: nowrap;      /* 防止文本换行 */
    overflow: hidden;         /* 隐藏超出的内容 */
    text-overflow: ellipsis;  /* 超出部分显示省略号 */
    position: relative;
    padding-left: 9px;
}
.zixun_list li a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 3px;
    height: 3px;
    flex-shrink: 0;
    background: #5693FF;
    border-radius: 100%;
}
.zixun_list p:last-child a{
    margin-bottom: 2px;
}
.content-artical-detail {
    display: flex;
    margin: 6px 6px 0 6px;
    text-decoration: none;
    word-break: break-all;
}

.content-artical-detail-left {
    min-width: 214px;
    /* padding-bottom: 8px; */
    border-bottom: 1px solid #E7E7E7;
}

.content-artical-detail-left .detail-title {
    /* width: 497px; */
    color: #333333;
    font-family: "PingFang SC", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    font-weight: bold;

}

.content-artical-top {
position: relative;
display: block;
}

.content-artical-top .content-artical-top-img {
width: 100%;
height: auto;
display: block;
height: 200px;
position: relative;
z-index: 0;
max-height: 126px;
}

.content-artical-top::before {
content: " ";
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 80px;
background: url(https://imgbdb4.bendibao.com/whbdb/20256/06/2025606085016_26055.png);
}

.content-artical-top .content-artical-top-detail {
width: calc(100% - 12px);
left: 6px;
bottom: 5px;
position: absolute;
z-index: 2;
}

.content-artical-top .content-artical-top-detail .artical-title {
color: #ffffff;
font-family: "PingFang SC", Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22px;
}

.content-artical-top .content-artical-top-detail .artical-spec {
display: flex;
margin-top: 3px;
color: #ffffff;
font-family: "PingFang SC", Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
}

.content-artical-top .content-artical-top-detail .artical-spec .time {
margin-right: 15px;
}

.content-artical {
    background-color: #fff;
}

.content-artical-detail {
    display: flex;
    margin: 6px 0 0 0;
    padding: 7px 6px 6px 6px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background-color: #fff;
}

.content-artical-detail .content-artical-detail-right {
    width: 58px;
    display: block;
    height: auto;
    align-self: flex-start;
    margin-left: 9px;
    margin-top: 2px;
}

 .content-artical-detail:last-child .content-artical-detail-left {
    border-bottom: none;
    /* min-height: 38px;
    display: grid */
}

.content-artical-detail-left .detail-spec {
    display: flex;
    align-items: center;
    margin-top: 4px;
    color: #999999;
    font-family: "PingFang SC", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.content-artical-detail-left .detail-spec .time {
    margin-right: 15px;
}
.two-text {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 2;
line-clamp: 2;
text-overflow: ellipsis;
}




.menu_list_item {
    color: #333333;
    font-family: "PingFang SC", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 8px 12px;
    margin-bottom: 4px;
    padding-left: 8px;
    border-radius: 3px;
    display: block;
    clear: both;
    position: relative;
    left: 0;
    width: 100%;
}

.hexin-text{
    color: #444444;
    font-family: "PingFang SC";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    padding: 20px;
}
.hexin-text a{
    color:#0097de
}
#tabContenth6 p:first-of-type{
font-size: 12px !important;
}
#tabContenth6 p:last-of-type{
font-size: 12px !important;
}

/* 导航按钮 */
.nav_daohang_btn{
    display: inline-flex;
align-items: center;
gap: 4px;
height: 24px;
padding: 0 10px;
margin-left: 6px;
border-radius: 16px;
color: #666 !important;
font-size: 14px;
line-height: 24px;
cursor: pointer;
transition: all 0.2s 
ease;
text-decoration: none;
vertical-align: middle;
}
.nav_daohang_btn img{
    width: 16px;
    height: 16px;
    display: block;
}
.nav_daohang_btn:hover{
    background: rgba(15,110,255,0.15);
    border-color: #0f6eff;
    color: #0650c0;
}

/* 交通信息样式 */
.traffic-info-list {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    background: #fff;
    border: 1px solid #B3D8FF;
    border-radius: 4px;
    margin-top: 10px;
    }
.traffic-info-list:hover{
        border-radius: 4px;
        border: 1px solid #0ab1e180;
        background: #F5FCFE;
    }
.traffic-info-list > div {
    display: flex;
    align-items: center;
    /* flex: 1; */
    gap: 16px;
}
.traffic-item-list {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #333;
}
.traffic-item-list img {
    flex-shrink: 0;
}
.traffic_img {
    width: 5px;
    height: 10px;
    flex-shrink: 0;
    cursor: pointer;
    margin-left: 23px;
    margin-right: 6px;
}

/* 路线弹窗样式 */
.traffic-route-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.traffic-route-modal.show {
    display: flex;
}
.traffic-route-content {
    background: #fff;
border-radius: 16px;
padding: 20px;
max-width: 740px;
width: 86%;
max-height: 66vh;
overflow-y: auto;
overflow: hidden;
position: relative;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.traffic-route-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.traffic-route-body {
    font-size: 15px;
line-height: 36px;
color: #333;
white-space: pre-wrap;
word-wrap: break-word;
overflow: auto;
max-height: 60vh;
}
.traffic-route-body p img{
    vertical-align: text-bottom;
    margin-right: 8px;
}
.traffic-route-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 36px;
    color: #999;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.traffic-route-close:hover {
    background: #e0e0e0;
    color: #333;
}