.route {
    font-size: 13px;
    background: #f9f8f8;
    padding: 10px 0;
    color: #676767;
}

.name {
    margin: 40px 0 20px;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
}

.label {
    position: relative;
    font-size: 14px;
    color: #c6c6c6;
    margin-bottom: 8px;
    padding-left: 28px;
    float: left;
}

.label:before {
    content: "";
    background-image: url(../../img/label.png);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
}

.see {
    position: relative;
    font-size: 14px;
    color: #c6c6c6;
    margin-bottom: 8px;
    padding-left: 28px;
    float: left;
    margin-left: 50px;
}

.see:before {
    content: "";
    background-image: url(../../img/see.png);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
}

.label span {
    margin-right: 10px;
}

.desc_part {
    margin-top: 20px;
}

.desc {
    padding: 10px 0;
    overflow: hidden;
}

.left_detail {
    float: left;
    width: 300px;
    padding-bottom: 20px;
}

.right_detail {
    float: left;
    width: 700px;
}

.time {
    margin-top: 40px;
    margin-left: 30px;
    width: 160px;
    height: 132px;
    box-sizing: border-box;
    box-shadow: 1px 5px 10px #bfb9b9;
}

.year{
    padding: 8px;
    text-align: center;
    font-size: 20px;
}

.month{
    padding: 5px 10px;
    color: #5f5f5f;
}

.day{
    text-align: center;
    font-size: 48px;
    margin-top: -5px;
    font-weight: bold;
    color: #656464;
}