main {
    background: #e6f1fc;
    padding-bottom: 96px;
}

.banner img {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

.side {
    width: 198px;
    background: rgba(243, 248, 254, 1);
    border: 4px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 4px rgba(25, 93, 179, 0.1);
    padding-bottom: 30px;
    float: left;
}

.side .titles {
    width: 190px;
    height: 90px;
    background: rgba(199, 0, 25, 1);
    box-shadow: 0px 2px 10px 4px rgba(25, 93, 179, 0.1);
}

.side .titles p:first-of-type {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-top: 11px;
}

.side .titles p:last-of-type {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(229, 229, 229, 1);
    text-align: center;
}

.side li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 70px;
    color: rgba(56, 56, 56, 1);
    text-align: right;
    padding-right: 30px;
    cursor: pointer;
}

.side li.active {
    color: rgba(199, 0, 25, 1)
}

.side li.active::before {
    content: '';
    background: url(./../static/6.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
}

.content {
    width: 978px;
    background: rgba(243, 248, 254, 1);
    border: 4px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 4px rgba(25, 93, 179, 0.1);
    display: block;
    float: right;
    padding: 20px 40px;
}

.content .title-box {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(25, 93, 179, 1);
    padding-left: 22px;
    border-left: 4px solid rgba(25, 93, 179, 1);
}

.content li {
    margin-top: 30px;
}

.content li a {
    display: flex;
    width: 100%;
    height: 94px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.05);
}

.content li a .time-box {
    width: 126px;
    height: 94px;
    background: rgba(249, 252, 255, 1);
    border-right: 1px solid rgba(189, 219, 255, 1);
    padding-left: 16px;
    padding-top: 17px;
    flex-shrink: 0;
}

.content li .year {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(128, 128, 128, 1);
}

.content li .day {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23px;
    color: rgba(56, 56, 56, 1);
    margin-top: 10px;
}

.content li .con {
    padding-left: 25px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.content li .con .type {
    flex-shrink: 0;
    margin-right: 22px;
    width: 68px;
    height: 68px;
    background: rgba(230, 241, 252, 1);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 24px;
    color: rgba(25, 93, 179, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content li .con .title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 27px;
    color: rgba(56, 56, 56, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}