@charset "utf-8";

             #tb1{
            margin: 0px 5px;
            width: 100%;
            height: 200px;
            background-color: #fff;
           /* box-shadow: 5px 5px 10px 0 rgba(0,0,0,.2);
             border: 0.6px solid rgb(73, 72, 72); */
  }


    
       #tb1 tr{
            height: 20px;
        }
       #tb1 td{
            font-size: 14px;
            border: 0.6px solid #efefef;
           text-align: center;
         
        }

         #box{
            margin: 5px auto;
            display:flex;
            flex-wrap:wrap;
            justify-content:center;
        }
    
        #box .jz{
           width: 280px;
           height: 221px;
           overflow: hidden; 
           line-height: 36px;
           margin: 5px 5px;
            font-size: 16px;
            text-align: center;
            transition: all .5s;
            font-size: 16px;
            box-shadow: 10px 10px 20px 0 rgba(0,0,0,.2);
            border: 1px solid #efefef;
            background-color: #fff;
            border-radius:5px;
        }
        .jx span{
            font-size: 16px;
            font-weight: 500;
            color: red;
        }
         .jx em{
            font-size: 20px;
        }
        .bt{
            text-align: center;
            font-size: 18px;
            margin: 23px 0px;
            
        }
        .jx .box-img{
            margin: 10px auto;
            position: relative;
            height: 40px;
            width: 40px;
            overflow: hidden;
            transition: all .4s;
        
        }
        .jx:hover img{
           transform:scale(1.1);
        }
    #box .jz:hover{
            color: #fff;
          background-color: #273e82;
           transform:scale(0.9);
  } 

#box p{
    text-align: center;
    font-size: 14px;
    color: rgb(107, 103, 103);
 
}
#box .jz i{
    transition: all 1s;
   color: blue;
        display: block;
font-size: 55px;
margin: 20px 2px;
        }
        
        #box .jz i:hover{
    color: #fff;
    transform: rotate(360deg);
}
         #tb1{
            margin: 0px auto;
            width: 100%;
            height: 180px;
            background-color: #fff;
           /*  border: 0.6px solid rgb(73, 72, 72); */
  }<!--ºÄÊ±1776080862.4942Ãë-->