.alb-container{
    position: absolute;
    top: 38px;
    left: 0;
    right:0;
    bottom: 0;

}

.alb-container .year{
    line-height: 30px;
    background-color: rgb(242,242,242);
    color: #888;
    font-size: 12px;
    padding-left: 12px;
}

.timeline-container{
    padding-left: 12px;
    padding-right: 12px;
}
.timeline .timeline-item:after,#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.container {
    margin-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
}


.timeline {
    width: 100%;
    font-family: 'SimHei','Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.timeline:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #f6f6f6;
    left: 19px;
    top: 0;
    position: absolute;
}
.timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%
}

.timeline .timeline-item {
    margin-top: 16px;
    position: relative;

}


.timeline .timeline-item .timeline-icon {
    /*background: #ffa64d;*/
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 17px;
    overflow: hidden;
    margin-left: -18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
}

/*
.timeline .timeline-item .timeline-icon.w_firm_circle{
    background-color: #04abdd;
}
.timeline .timeline-item .timeline-icon.w_lawyer_circle{
    background-color: #ff8000;
}
.timeline .timeline-item .timeline-icon.w_multiple_circle{
    background-color: #ffd00e;
}
.timeline .timeline-item .timeline-icon.w_generalcounsel_circle{
    background-color: #631697;
}
.timeline .timeline-item .timeline-icon.w_award_circle{
    background-color: #76a320;
} */



.timeline .timeline-item .timeline-date{
    width: 40px;
    position: absolute;
    top: 40px;
    background-color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #888;
    font-size: 12px;
    text-align: center;
}

.timeline .timeline-item .timeline-content.right span {

    color: #444;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    text-transform: uppercase;
}

.timeline .timeline-item .timeline-content.right {
    float: right;
    width:-moz-calc(100% - 52px);
    width:-webkit-calc(100% - 52px);
    width: calc(100% - 52px);
    background: #fff;

    border-bottom: solid 1px #eee;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

 .timeline .timeline-item .timeline-content.right .summary{
    font-size: 13px;
    line-height: 19.5px;
    color: #666;
    -webkit-margin-before: 8px;
    -webkit-margin-after: 11px;
    width: 100%;
    overflow: hidden;
    border: none;
    resize:none;
    height: 78px;
    margin: 6px 0 10px 0;
    outline: none;
    padding: 0px;

}

.timeline .timeline-item .timeline-content.right .summary.en{
    height: 97.5px;
}

.followMeBar.fixed {
  position: fixed;
  top: 38px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}

.followMeBar.fixed.absolute {
  position: absolute;
}

.bottom-div,.bottom-msg{
    height: 40px;
    max-height: 60px;
    width: 100%;
    background-color: rgb(242,242,242);
    line-height:40px;
    text-align: center;
    display: none;
}
.bottom-div{

    display: block;
}


.bottom-div .loadingDIV{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}