.result_content{
    /*width: 70%;*/
    /*text-align: left;*/
    /*color: #999;*/
    float: left;
    /*padding-left: 5px;*/
    width: 75%;
    text-align: left;
    margin-top: 2px;
/*     margin-left: 2%; */
    border-radius: 5px;
}

.photo_ck{
    position: relative;
    display: inline-block;
    width: 150px;
    height: 120px;
    border: 1px solid #cccccc; 
    border-radius: 5px;
    margin: 10px 0;
}
.photo_ck span{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.photo_ck span img{
    width: 50px;
    text-align:center;
  
    margin-bottom: 5px;
   
}
.photo_ck span i{
    display: inline-block;
    width: 100%;
    text-align: center!important;
    color: #666666;
    font-size: 13px;
    padding-left: 0!important;
    font-style: normal;
}
.photo_ck span b{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #cfcfcf;
    font-size: 13px;

}




/*photo样式*/
.file_button {
    position: absolute;
    width: 100%!important;
    top: 0;
    left: 0;
    height: 100%!important;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    z-index: 111;
    overflow: hidden;
}

.result {
    position: relative;
    width: 210px;
    height:150px;

    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    margin: 10px 0;
    margin-right: 10px;
}
.result_close{
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    z-index: 112111;
}
.result:hover .reset_zhu {
    visibility: visible;

}
.result_zhu{
    position: absolute;
    top: 0;
    left: 0;
}
.reset_zhu{
    visibility: hidden;
    position: absolute;
    height:35px;
    width: 100%;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);

}
.reset_zhu a{
    position: relative;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}
.file_details {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    /*border: 1px solid #dddddd;*/
    margin: 0;
}

.file_details img {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

/*查看大图*/

.gallery {
    width:950px;
    margin:10px auto;
    border:1px solid #000;
    overflow:hidden;
    padding:20px;
    border-radius:15px;
    box-shadow:1px 2px 3px black;
}
.gallery ul {
    list-style:none;
}
.gallery ul li {
    float:left;
    width:160px;
    height:86px;
    margin-right:30px;
    margin-bottom:30px;
    cursor:pointer;
    padding:5px;
}

.bigShow {
    position:fixed;
    top:10%;
    left:30%;
    /*width:560px;*/
    width: 820px;
    height:500px;
    padding:20px;
    border: 1px solid #cccccc;
    background-color: #fff;
    z-index: 11222222;
    box-shadow:1px 1px 3px rgba(0,0,0,0.6);
    border-radius:15px;
    display:none;
    text-align: center;
}
.bigShow span.close {
    position:absolute;
    width:30px;
    height:30px;
    color:white;
    /*background-color:black;*/

    /*border:1px solid #000;*/
    right:-15px;
    top:-15px;
    border-radius:50%;
    font-size:30px;
    line-height:30px;
    text-align:center;
    cursor:pointer;
}

.bigShow img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}
.bigShow span.close img{
    display: inherit;
    width: 30px;

}
.bigShow span.leftBtn {
    position:absolute;
    width:60px;
    height:60px;
    top:50%;
    left:-30px;
    margin-top:-30px;
    background-color:#38C9C3;
    font-size:60px;
    text-align:center;
    line-height:60px;
    border-radius:50%;
    cursor:pointer;
}
.bigShow span.rightBtn {
    position:absolute;
    width:60px;
    height:60px;
    top:50%;
    right:-30px;
    margin-top:-30px;
    background-color:#38C9C3;
    font-size:60px;
    text-align:center;
    line-height:60px;
    border-radius:50%;
    cursor:pointer;
}
