/* pc样式 */
@media screen and (min-width: 1024px){
    .content-title {
        height: 150px;
        font-size: 36px;
        display: flex;
        align-items: center;
        background-image: url(../icon/content_title_icon.png);
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .content-nr {
        padding: 40px 0;
    }

    .content-nr p {
        font-size: 18px;
        line-height: 36px;
        color: #333333;
    }
    .content-nr img {
        max-width: 90%;
    }
.sz-list ul{
            display: flex;
    flex-wrap: wrap;}
    .sz-list ul li {
        width: 20%;}
.sz-list h2 {
    font-size: 28px;}

    .sz-list ul li a{
        transition: all 0.3s;
        font-size: 16px;
        text-decoration: none;}
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content-title {
        height: 100px;
        font-size: 26px;
        display: flex;
        align-items: center;
        background-image: url(../icon/content_title_icon.png);
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .content-nr {
        padding: 20px 5px;
    }

    .content-nr p {
        font-size: 18px;
        line-height: 36px;
        color: #333333;
    }
    .content-nr img {
        max-width: 90%;
    }
.sz-list ul{
            display: flex;
    flex-wrap: wrap;}
    .sz-list ul li {
        width: 20%;}
.sz-list h2 {
    font-size: 28px;}

    .sz-list ul li a{
        transition: all 0.3s;
        font-size: 16px;
        text-decoration: none;}
}
@media screen and (max-width: 700px) {
    .sz-list ul li {
        width: 50%;}
}