p{
    margin: 0px;
}

.disable_scroll{
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;

}

.nav_sq_btn_setposi{
    position: absolute;
    width: 40px;
    height: 40px;
}

.titleModal_info_list > div > div > a{
    color: #bd1523;
}

.cis_color_hover:hover{
    color: #bd1523;
}

.mobile_year_list{
    height: 50px;
}

.mobile_year_list > .pull_left{
    margin-right: 25px;
}

.cis_color_hover{
    transition: all .2s;
}

.temp_scroll_search_area{
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.modal_img_area{
    width: 100%;
}

.cross_des_area > p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.cross_des_area{
    overflow : hidden;
}

.section_cross_img{
    margin: 0px !important;
}

.cross_black{
    background: rgba(0, 0, 0, .85);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.cross_black:hover{
    opacity: 1;
    cursor: pointer;
}

.cross_text_area_switch{
    transition: all .3s;
    margin: 0px;
    width:100%;
    color: #fff;
}

.pointer_mouse:hover{
   cursor: pointer;
}

.sub_nav_underline{
    background-color: #bd1523;
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 95px;
    transition: all .3s;
}

.section_cross_text{
    margin: 0px;
}

.margin_top_fix_news{
    margin-top: 30px !important;
}

.nav_sq_btn_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: red;
    -webkit-mask:  url(img/svg/shape_red.svg) no-repeat 100% 100%;
    mask: url(img/svg/shape_red.svg) no-repeat 100% 100%;
}

.sq_bg_red{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:1;
    transition: all .2s;
}

.sq_bg_white{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:2;
    transition: all .2s;
}

.sq_bg_search_wh{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:4;
    transition: all .3s;
}

.sq_bg_search_red{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:3;
    transition: all .3s;
}

.nav_sq_hover{
    background-color: transparent;
    transition: all .3s;
}

.nav_sq_hover:hover{
    background-color: #bd1523;
}

.nav_sq_hover:hover > .nav_sq_btn_st > .nav_sq_lang_ch{
    color: #fff;
}

.nav_sq_hover:hover > .nav_sq_btn_inline > .nav_sq_lang_ch{
    color: #fff;
}

.nav_sq_hover > .sq_bg_red{
    opacity: 1;
}

.nav_sq_hover > .sq_bg_search_red{
    opacity: 1;
}

.nav_sq_hover > .sq_bg_white{
    opacity: 0;
}

.temp_info_vedio:hover{
    cursor: pointer;
}

.nav_sq_hover > .sq_bg_search_wh{
    opacity: 0;
}

.temp_info_vedio:hover > .nav_sq_hover{
    background-color: #bd1523;
}

.temp_info_vedio:hover > .nav_sq_hover > .sq_bg_red{
    opacity: 0;
}
.temp_info_vedio:hover > .nav_sq_hover > .sq_bg_search_red{
    opacity: 0;
}
.temp_info_vedio:hover > .nav_sq_hover > .sq_bg_white{
    opacity: 1;
}
.temp_info_vedio:hover > .nav_sq_hover > .sq_bg_search_wh{
    opacity: 1;
}

.nav_sq_hover:hover > .sq_bg_red{
    opacity: 0;
}

.nav_sq_hover:hover > .sq_bg_search_red{
    opacity: 0;
}

.nav_sq_hover:hover > .sq_bg_white{
    opacity: 1;
}

.nav_sq_hover:hover > .sq_bg_search_wh{
    opacity: 1;
}




.work_hover_box{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .85);
    transition: all .3s;
    z-index: 1;
}
.work_hover_box_sq{
    width: 100%;
    height: 100%;
    z-index: 2;
}

.img_box_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    background-position: center !important;
    background-size: cover !important;
}

.nav_sq_index_hover{
    opacity: 1;
    transition: all .3s;
}

.nav_sq_index_hover > .nav_sq_btn_en > .nav_sq_btn_en_inside{
    opacity: 0;
}

.nav_sq_index_hover:hover > .nav_sq_btn_en > .nav_sq_btn_en_inside{
    opacity: 1;
}

.nav_sq_index_hover > .nav_sq_btn_inline > .nav_sq_btn_en_inside{
    opacity: 0;
}

.nav_sq_index_hover:hover > .nav_sq_btn_inline > .nav_sq_btn_en_inside{
    opacity: 1;
}

.nav_sq_index_hover > .nav_sq_btn_st > .nav_sq_btn_en_inside{
    opacity: 0;
}

.nav_sq_index_hover:hover > .nav_sq_btn_st > .nav_sq_btn_en_inside{
    opacity: 1;
}

.info_list_area {
display: flex;
height: auto;
padding: 0px;
flex-direction: row;
}

.info_list_item {
flex-grow: 0;
flex-shrink: 0;
flex-basis: 110px;
display: flex;
font-weight: bold;
}

.info_list_flex {
flex: 1px;
display: flex;
}

.margin_right_sm> p{
    margin-right: -70px;
}
.temp_mid_area > p{
    margin-right: -55px;
}

.temp_mid_area > p > a{
    color: #bd1523;
    text-decoration:underline;
}

.temp_mid_area > img{
    margin-right: -55px;
}
.temp_mid_area_fix > p{
    margin-right: -70px;
}

.ideograph{
    text-align: justify;
    text-justify:inter-ideograph;
}

.section_title_st{
    transform: rotate(90deg);
    position: absolute;
    height: 0px;
    width: 200px;
    color: #000;
    top: 100px;
    left: -85px;
    font-size: 14px;
    display: block;
}

.section_title_st_long{
    transform: rotate(90deg);
    position: absolute;
    height: 0px;
    width: 200px;
    color: #000;
    top: 100px;
    left: -85px;
    font-size: 14px;
    display: block;
}

.section_title_st_long > div{
    font-size: 14px;
}

.section_title_st_zh{
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    position: absolute;
    height: auto;
    width: auto;
    color: #000;
    top: 0px;
    left: 20px;
    font-size: 14px;
    display: block;
}

.section_title_st_fix{
    transform: rotate(90deg);
    position: absolute;
    height: 0px;
    width: 500px;
    color: #000;
    top: 255px;
    left: -235px;
    font-size: 14px;
    display: block;
    font-size: 14px;
}

.section_title_st_fix_db{
    transform: rotate(90deg);
    position: absolute;
    height: 0px;
    width: 500px;
    color: #000;
    top: 255px;
    left: -210px;
    font-size: 14px;
    display: block;
    font-size: 14px;
}

.section_title_st_news{
    transform: rotate(90deg);
    position: absolute;
    height: 0px;
    width: 200px;
    color: #000;
    top: 115px;
    left: -85px;
    font-size: 14px;
}

.section_title_st_time{
    transform: rotate(90deg);
    position: absolute;
    height: auto;
    width: 200px;
    color: #000;
    top: 100px;
    right: -85px;
    font-size: 14px;
}

.section_title_st_time_fix{
    transform: rotate(90deg);
    position: absolute;
    height: auto;
    width: 200px;
    color: #000;
    top: 115px;
    right: -85px;
    font-size: 14px;
}

.section_title_st div{
    margin-right: 25px;
    float: left;
    font-size: 14px;
}

.section_title_st_fix div{
    margin-right: 25px;
    float: left;
    font-size: 14px;
}
.section_title_st_fix_db div{
    margin-right: 25px;
    float: left;
    font-size: 14px;
}

.section_margin_lg{
    margin: 30px 0px 30px 0px;
}

.section_margin_lg_max{
    margin: 50px 0px 50px 0px;
}

.section_margin_max{
    margin: 60px 0px 30px 0px;
}

.section_full_line{
    width: 100%;
    height: 1px;
    background: #ccc;

}

.size_auto{
    width: auto !important;
    height: auto !important;
}

.temp_banner{
    padding: 0px 0px 0px 95px;
}

.temp_banner_img{
    height: 0px;
    padding-bottom: 50%;
}

.temp_news_banner{
    padding: 0px 0px 0px 95px;
}

.temp_news_banner_img{
    height: 0px;
    padding-bottom: 32%;
}

.temp_news_banner_title{
    position: relative;
    padding: 0px 240px 0px 0px;
    height: auto;
    top:-130px;
    left: 0px;
    
}
.temp_news_banner_title h1{
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.temp_news_banner_title_normal{
    position: relative;
    padding: 0px 0px 0px 95px;
    height: auto;
    top: 0px;
    left: 0px;
    
}
.temp_news_banner_title_normal h1{
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.temp_news{
    padding: 0px 0px 0px 95px;
}
.temp_news_nomargin{
    padding: 0px 0px 0px 95px;
    margin: 0px;
}

.temp_news_fix{
    padding: 0px 0px 0px 75px;
}

.temp_news_twice{
    padding: 0px 95px 0px 95px;
}

.temp_news_twice_fix{
    padding: 0px 0px 0px 95px;
}

.temp_news_item{
    padding: 0px;
    height: 36px;
}

.temp_news_item_flex{
    display: flex;
    height: auto;
    padding: 0px;
    flex-direction: row;
}

.temp_news_item_flex_time{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60px;
    margin: 8px 8px 8px 0px;
    display: flex;
    border-bottom: 1px solid #000;
}

.temp_news_item_flex_text{
    flex: 1px;
    margin: 8px 0px 8px 8px;
    display: flex;
    border-bottom: 1px solid #000;
}


.temp_news_item_time{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: auto;
    font-size: .9rem;
    width:90px;
    border-bottom: 1px solid #000;
    color: #777;
}

.temp_news_item_text{
    position: absolute;
    bottom: 0px;
    left: 90px;
    height: auto;
    border-bottom: 1px solid #000;
}

.temp_news_item_text_fix{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: auto;
    border-bottom: 1px solid #000;
    width: 100%;
    
}

.temp_news_item_text_relative{
    position: relative;
    height: auto;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-top:10px;
}

.temp_news_item_text_fix h4{
    font-size: 1.75rem !important;
}

.temp_news_item_text_relative h4{
    font-size: 1.75rem !important;
}

.temp_full_banner_img{
    height: 0px;
    padding-bottom: 35%;
}

.temp_full_cross_banner_img{
    height: 0px;
    padding-bottom: 30%;
}

.temp_mid_area{
    height: auto;
    padding: 0px;
}

.temp_mid_area_artist{
    height: auto;
    padding: 0px;
}



.temp_mid_area_sq{
    height: auto;
    padding: 60px 0px 0px 0px;
}

.temp_mid_area_sq > p{
    margin-right: -70px;
}

.temp_mid_area_sq_bg{
    height: auto;
    padding: 5px 0px 0px 0px;
}

.temp_mid_area_sq_bg > p{
    margin-right: -80px;
}

.temp_mid_area_sq_fix{
    height: auto;
    padding: 60px 0px 0px 0px;
}

.temp_mid_area_sq_fix > p{
    margin-right: -55px;
}


.temp_mid_title{
    margin-top: -7px;
}

.temp_mid_title_fix{
    margin-bottom: 15px;
    width: 100%;
}

.temp_sq_title{
    background: #eee;
    width: 80px;
    height: 45px;
    margin-bottom: 15px;
    padding-top: 5px;
    text-align: center;
    text-decoration:underline;
}

.next_prev_box{
    height: auto;
    border-top: 1px solid #000;
    padding: 15px 0px;
    margin: 0px 0px 0px 5px;
}

.next_prev_title{
    margin: 0px 10px;
    max-width: 70%;
    transition: all .3s;
    font-weight: bold;
}

.hover_cis_color{
    transition: all .3s;
}

.hover_cis_color:hover{
    color: #bd1523
}

.next_prev_box > div{
    margin: 0px;
    padding: 0px;
}

.next_prev_img{
    background: #888;
    width: 52px;
    height: 52px;
    background-size: cover !important;
    background-position: center !important;
}

.next_box_area > div{
    float: right;
}

.next_box_area > .box_a{
    float: right;
}

.next_box_area > .next_prev_title{
    text-align:right; 
}

.prev_box_area> div{
    float: left;
}

.prev_box_area> .box_a{
    float: left;
}

.temp_media_area{
    margin: 0px;
    padding: 0px;
}

.temp_media_vedio{
    height: 0px;
    padding:14% 0px 14% 0px;
    background-color: #ccc;
    text-align: center;
}

.iframe_media{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.temp_search_list{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.temp_artist_list_main{
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}


.temp_content_vedio{
    height: 0px;
    padding:20% 95px 20% 95px;
    background-color: #ccc;
    text-align: center;
}

.temp_media_text{
    margin-top: -5px;
    width: 100%;
    height: auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0px 25px 0px 25px;
    column-gap: 25px;
}

.temp_media_vedio_btn{
    margin: -23px auto 0px auto;
}

.pinter_img_inside{
    overflow: hidden;
}

.temp_sub_nav{
    width: auto;
    padding: 0px 0px 0px 0px;
    margin-right: 25px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    transition: all .3s;
}


.temp_sub_nav > h5{
    font-weight: bold;
}

.temp_sub_nav:hover{
    cursor: pointer;
}


.temp_sub_nav_area{
    padding: 0px 0px 0px 95px;
    margin: 0px;
}

.temp_sub_nav_line{
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: -1px;
}


.temp_max_line{
    width: 100%;
    height: 1px;
    background: #000;
}

.temp_sub_nav_active{
    /*border-bottom: 2px solid #bd1523;*/
    color: #bd1523;
}

.temp_scroll_area{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.temp_scroll_area:hover > .ligtbox_next_btn{
    opacity: 1;
}

.temp_scroll_area:hover > .ligtbox_back_btn{
    opacity: 1;
}

.temp_scroll_search_area:hover > .ligtbox_next_btn{
    opacity: 1;
}

.temp_scroll_search_area:hover > .ligtbox_back_btn{
    opacity: 1;
}

.temp_scroll_item{
    margin: 0px 15px 0px 0px;
    padding: 0px;
    float: left;
}

.temp_scroll_item_father{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
}

.temp_scroll_item:hover{
    cursor: pointer;
}
.temp_scroll_item_father:hover{
    cursor: pointer;
}

.temp_scroll_item_img{
    margin-top: 5px;
    height: 0px;
    padding-bottom: 56%;
    background-color: #ccc;
    text-align: center;
}

.temp_scroll_content{
    margin-top: 10px;
    font-size: 1.1rem;
}

.search_scroll_item_h5{
    color: #fff;
    margin-top: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.color_white{
    color: #fff;
}

.temp_halfimg_area{
    margin: 0px;
    padding: 0px;
}

.temp_halfimg_img{
    height: 0px;
    padding: 0px 0px 40% 0px;
    background-color: #ccc;
    text-align: center;
}

.temp_subnav_vedio_area{
    margin: 8px;
    padding: 0px;
}

.temp_subnav_vedio{
    height: 0px;
    padding:28% 0px 28% 0px;
    background-color: #ccc;
    text-align: center;
}

.temp_subnav_item{
    margin: 0px;
    padding: 0px 12px 0px 12px;
}


.temp_pinterest_row{
    margin: 0px;
    padding: 0px 12px 0px 12px;
}

.temp_pinterest_img{
    width: 100%;
    background: #ccc;
    height: 0;
    margin: 0px 0px 24px 0px;
}

.temp_pinterest_img_fix{
    width: 100%;
    background: #ccc;
    height: 0;
    margin: 0px 0px 24px 0px;
}

.temp_pinterest_area{
    padding: 0px 0px 0px 72px;
    margin: 12px;
    margin-top:30px;
}

.temp_pinterest_area_filter{
    padding: 0px 0px 0px 72px;
    margin: 12px;
}

.temp_news_vedio_area{
    margin: 0px 12px 0px 12px;
    padding: 0px;
}

.temp_pastnews_time{
    margin-top:10px;
}

.temp_news_time_mobile{
    display: none;
}

.temp_pastnews_title{
    margin:-5px 0px 25px 0px;
    font-weight: bold;
}

.temp_vedio_title{
    margin: 5px 0px 25px 0px;
    font-weight: bold;
    line-height: 1.4;
}

.temp_pastnews_img{
    height: 0px;
    padding:0px 0px 57% 0px;
    background-color: #ccc;
    text-align: center;
    position: relative;
}

.temp_info_img{
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    transition: all .3s;
}

.temp_info_img_nohover{
    width: 100%;
    height: auto;
    margin: 0px 0px 25px 0px;
    transition: all .3s;
}

.temp_info_img:hover{
    transform:scale(1.1,1.1);
    cursor: pointer; 
}

.temp_info_img:hover > .work_hover_box{
    opacity: 1;
}

.work_hover_box_hover{
    overflow: hidden;
    position: relative;
}

.work_hover_box_hover:hover > .work_hover_box{
    opacity: 1;
}

.work_hover_box_hover:hover > .img_box_bg{
    transform:scale(1.1,1.1);
}


.temp_info_title{
    padding-right: 0px;
    padding-left: 0px;
}

.temp_back_btn{
        position: absolute;
        right: 0px;
}

.temp_up_btn{
    position: absolute;
    right: 0px;
}

.temp_down_btn{
    position: absolute;
    right: 0px;
    bottom: 0px;
}


.temp_info_year{
    position: absolute;
    top: 0px;
}

.temp_info_article{
    position: absolute;
    top: 25px;
}

.temp_info_year_content{
    position: absolute;
    top: 0px;
    left: 130px;
}

.temp_info_article_content{
    position: absolute;
    top: 0px;
    left: 130px;
}

.temp_about_banner_title{
    position: relative;
    padding: 0px 240px 0px 0px;
    height: auto;
    top:-90px;
    left: 0px;
}

.temp_about_banner_title_normal{
    position: relative;
    padding: 0px 0px 0px 95px;
    height: auto;
    top:0px;
    left: 0px;
}

.temp_about_item_time{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: auto;
    width:75px;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
}

.temp_about_item_text{
    position: absolute;
    bottom: 0px;
    left: 90px;
    height: auto;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-right: -90px;
    font-size: 16px;
}

.temp_news_overflow{
    padding: 0px 0px 0px 95px;
    overflow: hidden;
}

.temp_news_banner_title_fix{
    position: relative;
        padding: 0px 0px 0px 15px;
        height: auto;
        margin-top:40px;
        margin-bottom:10px;
}

.temp_cross_banner_title_fix{
        position: absolute;
        padding: 0px 0px 0px 0px;
        height: 100%;
        width: 100%;
    
        right: 0px;

}

.cross_text_area{
    margin-top: -30%;
}

.cross_sq_title{
width: 100%;
height: 40px;
}

.temp_news_banner_time_fix{
    position: absolute;
    padding: 0px;
    height: auto;
    bottom: 50px;
    right: 0px;
}

.temp_pinterest_timebox{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px 0px 25px 0px;
    /*overflow: hidden;*/
}


.temp_pinterest_st{
    transform: rotate(90deg);
    position: absolute;
    height: 0px;
    width: 200px;
    color: #000;
    top: 100px;
    left: -172px;
}

.temp_pinterest_st_filter{
    transform: rotate(90deg);
    position: absolute;
    height: 0px;
    width: 200px;
    color: #000;
    top: 100px;
    left: -172px;
}

.temp_search_exhibition{
    height: 330px;
    overflow: hidden;
    padding: 0px;
}

.temp_search_exhibition_fix{
    height: 330px;
    overflow: hidden;
}

.temp_exhibition_items{
    padding: 0px 0px 0px 30px;
    color: aqua;
}
.temp_page_dot{
    width: 12px;
    height: 12px;
    background-color: transparent;
    float: left;
    border-radius: 6px;
    border: 1px solid #000;
    margin: 4px 0px 0px 16px;
    transition: all .3s;
}

.temp_page_dot:hover{
    transform:scale(1.3,1.3);
}

.temp_page_dot_active{
    width: 12px;
    height: 12px;
    background-color: #bd1523;
    float: left;
    border-radius: 6px;
    border: 1px solid #bd1523;
    margin: 4px 0px 0px 16px;
}



.hover_cis_line{
    transition: all .3s;
}

.hover_cis_line:hover{
    text-decoration: underline;
    color: #bd1523;
}

.ex_title{
    transition: all .3s;
}

.ex_title:hover{
    color: #bd1523;
}

.temp_index_dot_area{
    position: relative;
}

.index_btn_text{
    position: absolute;
    font-weight: bold;
    z-index: 10;
}

.index_btn_text_st{
    transform: rotate(90deg);
    position: absolute;
    font-weight: bold;
    z-index: 10;
}

.temp_hide_margin{
    margin: 0px;
    height: 0px;
}

.section_title_st_fix_select{
    font-family: 'Tinos',serif;
}

.section_title_st_fix_select_active{
    text-decoration:underline;
    color: #bd1523;
}

.temp_news_banner_time{
    display: block;
}

.temp_content_sq_title{
    position: absolute; 
    top:0px; 
    left: 95px;
}

.temp_sub_nav_mobile{
    padding: 0px;
}

.temp_sub_nav_mobile > h5{
    font-weight: bold;
}

.temp_sub_nav_click_mobile{
    padding: 8px 0px;
}

.temp_sub_nav_click_mobile_line{
    margin: 0px 0px 8px 0px;
}

.temp_sub_nav_area_mobile{
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.temp_sub_nav_item_box{
    width: 100%;
    height: 15px;
}

.temp_sub_nav_click_mobile_title h5{
    margin: 0px;
}
.temp_sub_navangle_icon{
    width: 20px;
    float: right;
    margin-top: -18px;
    transition: all .3s;
}

.temp_sub_nav_switch{
    display: block;
}

.mobile_filter_section{
    display: none;
}

.search_type_section{
    display: block;
    text-align: center;
    border-bottom: 1px solid #888;
    border-top: 1px solid #888;
    padding: 15px 8px;
}

.search_type_section_noval{
    display: none;
    text-align: center;
    padding: 15px 8px;
}
.search_input{
    text-align: center;
    font-size: 2.6rem;
    width: 100%;
    border:0px;
    background: #000;
    color: #fff;
}

.search_input:focus{
    box-shadow: inset 0 0 0 0px #000, 0 0 0px 0px #000;
    outline: none;
}

.mobile_filter_info_section{
    display: none;
}

.mobile_only{
    display: none;
}

.pull_left{
    float: left;
    margin-right: 15px;
}

.single_text_line{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.init-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
    background: url(../img/public/lightpaperfibers_@2X.png);
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.init-modal::-webkit-scrollbar { 
    display: none; 
}

.init-modal-hide{
    -webkit-transform:scale(.8, .8);
    -ms-transform:scale(.8, .8);
    transform:scale(.8, .8);
    opacity:0;
}

.nav-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
    background: #000;
    overflow: auto;
    z-index: 2000;
}

.serch_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
    background: #000;
    overflow: auto;
    z-index: 2000;
}

.serch_modal::-webkit-scrollbar { 
    display: none; 
}

.nav-modal-hide{
    -webkit-transform:scale(.8, .8);
    -ms-transform:scale(.8, .8);
    transform:scale(.8, .8);
    opacity:0;
}

.m_filter_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
    background: #000;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.m_filter_modal-hide{
    -webkit-transform:scale(.8, .8);
    -ms-transform:scale(.8, .8);
    transform:scale(.8, .8);
    opacity:0;
}

.lightbox_contain{
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.lightbox_img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 500px;
}

.ligtbox_back_btn{
    position: absolute;
    top:50%;
    left: 0px;
    margin-top: -30px;
    opacity: 0;
    background-color: #bd1523;
}

.font_sub_title{
    font-size:2.2rem;
}

.ligtbox_back_btn_main{
    position: absolute;
    top:50%;
    left: 1.6%;
    margin-top: -20px;
}

.ligtbox_next_btn{
    position: absolute;
    top:50%;
    right: 0px;
    margin-top: -30px;
    opacity: 0;
    background-color: #bd1523;
}

.ligtbox_next_btn_main{
    position: absolute;
    top:50%;
    right: 1.6%;
    margin-top: -20px;
}

.ligtbox_close_btn{
    position: absolute;
    top:0px;
    right: 0px;
}


.tiitleModal_hack{
    height: 0px;
}

.filterintitle{
    height: 320px;
    transition: all .4s;
}

#filterbox{
    transition: all .3s;
}

.exhibition_scroll_hack{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.exhibition_scroll_area{
    position: absolute;
    width: 100%;
    height: 320px;
    top: 0px;
    left: 0px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

#mobileFilterBox{
    display: none;
}

.m_filter_year_area {
    display: flex;
    height: 70px;
    padding: 0px 15px;
}
  
.m_filter_year {
    flex: 1;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    position: relative;
}

.video_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video_inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.font_sub_title_margin{
    margin-left: 20px;
}

.footer_text{
    font-size: 14px;
}


.temp_mid_area_sq_bg > p > a{
    color: #bd1523;
    text-decoration:underline;
}

.temp_mid_area_sq_fix > p > a{
    color: #bd1523;
    text-decoration:underline;
}

.temp_mid_area_artist > p > a{
    color: #bd1523;
    text-decoration:underline;
}

.temp_mid_area_fix > p > a{
    color: #bd1523;
    text-decoration:underline;
}

.temp_mid_area_sq > p > a{
    color: #bd1523;
    text-decoration:underline;
}


@media only screen and (max-width: 1199px) {
    .temp_xl_hide{
        display: none;
    }

    .temp_xl_margin_top_sm{
        margin-top: 15px;
    }

    .temp_media_text{
        margin-top: -5px;
        width: 100%;
        height: auto;
        -webkit-column-count: 1; 
        -moz-column-count: 1;
        column-count: 1;
        padding: 0px 15px;
        column-gap: 0px;
    }

    
}


@media only screen and (max-width: 992px) {
    .temp_newspaddingleft_fix{
        padding-right: 15px !important;
    }

    .serch_modal{
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .cross_black{
        background: transparent;
        position: relative;
        width: 100%;
        height: auto;
        transition: all .3s;
        opacity: 1;
        display: none;
    }
    .cross_text_area_switch{
        color: #000;
    }

    .modal_img_area{
        width: auto;
    }

    .lightbox_img{
        width: 100%;
        height: auto;
    }

    .ligtbox_back_btn_main{
        position: relative;
        float: left;
        left: 0px;
    }
    .ligtbox_next_btn_main{
        position: relative;
        float: right;
        right: 0px;
    }

    .cross_text_area{
        margin-top: -0px;
    }

    .temp_cross_banner_title_fix{
        position: relative;
        padding: 0px 0px 0px 15px;
        height: auto;
        margin-top:20px;
        margin-bottom:10px;
    }

    .font_sub_title_margin{
        margin-left: 0px;
    }

    .mobile_sm_title{
        font-size: 1.25rem;
    }

    .temp_full_cross_banner_img {
        height: 0px;
        padding-bottom: 70%;
    }

    .temp_pinterest_timebox{
        margin: 0px 0px 14px 0px;
    }
    #mobileFilterBox{
        display: block;
    }
    .margin_right_sm> p{
        margin-right: 0px;
    }

    .temp_mid_area_sq_fix > p {
        margin-right: 0px;
    }

    .temp_mid_area_sq_bg > p{
        margin-right: 0px;
    }

  

    .temp_mid_area > p{
        margin-right: 0px;
    }

    .temp_mid_area_fix > p{
        margin-right: 0px;
    }

    .temp_mid_area_sq > p{
        margin-right: 0px;
    }

    .temp_lg_hide{
        display: none;
    }

    .temp_hide_margin{
        margin: 0px;
        height: auto;
    }

    .temp_news_banner{
        padding: 0px 0px 0px 0px;
        position: relative;
        height: auto;
    }

    .temp_news_banner_title_fix{
        position: relative;
        padding: 0px 0px;
        height: auto;
        margin-top:-5px;
        margin-bottom:15px;
        margin-left: 0px;
    }

    .temp_news_banner_time{
        display: none;
    }

    .temp_full_banner_img{
        height: 0px;
        padding-bottom: 50%;
    }

    .section_title_st{
        display: none;
    }

    .section_title_st_long{
        display: none;
    }

    .section_title_st_fix{
        display: none;
    }

    .section_title_st_fix_db{
        display: none;
    }

    .temp_news{
        padding: 0px 0px 0px 0px;
    }
   
    .temp_content_sq_title{
        position: absolute; 
        top:0px; 
        left: 0px;
    }

    .temp_media_text{
        margin-top: 5px;
        width: 100%;
        height: auto;
        -webkit-column-count: 1; 
        -moz-column-count: 1;
        column-count: 1;
        padding: 15px 0px 0px 0px;
        column-gap: 0px;
    }

    .temp_media_vedio{
        padding:25% 0px 25% 0px;
    }

    .temp_sub_nav_switch{
        display: none;
    }

    .temp_news_banner_img{
        margin: 0px -15px;
        padding-bottom: 50%;
    }

    .section_title_st_time{
        display: none;
    }

    .temp_news_banner_title_normal{
        padding: 12px 0px 0px 0px;
    }

    .temp_news_banner_title_normal h1{
        font-size: 1.4rem;
        margin-bottom: 1rem;
        margin-top:15px;
    }

    .temp_news_time_mobile{
        margin-top:10px;
        display: block;
    }

    .temp_news_fix{
        padding: 0px;
    }

    .temp_pastnews_section{
        padding: 0px;
    }

    .temp_subnav_vedio_section{
        padding: 0px;
    }

    .temp_news_vedio_area {
        margin: 0px;
        padding: 8px;
    }
    .temp_subnav_vedio_area{
        margin: 0px;
        padding: 8px;
    }

    .temp_subnav_item {
        margin: 0px;
        padding: 0px 7px 0px 7px;
    }

    .temp_pastnews_title{
        font-size: 1.25rem;
    }

    .temp_news_item_text_relative h4 {
        font-size: 1.25rem !important;
    }

    .temp_news_item_text_fix{
        margin-right: -15px;
    }

    .mobile_no_padding{
        padding: 0px;
    }

    .mobile_normal_padding{
        padding: 15px;
    }

    .mobile_padding_left{
        padding: 0px 0px 0px 15px;
    }

    .mobile_padding_right{
        padding: 0px 15px 0px 0px;
    }

    .temp_news_item_flex_area{
        padding: 0px 15px;
    }

    .temp_about_banner_title_normal{
        margin-top: 15px;
        padding: 0px;
    }

    .temp_news_overflow{
        padding: 0px;
        overflow: auto;
    }

    .section_title_st_news{
        display: none;
    }

    .temp_pinterest_row{
        margin: 0px;
        padding: 0px 7px 0px 7px;
    }

    .temp_pinterest_img{
        margin: 0px 0px 14px 0px;
    }

    .temp_pinterest_area{
        padding: 0px;
        margin: 0px;
        padding: 9px;
    }

    .temp_pinterest_area_filter{
        padding: 0px;
        margin: 0px;
        padding: 8px 8px 8px 68px;
    }
    
    .temp_info_year_content{
        left: 110px;
    }
    
    .temp_info_article_content{
        left: 110px;
    }

    .temp_pinterest_st_filter{
        transform: rotate(90deg);
        position: absolute;
        height: 0px;
        width: 200px;
        color: #000;
        top: 100px;
        left: -143px;
    }

    .temp_info_img{
        margin: 0px 0px 0px 0px;
    }

    .temp_info_img_nohover{
        margin: 0px 0px 16px 0px;
    }

    .mobile_filter_section{
        display: block;
        text-align: center;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        padding: 16px;
    }

    .mobile_filter_info_section{
        display: block;
        padding-left: 95px;
    }

    .mobile_hide{
        display: none !important;
    }

    .mobile_only{
        display: block !important;;
    }


    .mobile_section_title{
        font-weight: bold;
        padding: 0px 0px 0px 15px;
        text-decoration: underline;
        font-size: 14px !important;
    }

    .mobile_section_time{
        padding: 0px 0px 0px 15px;
    }


    .mobile_section_title_nopad{
        font-weight: bold;
        padding: 0px;
        text-decoration: underline;
        font-size: 14px !important;
    }

    .mobile_section_title_nopad{
        font-weight: bold;
        padding: 0px;
    }

    .temp_mid_area{
        height: auto;
        padding: 0px;
    }

    .mobile_display_none{
        display: none !important;
    }

}

@media only screen and (max-width: 767px) {

    .ligtbox_back_btn{
        display: none;
    }
    
    
    .ligtbox_next_btn{
        display: none;
    }
    
    .footer_text{
        font-size: .75rem;
    }
    

    .temp_md_hide{
        display: none;
    }

    .temp_full_banner_img{
        height: 0px;
        padding-bottom: 70%;
    }

    .temp_news_banner_img{
        margin: 0px -15px;
        padding-bottom: 70%;
    }


    .mobile_filter_info_section{
        display: block;
        padding-left: 60px;
    }

    .section_title_st_zh{
        display: none;
    }

    .margin_top_fix_news{
        margin-top: 0px !important;
    }

    .temp_pastnews_time{
        font-size: 14px;
    }

    .mobile_sm_font{
        font-size: 14px;
    }

}


@media only screen and (max-width: 576px) {
    .temp_full_banner_img{
        height: 0px;
        padding-bottom: 80%;
    }

    .temp_news_banner_img{
        margin: 0px -15px;
        padding-bottom: 80%;
    }
}



