@charset "UTF-8";
.text-content{
    padding: 20px;
}
.text-styleB{
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 0;
}
.text-styleR{
    color: #942c2c;
}

/* 歷史沿革內容 */
.about-date{
    display: block;
    width: 100%;
    height: 18px;
    font-size: 13px;
    color: #dadada;
    background: #7d0000;
    text-align: center;
    margin-top: 4px;
}
.about-line{
    position: relative;
    color: #666666;
    font-size: 12px;
    line-height: 150%;
    padding-bottom: 15px;
    font-weight: bold;
}
.about-line:before{
    position: absolute;
    content: " ";
    background: #a00202;
    left: 2px;
    top: 10px; 
    width: 6px;
    height: 6px;   
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 1;
}
.about-line:after{
    position: absolute;
    content: "";
    background: #a00202;
    width: 1px;
    height: 100%;
    left: 4.5px;
    top: 10px;
    z-index: 1;
}
.history-group .col-xs-12:last-child .about-line:after{
    display: none;
}