/*页面布局*/
.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_cont_xs{
    /* display: none; */
}
.content_tab_xs{
    padding: 10px;
    color: rgb( 102, 102, 102 );
    font-size: 15px;
}
.content_tab_cont_title{
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb( 7, 121, 122 );
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.content_tab_cont_cont ul{
    padding-left: 20px;
}
.content_tab_cont_cont ul li{
    list-style: disc;
}

/*资料下载*/
.zlxz_xs{
    background-color: #E5E5E5;
}
.zlxz_xs .content_tab_cont_cont{
    background-color: white;
}
.folder_list_xs{
    border: 1px solid #E5E5E5;
    padding: 10px;
}
.folder_list_xs .folder_list_folders_xs{
    margin-bottom: 10px;
}
.folder_list_xs .folder_list_data_xs{
    margin-bottom: 10px;
    display: flex;
}
.folder_list_xs .folder_list_data_xs div{
    display: flex;
}
.folder_list_xs .folder_list_data_xs div img{
    display: block;
}
.folder_list_xs .folder_list_folders_xs img{
    width: 20px;
    margin-right: 10px;
}
.folder_list_xs .folder_list_folders_xs span{
    display: inline-block;
}
.folder_list_xs .folder_list_data_xs img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.folder_list_xs .folder_list_data_xs span{
    display: inline-block;
}