@keyframes example3 {
    0% {
        transform: translate(0, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@media screen and (max-width: 1199px) {

    .index_pc_wrap {
        display: none;
    }

    .index_view_wrap {
        display: block;
    }

    .page_banner {
        width: 100%;
        height: 5rem;
        position: relative;
    }

    .page_banner > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page_banner p {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1.3rem;
        font-family: TsangerYunHei-W05;
        color: #FFFFFF;
        text-align: center;
        font-size: 0.4rem;
        line-height: 0.56rem;
    }

    .list_content {
        background: #1C2122;
        padding: 0.5rem 0.6rem 1.15rem;
    }


    .date_list_select_wrap {
        margin-bottom: 0.48rem;
    }

    .date_list_select {
        width: 2.3rem;
        height: 0.48rem;
        position: relative;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none; /* Standard syntax */
    }

    .date_list_select_top {
        width: 2.3rem;
        height: 0.48rem;
        background: var(--theme-color);
        font-size: 0.24rem;
        color: #363D3E;
        font-family: TsangerYunHei-W05;
        padding: 0 0.13rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .date_list_select_top img {
        width: 0.12rem;
        height: 9px;
    }

    .date_list_select ul {
        position: absolute;
        width: 2.3rem;
        left: 0;
        right: 0;
        top: 0.48rem;
        background: #1C2122;

    }

    .date_list_select ul.unshow {
        display: none;
    }

    .date_list_select ul li {
        color: #FFFFFF;
        text-align: center;
        height: 0.48rem;
        line-height: 0.48rem;
        font-size: 0.22rem;
        font-family: TsangerYunHei-W04;


    }

    .date_list_select ul li:first-child {
        font-size: 0.24rem;
        border-bottom: 1px solid var(--theme-color);
    }

    .date_list_select ul li.tab {
        color: var(--theme-color);
    }

    .list_content_top li {
        margin-bottom: 0.8rem;
        width: 6.3rem;
    }

    .list_content_top li > img {
        width: 6.3rem;
        height: 4.2rem;
        object-fit: cover;
        margin-bottom: 0.32rem;
    }

    .new_list_right {
        width: 6.3rem;
        color: #FFFFFF;
        padding: 0 0.17rem;
    }

    .new_list_right p:first-child {
        font-size: 0.36rem;
        font-family: TsangerYunHei-W05;
        line-height: 0.47rem;
        margin-bottom: 0.34rem;
    }

    .new_list_right p:nth-child(2) {
        font-size: 0.24rem;
        font-family: TsangerYunHei-W03;
        line-height: 0.34rem;
        margin-bottom: 0.34rem;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .new_list_right p:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.24rem;
        font-family: TsangerYunHei-W03;
    }

    .new_list_right p:nth-child(3) span:nth-of-type(2) {
        font-size: 0.28rem;

        color: var(--theme-color);

    }

    .new_list_right p:nth-child(3) img {
        width: 0.37rem;
        height: 0.37rem;
        cursor: pointer;
        margin-left: 0.16rem;

    }

    .news_info_content_goback {
        display: block;
    }

    .news_info_content {
        margin: 0 auto;
        padding-top: 1.34rem;
        padding-bottom: 0.6rem;
    }

    .news_info_content_goback {
        font-size: 0.26rem;
        line-height: 0.37rem;
        color: #363D3E;
        font-family: TsangerYunHei-W03;
        padding: 0 0.8rem;
        cursor: pointer;
    }

    .news_info_content_title {
        font-size: 0.42rem;
        line-height: 0.5rem;
        color: #363D3E;
        font-family: TsangerYunHei-W05;
        padding: 0 0.8rem;
        margin: 0.24rem 0 0.4rem;
    }

    .news_info_content_date {
        font-size: 0.26rem;
        line-height: 0.26rem;
        color: #363D3E;
        font-family: TsangerYunHei-W03;
        padding: 0 0.5rem 0.6rem;
        margin: 0 0.3rem;
        border-bottom: 2px solid #f0f0f0;
    }

    .news_info_content_main {
        font-size: 0.26rem;
        line-height: 0.42rem;
        color: #363D3E;
        font-family: TsangerYunHei-W04;
        padding: 0.56rem 0.6rem 0;
    }

    .news_info_content_main img {
        width: 100%;
        height: auto;
        margin: 0.2rem 0;
    }
}

@media all and (max-width: 1560px)and (min-width: 1200px) {

    .index_pc_wrap {
        display: block;
    }

    .index_view_wrap {
        display: none;
    }


    .list_page_bg {
        width: 100%;
        height: 460px;
        position: relative;
        overflow: hidden;
    }

    .list_page_bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .list_page_bg_txt {
        position: absolute;
        bottom: 50px;
        height: 38px;
        display: flex;
        justify-content: space-between;
        padding: 0 60px;
        left: 0;
        right: 0;
    }

    .list_page_bg_txt_left {
        font-size: 36px;
        font-family: TsangerYunHei-W04;
        line-height: 50px;
        color: #FFFFFF;
    }

    .list_page_bg_txt_right {
        display: flex;
        align-items: center;
        color: #FFFFFF;
        font-size: 16px;
    }

    .list_page_bg_txt_right span {
        width: 100px;
        margin-left: 12px;
        line-height: 22px;
        padding: 4px 0;
        text-align: center;
        border-bottom: 2px solid #FFFFFF;
        cursor: pointer;
    }

    .list_page_bg_txt_right span.tab {
        color: var(--theme-color);
        border-bottom-color: var(--theme-color);
    }

    .list_content {
        background: #363D3E;
        padding: 38px 0 82px;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .date_list_select_wrap {
        width: 987px;
        margin: 0 auto 34px;
    }

    .date_list_select {
        width: 144px;
        height: 30px;
        position: relative;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none; /* Standard syntax */
    }

    .date_list_select_top {
        width: 144px;
        height: 30px;
        background: var(--theme-color);
        font-size: 14px;
        color: #363D3E;
        font-family: TsangerYunHei-W05;
        padding: 0 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .date_list_select_top img {
        width: 9px;
        height: 9px;
    }

    .date_list_select ul {
        position: absolute;
        width: 144px;
        left: 0;
        right: 0;
        top: 30px;
        background: #1C2122;

    }

    .date_list_select ul.unshow {
        display: none;
    }

    .date_list_select ul li {
        color: #FFFFFF;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        font-family: TsangerYunHei-W04;


    }

    .date_list_select ul li:first-child {
        font-size: 14px;
        border-bottom: 1px solid var(--theme-color);
    }

    .date_list_select ul li.tab {
        color: var(--theme-color);
    }


    .list_content_top li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }

    .list_content_top li > img {
        width: 530px;
        height: 230px;
        object-fit: cover;
        margin-right: 65px;
    }

    .new_list_right {
        width: 392px;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .new_list_right p:first-child {
        font-size: 16px;
        font-family: TsangerYunHei-W05;
        line-height: 24px;
        margin-bottom: 21px;
    }

    .new_list_right p:nth-child(2) {
        font-size: 14px;
        font-family: TsangerYunHei-W03;
        line-height: 20px;
        margin-bottom: 44px;
    }

    .new_list_right p:nth-child(3) {
        display: flex;
        align-items: center;
        font-size: 14px;

    }

    .new_list_right p:nth-child(3) span:nth-of-type(2) {
        font-size: 18px;
        font-family: TsangerYunHei-W06;
        color: var(--theme-color);
        margin: 0 10px 0 24px;

    }

    .new_list_right p:nth-child(3) img {
        width: 24px;
        height: 24px;
        cursor: pointer;

    }

    .news_info_content_goback {
        display: none;
    }

    .news_info_content {
        width: 900px;
        margin: 0 auto;
        padding-top: 130px;
        padding-bottom: 94px;
        min-height: calc(100vh - 320px);
    }

    .news_info_content_title {
        font-size: 30px;
        line-height: 42px;
        color: #363D3E;
        font-family: TsangerYunHei-W04;
        text-align: center;
    }

    .news_info_content_date {
        font-size: 20px;
        line-height: 10px;
        color: #363D3E;
        font-family: TsangerYunHei-W03;
        text-align: center;
        margin: 20px auto 60px;
    }

    .news_info_content_main {
        font-size: 14px;
        color: #363D3E;
        font-family: TsangerYunHei-W04;
        line-height: 24px;
    }

    .news_info_content_main img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 1561px) {

    .index_pc_wrap {
        display: block;
    }

    .index_view_wrap {
        display: none;
    }


    .list_page_bg {
        width: 100%;
        height: 740px;
        position: relative;
        overflow: hidden;
    }

    .list_page_bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .list_page_bg_txt {
        position: absolute;
        bottom: 60px;
        height: 80px;
        display: flex;
        justify-content: space-between;
        padding: 0 96px;
        left: 0;
        right: 0;
    }

    .list_page_bg_txt_left {
        font-size: 58px;
        font-family: TsangerYunHei-W04;
        line-height: 80px;
        color: #FFFFFF;
    }

    .list_page_bg_txt_right {
        display: flex;
        align-items: center;
        color: #FFFFFF;
        font-size: 26px;
    }

    .list_page_bg_txt_right span {
        width: 160px;
        margin-left: 19px;
        line-height: 37px;
        padding: 5px 0;
        text-align: center;
        border-bottom: 2px solid #FFFFFF;
        cursor: pointer;
    }

    .list_page_bg_txt_right span.tab {
        color: var(--theme-color);
        border-bottom-color: var(--theme-color);
    }

    .list_content {
        background: #363D3E;
        padding: 61px 0 133px;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .date_list_select_wrap {
        width: 1394px;
        margin: 0 auto 54px;
    }

    .date_list_select {
        width: 230px;
        height: 48px;
        position: relative;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none; /* Standard syntax */
    }

    .date_list_select_top {
        width: 230px;
        height: 48px;
        background: var(--theme-color);
        font-size: 22px;
        color: #363D3E;
        font-family: TsangerYunHei-W05;
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .date_list_select_top img {
        width: 14px;
        height: 14px;
    }

    .date_list_select ul {
        position: absolute;
        width: 230px;
        left: 0;
        right: 0;
        top: 48px;
        background: #1C2122;

    }

    .date_list_select ul.unshow {
        display: none;
    }

    .date_list_select ul li {
        color: #FFFFFF;
        text-align: center;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        font-family: TsangerYunHei-W04;


    }

    .date_list_select ul li:first-child {
        font-size: 22px;
        border-bottom: 1px solid var(--theme-color);
    }

    .date_list_select ul li.tab {
        color: var(--theme-color);
    }


    .list_content_top li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 96px;
    }

    .list_content_top li > img {
        width: 688px;
        height: 320px;
        object-fit: cover;
        margin-right: 80px;
    }

    .new_list_right {
        width: 626px;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .new_list_right p:first-child {
        font-size: 26px;
        font-family: TsangerYunHei-W05;
        line-height: 38px;
        margin-bottom: 36px;
    }

    .new_list_right p:nth-child(2) {
        font-size: 22px;
        font-family: TsangerYunHei-W03;
        line-height: 32px;
        margin-bottom: 70px;
    }

    .new_list_right p:nth-child(3) {
        display: flex;
        align-items: center;
        font-size: 22px;

    }

    .new_list_right p:nth-child(3) span:nth-of-type(2) {
        font-size: 28px;
        font-family: TsangerYunHei-W06;
        color: var(--theme-color);
        margin: 0 19px 0 40px;

    }

    .new_list_right p:nth-child(3) img {
        width: 38px;
        height: 45px;
        cursor: pointer;

    }

    .news_info_content_goback {
        display: none;
    }

    .news_info_content {
        width: 1440px;
        margin: 0 auto;
        padding-top: 210px;
        padding-bottom: 150px;
        min-height: calc(100vh - 512px);
    }

    .news_info_content_title {
        font-size: 48px;
        line-height: 67px;
        color: #363D3E;
        font-family: TsangerYunHei-W04;
        text-align: center;
    }

    .news_info_content_date {
        font-size: 32px;
        line-height: 32px;
        color: #363D3E;
        font-family: TsangerYunHei-W03;
        text-align: center;
        margin: 30px auto 100px;
    }

    .news_info_content_main {
        font-size: 22px;
        color: #363D3E;
        font-family: TsangerYunHei-W04;
        line-height: 38px;
    }

    .news_info_content_main img {
        width: 100%;
        height: auto;
    }

}

