* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

.sh-scontainer {
    width: 100%;
    /* height: 5000px; */
}

.wrap-content {
    width: 1200px;
    margin: 0 auto;
}

/* banner图 */
.shbanner {
    width: 100%;
}

.shbanner img {
    width: 100%;
}

/* 路径导航 */
.my-breadcrumb {
    width: 100%;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    color: #1d1d1f;
    font-size: .72917vw;
    font-family: PingFang SC-Semibold, PingFang SC;
    border-bottom: solid 1px #d2d2d7;
}

.breadcrumb-item {
    width: 200px;
    height: 50px;
    line-height: 50px;
}

.breadcrumb-item span a {
    color: #333;
    font-weight: 600;
}
.breadcrumb-item-list{
    color: #666;
    font-size: 300;
}

.scontainer {
    width: 100%;
    margin: 0 auto;
    /* background: white; */
    padding-top: 50px;
}

.top-tit {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 36px;
}

.learn-more {
    text-align: center;
    margin-bottom: 30px;
    color: #666;
}
.pubulic-time{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.my-line{
    height: 1px;
    margin: 20px 0;
    background-color: #d2d2d7;
    width: 100%;
}
.detail-content{
    margin: 0 auto;
    width: 90%;
    text-align: center;
    padding-top: 20px;
}
.view-more {
    border: 1px solid #333;
    width: 200px;
    height: 50px;
    margin: 50px auto;
    text-align: center;
    line-height: 50px;

}

.view-more a {
    color: #333;
}