/*
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*/
.sz-list dl {
    margin-top: 0.32rem;}

.sz-list dl dt {
    background: url(images/sz-zs1.png) no-repeat left center;
    background-size: 0.3rem auto;
    padding-left: 0.4rem;
    font-family: 'sySong';
    font-size: 0.24rem;
    font-weight: bold;
    color: #0C73A9
;}

.sz-k {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.16rem;}

.sz-list dl {
    padding-bottom: 0.3rem;
    border-bottom: 1px dashed rgba(216, 216, 216, 0.4);}

.sz-list dl:last-child {
    border-bottom: none;}

.sz-list dl dd {
    width: 16.66%;
    margin-top: 0.2rem;}

.sz-list dl dd a {
    display: block;
    margin: 0 0.16rem;
    background: #fff;
    font-size: 0.18rem;
    line-height: 0.55rem;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-align: center;
    transition: all 0.5s;}

.sz-list dl dd a span {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 0;
    background: url(images/sz-jt.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;}

.sz-list dl dd:hover a span {
    width: 0.21rem;
    height: 0.06rem;
    margin-left: 0.1rem;}

.sz-list dl dd:hover a {
 background: #0e5ea3;
    color: #fff;}


