@media screen and (max-width:767px) {
    #second_nav{
        margin-top: 1em;
        width: clamp(15em, 80%, 40em);
        height: 40rem;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 100%;
        grid-template-rows: 50%;
        font-size: 4rem;
        background-color: #fff;
        overflow: hidden;
        border-radius: .5em;
    }


    .second_nav_div{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        width: 100%;
        padding: 1%;
    }

    .second_nav_div:hover{
        background-color: #0A0044;
        color: #fff;
        font-weight: 800;
        transition: .3s;
        cursor: pointer;
    }

    .currect_second_nav_background{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        width: 100%;
        padding: 1%;
        background-color: #0A0044;
        color: #fff;
        font-weight: 800;
    }

    #news_frame{
        margin-top: 20em;
        width: clamp(57em, 80%, 80em);
        height: auto;
        color: #0A0044;
        display: flex;
        align-items: center;
        /* justify-content: center;  */
        flex-direction: column;

    }

    #news_frame_title{

        font-weight: 800;
        width: 100%;
        /* height: 5em; */
        text-align: center;
        font-size: 6rem;
    }

    #news_frame_content{
        margin-top: 4em;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        /* grid-template-rows: 80em 80em 80em; */
        grid-row-gap: 10em;
        align-items: center;
        justify-content: center;
        /* overflow: hidden; */
    }

    .news_frame_content_div_all{
        width: 100%;
        background-color: #fff;
        border-radius: 2em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 45em auto;
        overflow: hidden;
        color: #0A0044;
        transform: scale(1);
        box-shadow: #0A0044 0 0 0 0;
        transition: .3s;
    }


    .news_frame_content_div{
        height: 100%;
        width: 100%;

    }

    .news_frame_content_div_div2{
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto;
        grid-row-gap:2em;

    }

    .news_frame_content_div_img{
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news_frame_content_div_img2{
        width: 100%;
        transform: scale(1);
        transition: .3s;
    }


    .news_frame_content_div_main_title{
        height: 100%;
        width: 100%;
        font-size: 4rem;
        font-weight: 800;
        display: flex;
        align-items: center;
    }

    .news_frame_content_div_sub_title{
        font-size: 3.5rem;
    }

    .news_frame_content_div_date{
        font-size: 3rem;
    }

    #news_frame_content_div{
        margin-top: 2em;
        padding: 3%;
        border: #0A0044 solid .1em;
        border-radius: .5em;
        font-size: 4rem;
    }

    #news_sencond_nav{
        margin-top: 1em;
        width: 90%;
        color: #0A0044;
        display: flex;
        align-items: center;
        font-size: 2rem;
    }

    #news_content_frame_all{
        margin-top: 8em;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #news_content_frame_all_font_title{
        width: 100%;
        font-size: 5rem;
        font-weight: 800;
        color: #0A0044;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #news_content_frame_all_font_subtitle{
        width: 100%;
        margin-top: 2em;
        font-size: 2rem;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 100%;
        grid-template-rows: 45% 45%;
        /* grid-column-gap: 5%; */
        grid-row-gap: 1em;
    }

    #news_content_frame_all_font_subtitle_sendtime{
        font-size: 3rem;
    }

    #news_content_frame_all_font_subtitle_edittime{
        font-size: 4rem;
    }

    #news_content_frame_all_font_content, span{
        margin-top: 4em;
        width: 100%;
        font-size: 3.5rem;
    }

    #news_content_frame_all_font_content *{
        font-size:inherit !important;
    }

    #news_content_frame_all_font_content img{
        max-width: 100%;
        object-fit: contain;
    }
}



@media (min-width:768px) and (max-width:1023px) {
    #second_nav{
        margin-top: 1em;
        width: clamp(15em, 80%, 40em);
        height: 40rem;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 100%;
        grid-template-rows: 50%;
        font-size: 4rem;
        background-color: #fff;
        overflow: hidden;
        border-radius: .5em;
    }


    .second_nav_div{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        width: 100%;
        padding: 1%;
    }

    .second_nav_div:hover{
        background-color: #0A0044;
        color: #fff;
        font-weight: 800;
        transition: .3s;
        cursor: pointer;
    }

    .currect_second_nav_background{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        width: 100%;
        padding: 1%;
        background-color: #0A0044;
        color: #fff;
        font-weight: 800;
    }

    #news_frame{
        margin-top: 20em;
        width: clamp(57em, 80%, 80em);
        height: auto;
        color: #0A0044;
        display: flex;
        align-items: center;
        /* justify-content: center;  */
        flex-direction: column;

    }

    #news_frame_title{

        font-weight: 800;
        width: 100%;
        /* height: 5em; */
        text-align: center;
        font-size: 6rem;
    }

    #news_frame_content{
        margin-top: 4em;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        /* grid-template-rows: 80em 80em 80em; */
        grid-row-gap: 10em;
        align-items: center;
        justify-content: center;
        /* overflow: hidden; */
    }

    .news_frame_content_div_all{
        width: 100%;
        height: 100em;
        background-color: #fff;
        border-radius: 2em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 40% 60%;
        overflow: hidden;
        color: #0A0044;
        transform: scale(1);
        box-shadow: #0A0044 0 0 0 0;
        transition: .3s;
    }


    .news_frame_content_div{
        height: 100%;
        width: 100%;

    }

    .news_frame_content_div_div2{
        height: 98%;
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 35% 60% 5%;

    }

    .news_frame_content_div_img{
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news_frame_content_div_img2{
        width: 100%;
        transform: scale(1);
        transition: .3s;
    }


    .news_frame_content_div_main_title{
        height: 100%;
        width: 100%;
        font-size: 4rem;
        font-weight: 800;
        display: flex;
        align-items: center;
    }

    .news_frame_content_div_sub_title{
        font-size: 3.5rem;
    }

    .news_frame_content_div_date{
        font-size: 3rem;
    }

    #news_frame_content_div{
        margin-top: 2em;
        padding: 3%;
        border: #0A0044 solid .1em;
        border-radius: .5em;
        font-size: 4rem;
    }

    #news_sencond_nav{
        margin-top: 1em;
        width: 90%;
        color: #0A0044;
        display: flex;
        align-items: center;
        font-size: 2rem;
    }

    #news_content_frame_all{
        margin-top: 8em;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #news_content_frame_all_font_title{
        width: 100%;
        font-size: 5rem;
        font-weight: 800;
        color: #0A0044;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #news_content_frame_all_font_subtitle{
        width: 100%;
        margin-top: 2em;
        font-size: 2rem;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 100%;
        grid-template-rows: 45% 45%;
        /* grid-column-gap: 5%; */
        grid-row-gap: 1em;
    }

    #news_content_frame_all_font_subtitle_sendtime{
        font-size: 3rem;
    }

    #news_content_frame_all_font_subtitle_edittime{
        font-size: 4rem;
    }

    #news_content_frame_all_font_content, span{
        margin-top: 4em;
        width: 100%;
        font-size: 3.5rem;
    }

    #news_content_frame_all_font_content *{
        font-size:inherit !important;
    }

    #news_content_frame_all_font_content img{
        max-width: 100%;
        object-fit: contain;
    }
}


@media screen and (min-width:1024px) {
    #second_nav{
        width: 30rem;
        height: 5rem;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 50% 50%;
        grid-template-rows: 100%;
        font-size: 1rem;
        background-color: #fff;
        overflow: hidden;
        border-radius: .5em;
    }


    .second_nav_div{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        width: 100%;
        padding: 1%;
    }

    .second_nav_div:hover{
        background-color: #0A0044;
        color: #fff;
        font-weight: 800;
        transition: .3s;
        cursor: pointer;
    }

    .currect_second_nav_background{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        width: 100%;
        padding: 1%;
        background-color: #0A0044;
        color: #fff;
        font-weight: 800;
    }

    #news_frame{
        margin-top: 3em;
        width: 90%;
        color: #0A0044;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

    }

    #news_frame_title{
        font-size: 2.5rem;
        font-weight: 800;
    }

    #news_frame_content{
        margin-top: 2em;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: minmax(19rem, 28rem) minmax(19rem, 28rem) minmax(19rem, 28rem);
        grid-column-gap: 3%;
        align-items: center;
        justify-content: center;
    }

    .news_frame_content_div_all{
        width: 100%;
        height: 45em;
        margin-top: 3em;
        background-color: #fff;
        border-radius: 1em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 40% 60%;
        overflow: hidden;
        color: #0A0044;
        transform: scale(1);
        box-shadow: #0A0044 0 0 0 0;
        transition: .3s;
    }


    .news_frame_content_div_all:hover{
        color: #f4f8ff;
        background-color: #0A0044;
        cursor: pointer;
        transform: scale(1.05);
        transition: .3s;
    }

    .news_frame_content_div{
        height: 100%;
        width: 100%;

    }

    .news_frame_content_div_div2{
        height: 98%;
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 40% 50% 10%;

    }

    .news_frame_content_div_img{
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news_frame_content_div_img2{
        width: 100%;
        transform: scale(1);
        transition: .3s;
    }

    .news_frame_content_div_img2:hover{
        transform: scale(1.1);
        transition: .3s;
    }

    .news_frame_content_div_main_title{
        height: 100%;
        width: 100%;
        font-size: 1.3rem;
        font-weight: 800;
        /* color: #0A0044; */
        display: flex;
        align-items: center;
        /* justify-content: center; */
        /* text-align: center; */
    }

    .news_frame_content_div_sub_title{
        font-size: 1rem;
    }

    #news_frame_content_div{
        margin-top: 3em;
        padding: 1%;
        border: #0A0044 solid .1em;
        border-radius: .5em;
    }

    #news_frame_content_div:hover{
        background-color: #0A0044;
        color: #f4f8ff;
        font-weight: 800;
        cursor: pointer;
        transition: .3s;
    }


    #news_sencond_nav{
        margin-top: 2em;
        width: 70%;
        color: #0A0044;
        display: flex;
        align-items: center;
    }


    #news_content_frame_all{
        margin-top: 2em;
        width: 65%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #news_content_frame_all_font_title{
        width: 100%;
        font-size: 2rem;
        font-weight: 800;
        color: #0A0044;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #news_content_frame_all_font_subtitle{
        width: 80%;
        margin-top: 2em;
        font-size: 1.1rem;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 40% 40%;
        grid-template-rows: 100%;
        grid-column-gap: 5%;
    }

    #news_content_frame_all_font_content, span{
        margin-top: 4em;
        width: 100%;
        font-size: 1.1rem;
    }

    #news_content_frame_all_font_content *{
        font-size:inherit !important;
    }
}
