 
body{
    margin: 0;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Microsoft YaHei";
    background-color: #f8f8f8;
    font-size: 16px;
}
*{
    box-sizing: border-box;
}


/* 滚动条 */
.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;
}
/* 滚动条 */

 
/* 本地宝头部 */
.header .header-content{
    width: 1200px;
}

.header .header-content .header-right{
    display: none;
}
.header-content ul{
	margin: 0 !important;
	margin-left: 124px !important;
}
.header-content ul li a{
    font-size: 16px !important;
	text-decoration: none;
}
.header-content ul li::marker{
    content: "";
	display: none;
}
.header-content a{
    font-size: 16px !important;
}
 
.bot-about {
    margin: auto; 
    text-align: center;
    color: #999;
    margin-top: 20px;
    padding: 20px 50px;
    text-align: center;
    color: #666;
    font-size: 14px; 
    width: 1200px; 
}

.wenzi {
    padding: 12px 0px 12px 0px;
    text-align: center;
    border-top: 1px solid #000000;
    border-top: 0px !important;
    line-height: normal;
    font-size: 14px !important;
}

.footer .notice {
    text-align: center;
    display: block; 
    margin-top: 15px;
    font-size: 14px !important;
}

.footer {
    margin-top: 0px !important;
    width: 100%;
    background-color: #444;
    color: #999; 
}

.footer a {
    color: #999; 
    text-decoration: none;
    font-size: 14px;
}

a{
    text-decoration: none;
}

a:hover{
    color: #ff8c20; 
}

 

.main_part{
    flex: 1; 
    background-color: #f8f8f8;
    margin: auto;
    margin-top: 20px;
    width: 1200px;   
    overflow: hidden;
    display: flex;
    justify-content: space-between;
 }

 .main_left{
    width: 873px;
    min-height: 900px;
    /* background-color: rgb(184, 248, 184); */
 }


 .main_right{
    width: 303px; 
 }

.xg_zhinan_outer{
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.top_h1_title{
    position: relative;
    width: 873px;
    height: 66px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #FF782D -0.38%, #FFECE1 100.45%);
    margin-bottom: 26px;
}
.top_h1_title h1{
    margin: 0;
    line-height: 66px;
    padding-left: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.top_h1_title img{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* 指南 */
.xg_zn{ 
    max-height: 500px;
    overflow: hidden;
    /* background-color: pink; */
    margin-bottom: 40px;
    margin: 0 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.zn_enter{
    position: relative;
    width: fit-content;
    min-width: 360px;
    min-height: 48px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF2EA;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-left: 18px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 27px;
 
}
.zn_enter:hover{
    background-color: #FFEADC;
}
.zn_enter span{
    white-space: nowrap;
}
.zn_enter a { 
    font-size: 15px;
    color: #FF6600;
    font-weight: 500;
}
.zn_enter img{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}


.zn_name{
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zn_name .name{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.zn_name .name img{
    width: 13px;
    height: 20px;
    margin-right: 14px;
}
.zn_name .see_more{
    color: #999;
    font-size: 14px;
}

.zn_content{
    font-size: 15px;
    color: #444;
    line-height: 24px;
}

#slot{
    /* position: absolute;
    bottom: 0;
    left: 0; 
    height: 100px;
    width: 100%; */
   
}



.content_open_all{
    position: absolute;
    bottom: 0;
    left: 0; 
    height: 100px;
    width: 100%;
    color: #5a5a5a;
    background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20244/09/2024409113131_82843.png");
    background-repeat: no-repeat;
    background-size: 100% 100px;
    display: flex; 
    align-items: center;
    justify-content: center;  
    cursor: default;
}

.content_open_all .text{  
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.content_open_all img{
    width: 20px;
    height: 16px;
    margin-left: 0.12rem; 
    vertical-align: baseline;
    margin-bottom: -2px;
    /* line-height: 1rem; */
}


.content_open_all.noBg .text{ 
  margin-top: 0;
}


.content_open_all.noBg{
    position: relative;
    background-image:none;
    position: relative;
    height: 50px;
    /* padding-top: 0.2rem; */
    /* padding-bottom: 0.2rem; */

}


.xg_info{
    background-color: #fff; 
    margin: 20px 0;
    padding:  24px 30px;
    border-radius: 12px;
    border-bottom: none;
}

.xg_zhinan_outer .xg_zn:last-child{
    border-bottom: none;
    padding-bottom: 0;
}


.main_right .zixun{ 
    width: 303px;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 16px;
}

.main_right .zixun .zixun_title{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

.main_right .zixun .zixun_title span{
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_right .zixun .zixun_title .more{
    font-size: 14px;
    color: #999;
    white-space: nowrap;
}
.main_right .zixun ul li::marker{
    content: "";

}
.main_right .zixun ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.main_right .zixun ul li a{
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_right .zixun ul li a:hover{
    color: rgb(255, 116, 24);
}
.main_right .zixun ul li a::before{
    content: "•";
    margin-right: 7px;
    color: #f60;
}

 

.fuwu_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.fuwu_list a{
    display: flex;
    margin-right: 12px;
    margin-bottom: 16px;
    color: #666; 
    width: 120px; 
    font-size: 14px;
}
.fuwu_list.a_dot a::before{
    content: "•";
    display: block;
    margin-right: 7px;
    color: #f60;
}

.fuwu_list a:not([class="zhinan"]):nth-child(2n){
    margin-right: 0;
}


.fuwu_list.banshi_zhinan .zhinan{
    display: flex;	
    flex-direction: column;
    align-items: center; 
    margin-bottom: 20px;
    /* background-color: pink; */
    width: 80px;
    margin-right: 8px;
}
.fuwu_list .zhinan img{
    width: 46px;
    height: 46px;
    margin-bottom: 8px; 
}
.fuwu_list .zhinan .name{
    text-align: center;
    line-height: 20px;
    word-break: break-all;
}
.fuwu_list.banshi_zhinan .zhinan:nth-child(3n){
    margin-right: 0; 
}
/* .fuwu_list.banshi_zhinan .zhinan:nth-child(2n){
    margin-right: 8px; 
} */


.crumbs{
    width: 1200px;
    margin: auto;
    padding-top: 20px;
    color: #555;
    font-size: 15px;
}
.crumbs a{
    color: #555;
    font-size: 15px;
}
.crumbs a:hover{
    color: #f60;
}