.zz-list{
    box-sizing:border-box;
    border:1px solid #decccc;
    width:230px;
    margin-bottom:15px;
}
.zz-box{
    width:230px;
    height:337px;
    position:relative;
}
.zz-box img{
    width:167px;
    height:248px;
    position:absolute;
    top:44px;
    left:31px;
    transition:all 0.5s;
}
@keyframes imgbig{
    0% {
        top:44px;
        left:31px;
        width:167px;
        height:248px;
    }
    100% {
        left:0;
        top:0;
        width:230px;
        height:337px;
    }
}
.zz-box :hover{
    left:0;
    top:0;
    width:230px;
    height:337px;
    animation:imgbig 0.5s;
}
.zz-title{
    height:35px;
    line-height:35px;
    background:#eee;
}
.middle-zz{
    margin-left:22px;
    margin-right:21px;
}
table{
    width:100%;
}

table,tr,td{
    border:1px solid #ddd!important;
    text-align:center!important;
}
.zjzg-content-box table p{
    text-align:center!important;
    text-indent:0;
}
.tab-button-group{
    height:34px;
    /*margin-bottom:10px;*/
    border-bottom:1px solid #dd2211;
}
.tab-buttons{
    width:120px;
    height:34px;
    border:1px solid #e4e4e4;
    background:#eee;
    text-align:center;
    line-height:32px;
    cursor:pointer;
    /*box-shadow:3px 3px 3px #ccc;*/
    font-weight:bold;
    border-bottom:1px solid #dd2211;
}
.tab-selected{
    border-left:1px solid #dd2211;
    border-right:1px solid #dd2211;
    border-top:1px solid #dd2211;
    border-bottom:none;
    background:white;
}
.out-border{
    border-left:1px solid #dd2211;
    border-right:1px solid #dd2211;
    border-bottom:1px solid #dd2211;
    padding:15px;
    height:1087px;
}
