.academicianDynamics {
    width: 1280px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 16px;
}

.academicianDynamicsInfo {
    width: 100%;
    padding: 0 30px 20px;
    box-shadow: 0 0 8px 1px rgba(234, 239, 254, 1);
    min-height: 388px;
}

.acdiTitle {
    display: flex;
    width: 90%;
    font-weight: bold;
    font-size: 20px;
    color: #00001D;
    justify-content: center;
    text-align: center;
    margin: 20px auto 0;
}

.acdiTime {
    display: flex;
    width: 100%;
    margin-top: 16px;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.acdioLeft {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #868686;
    line-height: 20px;
    align-items: center;
    float: left;
    top: -22px;
    position: relative;
}

.lookImg {
    width: 18.6px;
    height: 14px;
}

.lookText {
    margin-left: 4px;
}

.acdioSource {
    font-weight: 400;
    font-size: 14px;
    color: #525252;
    line-height: 20px;
    display: flex;
    justify-content: space-around;
    max-width: 60%;
    margin: 16px auto 0;
    align-items: center;
}

.adicOperItem {
    width: 87px;
    height: 28px;
    background: #F2F5FE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.operImg {
    width: 14px;
    height: 14px;
}

.operText {
    margin-left: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #0044EE;
}

.operNumer {
    margin-left: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #525252;
}

.acdiOperates {
    display: flex;
    float: right;
    top: -26px;
    position: relative;
}

.ml12 {
    margin-left: 12px;
}

.newsDividingLine {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.adiContent {
    font-size: 14px;
    line-height: 27px;
    min-height: 700px;
    text-indent: 2em;
    margin-top: 20px;
}

.adiContent > p, .adiContent > div {
    text-indent: 2em;
    padding: 10px 0;
}

.qrcode {
    width: 320px;
    height: 160px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    right: -10px;
    background: #3864E2;
}

.qrcode .qrleft {
    display: flex;
    flex-direction: column;
    width: 96px;
    height: 100%;
    justify-content: space-between;
}

.qrcode img {
    width: 96px;
    height: 96px;
    border: 2px solid #fff;
}

.qrcode .line {
    width: 1px;
    height: 120px;
    background: rgba(238, 238, 238, 0.2);
    margin: 13px;
}

.qrcode .qrright {
    display: flex;
    flex-direction: column;
    /*align-items: flex-start;*/
    justify-content: space-between;
    height: 100%;
}

.qrcode .qrright h5 {
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.qrcode p, .qrcode span {
    font-size: 12px;
    color: #fff;
}
