.activity_search{width:283px;height:30px;background-color:#fff;border-radius:12px 0 0 12px;margin-top:9px;margin-left:600px;text-indent:1em;font-size:15px;outline:none;}
.act_search_btn{position:absolute;width:80px;height:30px;border-radius:0px 12px 12px 0px;background-color:#A22C28;right:0px;top:9px;cursor:pointer;}
.act_search_btn:hover{background-color:#CB2421;transition-duration:0.8s;}
.kola_btn_refresh{width:50%;height:30px;margin:0 auto;display:flex;flex-direction:row;justify-content:center;margin-top:16px;}
.current_act{width:100%;height:200px;display:flex;flex-direction:row;margin-top:12px;justify-content:space-between;}
.current_act_left{width:278px;}
.current_act_right{width:630px;height:100%;background-color:#fff;}
.act_right {
    margin-top: 5px;
    /* height: 38px; */
    /* overflow: hidden; */
    height: 21px;
    overflow: hidden;
}
.act_right a{font-size:21px;font-weight:bold;color:black;}
.act_right_def a{text-decoration:underline;color:#A22C28;}
.act_right_summary{font-size:12px;color:#767676;margin-top:23px;font-weight:bold;}
.act_right_dashed{width:100%;height:2px;border-bottom:dashed 1px #A22C28;margin-top:18px;}
.act_right_date{font-size:12px;color:#767676;font-weight:bold;margin-top:20px;}
.act_right_date span{color:#AD4541;font-size:12px;font-weight:bold;}
.act_right_address{font-size:12px;font-weight:bold;color:#767676;margin-top:8px;}
.act_right_address span{color:#AD4541;font-size:12px;font-weight:bold;}
.act_right_enroll{width:270px;height:30px;border:5px solid #EDEDED;border-right:8px solid #EDEDED;border-radius:6px 0 0 6px;margin-top:26px;text-indent:1em;font-size:15px;outline:none;}
.act_right_btn {
    width: 150px;
    margin-left: -6px;
    height: 38px;
    background-color: #F4B96A;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.act_right_btn:hover{background-color:#EBA448;transition-duration:0.6s;}