@import "all.css";

.fzlc {
    position: relative;
    text-align: center;
    width:900px;
}
.fzlc img {
    width:600px;
    margin: 0 auto;
}
.fzlc-item {
    text-align: right;
    color:#000;   
    width: 400px; 
    font-family: but;
    transition:none;
    cursor:default
}
.fzlc-item:hover {
    transform: scale(1.2,1.2);
    transform-origin:right 40%;
    transition:transform 0.4s ease-in-out;
}
.hover-big:hover{
    transform: scale(1.5,1.5) !important;
}
.fzlc-item.text-start{
    transform-origin:left 40%;
}
.fzlc-item dt {
    color:#00349e;
    font-weight: bolder;
    font-size:x-large;
}