/*e_FlowCommonStyleBox-001*/
.e_FlowCommonStyleBox-001 {
    /* position: absolute;*/
    width: 100%;
    height: auto;
    width-uint: %;
}

/*stylebox_link*/
.e_FlowCommonStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_FlowCommonStyleBox-001 .stylebox_link:hover {
    color: rgba(101, 190, 186, 1);
}

.e_FlowCommonStyleBox-001 .stylebox_link:active {
    color: rgba(101, 190, 186, 1);
}

.e_FlowCommonStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
    background-color: #1890FF;
}

.e_FlowCommonStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
    font-size: medium;
}

.e_FlowCommonStyleBox-001 .title_icon::before {
    content: "";
}

.e_FlowCommonStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_FlowCommonStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_FlowCommonStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: #1890FF;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

.e_FlowCommonStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_FlowCommonStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_FlowCommonStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_FlowCommonStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240, 240, 240, 1);
}

.e_FlowCommonStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    width-uint: %;
}

.e_FlowCommonStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240, 240, 240, 1);
}

.c_portalResGroupNewsNew_list-02001 {
    min-width: 320px;
    width: 100%;
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData {
    width: auto;
    text-align: center
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .iconfont:before {
    content: ""
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .first {
    height: auto;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0 10px 5px 0;
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title {
    display: inline-table;
    padding: 0 30px;
    min-height: 200px;
    height: 100%
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .first:before {
    content: "\e6b4"
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .font {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .promptbox {
    width: auto;
    height: 100%
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_content {
    padding-left: 65px
}

/*引导短连接*/
.c_portalResGroupNewsNew_list-02001 .p_moreBtn {
    position: static;
    width: auto;
    display: inline-table;
    min-height: 29px;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    min-width: 86px;
    cursor: pointer;
    text-align: center
}

.c_portalResGroupNewsNew_list-02001 .p_moreBtn .font {
    white-space: nowrap;
    overflow: visible;
    vertical-align: middle
}

.c_portalResGroupNewsNew_list-02001 .p_moreBtn .iconfont:before {
    content: ""
}

@-moz-keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes three-quarters-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading_animation {
    -moz-animation: three-quarters-loader 850ms infinite linear;
    -webkit-animation: three-quarters-loader 850ms infinite linear;
    animation: three-quarters-loader 850ms infinite linear;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    vertical-align: middle
}

.c_portalResGroupNewsNew_list-02001 .p_loading {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.c_portalResGroupNewsNew_list-02001 .p_loading .iconfont:before {
    content: ""
}

.c_portalResGroupNewsNew_list-02001 .p_loading .font {
    display: inline-block;
    margin-left: 20px;
    height: inherit
}

/*无效果/分组*/
.c_portalResGroupNewsNew_list-02001 .p_moreBox {
    margin: 0 20px;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden
}

/*引导短连接 查看详情 */
.c_portalResGroupNewsNew_list-02001 .p_ToDetail {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    min-width: 86px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

a>.c_portalResGroupNewsNew_list-02001 .p_ToDetail:hover {
    cursor: pointer
}

/*概要信息*/
.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

.c_portalResGroupNewsNew_list-02001 .p_summary {
    text-align: left;
    vertical-align: top;
    word-break: break-all
}

/*辅助字段值*/
.c_portalResGroupNewsNew_list-02001 .p_time {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
    line-height: 18px;
    vertical-align: top
}

/* 互动信息 */
.c_portalResGroupNewsNew_list-02001 .p_assist {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

/*概要列表标题*/
.c_portalResGroupNewsNew_list-02001 .p_TitleBox {
    width: auto;
    height: auto;
    padding: 5px 0;
    overflow: hidden;
    vertical-align: top;
}

.c_portalResGroupNewsNew_list-02001 .p_title {
    display: inline-table;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*列表序容器*/
.c_portalResGroupNewsNew_list-02001 .p_header {
    margin: 5px 0 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
}

/*无效果/分组*/
.c_portalResGroupNewsNew_list-02001 .p_content {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

/*资讯列表容器*/
.c_portalResGroupNewsNew_list-02001 .p_images {
    margin: 0;
    width: 168px;
    height: 138px;
    padding: 0;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px
}

/*行列表容器*/
.c_portalResGroupNewsNew_list-02001 .p_articles {
    margin: 0;
    width: inherit;
    height: 186px;
    padding: 0;
}

/*通用容器*/
.c_portalResGroupNewsNew_list-02001 .p_news {
    margin: 0;
    width: inherit;
    height: auto;
    padding: 0;
    overflow: hidden;
}

/*主要内容区容器*/
.c_portalResGroupNewsNew_list-02001 .p_Newslist {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.c_portalResGroupNewsNew_list-02001 {
    overflow: hidden;
}

.c_portalResGroupNewsNew_list-02001 .p_content {
    width: auto;
    height: auto;
    vertical-align: top
}

.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
    width: auto;
    height: auto;
}

.c_portalResGroupNewsNew_list-02001 .p_assist {
    width: auto;
    height: auto;
}

/*覆盖阶段结束*/
/*改为inline-block*/
.c_portalResGroupNewsNew_list-02001 .p_icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px
}

.c_portalResGroupNewsNew_list-02001 .p_about {
    display: inline-block;
    vertical-align: middle
}

/*end*/
/*组件样式开始*/
.c_portalResGroupNewsNew_list-02001 .p_articles {
    display: inline-block;
    height: auto;
    min-width: 320px;
    width: calc((100% - 0px)/1);
    padding: 15px 20px;
    overflow: hidden;
    float: left;
}

.c_portalResGroupNewsNew_list-02001 .p_thumbnail {
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden
}

.c_portalResGroupNewsNew_list-02001 .p_thumbnail img {
    width: 100%;
}

.c_portalResGroupNewsNew_list-02001 .higher .p_thumbnail {
    position: absolute;
    height: 100%
}

.c_portalResGroupNewsNew_list-02001 .widther .p_thumbnail {
    position: absolute;
    height: 100%
}

.c_portalResGroupNewsNew_list-02001 .smaller .p_thumbnail {
    position: absolute;
    height: 100%
}

.c_portalResGroupNewsNew_list-02001 .p_assist {
    margin-top: 2px;
}

.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 8px
}

.c_portalResGroupNewsNew_list-02001 .p_ToDetail {
    float: right;
    position: relative
}

.c_portalResGroupNewsNew_list-02001 .p_summary {
    white-space: normal
}

.c_portalResGroupNewsNew_list-02001 .p_categorySummaryBox {
    overflow: hidden;
    padding: 10px;
}

/* 新增起止筛选时间 start */
.c_portalResGroupNewsNew_list-02001 .p_filterTime {
    padding: 15px 0 0;
    overflow: hidden;
}

.c_portalResGroupNewsNew_list-02001 .formItemInput {
    padding-left: 10px;
    padding-right: 5px;
    max-width: 468px;
}

.c_portalResGroupNewsNew_list-02001 .p_contactsTitle {
    width: auto;
    line-height: 30px;
}

.c_portalResGroupNewsNew_list-02001 .formItemInput .formItemIconAfter {
    right: 10px !important;
    position: absolute;
    top: 10px;
}

/* 新增起止筛选时间 end */
@media only screen and (max-width: 768px) {
    .layui-laydate-range {
        width: 85% !important;
        left: 20px !important;
    }

    .c_portalResGroupNewsNew_list-02001 .p_articles {
        margin-top: 10px !important;
        width: 100% !important;
    }

    .c_portalResGroupNewsNew_list-02001 .mp_linkUrl {
        display: block;
        height: auto;
    }

    .c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .p_ToDetail {
        display: none !important;
    }

    .c_portalResGroupNewsNew_list-02001 .mP_SummaryBox {
        clear: both;
    }

    .c_portalResGroupNewsNew_list-02001 .p_Information {
        display: flex;
        padding: 10px 0;
    }

    .c_portalResGroupNewsNew_list-02001 .p_Information li {
        flex: 1;
        height: 20px;
        overflow: hidden;
    }

    .c_portalResGroupNewsNew_list-02001 .p_KeyWord {
        width: 100%;
        margin-top: 5px;
    }

    .c_portalResGroupNewsNew_list-02001 .p_KeyWord .p_tag {
        padding: 5px 15px;
        margin-right: 10px;
        border-radius: 3px;
    }

    .c_portalResGroupNewsNew_list-02001 .blank {
        width: 100%;
        height: 15px;
        overflow: hidden;
    }

    .c_portalResGroupNewsNew_list-02001 .p_articles {
        border: none
    }

    .layui-laydate-content td,
    .layui-laydate-content th {
        height: 24px !important;
        padding: 2px 5px !important;
        line-height: 20px;
    }
}

@media only screen and (min-width: 769px) {
    .c_portalResGroupNewsNew_list-02001 .mp_linkUrl {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .mP_SummaryBox {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .p_Information {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .p_KeyWord {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .blank {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-15960108369328907 {
        width: 100% !important;
    }
}

.w_grid-001 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    min-height: 12rem;
    width: 100%;
}

.w_grid-001>.w_grid {
    width: 100%;
    position: relative;
}

.w_grid-001>div>.p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

.w_grid-001>div>.p_gridbox>.p_gridCell {
    float: left;
    position: static;
}

.w_grid-001>div>.p_gridbox>.p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}

.w_grid-001>div>.p_gridbox>.p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid-001>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid-001>div>.p_gridbox>.p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid-001>div>.p_gridbox>.p_gridCell {
        width: 49.5%;
        margin-left: 1%;
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@CHARSET "UTF-8";

* {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
}

/*page property_start*/
.pagebox,
#-remove--flag {}

/*page property_end*/
/*page property_start*/
body,
#-remove--flag {}

/*page property_end*/
#c_portalResGroupNewsNew_list-1608464581365 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-1608464581365 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-1608464581365 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-1608464581365>div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-1608464581365 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581365 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581365 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581365 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581365 .all {
    background: #eaf6fb;
}

#c_portalResGroupNewsNew_list-1608464581365 .center {
    width: 94%;
    margin: auto;
    max-width: 1200px;
    padding: 8.3% 0 4.4%;
}

#c_portalResGroupNewsNew_list-1608464581365 .title {
    color: #2d6abc;
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
    letter-spacing: 15px;
}

#c_portalResGroupNewsNew_list-1608464581365 .subtitle {
    color: #2d6abc;
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 15px;
}

#c_portalResGroupNewsNew_list-1608464581365 .info {
    width: 57.5%;
    margin-right: 4.6%;
}

#c_portalResGroupNewsNew_list-1608464581365 .info li {
    float: left;
    margin-left: 9.8%;
    line-height: 1;
}

#c_portalResGroupNewsNew_list-1608464581365 .info li:first-child {
    margin-left: 0%;
}

#c_portalResGroupNewsNew_list-1608464581365 .info ul {
    margin: 5.7% 0;
}

#c_portalResGroupNewsNew_list-1608464581365 .info .more {
    color: #3471d1;
}

#c_portalResGroupNewsNew_list-1608464581365 .number {
    margin-bottom: 18px;
}

#c_portalResGroupNewsNew_list-1608464581365 .author {
    color: #555555;
}

@media only screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-1608464581365 .subtitle {
        font-size: 42px;
    }

    #c_portalResGroupNewsNew_list-1608464581365 .title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 600px) {
    #c_portalResGroupNewsNew_list-1608464581365 .info {
        width: 100%;
        margin-right: 0;
    }

    #c_portalResGroupNewsNew_list-1608464581365 .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    #c_portalResGroupNewsNew_list-1608464581365 .subtitle {
        font-size: 22px;
        margin-bottom: 10px;
    }

    #c_portalResGroupNewsNew_list-1608464581365 .info li {
        margin-bottom: 20px;
        margin-lsft: 0;
        width: 40%;
    }

    #c_portalResGroupNewsNew_list-1608464581365 .info li:nth-child(3) {
        margin-left: 0;
    }
}

#c_portalResGroupNewsNew_list-1608464581365 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-1608464581380 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-1608464581380 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-1608464581380 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-1608464581380>div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-1608464581380 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581380 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581380 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581380 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581380 .all {
    padding: 4.9% 0 5.7%;
    background-size: 100% 100% !important;
}

#c_portalResGroupNewsNew_list-1608464581380 .center {
    margin: auto;
    width: 94%;
    max-width: 1200px;
}

#c_portalResGroupNewsNew_list-1608464581380 .zuo {
    width: 37.5%;
}

#c_portalResGroupNewsNew_list-1608464581380 .zuo div {
    margin-bottom: 6.8%;
}

#c_portalResGroupNewsNew_list-1608464581380 .twotu {
    position: relative;
    width: 47.5%;
}

#c_portalResGroupNewsNew_list-1608464581380 .aummary {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    color: white;
}

#c_portalResGroupNewsNew_list-1608464581380 .tu {
    border-radius: 50%;
    width: 57%;
}

#c_portalResGroupNewsNew_list-1608464581380 .tu img {
    width: 100%;
}

#c_portalResGroupNewsNew_list-1608464581380 .tu:first-child {
    margin-right: -18.6%;
}

#c_portalResGroupNewsNew_list-1608464581380 .twotu fl {
    margin-right: -70px;
}

#c_portalResGroupNewsNew_list-1608464581380 .img img {
    margin-right: 20px;
}

#c_portalResGroupNewsNew_list-1608464581380 .more {
    color: #3471d1;
}

@media only screen and (max-width: 600px) {
    #c_portalResGroupNewsNew_list-1608464581380 .zuo {
        width: 100%;
    }

    #c_portalResGroupNewsNew_list-1608464581380 .twotu {
        width: 60%;
    }
}

#c_portalResGroupNewsNew_list-1608464581380 {
    width: 100%;
    max-width: none;
    min-width: 320px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-1608464581370 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-1608464581370 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-1608464581370 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-1608464581370>div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-1608464581370 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581370 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581370 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581370 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581370 .center {
    width: 94%;
    margin: auto;
    max-width: 1200px;
    padding: 7% 0;
}

#c_portalResGroupNewsNew_list-1608464581370 .more {
    color: #127fef;
}

#c_portalResGroupNewsNew_list-1608464581370 .modular {
    margin-bottom: 2.5%;
}

#c_portalResGroupNewsNew_list-1608464581370 .title {
    width: 83.75%;
    margin: 3.75% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2px;
    -webkit-box-orient: vertical;
}

#c_portalResGroupNewsNew_list-1608464581370 .news li {
    width: 33%;
}

#c_portalResGroupNewsNew_list-1608464581370 .news li:nth-child(2) {
    margin: 0 0.5%;
}

#c_portalResGroupNewsNew_list-1608464581370 .title a {
    color: #333333;
}

#c_portalResGroupNewsNew_list-1608464581370 .title a:hover {
    color: #2d6abc;
}

#c_portalResGroupNewsNew_list-1608464581370 .img_box {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 56.333%;
}

#c_portalResGroupNewsNew_list-1608464581370 .img {
    width: 100%;
    height: 0px;
    padding-bottom: 56.333%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#c_portalResGroupNewsNew_list-1608464581370 .img_box .img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-1608464581370 .news li {
        width: 100%;
        margin-bottom: 10px;
    }
}

#c_portalResGroupNewsNew_list-1608464581370 {
    width: 100%;
    max-width: none;
    min-width: 320px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-1608464581360 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-1608464581360 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-1608464581360 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-1608464581360>div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-1608464581360 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581360 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581360 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581360 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581360 .swiper-wrapper {
    height: 100%;
}

#c_portalResGroupNewsNew_list-1608464581360 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c_portalResGroupNewsNew_list-1608464581360 .swiper-slide {
    position: relative;
}

#c_portalResGroupNewsNew_list-1608464581360 .swiper-slide .zi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#c_portalResGroupNewsNew_list-1608464581360 .title {
    text-align: center;
    font-size: 90px;
    color: white;
    letter-spacing: 20px;
}

#c_portalResGroupNewsNew_list-1608464581360 .subtitle {
    color: white;
    font-size: 75px;
}

#c_portalResGroupNewsNew_list-1608464581360 .des {
    text-align: center;
    color: white;
    width: 43.2%;
    margin: 0 auto;
}

#c_portalResGroupNewsNew_list-1608464581360 .swiper-slide2 .zi {
    width: 43.2%;
}

#c_portalResGroupNewsNew_list-1608464581360 .swiper-slide2 .title {
    text-align: left;
}

#c_portalResGroupNewsNew_list-1608464581360 .swiper-slide2 .des {
    text-align: left;
    font-size: 18px;
    margin-left: 5px;
}

#c_portalResGroupNewsNew_list-1608464581360 .swiper-pagination {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

#c_portalResGroupNewsNew_list-1608464581360 .swiper-pagination-bullet {
    background-color: #fff;
    width: 6px;
    height: 6px;
    opacity: 1;
    display: inline-block;
    border-radius: 50%;
    margin: 0 8px;
}

#c_portalResGroupNewsNew_list-1608464581360 .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}

#c_portalResGroupNewsNew_list-1608464581360 .item {
    display: block;
    border: none;
    height: 100%;
}

#c_portalResGroupNewsNew_list-1608464581360 .banner-video {
    height: 100%;
}

#c_portalResGroupNewsNew_list-1608464581360 .banner-video video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

@media only screen and (max-width: 1800px) {
    #c_portalResGroupNewsNew_list-1608464581360 .title {
        font-size: 60px;
    }

    #c_portalResGroupNewsNew_list-1608464581360 .subtitle {
        font-size: 65px;
    }
}

@media only screen and (max-width: 1440px) {
    #c_portalResGroupNewsNew_list-1608464581360 .title {
        font-size: 50px;
    }

    #c_portalResGroupNewsNew_list-1608464581360 .title {
        font-size: 50px;
    }

    #c_portalResGroupNewsNew_list-1608464581360 .subtitle {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1280px) {
    #c_portalResGroupNewsNew_list-1608464581360 .swiper-container {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-1608464581360 .title {
        font-size: 40px;
    }

    #c_portalResGroupNewsNew_list-1608464581360 .swiper-slide .zi {
        width: 60%;
    }

    #c_portalResGroupNewsNew_list-1608464581360 .title {
        font-size: 35px;
    }

    #c_portalResGroupNewsNew_list-1608464581360 .subtitle {
        font-size: 40px;
    }
}

@media only screen and (max-width:600px) {
    #c_portalResGroupNewsNew_list-1608464581360 .title {
        font-size: 20px;
    }

    #c_portalResGroupNewsNew_list-1608464581360 .swiper-slide .zi {
        width: 80%;
    }

    #c_portalResGroupNewsNew_list-1608464581360 .subtitle {
        font-size: 20px;
    }
}

#c_portalResGroupNewsNew_list-1608464581360 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-1608464581375 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-1608464581375 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-1608464581375 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-1608464581375>div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-1608464581375 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581375 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581375 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581375 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581375 .con02 {
    position: relative;
    overflow: hidden;
    height: auto; 
}

#c_portalResGroupNewsNew_list-1608464581375 #wrap {
    position: relative;
    left: 0px;
    top: 0px;
    width: 250%; 
    display: flex;
    align-items: stretch;
    margin: 0 15%;
}

#c_portalResGroupNewsNew_list-1608464581375 .hb {
    position: relative;
    width: 25%;
    z-index: 2;
    display: flex;
    align-items: center;
    trasnform: scale(.97);
}

#c_portalResGroupNewsNew_list-1608464581375 .c {
    position: relative;
    display: block;
    width: 90%;
}

#c_portalResGroupNewsNew_list-1608464581375 .c img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
    transition: all 0.3s;
}

#c_portalResGroupNewsNew_list-1608464581375 .c:hover img {
    transition: all 0.3s;
    transform: scale(1.05);
}

#c_portalResGroupNewsNew_list-1608464581375 .txt {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    opacity: 1;
    padding-top: 25px;
    font-size: 18px;
    z-index: 1;
    transition: all .5s;
}

#c_portalResGroupNewsNew_list-1608464581375 h1 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

#c_portalResGroupNewsNew_list-1608464581375 .hb:hover .txt {
    color: #127fef;
    font-size: 22px;
}

#c_portalResGroupNewsNew_list-1608464581375 .hb.abc .txt {
    color: #127fef;
    font-size: 22px;
}

#c_portalResGroupNewsNew_list-1608464581375 .fullBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    transform: scale(1);
    z-index: 1;
}

#c_portalResGroupNewsNew_list-1608464581375 .fullBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    margin-left: -25%;
}

#c_portalResGroupNewsNew_list-1608464581375 .zdes {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #333333;
}

#c_portalResGroupNewsNew_list-1608464581375 .name {
    color: #333;
}

#c_portalResGroupNewsNew_list-1608464581375 .hb:hover+.fullBg {
    opacity: 1;
}

#c_portalResGroupNewsNew_list-1608464581375 .hb.abc+.fullBg {
    opacity: 1;
}

#c_portalResGroupNewsNew_list-1608464581375 .credits {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 1.5em;
    font-size: .8em;
    text-align: right;
    font-style: italic;
    opacity: .8;
    transition: opacity .2;
    z-index: 3;
}

#c_portalResGroupNewsNew_list-1608464581375 .credits:hover {
    text-decoration: underline;
    opacity: 1;
}

#c_portalResGroupNewsNew_list-1608464581375 .title {
    position: absolute;
    z-index: 6;
    width: 1200px;
    top: 0px;
    margin-top: 4.6%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 94%;
}

#c_portalResGroupNewsNew_list-1608464581375 .choose {
    position: absolute;
    z-index: 6;
    bottom: 0px;
    margin-bottom: 1%;
    max-width: 1200px;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#c_portalResGroupNewsNew_list-1608464581375 .jianju {
    margin: 0 1.5% 0 5%;
}

#c_portalResGroupNewsNew_list-1608464581375 .des {
    display: inline-block;
    width: 55.4%;
}

#c_portalResGroupNewsNew_list-1608464581375 .choose a {
    background: white;
    width: 18.75%;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin-right: 10px;
}

#c_portalResGroupNewsNew_list-1608464581375 .choose .fnt_18 {
    text-align: left;
    color: #5ea1e5;
}

#c_portalResGroupNewsNew_list-1608464581375 .choose .btn1 {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 2px solid white;
    background: none;
}

#c_portalResGroupNewsNew_list-1608464581375 .swiper-w1280 {
    display: none;
}

@media only screen and (max-width:1366px) {
    #c_portalResGroupNewsNew_list-1608464581375 .choose {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 769px) {
    #c_portalResGroupNewsNew_list-1608464581375 .title {
        display: none;
    }

    #c_portalResGroupNewsNew_list-1608464581375 #wrap {
        display: none;
    }

    #c_portalResGroupNewsNew_list-1608464581375 .con02 {
        height: auto;
        padding: 20px 0 120px;
    }

    #c_portalResGroupNewsNew_list-1608464581375 .mobil_title {
        margin-bottom: 15px;
    }

    #c_portalResGroupNewsNew_list-1608464581375 .choose a {
        width: auto;
    }

    #c_portalResGroupNewsNew_list-1608464581375 .swiper-w1280 {
        display: block;
    }

    #c_portalResGroupNewsNew_list-1608464581375 .swiper-w1280 img {
        width: 100%;
    }

    #c_portalResGroupNewsNew_list-1608464581375 .item_title {
        text-align: center;
        margin-top: 10px;
    }

    #c_portalResGroupNewsNew_list-1608464581375 .swiper-w1280 {
        display: block;
    }

    #c_portalResGroupNewsNew_list-1608464581375 .swiper-w1280 img {
        width: 100%;
    }

    #c_portalResGroupNewsNew_list-1608464581375 .item_title {
        text-align: center;
        margin-top: 10px;
    }
}

#c_portalResGroupNewsNew_list-1608464581375 {
    width: 100%;
    max-width: none;
    min-width: 320px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1608464581350 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1608464581350>div {
    animation-fill-mode: both;
}

#w_grid-1608464581350>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1608464581350*/
/*w_grid-1608464581350*/
@media only screen and (min-width: 769px) {
    #w_grid-1608464581350>div>.p_gridbox>.p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 2%;
    }

    #w_grid-1608464581350>div>.p_gridbox>.p_gridCell:nth-child(2n+0) {
        width: 31.026799999999998%;
        margin-left: 2%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1608464581350>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
        margin-left: 0px;
        clear: left;
        margin-right: 0px;
        width: 66.9732%;
    }

    #w_grid-1608464581350>div>.p_gridbox>.p_gridCell:nth-child(2n) {
        margin-right: 0px;
    }
}

/*w_grid-1608464581350*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1608464581350>div>.p_gridbox>.p_gridCell {
        margin-bottom: 0.6rem;
        margin-top: 0.6rem;
        margin-left: 2%;
    }

    #w_grid-1608464581350>div>.p_gridbox>.p_gridCell:nth-child(2n+0) {
        width: 31.026799999999998%;
        margin-left: 2%;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1608464581350>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
        margin-left: 0;
        clear: left;
        margin-right: 0;
        width: 66.9732%;
    }

    #w_grid-1608464581350>div>.p_gridbox>.p_gridCell:nth-child(2n) {
        margin-right: 0;
    }
}

#w_grid-1608464581350 {
    width: 94%;
    max-width: 1200px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 4.9%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.8%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-1608464581385 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-1608464581385 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-1608464581385 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-1608464581385>div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-1608464581385 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581385 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581385 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581385 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581385 .all {
    padding: 5.6%;
    background: url(../img/3d5354e1-5cdf-40d9-b529-9461c85791ea.png) no-repeat;
    line-height: 32px;
    background-size: 100% 100%;
}

#c_portalResGroupNewsNew_list-1608464581385 .stock {
    font-size: 90px;
    font-weight: bold;
}

#c_portalResGroupNewsNew_list-1608464581385 .stock .price {
    font-size: 90px;
}

#c_portalResGroupNewsNew_list-1608464581385 .up {
    color: #df1839;
}

#c_portalResGroupNewsNew_list-1608464581385 .down {
    color: #237c02;
}

#c_portalResGroupNewsNew_list-1608464581385 .zuo {
    width: 54%;
}

#c_portalResGroupNewsNew_list-1608464581385 .you {
    width: 37%;
    display: none;
}

#c_portalResGroupNewsNew_list-1608464581385 .code {
    margin: 3.8% 0 10.3%;
}

#c_portalResGroupNewsNew_list-1608464581385 .time {
    margin: 9.4% 0 13.2%;
    color: #333;
}

#c_portalResGroupNewsNew_list-1608464581385 .time img {
    vertical-align: middle;
    margin-right: 4.5%;
}

#c_portalResGroupNewsNew_list-1608464581385 .time span {
    color: #555555;
}

#c_portalResGroupNewsNew_list-1608464581385 .notice a {
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    height: 2.4em;
}

#c_portalResGroupNewsNew_list-1608464581385 .notice a:hover {
    color: #127fef;
}

#c_portalResGroupNewsNew_list-1608464581385 .info {
    margin: 5.1% 0 13.5%;
}

#c_portalResGroupNewsNew_list-1608464581385 .more {
    color: #127fef;
}

#c_portalResGroupNewsNew_list-1608464581385 .percentage {
    margin: 0 7.2% 0 6.2%;
}

#c_portalResGroupNewsNew_list-1608464581385 .finance {
    margin-bottom: 11.3%;
}

#c_portalResGroupNewsNew_list-1608464581385 .up_down {
    width: 18px;
    height: 24px;
    display: inline-block;
    background: url(../img/86c36920-7bb5-401c-8b93-f67d29f73ec4.png);
    vertical-align: text-top;
}

#c_portalResGroupNewsNew_list-1608464581385 .up_down.active {
    background: url(../img/d27a5cd6-8e3d-4399-abdc-16757b7f89bf.png);
}

@media only screen and (max-width: 600px) {
    #c_portalResGroupNewsNew_list-1608464581385 .stock .price {
        font-size: 40px;
    }
}

#c_portalResGroupNewsNew_list-1608464581385 {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 320px;
    height: auto;
    padding-right: 0px;
}

#c_portalResGroupNewsNew_list-1608464581390 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-1608464581390 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-1608464581390 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-1608464581390>div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-1608464581390 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581390 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581390 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581390 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-1608464581390 .all {
    background: url(../img/42447.jpg) no-repeat;
    background-size: 100% 100%;
}

#c_portalResGroupNewsNew_list-1608464581390 ul {
    padding: 0 10.25% 14.8%;
}

#c_portalResGroupNewsNew_list-1608464581390 .title {
    padding: 6.8% 10.25%;
    color: white;
}

#c_portalResGroupNewsNew_list-1608464581390 li {
    margin-bottom: 17.2%;
    display: inline-block;
    width: 48%;
    overflow: hidden;
}

#c_portalResGroupNewsNew_list-1608464581390 li .title {
    padding-left: 0;
}

#c_portalResGroupNewsNew_list-1608464581390 .fix {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #3681ad;
    text-align: center;
    display: none;
    padding: 12% 10.25%;
}

#c_portalResGroupNewsNew_list-1608464581390 .fix>div {
    flex: 1;
    text-align: left;
}

#c_portalResGroupNewsNew_list-1608464581390 .fix a {
    color: #fff;
    display: inline-block;
}

#c_portalResGroupNewsNew_list-1608464581390 .fix img {
    margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-1608464581390 .all ul {
        height: 390px;
    }
}