/**!
* 委员风采详情
 * author: fxyue;
 * date:2020-05-11
*/


.tab-items>li {
    width: 25%;
}

.work-plan {
    margin-right: 10px;
    height: 826px;
    overflow: auto;
}

.plan-area {
    position: relative;
}

.plan-line {
    position: absolute;
    width: 1px;
    background-color: #d2dbe4;
    left: 64px;
    top: 15px;
    bottom: 0;
    z-index: 1;
}

.plan-items {
    position: relative;
    padding-top: 15px;
    z-index: 5;
}

.plan-items>li {
    position: relative;
    margin: 0 30px 20px 115px;
    border: 1px solid #d4dde5;
    height: 142px;
    border-radius: 5px;
    background-color: #fff;
}

.plan-items>li:before {
    position: absolute;
    content: "";
    top: 57px;
    left: -64px;
    width: 54px;
    height: 29px;
    background: url("../images/dot_normal.png") center no-repeat;
}

.plan-items>li:first-child:before {
    background-image: url("../images/dot_active.png");
}


.plan-items>li>a {
    display: block;
    padding: 0 29px;
    height: 100%;
}

.info-top {
    padding-top: 17px;
    height: 36px;
    line-height: 36px;
}

.info-name {
    width: 80%;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-time {
    color: #999;
}


.info-txt {
    padding-top: 9px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    height: 60px;
    overflow: hidden;
}
