ul.list-sz li {
    float: left;
    width: 240px;
    margin: 10px 30px;
    background: #f0f7ff;
    text-align: center;
    padding-top: 20px;}

ul.list-sz li .pic {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    overflow: hidden;
    margin: 0 auto;
    background: #bed8f5;}

ul.list-sz li .pic img {
    object-fit: contain;
    width: 100%;
    height: 100%;}

ul.list-sz li .pic img:hover {transform: scale(1.2);}

ul.list-sz li .txt {
    background: #bed8f5;
    line-height: 36px;
    margin-top: 20px;
    height: 36px;
    overflow: hidden;
    font-size: 22px;}

