.academicianDynamics {
    width: 1280px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 16px;
}

.academicianDynamicsSidebar {
    width: 25.156%;
    box-shadow: 0 0 8px 1px rgba(234, 239, 254, 1);
    padding: 0 20px 20px 20px;
}

.academicianDynamicsTabs {
    width: 73.593%;
    box-shadow: 0 0 8px 1px rgba(234, 239, 254, 1);
}

.tabItem {
    width: 25%;
    height: 100%;
    background: rgba(0, 69, 239, 0.05);
    font-weight: 400;
    font-size: 18px;
    color: #525252;
    display: flex;
    justify-content: center;
}

.tabItemed {
    background: white;
    font-weight: bold;
    font-size: 18px;
    color: #0045EF;
    border-top: 1px solid #0045EF;;
}

.tabItemText {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.tabItemed .tabItemText {
    border-bottom: 1px rgba(0, 69, 239, 1) solid;
}

.tabItems {
    display: flex;
    height: 58px;
}

.academicianDynamicsList {
    display: flex;
    flex-wrap: wrap;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 20px;
}

.dynamicItem {
    width: 50%;
    margin-top: 20px;
    border-bottom: 1px dotted rgba(224, 224, 224, 1);
    padding-bottom: 16px;
    padding-left: 16px;
    display: flex;
    justify-content: space-between;
}

.itemImg {
    width: 224px;
    height: 145px;
    object-fit: cover;
}

.diPerImg {
    width: 102px;
    height: 145px;
    object-fit: cover;
}

.dTechnologyContent {
    width: 316px;
    height: 145px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.academicianDynamicsList :nth-of-type(odd) .dTechnologyContent {
    border-right: 1px dotted rgba(224, 224, 224, 1);
    padding-right: 15px;
}

.diContent {
    width: 211px;
    height: 145px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.academicianDynamicsList :nth-of-type(odd) .diContent {
    border-right: 1px dotted rgba(224, 224, 224, 1);
    padding-right: 15px;
}

.diText {

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00001D;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.diInfo {

    font-weight: 400;
    font-size: 12px;
    color: #868686;
    display: flex;
    flex-direction: column;
}

.diName {

    font-weight: bold;
    font-size: 14px;
    color: #525252;
    margin-bottom: 8px;
}

.diSource {
    margin-top: 8px;
}

.adPagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.adsTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
}

.adsTitleText {

    font-weight: 400;
    font-size: 20px;
    color: #00001D;
}

.asdTitleMore {
    display: flex;
    align-items: center;
}

.asdTitleMoreText {

    font-weight: 400;
    font-size: 14px;
    color: #868686;
}

.moreImg {
    width: 10px;
    height: 10px;
    margin-left: 4px;
}

.videoImg {
    width: 100%;
    height: 159px;
}

.videoText {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00001D;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

.videoTime {
    display: flex;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    color: #868686;
    margin-top: 6px;
}

.projectItem {
    display: flex;
    flex-direction: column;
}

.projectItemTop {
    display: flex;
}

.projectImg {
    width: 64px;
    height: 64px;
    border-radius: 4px;
}

.projectInfo {
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.projectScurce {
    font-weight: 400;
    font-size: 12px;
    color: #868686;
}

.projectTitle {
    font-weight: 400;
    font-size: 16px;
    color: #00001D;
}

.engineeringTechnologyItem {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dotted rgba(224, 224, 224, 1);
}

.engineeringTechnologyInfo {
    width: 662px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.etInfoTitle {
    font-weight: 400;
    font-size: 16px;
    color: #00001D;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.etInfoTop {
    display: flex;
    flex-direction: column;
}

.etInfoContent {
    font-weight: 400;
    font-size: 12px;
    color: #868686;
    margin: 16px 0;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.engineeringTechnologyImg {
    width: 224px;
    height: 145px;
    object-fit: cover;
}

.etInfoBottom {
    display: flex;
    justify-content: space-between;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.projectItemText {
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}
