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

.middleView {
    width: 100%;
    padding: 24px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.middleContentView {
    width: 1200px;
}

.contentHeaderView {
    width: 100%;
    height: 132px;
    background: url(../img/content_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentHeaderTitleView {
    width: 296px;
    height: 80px;
    margin-left: 30px;
    margin-right: 86px;
}

.contentHeaderBtnsView {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.registrationProgressBtnsView {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 20px;
}

.registrationProgressBtnsView>img {
    width: 283px;
    height: 80px;
}

.newsInformationView {
    width: 100%;
    height: 338px;
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.newsInformationSwiperView {
    width: 50%;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.swiper-slide_bottom_title {
    position: absolute;
    height: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.40);
    padding: 0 16px;
    box-sizing: border-box;

    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 48px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

.newsInformationListView {
    width: 50%;
    height: 100%;
    border: 1px solid #e7e7e7;
    padding: 20px;
    box-sizing: border-box;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.listTopView {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listTopView .titleImg {
    width: 80px;
    height: 24px;
}

.listTopView .moreBntImg {
    width: 38px;
    height: 24px;
    cursor: pointer;
}

.listContentView.nonePadding {
    width: 100%;
    height: calc(100% - 52px);
    padding: 0 20px;
    box-sizing: border-box;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.listContentView {
    width: 100%;
    padding-top: 8px;
    box-sizing: border-box;
}

.listItemBgView {
    display: flex;
    align-items: center;
    padding-left: 16px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.listPointView {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 10px;
    left: 0;
    background: #0074d3;
    border-radius: 50%;
    margin-top: 16px;
}

.listItemsView {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 22px;
    margin-top: 16px;
    cursor: pointer;
}

.listItemsView .listTitle {
    width: calc(100% - 90px);
    height: 100%;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;

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

.listItemsView .listDate {
    width: 90px;
    height: 100%;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: right;
    color: #999999;
}

.noticeAnnouncementView {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.noticeAnnouncementListView {
    width: 497px;
    height: 100%;
}

.listTopView.notic{
    height: 52px;
    background: linear-gradient(270deg,#f8fcff, #eff8ff);
    padding: 0 20px;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.useHelpView {
    width: 679px;
    height: 300px;
    background: linear-gradient(90deg,#ebfbf3, #f4fffa);
    border-radius: 8px;
    padding: 36px 28px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shiyongbangzhu {
    width: 193px;
    height: 204px;
}

.otherShiyongbangzhu {
    width: calc(100% - 193px - 20px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.otherShiyongbangzhuImgs {
    width: 195px;
    height: 104px;
    cursor: pointer;
}

.bottomOtherView {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.bottomOtherListView {
    width: 592px;
    height: 100%;
    background: linear-gradient(180deg,#ffffff, #f6f9f8);
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}

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

.phoneBox {
    display: none;
}

@media screen and (max-width: 768px) {
    .pcBox {
        display: none;
    }

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

    .contentHeaderView_phone {
        width: 100%;
        height: 236px;
        background: url(../img/top_content_bg_phone.png) no-repeat;
        background-size: 100% 100%;
        padding: 20px 8px 12px;
        box-sizing: border-box;
    }

    .contentHeaderTitleView_phone {
        width: 360px;
        height: 34px;
    }

    .contentHeaderBtnsView_phone {
        width: 100%;
        height: 86px;
        display: flex;
        align-items: center;
    }

    .registrationProgressBtnsView_phone {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .registrationProgressBtnsView_phone>img {
        width: 180px;
        height: 100%;
    }

    .scanQrcodeBtnView_phone {
        width: 100%;
        height: 64px;
        margin-top: 10px;
        padding: 0 8px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .scanQrcodeBtnView_phone>img {
        width: 100%;
        height: 64px;
    }

    .middleView_phone {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
        margin-top: 12px;
    }

    .newsInformationView_phone {
        width: 100%;
        background: #ffffff;
        border: 1px solid #e7e7e7;
        box-sizing: border-box;
        border-radius: 8px;
    }

    .newsInformationSwiperView_phone {
        width: 100%;
        height: 193px;
    }

    .swiper-slide_bottom_title_phone {
        position: absolute;
        height: 32px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.40);
        padding: 0 12px;
        box-sizing: border-box;

        font-size: 12px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 32px;

        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        z-index: 2;
    }

    .newsInformationListView_phone {
        width: 100%;
        padding: 0 16px 16px;
        box-sizing: border-box;
    }

    .listTopView_phone.notic{
        height: 52px;
        background: linear-gradient(270deg,#f8fcff, #eff8ff);
        padding: 0 16px;
        box-sizing: border-box;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .listTopView_phone.other{
        height: 24px;
        padding: 0;
        box-sizing: border-box;
    }

    .listTopView_phone {
        width: 100%;
        height: 52px;
        padding: 0 14px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .listTopView_phone .titleImg {
        width: 80px;
        height: 24px;
    }

    .listTopView_phone .moreBntImg {
        width: 38px;
        height: 24px;
        cursor: pointer;
    }

    .listTopView_phone.nonePadding {
        padding-top: 1px;
        box-sizing: border-box;
    }

    .listContentView_phone.nonePadding {
        width: 100%;
        height: calc(100% - 52px);
        padding: 0 16px 16px;
        box-sizing: border-box;
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .listContentView_phone {
        width: 100%;
        padding-top: 2px;
        box-sizing: border-box;
    }

    .listItemBgView_phone {
        display: flex;
        align-items: center;
        padding-left: 12px;
        box-sizing: border-box;
        position: relative;
    }

    .listPointView_phone {
        position: absolute;
        width: 4px;
        height: 4px;
        top: 8px;
        left: 0;
        background: #0074d3;
        border-radius: 50%;
        margin-top: 14px;
    }

    .listItemsView_phone {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 20px;
        margin-top: 14px;
    }

    .listItemsView_phone .listTitle {
        width: calc(100% - 90px);
        height: 100%;
        font-size: 14px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;

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

    .listItemsView_phone .listDate {
        width: 90px;
        height: 100%;
        font-size: 14px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: right;
        color: #999999;
    }

    .noticeAnnouncementListView_phone {
        width: 100%;
        margin-top: 20px;
    }

    .bottomOtherListView_phone {
        width: 100%;
        background: linear-gradient(180deg,#ffffff, #f6f9f8);
        border: 1px solid #e7e7e7;
        border-radius: 8px;
        padding: 14px 16px 16px;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .useHelpView_phone {
        width: 100%;
        background: linear-gradient(180deg,#ebfbf3, #f4fffa);
        border-radius: 8px;
        padding: 16px;
        box-sizing: border-box;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .shiyongbangzhu_phone {
        width: 154px;
        height: 34px;
    }

    .otherShiyongbangzhu_phone {
        width: 100%;
        height: 143px;
        margin-top: 16px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
    }

    .otherShiyongbangzhuImgs_phone {
        width: calc(50% - 7.5px);
        height: 64px;
        cursor: pointer;
    }

    .otherShiyongbangzhu_phone>a {
        width: calc(50% - 7.5px);
        height: 64px;
        cursor: pointer;
    }

    .otherShiyongbangzhu_phone>a .otherShiyongbangzhuImgs_phone {
        width: 100%;
        height: 64px;
        cursor: pointer;
    }
}

