/*页面布局*/
.content_xs {
    position: absolute;
    top: 7%;
    bottom: 6%;
    width: 100%;
    overflow-x: auto;
}
.home_nav_xs{
    position: absolute;
    top: 0;
    width: 100%;
}
.container_xs{
    width: 100%;
    height:100%;
    position: relative;
}
.home_bottom_xs{
    position: fixed;
    bottom: 0;
    background: white;

}
/*面包屑*/
.prodCenter_banner_xs{
    background: #F8F8F8;
}
.fl_button{
    margin: 7% 18%;
    display: flex;
    border: 1px solid;
    border-radius: 5px;
}
.fl_button img{
    width: 27%;
    height: 100%;
    padding: 4%;
}
.fl_button div{
    padding: 4%;
    display: inline-block;
}
.prodCenter_crumbs_location_xs{
    border-left: 4px solid #007B7C;
    line-height: 14px;
    color: black;
    margin: 0 auto;
    /*padding: 15px 15px 15px 0;*/
    margin: 15px;
    padding-left: 15px;
    max-width: 265px;
    font-size: 10px;
}
/*新闻*/
.content_tab_xs{
    padding: 10px;
}
.content_tab_cont_xs{
    width: 100%;
    margin-bottom: 20px;
}
.content_tab_cont_xs img{
    width: 100%;
}
.content_tab_cont_xs .text .title{
    font-size: 20px;
    line-height: 40px;
}
/*文件列表*/
.sousuo_content_xz{

}
.folder_list{
    border: 1px solid #E5E5E5;
    padding: 10px 73px;
}
.folder_list .folder_list_folders{
    margin-bottom: 10px;
}
.folder_list .folder_list_data{
    margin-bottom: 10px;
    display: flex;
}
.folder_list .folder_list_data div{
    display: flex;
}
.folder_list .folder_list_data div img{
    display: block;
}
.folder_list .folder_list_folders img{
    width: 20px;
    margin-right: 10px;
}
.folder_list .folder_list_folders span{
    display: inline-block;
}
.folder_list .folder_list_data img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.folder_list .folder_list_data span{
    display: inline-block;
}

/*分类导航样式*/
.nav_san{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.36);
}
.nav_san ul{
    width: 80%;
    height: 90%;
    /* padding: 10%; */
    position: absolute;
    top: 10%;
    left: 20%;
    background-color: white;
}
.nav_san ul li{
    margin-left: 5%;
    padding: 5% 5% 5% 0;
    font-size: 20px;
    border-bottom: 1px solid #D4D4D4;
}
.nav_san ul li a{
    width: 100%;
    display: inline-block;
}