.hsfz-detail-content {
    margin: 0 auto;
    width: 1440px;
    height: 100%;
  //  margin-top:30px;
    padding-bottom:30px;
}
.has-text-align-center {
    text-align: center;
}
.has-text-align-right {
    text-align: right;
}
.hsfz-detail-content .hsfz-banner {
    width: 100%;
    height: 300px;
    background: url(../images/2022110917160545626.png) no-repeat;
}
.hsfz-detail-content .hsfz-left-menu-wrapper {
    position: relative;
}
.hsfz-detail-content .hsfz-content {
    margin: 30px 0 0 380px;
}
.news_content{margin-top:-45px;}
/*左侧*/
.hsfz-detail-content .hsfz-left-menu-wrapper .hsfz-left-menu {
    position: absolute;
    top: -40px;
    left: 90px;
    display: flex;
    flex-direction: column;
}
.hsfz-detail-content .hsfz-left-menu-wrapper .hsfz-left-menu .hsfz-menu-name {
    width: 260px;
    height: 80px;
    display: block;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: #017bdc;
}

/*右侧内容*/
.hsfz-detail-content .hsfz-content .hsfz-post-content {
    margin: 30px 0 0 0;
}
.hsfz-detail-content .hsfz-content .hsfz-page-title {
    padding: 0 0 0 10px;
    width: 100%;
    height: 64px;
    border-left: 16px solid #e58100;
    border-bottom: 1px solid #e58100;
    font-size: 28px;
    font-weight: bold;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hsfz-detail-content .hsfz-content .hsfz-post-content p{
    font-size:14px;
}
/*详细页*/
.hsfz-content .h45{width:100%;height:45px;}
.hsfz-content .hsfz-post-title {
    width: 100%;
    height: 64px;
    font-size: 28px;
    font-weight: bold;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hsfz-content .hsfz-post-time .hsfz-image {
    vertical-align: middle;
    width: 14px;
    height: 14px
}

.hsfz-content .hsfz-post-time .hsfz-text {
    margin: 0 0 0 5px;
    vertical-align: middle;
    font-size: 14px;
    color: #989898
}

.hsfz-content .hsfz-post-divider {
    margin: 30px 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #6d8289, #e58100)
}

.hsfz-content .hsfz-post-content {
    margin: 30px 0 0 0
}

.wp-block-file {
    margin-bottom: 1.5em;
}
.wp-block-file a {
    color: #3273dc;
    cursor: pointer;
    text-decoration: none;
    font-size:14px;
}
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none;
}
.wp-block-file *+.wp-block-file__button {
    margin-left: 0.75em;
}