.fzlctitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;}
.fzlctitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;}

.fzlcmain .item {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;}

.fzlcmain .item .time {
    width: 150px;
    text-align: right;
    font-weight: bold;
    font-size: 17px;
    color: #582566;}

.fzlcmain .item .spot {
    width: 28px;
    height: 28px;
    background: #582566;
    border-radius: 50%;
    box-sizing: border-box;
    border: solid 6px #ebe5ed;}
.fzlcmain .item .spot::after {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    height: calc(100% + 30px);
    background: #ab92b2;
    top: 0;
    left: 181px;
    z-index: -1;}
.fzlcmain .item .text {
    background: #fff;
    flex: 1;
    padding: 20px 30px;
    margin-top: -20px;
    border-radius: 12px;
    font-size: 16px;}

.fzlcmain .item .text .title {
    background: #582566;
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    height: 28px;
    line-height: 28px;}

.fzlcmain .item .text .span {
    padding: 10px 0;}
