/*全星*/
#common-university-info .orange-star{
    width: 14px;
    height: 14px;
    background: url(../../image/searchResultPage/stars.png) no-repeat 0 -895px;
    margin-left: 5px;
}
/*半星*/
#common-university-info .orange-half-star{
    width: 14px;
    height: 14px;
    background: url(../../image/searchResultPage/stars.png) no-repeat 0 -919px;
    margin-left: 5px;
}
/*灰色星*/
#common-university-info .gray-star{
    width: 14px;
    height: 14px;
    background: url(../../image/searchResultPage/stars.png) no-repeat 0 -946px;
    margin-left: 5px;
}
#common-university-info>div:nth-child(1){
    background-color: #ecf0f0;
    padding: 15px 15px 10px 0;
}
#common-university-info>div:nth-child(1)>img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 15px;
}
#common-university-info>div:nth-child(1)>div span{
    font-size: 1.3rem;
    color: #b9b1ac;
    min-width: 60px;
    font-weight: 500;
}
#common-university-info>div:nth-child(1)>div>div{
    word-break: break-word;
    margin-bottom: 5px;
}
#common-university-info>div:nth-child(1)>div a{
    font-size: 1.3rem;
    color: #666;
    margin-left: 5px;
    font-weight: 500;

}
#common-university-info>div:nth-child(2){
    background-color: #00c097;
    width: 100%;
    padding: 15px;
}
#common-university-info>div:nth-child(2)>h2>a{
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    word-break: break-word;
}
#common-university-info>div:nth-child(2)>h2+span{
    font-size: 1.3rem;
    font-weight: 500;
    margin: 8px 0 12px 0;
    color: #fff;
}
#common-university-info>div:nth-child(2)>div>div:nth-child(1)>img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
#common-university-info>div:nth-child(2)>div>div:nth-child(1)>img+span{
    font-size: 1.3rem;
    color: #fff01f;
}
#common-university-info>div:nth-child(2)>div .bi-chat-dots-fill{
    font-size: 15px;
    color: #fff01f;
    margin-right: 6px;
}
#common-university-info>div:nth-child(2)>div .bi-chat-dots-fill+a{
    font-size: 1.3rem;
    color: #fff01f;
}
#common-university-info>.common-university-info-tag{
    padding: 20px 5px 10px 15px;
    background-color: #ecf0f0;
}
#common-university-info>.common-university-info-tag>a,#common-university-info>.common-university-info-tag>div{
    background-color: #00c097;
    padding:7px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    /*flex-grow: 1;*/
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
}
#common-university-info>.common-university-info-tag>div{
    width: 100%;
}
#common-university-info>.common-university-info-tag>div>span{
    font-size: 1.3rem;
    font-weight: 500;
}
#common-university-info>.common-university-info-tag>div>span+i{
    font-size: 15px;
    margin-left: 2px;
    color: #fff;
}
#common-university-info>.common-university-info-tag>div>.bi-caret-up-fill{
    display: none;
}