@charset "UTF-8";.a-conference-page{background-color:#fff;width:100%;height:auto}.a-conference-page .a-conference{width:var(--base-width);height:auto;margin:0 auto;padding:20px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.a-conference-page .a-conference .a-conference-ul{width:100%}.a-conference-page .a-conference .a-conference-ul .a-conference-li{width:100%;height:auto;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-bottom:20px;padding-bottom:20px;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#ccc),color-stop(50%,transparent));background-image:linear-gradient(to right,#ccc 50%,transparent 50%);background-size:15px 1px;background-repeat:repeat-x;background-position:bottom}.a-conference-page .a-conference .a-conference-ul .a-conference-li-content-icon{width:8px;height:8px;margin-right:10px;margin-top:.6rem;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(0);transform:rotate(0)}.a-conference-page .a-conference .a-conference-ul .a-conference-li-content{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.a-conference-page .a-conference .a-conference-ul .a-conference-li-content-title{cursor:pointer;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.a-conference-page .a-conference .a-conference-ul .a-conference-li-content-title span{color:#4c9950;font-size:18px;font-weight:700;line-height:24px}.a-conference-page .a-conference .a-conference-ul .a-conference-li-content-sub{color:#3d3d3d;font-size:16px;font-weight:400;line-height:24px;margin:20px 0 0 0}.a-conference-page .a-conference .a-conference-ul .a-conference-li-content-details{padding-top:20px;display:none;overflow:hidden;-webkit-transition:max-height .5s ease;transition:max-height .5s ease}.a-conference-page .a-conference .a-conference-ul .a-conference-li-content-date{font-size:16px;height:24px;line-height:24px;color:#767676}.a-conference-page .a-conference-li-content.active .a-conference-li-content-details{display:block}.a-conference-page .a-conference-li-content.active .a-conference-li-content-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}