.title-area {
    width: 640px;
    height: 2.5rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-back {
    width: 80px;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-msg {
    width: 600px;
    height: 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40px;
}

.blank-line {
    width: 100%;
    height: 1rem;
    background-color: #efefef;
}

.c-content {
    width: 640px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.c-ul {
    width: 640px;
    height: auto;
}

.c-ul li {
    width: 640px;
    height: 4rem;
    line-height: 4rem;
    list-style: none;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.c-ul li a {
    width: 620px;
    height: 4rem;
    line-height: 4rem;
    list-style: none;
    display: flex;
    flex-direction: row;
    color: #333333;
    font-size: 1rem;
    border-bottom: 1px solid #ededed;
}

.l-title {
    width: 540px;
    height: 4rem;
    display: flex;
    flex-direction: column;
}

.l-link {
    width: 80px;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-link span {
    width: 80px;
    height: 1.6rem;
    border: 1px solid #6cb7fd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0b88ff;
    font-size: 1rem;
    letter-spacing: 2px;
}

.l-title-msg {
    width: 540px;
    height: 2.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 1px;
}

.l-title-date {
    width: 540px;
    height: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #686868;
    font-size: .8rem;
    letter-spacing: 2px;
}