.onelineTruncate {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;} 
.work-title>span,
.message-title>span {
    vertical-align: bottom;}

.work-title>h3,
.message-title>h3 {
    padding: 0;
    margin: 0;}

/* .work-item > li > span {
    color: #837F7F;
} */

.work-item>li {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
    overflow: hidden;}

.work-item>li:hover .time{
    border-bottom: 5px solid #0a58ca;}

.work-item>li h2 {
    font-size: 1.2em;
    font-weight: bold;}

/* @thetheorange 下划线动画 */
.work-item>li h2:hover {
    width: 85vw;
    color: white;
    background: linear-gradient(#0a58ca 0 0) 0 100%/0% 5px no-repeat;
    animation: dynamic-select 0.5s linear forwards;
    -webkit-animation: dynamic-select 0.5s linear forwards;}

.work-item>li h2::before {
    content: "";}

@keyframes dynamic-select {
    to {
        background-size: 100% 3px
    ;}
}

.work-item>li .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-bottom: 5px solid #666;
    transition: linear 0.2s;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    -ms-transition: linear 0.2s;
    -o-transition: linear 0.2s;}

.work-item>li .time span:first-child {
    font-size: 2em;
    font-weight: bold;}

.work-info-mask {
    width: 100%;
    padding: 10px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(assets/bg/bg-q3.jpg);
    height: 100px;
    position: absolute;
    bottom: 0;}
.work-info-mask a:hover {
    color: #9eb7d3;}
.message-item li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;}
.message-date {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    box-shadow: 0 0 5px 5px #d5dadf;
    padding: 2px;
    margin-right: 10px;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #0a58ca;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;}
.carousel-inner {
    position: relative;}
.message-date {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    box-shadow: none;
    padding: 2px;
    margin-right: 10px;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #0a58ca;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;}
/* 学院列表 style edited @grtsinry43*/

.Academy-charm-list li {
    list-style-type: none;}

.Academy-charm-list-items-institution span {
    display: table-cell;}

.Academy-charm-list-items{
    padding: 0;}

.Academy-charm-list-items li {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    flex-basis: 0;
    background: rgba(255, 255, 255, 1);
    opacity: 0.9;
    /*box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25), 0px 1px 5px rgba(0, 0, 0, 0.25);*/
    backdrop-filter: blur(4px);
    position: relative;
    height: 120px;
    padding: 3px 20px;}

.Academy-charm-list-items-date {
    width: 55px;
    height: 77px;
    background: rgba(9, 87, 201, 1);
    position: absolute;
    left: 20px;
    top: -10px;
    color: #fff;}

.Academy-charm-list-items-date-day {
    font-size: 32px;
    margin-top: 5px;
    line-height: 32px;
    font-weight: 500;}
.Academy-charm-list-items-date-bottom{
    font-size: 10px;
    font-weight: 400;}
.Academy-charm-list-items-date-weekday{
    font-size: 12px;
    border-top: 1px dotted #fff;
    margin-top: 2px;}

.Academy-charm-list-items-institution{
    position: relative;
    margin-left: 70px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 10px;}

.Academy-charm-list-items-institution-icon{
    position: absolute;
    height: 2.5em;
    width: 2.5em;
    right: 20px;
    top: 10px;}

.Academy-charm-list-items li p {
    margin-bottom: 0;
    margin-left: 70px;
    margin-top: 10px;}

.Academy-charm-list-items-institution-date {
    color: #8e8e8e;}
