.contents-row{
    padding-right: 25px;
}

.title{
    /*font-size: 32px;*/
    text-align: left;
    margin: 15px;
    font-weight: bold;
}

.key{
    display: inline-block; margin-right: 5px;
}

.relKey{
    display: inline-block; margin-right: 5px;
}

.relKey a{
    color: #16baa0;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-right: 10px;
}

.relKey a:hover {
    transform: scale(1.1); /* 放大1.1倍 */
    color: rgb(198, 75, 75); /* 改变颜色 */
}

.h1{
    font-size: 4.5rem;
}
.h3{
    font-size: 3.625rem;
}
.h2{
    font-size: 2.5rem;
}

.author{
    font-size: 15px;
    text-align: left;
    margin: 10px;
    display: inline-block;
}


.author > span{
    margin-right: 5px;
    padding: 4px;
    font-size: 10px;
    /* font-weight: bold; */
}

think{
    color: #b6b6b6;
    font-size: 12px;
    line-height: 18px;
    display: block;
    overflow: hidden;
}

.detail-img{
    width: 100%;
}

.inner-img-page{
    padding: 8px;
    width: 100%;
}

.contents{
    font-size: 18px;
    line-height: 32px;
    white-space: pre-wrap;
}

.contents p {
    text-align: left !important; /* 确保样式优先级 */
}

.relKeyLi{
    margin-bottom: 12px;
}

.callback{
    color: rgb(87, 81, 81);
    font-size: 12px;
    float: right;
}

.breadcrumb{
    margin-top: 20px;

}
.breadcrumb > span > a{
    font-size: 18px;
}


.layui-show > *{
    line-height: 26px;
}

.skip{
    margin-top: 15px;
    line-height: 30px;
}

.skip span{
    font-size: 18px;
    padding: 5px;
}

.skip p{
    margin-top: 8px;
    font-weight: bold;
    padding: 5px;
    font-size: 20px;
}
.skip p a:hover{
    color: #009688;
}

