.content .content-title{
    border-bottom: solid 1px #E1EEFC;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.content .content-title .content-title-left{
    font-size: 22px;
    font-weight: bold;
    color: #3767E7;
}
.content .content-title .content-title-left>img{
    width: 20px;
    height: 23px;
    margin-right: 17px;
}
.content .content-title img{
    width: 34px;
    height: 25px;
}
.content .content-sz{
    margin-bottom: 70px;
}
.content .content-sz .content-sz-left{
    width: 335px;
    height: 418px;
    background: url("../image/sz-bg.png") no-repeat;
    background-size: 100% 100%;
    font-size: 32px;
    font-weight: bold;
    color: #3166C9;
}
.content .content-sz .content-sz-left img{
    width: 200px;
    height: 280px;
    padding: 5px;
    border: solid 1px #D8EAFF;
    margin-bottom: 6px;
}
.content .content-sz .content-sz-right{
    width: 830px;
}
.content .content-sz .content-sz-right .content-sz-label{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 22px;
}
.content .content-sz .content-sz-right .content-sz-introduce{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-indent: 2em;
}
.content .content-sz .content-sz-right a{
    color:#5B88D3;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 30px;
}
.content .content-sz .content-sz-right .content-sz-option{
    margin-top: 35px;
    width: 250px;
}
.content .content-sz .content-sz-right .content-sz-option .content-option-item{
    width: 106px;
    height: 47px;
    border: 1px solid #3973DF;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #3973DF;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
}
.content .content-fsz{
    display: flex;
    /*grid-template-columns: repeat(auto-fill,240px);*/
    /*grid-auto-rows: 330px;*/
    /*justify-content: center;*/
    flex-wrap: wrap;
    align-items: end;
    align-content: center;
    justify-items: center;
    margin-bottom: 20px;
}
.content .content-fsz img{
    width: 168px;
    height: 235px;
    margin-bottom: 13px;
}
.content .content-fsz .content-fsz-item{
    font-size: 20px;
    font-weight: 500;
    color: #3C3C3D;
    cursor: pointer;
    padding: 36px;
}
@media screen and (max-width: 850px) {
    .content .content-fsz{
        grid-template-columns: repeat(auto-fill,177px);
        grid-auto-rows: 250px;
    }
    .content .content-sz .content-sz-left{
        margin: 0 auto 20px;
        width: 235px;
        height: 318px;
        font-size: 22px;
    }

    .content .content-sz .content-sz-left img{
        width: 133px;
        height: 182px;
        margin-bottom: 20px;
    }
    .content .content-fsz img{
        width: 145px;
        height: 185px;
    }
}
@media screen and (max-width: 500px) {
    .content .content-sz a{
        display: block;
        margin: auto;
    }
    .content .content-sz .content-sz-right .content-sz-option {
        width: 100%;
    }
    .content .content-fsz .content-fsz-item{
        padding: 15px;
        font-size: 16px;
    }
    .content .content-title .content-title-left>img{
        width: 18px;
        height: 18px;
    }
    .content .content-title .content-title-left{
        font-size: 18px;
    }
    .content .content-title img{
        width: 28px;
        height: 21px;
    }
    .content .content-sz .content-sz-right .content-sz-label{
        font-size: 16px;
    }
    .content .content-sz .content-sz-right .content-sz-option .content-option-item{
        width: 45%;
        height: 42px;
        line-height: 42px;
    }
}