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

.title {
    font-size: 32px;
    text-align: center;
    margin: 15px;
    font-weight: bold;
    font-family: 楷体, 楷体_GB2312, SimKai;
}

.author {
    font-size: 15px;
    text-align: center;
    margin: 15px;
}

.author > span > a {
    color: red;
}


.author > span {
    margin-right: 35px;
}

.detail-img {
    width: 100%;
}

.contents {
    font-size: 22px;
    line-height: 32px;
    margin-top: 30px;
    font-family: 楷体, 楷体_GB2312, SimKai;
}

.breadcrumb {
    margin-top: 20px;

}

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


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

.skip {
    margin: 5px;
    padding: 2px;
    line-height: 30px;
}

.hot-span > a {
    font-size: 18px;
    color: darkred;
}

.hot-span > a:hover{
    background-color: lightgrey;
    color: red;
}
