.breadcrumb-box {
    border-bottom: 1px solid #ddd
}

.breadcrumb-box .breadcrumb {
    background: inherit;
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.breadcrumb-box .breadcrumb span {
    color: inherit;
    margin-top: 0;
    display: inline;
}

.breadcrumb-box .breadcrumb span a {
    color: inherit;font-size: 14px;
}

.story-list--page {
    margin-top: 80px
}

.story-list--page .person-story-content {
    background: url(/eportal/uiFramework/commonResource/image/2023091816012544835.png) no-repeat top;
    background-size: 100%;
    padding-bottom: 240px
}

.story-list--page .person-story-content li {
    display: inline-block;
    position: relative;
    margin-right: 110px
}

.story-list--page .person-story-content li:before {
    background: #18525d;
    content: '';
    position: absolute;
    display: inline-block;
    height: 4px;
    width: 14px;
    right: -32px;
    bottom: -5px
}

.story-list--page .person-story-content li:after {
    background: #18525d;
    content: '';
    position: absolute;
    display: inline-block;
    height: 14px;
    width: 4px;
    right: -32px;
    bottom: -5px
}

.story-list--page .person-story-content li .title {
    position: absolute;
    background: rgba(24,78,89,.9);
    padding: 31px 28px;
    right: -30px;
    bottom: 50px;
    width: 306px;
    box-sizing: border-box;
    line-height: 40px
}

.story-list--page .person-story-content li .title:before {
    background: #fff;
    content: '';
    position: absolute;
    display: inline-block;
    height: 4px;
    width: 14px;
    left: 10px;
    top: 10px
}

.story-list--page .person-story-content li .title:after {
    background: #fff;
    content: '';
    position: absolute;
    display: inline-block;
    height: 14px;
    width: 4px;
    left: 10px;
    top: 10px
}

.story-list--page .person-story-content li .title a {
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

.story-list--page .person-story-content li .desc {
    font-size: 15px;
    color: #000;
    margin-top: 70px;
    width: 240px;
    float: right;
    height: 42px;
    margin-right: -32px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.active-story-view .top-content {
    position: relative
}

.active-story-view .top-content:before {
    background: #18525d;
    content: '';
    position: absolute;
    display: inline-block;
    height: 4px;
    width: 14px;
    right: 0;
    bottom: -5px
}

.active-story-view .top-content:after {
    background: #18525d;
    content: '';
    position: absolute;
    display: inline-block;
    height: 14px;
    width: 4px;
    right: 0;
    bottom: -5px
}

.active-story-view .top-content .banner-img {
    text-align: right
}

.active-story-view .top-content .banner-img img {
    display: inline-block;
    width: 787px;
    height: auto
}

.active-story-view .top-content .title {
    position: absolute;
    background: rgba(24,78,89,.9);
    padding: 31px 28px;
    left: 136px;
    bottom: 86px;
    width: 306px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #fff
}

.active-story-view .top-content .title a {
    color: inherit;
    font-size: 40px;
    position: relative;
}

.active-story-view .top-content .title:before {
    background: #fff;
    content: '';
    position: absolute;
    display: inline-block;
    height: 4px;
    width: 14px;
    left: 10px;
    top: 10px
}

.active-story-view .top-content .title:after {
    background: #fff;
    content: '';
    position: absolute;
    display: inline-block;
    height: 14px;
    width: 4px;
    left: 10px;
    top: 10px
}

.active-story-view .desc {
    margin-top: 22px;
    padding: 0 20px;
    font-size: 15px;
    padding-left: 154px
}

.active-story-view .xuan-img {
    margin-top: 140px;
    padding-left: 136px
}
.active-story-view .xuan-img img{
    width:100%;
}

.send-mail-page {
    margin-top: 50px;
    margin-bottom: 30px
}
/*--邮件--*/
.story-list--page .send-story-wrapper {
    background: url(/eportal/uiFramework/commonResource/image/2023091816012544835.png) no-repeat top;
    background-size: 100%;
    margin-top: -30px;
    padding-top: 231px;
    padding-bottom: 231px;
    padding-left: 136px
}

.story-list--page .send-story-wrapper .send-story-content {
    height: 227px;
    background: #18525d;
    overflow: hidden
}

.story-list--page .send-story-wrapper .send-story-content .title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    margin-top: 48px;
    text-align: center
}

.story-list--page .send-story-wrapper .send-story-content .desc {
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px;
    color: #fff;
    text-align: center
}

.story-list--page .send-story-wrapper .send-story-content .emial-box {
    width: 280px;
    position: relative;
    margin: 34px auto 0;
    display: block
}

.story-list--page .send-story-wrapper .send-story-content .emial-box input {
    outline: 0;
    height: 38px;
    padding-left: 10px;
    background: #f0f1f3;
    border: 1px solid #d8d7d5;
    border-radius: 3px;
    width: 100%;
    cursor: pointer
}

.story-list--page .send-story-wrapper .send-story-content .emial-box .icon-email {
    color: #000;
    position: absolute;
    right: 14px;
    font-size: 20px;
    top: 5px
}
@media (max-width: 750px) {
    .story-list--page {
        margin-top: 20px
    }

    .story-list--page .person-story-content li {
        position: relative;
        margin-right: 0;
        width: 49.5%;
        float: right;    margin-bottom: 2px;
    }

    .story-list--page .person-story-content li:nth-child(2n+1) {
        margin-left: 2px;
        /*margin-right: -2px;*/
    }

    .story-list--page .person-story-content li:nth-child(2n) {
        /*margin-right: 2px;
        margin-left: -2px*/
    }

    .story-list--page .person-story-content li:before {
        content: none
    }

    .story-list--page .person-story-content li:after {
        content: none
    }

    .story-list--page .person-story-content li .title {
        position: absolute;
        background: rgba(24,78,89,.9);
        right: 0;
        left: 0;
        bottom: 0;
        box-sizing: border-box;
        line-height: 40px;
        width: 100%;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .story-list--page .person-story-content li .title:before {
        content: none
    }

    .story-list--page .person-story-content li .title:after {
        content: none
    }

    .story-list--page .person-story-content li .title a {
        font-size: 16px;
        padding: 0 10px
    }

    .story-list--page .person-story-content li .desc {
        margin-top: 0;
        margin-right: 0;
        display: none
    }

    .story-list--page .active-story-view .xuan-img {
        padding-left: 0;
        width: 100%;
        margin-top: 30px
    }

    .story-list--page .active-story-view .top-content .title {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        text-align: center;
        line-height: 48px;padding:31px 0;
    }

    .story-list--page .active-story-view .desc {
        padding: 20px 5px 5px
    }

    .story-list--page .active-story-view .top-content .banner-img img {
        object-fit: cover;
        height: 150px
    }

    .story-list--page .send-story-wrapper {
        background: 0 0;
        margin: 0;
        padding: 0
    }

    .story-list--page .send-story-wrapper .send-story-content .title {
        margin-top: 20px;
        font-size: 30px;
        line-height: 35px
    }

    .story-list--page .send-story-wrapper .send-story-content .desc {
        font-size: 16px
    }

    .story-list--page .send-story-wrapper .send-story-content .emial-box {
        margin-top: 20px
    }

    .story-list--page .person-story-content {
        background: 0 0;padding-bottom: 0px;
    }

    .news-detail-wrapper .news-detail .news-title {
        font-size: 28px
    }

    .node--document-term {
        margin-top: 30px
    }

    .node--document-term .node--document-item {
        width: 80%;
        margin-bottom: 20px;
        margin-left: 10%
    }

    .node--document-term .node--document-item .text {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        display: block;
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        margin: auto;
        height: 35px;
        line-height: normal
    }

    .view-shipinzhanshiye .views-top .views-top-form input,.view-tupianzhanshiye .views-top .views-top-form input,.view-wenjianzhanshiye .views-top .views-top-form input {
        width: 100%
    }

    .view-shipinzhanshiye .views-top,.view-tupianzhanshiye .views-top,.view-wenjianzhanshiye .views-top {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-right: 20px
    }

    .view-shipinzhanshiye .views-top .views-top-form,.view-tupianzhanshiye .views-top .views-top-form,.view-wenjianzhanshiye .views-top .views-top-form {
        float: none
    }

    .image--page .image-col {
        margin-bottom: 10px
    }
}

@media (max-width: 960px) and (min-width:760px) {
    .story-list .story-list-title:before {
        right: 70%
    }

    .story-list {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .story-list--page {
        margin-top: 0
    }

    .story-list--page .person-story-content {
        padding-bottom: 20px
    }

    .story-list--page .person-story-content li {
        margin-right: 0
    }

    .active-story-view .desc {
        padding: 0
    }

    .active-story-view .xuan-img {
        margin-top: 30px;
        padding: 0
    }

    .story-list--page .send-story-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0
    }

    .story-list--page .send-story-wrapper .send-story-content .title {
        font-size: 30px
    }


}