.work-message-container {
/*
    background: url("../../assets/bg/2.png");
    background-size: cover;
*/
    margin: 0;
    padding: 10px;
}

.work-title-new {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.work-title-new-more {
    vertical-align: middle;
}

.work-title {
    padding: 0;
    margin: 0;
    color: #0752A2;
    align-self: flex-end;
}

.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: 20px;
    overflow: hidden;
}
/* @thetheorange 下划线动画 */
.work-item>li h2:hover {
    width: 85vw;
    color: white;
    background: linear-gradient(#9eb7d3 0 0) 0 100%/0% 5px no-repeat;
    animation: dynamic-select 1s linear forwards;
    -webkit-animation: dynamic-select 1s 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;
}

.work-info-mask-date {
    margin: 0 20px;
}

.work-info-mask-date span {
    font-size: 3em;
    font-weight: bold;
    margin-right: 5px;
}

.message-item {
    padding: 0;
}

.message-item li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.message-date {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    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;
}

.message-rowReset {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.message-month {
    font-size: 2em;
    line-height: 1em;
    padding: 0;
}

.message-title {
    vertical-align: center;
}

.carousel-inner {
    position: relative;
    box-shadow: -10px 10px 0 #042951;
}

.carousel-indicators-translateY {
    transform: translateY(20px);
}

/* .carousel-control-prev-translateY,.carousel-control-next-translateY {
    transform: translateY(-50px);
} */