@charset "utf-8";
/* CSS Document */

    a{
        text-decoration: none;
    }
    .pic{
        /*隐藏溢出*/
        width: calc(100% - 263px);
        margin: 0 auto;
        float: left;
    }
    .pic ul{
        padding-left: 0px;
    }
    .pic ul li{
        float: left;
        height: 360px;
        width: 12.5%;
        padding: 0px 5px;
       
        border-radius: 10px;
        position: relative;
    }
    /* .pic ul li:last-child:hover {
        width: 100px!important;
    } */
    .pic ul li a{
  
        display: block;
    }

  
    .pic ul li .pic-detail{
        
position: absolute;
        
width: 0px;
        
overflow: hidden;
        
left:60px;
        
top: 0px;
height: 100%;
z-index: 9;
transition: width 1s;
    }
    .pic ul li:hover .pic-detail{
        width: calc(100% - 60px);
    }
    .pic ul li .pic-detail img{
        width: 100%;
        height: 100%;
    }
  
    .txt{
      
background-color: #000;
      
background: rgba(0, 0, 0, .5);
      
height: 360px;
      
width: 100px;
      
background: url(/public/assets/img/qcxd/pic-bg.png) no-repeat;
      
background-size: 100%  100%;
    }
    .pic ul li:hover  .txt{
        width: 60px!important;
    }
    .txt p{
       
        float: left;
        color: #fff;
    }
    .txt .p1{
        
font-size: 20px;
        
width: 100%;
        
padding: inherit;
        
color: #402301;
        
padding-top: 64px;
        
text-align: center;
        
padding: 80px 33px  0px;
        
height: 360px;
        
transition: width 0.4s;
        
font-family: 'Alifonts';
        
line-height: 1.1;
    }
    .pic ul li:hover  .txt .p1{
        padding: 80px 14px  0px!important;
    }
    .txt .p1 span{

border: 1px #402301  solid;

border-radius: 100%;

width: 30px;

height: 30px;

display: block;

line-height: 1.7;

font-size: 16px;

margin-bottom: 10px;

font-family: 'Pangmen';
}
.pic ul li.pic8 .txt .p1{

padding-top: 130px!important;
}
.pic ul li.pic8 .txt .p1  img{
    width: 20px;
    margin-top: 10px;
}
.pic ul li:last-child:hover .txt{
    width: 100px!important;

   
}
.pic ul li:last-child:hover .txt .p1{
    padding: 130px 33px 0px!important;
}