.academicianDynamics {
    width: 1280px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin: 16px auto 0;
}

.academicianDynamicsInfo {
    width: 100%;
    padding-left: 9px;
    padding-right: 7px;
    padding-bottom: 20px;
    padding-top: 4px;
    box-shadow: 0 0 8px 1px rgba(234, 239, 254, 1);
    min-height: 388px;
    display: flex;
    flex-wrap: wrap;
}

.adiItem {
    width: 50%;
    margin-top: 16px;
    /*padding-right: 13px;*/
    /*padding-left: 11px;*/
    padding: 0 15px 12px;
}

.academicianDynamicsInfo > .adiItem:nth-of-type(odd) {
    border-right: 1px dotted rgba(224, 224, 224, 1);
}

.adiItemContent {
    display: flex;
    justify-content: space-between;
}

.appImg {
    width: 64px;
    height: 64px;
    border-radius: 4px;
}

.adicLeft {
    display: flex;
}

.appInfos {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
}

.appTitles {
    display: flex;
    align-items: center;
}

.appTitle {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #00001D;
    max-width: 420px;
}

.appInfo {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #0044EE;
    margin-left: 12px;
}

.appSource {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #868686;
}

.adicRight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.appGo {
    display: flex;
    width: 82px;
    height: 28px;
    background: #F2F5FE;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #0044EE;
}

.appCollect {
    width: 82px;
    height: 28px;
    background: #F2F5FE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collectImg {
    width: 14px;
    height: 14px;
}

.collectText {
    margin-left: 1px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #0044EE;
}

.adiItemBottom {
    margin-top: 13px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #525252;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}