.header .list, html {
    font-family: FZHTJW
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.content {
    width: 100%;
    background-color: #e9e7e8;
    background: #E9E8E8;
    width: 1120px;
    height: auto;
    padding-top: 0;
}

.start {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #545454;
    padding: 21px 0;
    display: block;
}

.title {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
}

.title p{
    text-align: center;
    padding-top: 10px;
}

.title p span{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 20px;
}

.TRS_Editor {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding-bottom: 20px;
}
.TRS_Editor img{max-width: 100%;}
.platelist1 {
    background: #FFFFFF;
    padding: 0 100px 50px;
    font-size: 18px;
}

@media (min-width: 1920px) {
    .content {
        width: 1400px;
    }
}

@media (max-width: 768px) {
    .content {
        width: 100%;
        padding: 0.2rem;
    }

    .start {
        font-size: 0.24rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #545454;
        padding: 0.2rem 0 0.3rem;
        display: block;
    }

    .platelist1 {
        background: #FFFFFF;
        font-size: 0.24rem;
        padding: 0 0.4rem 0.5rem;
    }

    .title {
        font-size: 0.3rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #000000;
        text-align: center;
        padding-top: 0.6rem;
        padding-bottom: 0.4rem;
    }

    .TRS_Editor {
        font-size: 0.24rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        line-height: 0.42rem;
        padding-bottom: 0.2rem;
        text-align: justify;
    }

    .TRS_Editor img {
        max-width: 100%;
    }
}
