
.detail {
    background-color: #fff;
    margin-top: 15px;
    border-radius: 0.25rem;
    padding: 20px 30px;
}

.detail .title {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    display: block;
    padding-bottom: 15px
}

.detail .sub-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    color: #666;
}
.detail .sub-title span {
    letter-spacing: -2px;
}
.detail .info {
    background-color: #f3f3f3;
    padding: 5px 80px;
    width: 100%;
    height: 45px;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail .info span {
    font-size: 14px;
    color: #666;
}

.detail .content {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}

.detail .content li p {
}

.detail .content img {
    width: 100%!important;
    max-width: 1000px!important;
    height: auto!important;
}

.detail .prev-next {
    width: 100%;
    border-top: #e6e6e6 1px solid;
    padding: 15px 0;
    margin-top: 30px;
}
.detail .prev-next .prev, .detail .prev-next .next {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    color: #666;
    display: flex;
    justify-content: start;
    align-items: center;
}
.detail .prev-next .prev span, .detail .prev-next .next span {
    width: 65px;
    height: 100%;
    display: block;
    margin-right: 5px;
}
.detail .prev-next .prev a, .detail .prev-next .next a {
    display: block;
    width: calc(100% - 65px);
    line-height: 25px;
    font-size: 16px;
    color: #666;
}
