.my_list li{
    float: left;
    margin-left: 20px;
    padding: 10px 20px;
    border-radius: 3px;
}

.my_list li.active{
    background-color: #990000;
    color:#fff;
}
.my_list li.active a{
    color:#fff
}

.my_left{
    width: 250px;
    float: left;
    border: #ecf0f1 1px solid;
}

.my_left .left_h4{
    border-bottom: #ecf0f1 1px solid;
    height:48px;
    line-height: 48px;
    font-size: 16px;
    padding-left: 20px;
}

.left_ul li{
    height:48px;
    line-height: 48px;
    border-bottom: #ecf0f1 1px dashed;
    padding-left: 60px;
}

.left_ul li:last-child{
    border-bottom: 0;
}

.left_ul li.active{
    background-color: #eee;
}

.my_right{
    width: 880px;
    float: right;
}

.my_right .panel{
    min-height: 320px;
    padding-bottom: 30px;
}

.content_my{
    width: 269px;
    margin: 8px;
    float: left;
}

.bbs_list li{
    padding-top: 10px;
    border-bottom: #eee 1px dashed;
}


.act_list li {
    border-bottom: 1px dashed #e4e4e4;
    margin-right: 20px;
    padding: 10px 0;
}

.act_list .p-img {
    padding: 4px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    width: 110px;
    height: 110px;
    margin-right: 15px;
    position: relative;
}

.act_list .p-img .imgState, .act_list .p-img .imgState img {
    width: 65px;
    height: 65px;
}
.act_list .p-img .imgState {
    position: absolute;
    top: 0;
    left: 0;
}

.fluid {
    display: table-cell;
    zoom: 1;
}

.fluid h2 {
    position: relative;
    margin: 0px;
}

.act_list h2 a {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    font-size: 16px;
    line-height: 20px;
}

.act_list .btn_box {
    padding-top: 5px;
}

.btn_box .jtBk {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ff6600;
    border-radius: 2px;
    color: #ff6600;
    padding: 0px 10px;
    font-size: 12px;
}

.btn_box .blue_label {
    background-color: #ffffff;
    border: 1px solid #828282;
    border-radius: 2px;
    color: #828282;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
}
.act_list .fluid p {
    margin-top: 3px;
    color: #666;
    font-size: 12px;
}
.act_list p span.dd {
    color: #bdbdbd;
}

.act_list p span.dd {
    color: #bdbdbd;
}

.act_list li.a_ing .time_start, .act_list li.a_have .state_label, .act_list li.a_have .time_start, .act_list li.a_have .time_end {
    color: #999;
}

.act_list .t_blue, .act_list li.a_ing .time_end, .act_list li.a_will .state_label, .act_list li.a_will .time_start, .act_list li.a_will .time_end {
    color: #3fb5f2;
}
.mr8 {
    margin-right: 8px;
}

.t_gray {
    color: #999;
}



