.doc_name {
    display: inline;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
}

.doc_major {
    display: inline;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
}


.doc_part {
    display: inline-block;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.25;
    color: #01b3b0;
    font-weight: 500;
}

.w3-bar-item {
    font-size: 20px;
    float:left;
    padding-left: 20px;
    padding-top:20px;
}

.w3-bar-info {
    font-size: 20px;
    float:left;
    padding-left: 30px;
    padding-top:40px;
}


.w3-circle {
    border-radius: 50%
}

.w3-bar {
    display:block; 
}

.w3-bar img {
    width:185px;padding-right:30px;

}

.w3-ul{list-style-type:none;padding:0;margin:0} 
.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}
.w3-ul li:last-child{border-bottom:none}

.w3-container:after,.w3-container:before,.w3-bar:before,.w3-bar:after {content:"";display:table;clear:both}