/*wiring-style-start*/
.wiring{
    background: #fff;
    overflow: hidden;
}
.wiring .serach_filename{
    position: relative;
    margin: 100px auto 50px;
    overflow: hidden;
}
.wiring .serach_filename .filename{
    width: 100%;
    float: left;
    border: 1px solid #3282AC;
    padding:10px 15px;
    border-radius: 5px;
}
.wiring .serach_filename .filename_submit{
    z-index: 9;
    position: absolute;
    right: 15px;
    float: right;
    padding:10px 15px;
    border-left: 1px solid #3282AC;
    border-radius: 5px;
    background: rgba(0,0,0,0);
    color: #3282AC;
}
.wiring .filename_submit:hover{
    background: #3282AC;
    color: #fff;
}
.wiring .file_content{
    overflow: hidden;
}
.wiring .file_list {
    overflow-y: scroll;
}
.wiring .file_list .file_div .file{
    display: block;
    border: 1px solid #3282AC;
    padding: 30px;
    margin: 15px 0;
    color: #3282AC;
    background: #fff;
    border-radius: 5px;
}
.wiring .file_list .file_div:hover a{
    background: #3282AC;
    color: #fff;
}

.wiring .file_list .file_div:hover a{
    background: #3282AC;
    color: #fff;
}
.file_content h1{
    font-size: 24px;
    color: #3282AC;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
}
.file_content h1 .btn{
    float: left;
    background: #fff;
    color: #3282AC;
    border: 1px solid #3282AC;
}
.file_content h1 .btn:hover{
    background: #3282AC;
    color: #fff;
}
/*.panel {*/
/*    border: none;*/
/*    margin-bottom: 15px !important;*/
/*}*/
/*.file_content .panel-heading{*/
/*    border-radius: 5px;*/
/*    background: #3282AC;*/
/*    padding: 15px;*/
/*}*/
/*.file_content .panel-heading a{*/
/*    color: #fff;*/
/*    border-radius: 5px;*/
/*}*/
/*.file_content .panel-heading a:focus{*/
/*    text-decoration: none;*/
/*}*/
/*.file_content .panel-collapse{*/
/*    border: none !important;*/
/*}*/
/*.file_content .panel-collapse .panel-body{*/
/*    border: 1px solid RGBA(50, 130, 172, 0.4) !important;*/
/*    border-radius: 5px;*/
/*    margin-top: 5px;*/
/*    color: #3282AC;*/
/*}*/
/*.file_content .panel-collapse .panel-body:hover{*/
/*    background: RGBA(50, 130, 172, 0.4);*/
/*    color: #fff;*/
/*}*/
/*wiring_plcture-style-end*/

/* 移动端（平板电脑，768px 起） */
@media (max-width:768px) {

}
/* 小型设备（平板电脑，768px 起） */
@media (min-width:768px) and (max-width:992px) {

}

/* 中型设备（台式电脑，992px 起） */
@media (min-width:992px) {

}
/* 中型设备（台式电脑，992px 起） */
@media (min-width:1200px) {

}