@media screen and (max-width: 768px){
    header{
        position: relative;
    }
    .suh_m *{
        transition-duration: 0s;
    }

    .suh_m{
        width: 100%;
        background: white;
    }

    .suh_m_l{
        width: 100%;
        height: 54px;
        margin: auto;
        border-bottom: 1px solid #e5e5e5;
        padding: 14px 0 0 0;
    }

    .suh_m_img{
        width: 80px;
        height: 28px;
        display: block;
        background: url("../images/other/logo.png") no-repeat;
        -webkit-background-size: 80px;
        background-size: 80px;
        margin: auto;
    }

    .suh_m_d{
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        padding: 10px;
    }

    .suh_m_d > a {
        width: 100%;
        padding: 4px 8px;
        font-size: 14px;
        flex: 0 0 25%;
        text-align: center;
        color: #666;
    }

    .carousel{
        display: none;
    }

    .suh_m_d > a.mAct{
        color:#be202c;
    }

    .sub_bg > div > aside{
        display: none;
    }

    section.sub_bg{
        margin: 10px 0 0 0;
    }

    .sum_pic{
        flex: 4;
    }

    .sum_txt{
        flex: 5;
        padding: 14px 16px;
    }

    .sum_txt > h4{
        padding-bottom: 0;
        height: 40px;
        margin-bottom: 10px;
        border-bottom: 0; 
        font-size: 14px;
        white-space: normal;
    }

    .sum_label > li:last-child{
        display: none;
    }

    .sumCon > ul > li{
        margin-bottom:10px;
    }

    .sum_label > li > p{
        width:64px;
    }

    .sum_art{
        padding: 10px 15px 0 15px;
    }

    .articlePage > a.articlePageL,.articlePage > a.articlePageR{
        width: 48vw;
    }

    .articleForY_txt{
        border-bottom: 0;
        flex-wrap: wrap;
        padding: 10px 0 10px 0;
    }

    .articleForY_txt > ul {
        margin: 0;
    }

    .articleForY_txt > i{
        display:none;
    }

    .videoList_content > ul > li,.artFm_content > ul > li{
        flex: none;
        width: 100%;
    }

    .videoList_pic, .artFm_pic{
        max-height:200px;
    }

    .videoList_txt{
        padding:20px;
    }

    .videoList_txt > div > h4{
        margin-bottom: 10px;
    }

    .SpecialList_content > li{
        flex: none;
        margin-bottom: 10px;
    }

    section.picList > div{
        padding:0;
        background:transparent;
    }

    .picList_con{
        display: flex;
        justify-content: space-between;
    }

    .picList_con > li{
        flex:none;
        width:100%;
        padding: 0 10px 10px 10px;
    }

    .picList_con > li > a{
        max-height: 36vh;
        overflow:hidden;
    }

    .picType_img{
        width:100%;
    }

    .picType_content > div.share{
        width:100%;
    }

    .picType_content{
        padding: 15px;
    }

    .policy_contentLeft{
        padding:0 15px;
    }

    .policy_conA > ul > li {
        margin-top: 20px;
        padding-bottom: 12px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .policy_conA > ul > li > a{
        margin-bottom:10px;
    }

    .policy_conA ul.su_label p{
        width: 60px;
        margin-right: 10px;
    }

    
}