body {
    background: #f7f7f7;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.middleView {
    width: 100%;
    min-height: calc(100vh - 68px - 112px);
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 68px;
}

.middleContentView {
    width: 1200px;
    background: #ffffff;
    border-radius: 8px;
    padding: 20px 32px 32px;
    box-sizing: border-box;
}

.middleTopLinkView {
    display: flex;
    align-items: center;
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 17px;
}

.linkBtns {
    cursor: pointer;
}

.newsTitleView {
    width: 100%;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    margin-top: 20px;
}

.newsDateSubtitleView {
    width: 100%;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 20px;
    margin-top: 12px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 19px;
    box-sizing: border-box;
}

.newsDateSubtitleView .subtitle {
    margin-top: 12px;
    line-height: 26px;
}

.newsContentView {
    width: 100%;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 30px;
    margin-top: 19px;
}

.newsContentView img {
    max-width: 100% !important;
    height:auto !important;
}

.newsContentView p {
    max-width: 100% !important;
    height:auto !important;
}

.downloadBgView {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.downloadItemsView {
    width: 558px;
    height: 68px;
    background: #f3f7ff;
    border-radius: 4px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.downloadItemsView>img {
    width: 36px;
    height: 36px;
}

.downloadItemsView .titleBtnView {
    width: calc(100% - 44px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 8px;
}

.titleBtnView .title {
    width: calc(100% - 40px);
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 22px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.titleBtnView .downloadBtn {
    width: 36px;
    height: 36px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: right;
    color: #066cba;
    line-height: 36px;
    cursor: pointer;
}

.pcBox {
    display: block;
    min-width: 1200px;
}

.phoneBox {
    display: none;
}

@media screen and (max-width: 768px) {
    body {
        background: #ffffff;
        margin: 0;
        padding: 0;
        border: 0 none;
    }

    .pcBox {
        display: none;
    }

    .phoneBox {
        display: block;
        width: 100%;
    }

    .middleView_phone {
        width: 100%;
        min-height: calc(100vh - 44px - 120px - 20px);
        padding: 12px 16px 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 44px;
    }

    .middleContentView_phone {
        width: 100%;
    }

    .middleTopLinkView_phone {
        display: flex;
        align-items: center;
        height: 17px;
        font-size: 12px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #999999;
        line-height: 17px;
    }

    .linkBtns {
        cursor: pointer;
    }

    .newsTitleView_phone {
        width: 100%;
        font-size: 20px;
        font-family: PingFang SC, PingFang SC-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        margin-top: 20px;
    }

    .newsDateSubtitleView_phone {
        width: 100%;
        font-size: 12px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #999999;
        line-height: 20px;
        margin-top: 8px;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 15px;
        box-sizing: border-box;
    }

    .newsDateSubtitleView_phone .subtitle {
        margin-top: 8px;
        line-height: 21px;
    }

    .newsContentView_phone {
        width: 100%;
        font-size: 14px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 28px;
        margin-top: 15px;
        white-space: normal;
        word-break: break-all;
    }

    .newsContentView_phone img {
        max-width: 100% !important;
        height:auto !important;
    }

    .newsContentView_phone p {
        max-width: 100% !important;
        height:auto !important;
    }

    .downloadBgView_phone {
        width: 100%;
        padding-top: 4px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .downloadItemsView_phone {
        width: 100%;
        height: 56px;
        background: #f3f7ff;
        border-radius: 4px;
        padding: 0 16px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        margin-top: 12px;
    }

    .downloadItemsView_phone>img {
        width: 28px;
        height: 28px;
    }

    .downloadItemsView_phone .titleBtnView_phone {
        width: calc(100% - 32px);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: 4px;
    }

    .titleBtnView_phone .title {
        width: calc(100% - 35px);
        height: 22px;
        font-size: 16px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 22px;

        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .titleBtnView_phone .downloadBtn {
        width: 36px;
        height: 36px;
        font-size: 14px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: right;
        color: #066cba;
        line-height: 36px;
        cursor: pointer;
    }
}
