/*
作者：鲍成龙
网址：https://www.baochenglong.cn
邮箱：love@baochenglong.cn
*/
.hyth-about-content-top {
    width: 100%;
    height: 200px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.hyth-about-content {
    position: relative;
    width: var(--jinsom-width);
    margin: 0px auto 0px;
    min-height: 800px;
    padding-bottom: 50px;
    padding-top:10px; 
}
.hyth-about-content.single {
    padding-top:10px; 
}
.hyth-about-content-page {
    width: 100%;
    float: right;
    margin: 0px 0 0 0;
    position: relative;
    padding-bottom: 20px;
}
.hyth-about-content-right.one {
    background-color: #fff;
    padding: 20px 20px;
}
.hyth-about-content-right {
    clear: both;
    min-height: 500px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 800px;
    
}
.hyth-about-content-right h1.title {
    border-bottom: 1px solid #f4f4f4;
    line-height: 60px;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 24px;
}
.hyth-about-content-right h1 span {
    font-size: 14px;
    line-height: 19px;
    margin-left: 12px;
    color: #666;
}
.hyth-about-content-right .content {
    font-size: 16px;
    line-height: 30px;
}
.hyth-about-content-right .content img {
    max-width: 100%;
    width: auto;
    object-fit: initial;
    height: auto;
}
.hyth-about-content-right .content p {
    margin-bottom: 16px;
    word-wrap: break-word;
    word-break: break-all;
}
.hyth-about-content-right .hyth-layui-tab {
    float: left; 
    width: 100%; 
    margin: 0px;
}
.hyth-about-content-right .hyth-layui-tab-title {
    height: auto;
    width: 300px;
    position: unset;
    border-bottom-width: 0px;
}
.hyth-about-content-right .menu {
    float: left; 
    background-color: #fff; 
    width: 300px; 
    height: 40px; 
    line-height: 40px; 
    cursor: pointer;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
}
.hyth-about-content-right .menu.layui-this {
    color: #fff;
    background-color: var(--jinsom-color);
}
.hyth-about-content-right .menu.layui-this:after {
    border-bottom: unset!important;
    height: 60px;
    border-width: 0px;
}
.hyth-about-content-right .menu:hover { 
    background: var(--jinsom-color); 
    color: #fff;
    transition: color .5s,background-color .5s;
}
.hyth-about-content-right .hyth-layui-tab-content {
    width: calc(var(--jinsom-width) - 360px);
    min-height: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 20px;
    display: inline-block;
    margin-left: 20px;
}

.hyth-about-content-right .jinsom-content-right {
    margin-top: 20px;
    float: left;
}