.active_lis {
    width:100%;
    overflow: hidden;
}
.active_lis .active_cell{
    float: left;
    width:49%;
    position: relative;
    height:320px;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
}
.active_lis .active_cell:nth-child(2n){
    float: right;
    width:49%;
}
.active_lis .active_cell .a_img_box {
    position: absolute;
    top:50%;
    width:312px;
    left:30px;
    height:233px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.active_lis .active_cell .a_img_box .a_img {
    width:312px;
    height:233px;
}
.active_lis .active_cell .a_detail {
    width:100%;
    height:318px;
    padding-left: 386px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
}
.active_lis.platform_lis .active_cell .a_detail .see {
    margin-bottom: 0px;
}
.active_lis.platform_lis .active_cell .a_detail .time {
    margin-bottom: 15px;
}
.active_lis.platform_lis .active_cell .a_detail .name {
    margin-bottom: 15px;
}
.active_lis .active_cell .a_detail .name{
    font-size: 30px;
    color:#333;
    margin-bottom:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.active_lis .active_cell .a_detail .time{
    font-size: 26px;
    color:#333;
    /*margin-bottom:35px;*/
}
.active_lis .active_cell .a_detail .see{
    font-size: 24px;
    color:#333;
    margin-bottom:35px;
}
.active_lis .active_cell .a_img_box .sign_status {
    position: absolute;
    right:0;
    top:0;
    width:130px;
    height:60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    color:#fff;
    background-color: rgba(0,0,0,.5);
}


/* 详情 */
.active_detail_page  {
    padding: 0 30px;
    box-sizing: border-box;
}
.active_detail_page .page_title {
    height:130px;
    line-height: 130px;
    font-size: 30px;
    color:#333;
}
.active_detail_page .page_title.platform_title {
    height:60px;
    line-height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.active_detail_page .page_title.platform_title.active_title {
    margin-top: 20px;
}
.active_detail_page .page_title.platform_title .btn_table {
    position: absolute;
    top: 0;
    right: 0;
}
.active_content_show .active_content_info img{
    width: 500px;
    margin-bottom: 15px;
}
.active_detail_page .page_title.platform_title .btn {
    width: 120px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #3691fc;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    padding: 0;
}
.active_detail_page .page_title.platform_title .btn.go-back {
    background: #fff;
    color:#333;
    border: 1px solid #333;
}
.active_detail_page .active_detail_page_cell{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height:460px;
}
.active_detail_page .active_detail_page_cell.platform_active_detail_page_cell{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height:400px;
}
.active_detail_page .active_detail_page_cell .a_detail {
    width:675px;
    padding-left: 75px;
    box-sizing: border-box;
    height:460px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.active_detail_page .active_detail_page_cell .a_detail.platform_a_detail {
    width:auto;
    padding-left: 75px;
    box-sizing: border-box;
    height:400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.active_detail_page .active_detail_page_cell .a_img_box {
    height:460px;
    position: relative;
}
.active_detail_page .active_detail_page_cell.platform_active_detail_page_cell .a_img_box{
    height:400px;
}
.active_detail_page .active_detail_page_cell .a_img_box img {
    height:460px;
}
.active_detail_page .active_detail_page_cell.platform_active_detail_page_cell .a_img_box img{
    height:400px;
}
.active_detail_page .active_detail_page_cell .a_img_box .sign_status {
    position: absolute;
    right:0;
    top:0;
    width:130px;
    height:60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    color:#fff;
    background-color: rgba(0,0,0,.5);
}
.active_detail_page .active_detail_page_cell .a_detail .name{
    font-size: 30px;
    color:#666;
    margin-bottom:42px;
}
.active_detail_page .active_detail_page_cell .a_detail .time{
    font-size: 24px;
    color:#666;
    margin-bottom:54px;
}
.active_detail_page .active_detail_page_cell .a_detail.platform_a_detail .time{
    margin-top:70px;
    margin-bottom:70px;
}
.active_detail_page .active_detail_page_cell .a_detail .see{
    font-size: 24px;
    color:#666;
    margin-bottom:62px;
}
.active_detail_page .active_detail_page_cell .a_detail.platform_a_detail .see{
    font-size: 24px;
    color:#666;
    margin-bottom:0px;
}
.active_detail_page .active_detail_page_cell .a_detail .btn {
    width:188px;
    height:62px;
    line-height: 62px;
    text-align: center;
    color:#fff;
    background: #3691fc;
    font-size: 24px;
    font-weight: 600;
    border-radius: 5px;
    padding:0;
}
.active_masker .ivu-modal-body .header {
    color:#333333;
    font-size: 40px;
    margin-bottom: 40px;
}
.active_masker .ivu-modal-body{
    padding: 50px 66px;
    box-sizing: border-box;
}
.active_masker .ivu-modal-body .ivu-form-label-left .ivu-form-item-label {
    font-size: 22px;
    color:#6e6e6e;
    font-weight: normal;
    text-align: justify;
    text-align-last: justify;
    padding: 10px 38px 10px 0;
}
.active_masker .ivu-modal-body .ivu-input {
    height: 44px;
    font-size: 18px;
}
.active_masker .ivu-modal-body textarea.ivu-input {
    height: auto;
    font-size: 18px;
}
.active_masker .ivu-modal-body .active_btn {
    width:100%;
    height:60px;
    text-align: center;
    line-height: 60px;
    color:#fff;
    font-size: 22px;
    border-radius: 5px;
    background: #3691fc;
    cursor: pointer;
}
.newInfopage{
    text-align: center;
}