/*!**/
/*  ##低分辨率的平板电脑或横屏的手机*/
/*  ##481px - 767px*/
/**!*/
/*@media screen and (max-width: 1024px) {*/
/*    .card_item{*/
/*        margin: 1rem;*/
/*        padding: 1.5rem !important;*/
/*    }*/
/*    .main_content{*/
/*       gap: 2rem;*/
/*    }*/
/*    .content_items, .content_second_items{*/
/*        width: 100%!important;*/
/*    }*/
/*    .content_second_items{*/
/*        margin-bottom: 0px;*/
/*    }*/
/*    .content_items img, .content_second_items img{*/
/*        width: 6rem;*/
/*        height: 6rem;*/
/*    }*/
/*    .card_main .main_top_title{*/
/*        line-height: 1.5rem;*/
/*    }*/
/*    #Committee  .main_content{*/
/*        gap: 2rem;*/
/*    }*/

/*    .bottom_text{*/
/*        overflow-x: auto;*/
/*    }*/

/*    .content_second_items{*/
/*        width: calc(50% - 40px);*/
/*    }*/
/*    .main_top_title span:last-child{*/
/*        white-space: nowrap;*/
/*        margin-left: 10px;*/
/*    }*/
/*    #Schedule .flex_grow_div{*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*    }*/
/*    #Schedule .flex_grow_div .left_content{*/
/*        width: 100%;*/
/*    }*/
/*    .el-icon-arrow-right:before{*/
/*        content: "\e6e0"!important;*/
/*    }*/
/*    #Abstract{*/
/*        margin: 0 1rem;*/
/*    }*/
/*    #Abstract .flex_grow_div{*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*    }*/
/*    #Abstract .flex_grow_div .left_content, #Abstract .flex_grow_div .right_content_abstract {*/
/*        width: 100%;*/
/*        box-sizing: border-box;*/
/*        margin: 0px;*/
/*    }*/
/*    #Abstract .flex_grow_div .right_content_abstract{*/
/*        margin-top: 40px;*/
/*    }*/

/*    #Hotels .content_item_0{*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*    }*/
/*    #Hotels .content_item_0 .item_0_left,  #Hotels .content_item_0 .item_0_right{*/
/*        margin: 0px;*/
/*        width: 100%;*/
/*    }*/
/*    #Hotels .card_title_left{*/
/*        margin-bottom: 0rem;*/
/*    }*/
/*    #Hotels .content_item_0 .item_0_right{*/
/*        margin-top: 16px;*/
/*    }*/
/*    #Hotels .content_item_1{*/
/*        width: 100%;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*    }*/
/*    #Hotels .content_item_1 .item_1_item{*/
/*        width: 100%;*/
/*    }*/

/*    #Speakers .main_content{*/
/*        gap:1.2rem*/
/*    }*/
/*    .img_address, .img_reserve{*/
/*        line-height: 1.2rem;*/
/*    }*/
/*    .item_1_imgItem .img_name{*/
/*        height: auto;*/
/*    }*/
/*}*/
@media screen and (max-width: 1024px) {
    #Committee .content_second_items{
        width: 350px;
    }
    .el-icon-arrow-right:before{
        content: "\e6e0";
    }
}