.hyyj-list-content-wrap {
    background: url("/statics/shandongchangxue/img/train-banner-bg.png") no-repeat center center;
}
.hyyj-news-title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 84px;
    letter-spacing: 1px;
    text-shadow: 0px 3px 3px rgba(255,255,255,0.52);
    text-align: center;
    padding: 78px 0;
}
.sec-content-wrap {
    padding: 40px 0 20px 0;
}
.dxal-item {
    padding: 20px;
    display: flex;
    background: #FFFAF9;
    margin-bottom: 40px;
}
.dxal-item .dxal-item-c {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #6B6360;
    line-height: 24px;
    margin-left: 20px;
    padding-top: 8px;
    width: calc(100% - 320px);
}
.dxal-item .dxal-item-c .dxal-item-title {
    font-weight: bold;
    font-size: 16px;
    color: #170800;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.dxal-item .dxal-item-c .dxal-item-desc {
    margin-bottom: 14px;
    min-height: 70px;
    display: -webkit-box; /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical; /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 3; /*限制文本行数*/
    overflow: hidden; /*超出隐藏*/
}
.dxal-item .dxal-item-c .tips {
    color: #4F3421;
    display: flex;
    align-items: center;
}
.dxal-item .dxal-item-c .tips .tip-c {
    font-family: FZLTHJW--GB1, FZLTHJW--GB1;
    color: #4F3421;
    background: linear-gradient(360deg , #FFD9C3 0%, #FFFFFF 100%);
    border-radius: 4px;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 187, 156, 1), rgba(255, 255, 255, 1)) 1 1;
    line-height: 18px;
    font-size: 12px;
    margin-right: 20px;
    padding: 2px 10px;
}
.dxal-item .dxal-item-c .tips .tip-c:first-child {
    margin-left: 10px;
}

.sec-content-header {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #170800;
    line-height: 33px;
    border-bottom: 1px solid #E2E5E5;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.content-header-tabs {
    position: relative;
    padding-bottom: 13px;
}
.content-header-tabs:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #170800;
}