/*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
}

@keyframes rotate1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(0);
    }
}

.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;
    }
}

.w_grid-000 {
    margin-left: auto;
    margin-right: auto;
    min-height: 12rem;
    width: 100%;
}

.w_grid-000>.w_grid {
    width: 100%;
    position: relative;
}

.w_grid-000>div>.p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

.w_grid-000>div>div>.p_gridCell {
    float: left;
    position: static;
}

.w_grid-000>div>div>.p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}

.w_grid-000>.w_grid.signal {
    min-height: inherit;
}

.w_grid-000>.w_grid.signal>.p_gridbox {
    min-height: inherit;
}

.w_grid-000>.w_grid.signal>.p_gridbox>.p_gridCell {
    min-height: inherit;
}

.w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid-000>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid-000>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-000>div>.p_gridbox>.p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 768px) {

    /*小屏*/
    .c_portalResGroupEbizads_banner-01001 .p_prompt {
        width: auto;
        height: auto;
        text-align: center;
        background-color: inherit;
        font-size: 16px;
        border: 1px solid #E4E4E4;
    }

    .c_portalResGroupEbizads_banner-01001 .p_banner {
        height: 185px !important
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title {
        display: inline-table;
        padding: 0 30px;
        height: 100%;
        min-height: 260px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title .iconfont:before {
        content: "";
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title .first {
        height: auto;
        display: table-cell;
        font-size: 36px;
        margin-right: 10px;
        position: relative;
        color: #09bb07;
        vertical-align: middle;
        padding: 0 10px 10px 0;
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title .first:before {
        content: "\e6b4";
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title {
        font-size: 24px;
        text-align: left;
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title .font {
        display: table-cell;
        line-height: normal;
        vertical-align: middle;
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .promptbox {
        width: auto;
        height: 100%;
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_content {
        font-size: 18px;
        color: rgba(105, 105, 105, 1);
        padding-left: 65px;
    }

    /*列表缩略图切换1*/
    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-size: 56px;
        color: #e2e2e2;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD .iconfont:before {
        content: '\e687';
        display: inline-block;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD .font {
        display: table;
        width: inherit;
        height: inherit;
        pointer-events: none;
    }

    /*列表缩略图切换1*/
    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-size: 56px;
        color: #e2e2e2;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC .iconfont:before {
        content: '\e687';
        display: inline-block;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC .font {
        display: table;
        width: inherit;
        height: inherit;
        pointer-events: none;
    }

    /*序号图片组符*/
    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn {
        display: inline-table;
        height: 30px;
        width: 30px;
        background-color: #67b8b4;
        border-width: 1px;
        border-color: transparent;
        color: #999999;
        font-size: 12px;
        font-family: 'Microsoft YaHei';
    }

    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn img {
        display: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn .shape {
        display: table-cell;
        width: inherit;
        height: inherit;
        text-align: center;
        vertical-align: middle;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn:active {
        color: rgba(255, 255, 255, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn.active {
        color: rgba(255, 255, 255, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn.j-nav-active {
        color: rgba(255, 255, 255, 1);
    }

    /*方形图片组符*/
    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn {
        display: inline-block;
        height: 10px;
        width: 100px;
        padding: 0;
        background-color: #f2f2f2;
        border-width: 1px;
        border-color: transparent;
        font-size: 12px;
        font-family: 'Microsoft YaHei';
        text-align: center;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn img {
        display: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn .shape {
        text-indent: -9999em;
        width: inherit;
        height: inherit;
        vertical-align: middle;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn:active {
        background-color: #67b8b4;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn.active {
        background-color: #67b8b4;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn.j-nav-active {
        background-color: #67b8b4;
    }

    /*圆型图片组符*/
    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn {
        width: 15px;
        height: 15px;
        display: inline-table;
        background-color: rgba(228, 228, 228, 1);
        color: rgba(153, 153, 153, 1);
        font-size: 12px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        text-align: center;
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn img {
        display: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn .shape {
        width: inherit;
        height: inherit;
        text-indent: -99999px;
        display: table-cell;
        vertical-align: middle;
        border-radius: inherit;
        -moz-border-radius: inherit;
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn:active {
        background-color: rgba(105, 192, 188, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn.active {
        background-color: rgba(105, 192, 188, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn.j-nav-active {
        background-color: rgba(105, 192, 188, 1);
    }

    /*通用图片组符*/
    .c_portalResGroupEbizads_banner-01001 .p_NumBtn {
        width: 150px;
        height: 66px;
        border-color: rgba(242, 242, 242, 1);
        border-width: 2px;
        border-style: solid;
    }

    .c_portalResGroupEbizads_banner-01001 .p_NumBtn .shape {
        display: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_NumBtn:active {
        border-color: rgba(103, 184, 180, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_NumBtn.active {
        border-color: rgba(103, 184, 180, 1);
    }

    /*通用容器*/
    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBox {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*图集页概要信息*/
    .c_portalResGroupEbizads_banner-01001 .p_ImgSummary {
        text-align: justify;
        vertical-align: top;
        word-break: break-all;
    }

    /*图集标题*/
    .c_portalResGroupEbizads_banner-01001 .p_ImgHead {
        display: inline-table;
        margin: 0;
        padding: 0;
        color: #323232;
        font-size: 30px;
        font-weight: 400;
        text-align: left;
        white-space: nowrap;
        overflow: visible;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ImgHead .font {
        display: table-cell;
        vertical-align: top;
        line-height: 30px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ImgHead .iconfont:before {
        content: "";
    }

    /*通用容器*/
    .c_portalResGroupEbizads_banner-01001 .p_TitleBox {
        width: inherit;
        height: auto;
        overflow: hidden;
    }

    /*链接元素*/
    /*图集图片说明容器*/
    .c_portalResGroupEbizads_banner-01001 .p_SummaryBox {
        width: inherit;
        height: auto;
        border-width: 1px;
        border-style: none;
        border-color: rgba(228, 228, 228, 0);
        background-color: rgba(179, 179, 179, 1);
        overflow: visible;
    }

    /*纯图标切换按钮*/
    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB {
        background: rgba(81, 80, 80, .3);
        width: 64px;
        height: 139px;
        cursor: pointer;
        text-align: center;
        color: rgba(255, 255, 255, 1);
        font-size: 40px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB .font {
        display: table;
        width: inherit;
        height: inherit;
        /*background-color:rgba(202,202,202,.3);*/
        pointer-events: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB .iconfont {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: 3px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB:hover {
        border-width: 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(115, 115, 115, .7);
        color: rgba(106, 192, 189, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB:active {
        border-width: 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(81, 80, 80, .7);
    }

    /*通用容器*/
    .c_portalResGroupEbizads_banner-01001 .p_interactionB {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*纯图标切换按钮*/
    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA {
        background: rgba(81, 80, 80, .3);
        width: 64px;
        height: 139px;
        cursor: pointer;
        text-align: center;
        color: rgba(255, 255, 255, 1);
        font-size: 40px;
        z-index: 999;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA .font {
        display: table;
        width: inherit;
        height: inherit;
        /*background-color:rgba(202,202,202,.3);*/
        pointer-events: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA .iconfont {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: 3px;
        right: 4px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA:hover {
        border-width: 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(115, 115, 115, .7);
        color: rgba(106, 192, 189, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA:active {
        border-width: 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(81, 80, 80, .7);
    }

    /*通用容器*/
    .c_portalResGroupEbizads_banner-01001 .p_interactionA {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    .c_portalResGroupEbizads_banner-01001 .p_interactionA+.p_interactionA {
        left: initial;
        right: 0;
    }

    /*多图组大图边框*/
    .c_portalResGroupEbizads_banner-01001 .p_imageA {
        width: auto;
        height: auto;
        overflow: hidden;
    }

    /*链接元素*/
    /*通用容器*/
    .c_portalResGroupEbizads_banner-01001 .p_images {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*主要内容区容器*/
    .c_portalResGroupEbizads_banner-01001 .p_banner {
        width: inherit;
        height: auto;
        border-width: 1px;
        border-style: none;
        border-color: rgba(255, 255, 255, 1);
        background-color: transparent;
        overflow: visible;
    }

    .c_portalResGroupEbizads_banner-01001 {
        min-width: 300px;
        overflow: auto;
    }

    .c_portalResGroupEbizads_banner-01001 .p_banner {
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .p_images {
        width: auto;
        height: auto;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBox {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBoxA {
        width: auto;
        height: auto;
    }

    .c_portalResGroupEbizads_banner-01001 .p_interactionA {
        width: auto;
        height: auto;
    }

    .c_portalResGroupEbizads_banner-01001 .p_interactionB {
        width: auto;
        height: auto;
    }

    .c_portalResGroupEbizads_banner-01001 .p_TitleBox {
        border-width: 0;
    }

    .c_portalResGroupEbizads_banner-01001 .p_TitleBoxA {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .c_banner {
        width: inherit;
        height: inherit;
    }

    .c_portalResGroupEbizads_banner-01001 .p_images {
        width: inherit;
        height: inherit;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .c_portalResGroupEbizads_banner-01001 .p_LinkA {
        width: inherit;
        height: inherit;
        display: block;
        position: relative;
    }

    .c_portalResGroupEbizads_banner-01001 .p_imageA {
        vertical-align: baseline;
        text-align: center;
        width: inherit;
        height: inherit;
    }

    .c_portalResGroupEbizads_banner-01001 .p_imageA:hover {
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .p_imageA:hover:after {
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .p_interactionA {
        cursor: pointer;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
        overflow: visible;
    }

    .c_portalResGroupEbizads_banner-01001 .p_interactionB {
        cursor: pointer;
        right: 0;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
        overflow: visible;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA {
        position: absolute;
        top: 50%;
        margin-top: -37px;
        padding-top: 10px;
        color: rgb(187, 182, 182);
        left: 0;
        width: 33px;
        height: 64px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA .iconfont:before {
        font-size: 30px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB {
        position: absolute;
        top: 50%;
        margin-top: -37px;
        right: 0;
        width: 33px;
        height: 64px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        padding-top: 10px;
        color: rgb(187, 182, 182);
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB .iconfont:before {
        font-size: 30px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SummaryBox {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        height: 70px;
        background-color: transparent;
        display: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SummaryBox:hover {
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SummaryBox .p_LinkB {
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .c_portalResGroupEbizads_banner-01001 .p_TitleBox {
        width: 100%;
        height: auto;
        height: 60px;
        line-height: 60px;
        padding: 0 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 999;
        font-weight: bold;
    }

    .c_portalResGroupEbizads_banner-01001 .p_LinkA .p_TitleBox span {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .c_portalResGroupEbizads_banner-01001 .p_LinkA:hover .p_TitleBox span {
        color: #fff;
    }

    .c_portalResGroupEbizads_banner-01001 .p_TitleBoxA {
        width: 100%;
        height: inherit;
        padding-left: 20px;
        padding-right: 20px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBox {
        position: absolute;
        text-align: center;
        font-size: 0;
        z-index: 6;
        overflow: hidden;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBoxA {
        padding-right: 30px;
        padding-left: 30px;
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
        font-size: 0;
        z-index: 6;
        overflow: hidden;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBox .p_NumBtn:first-child {
        margin-left: 0;
    }

    .c_portalResGroupEbizads_banner-01001 .p_NumBtn {
        margin-right: 6px;
        font-size: 0;
        width: 90px;
        height: auto;
        display: inline-block;
        overflow: hidden;
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn {
        margin-left: 10px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn {
        margin-left: 10px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC {
        position: absolute;
        top: 50%;
        left: 0;
        cursor: pointer;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD {
        position: absolute;
        top: 50%;
        right: 0;
        cursor: pointer;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn,
    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn,
    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn {
        width: 98px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD .iconfont:before {
        content: "\e6ae";
        font-size: 30px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ImgSummary {
        font-weight: normal;
        white-space: normal;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC .iconfont {
        font-size: 30px;
        color: rgba(255, 255, 255, .6);
        display: table-cell;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD .iconfont {
        font-size: 30px;
        color: rgba(255, 255, 255, .6);
        display: table-cell;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC:hover .iconfont {
        color: rgba(105, 192, 188, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD:hover .iconfont {
        color: rgba(105, 192, 188, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_NumBtn:hover {
        border-color: rgba(103, 184, 180, 1);
    }

    /*缩略图插件样式*/
    .c_portalResGroupEbizads_banner-01001 .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* Fix of Webkit flickering */
        z-index: 1;
        height: 100%;
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .c_portalResGroupEbizads_banner-01001 .p_MatteIcon:before {
        content: '\e752';
        .
    }

    .c_portalResGroupEbizads_banner-01001 .widther img {
        width: auto !important;
    }

    .c_portalResGroupEbizads_banner-01001 .swiper-pagination {
        position: absolute;
        z-index: 20;
        bottom: 65px;
        width: 100%;
        text-align: right;
        padding-right: 20px;
    }

    .c_portalResGroupEbizads_banner-01001 .dot {
        width: 20px;
        height: 20px;
    }

    .c_portalResGroupEbizads_banner-01001 .swiper-pagination span {
        display: inline-block;
        margin-right: 4px;
    }

    .c_portalResGroupEbizads_banner-01001 .background_default {
        display: inline-block;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        margin: 0 5px;
        opacity: 0.8;
        cursor: pointer;
    }

    .c_portalResGroupEbizads_banner-01001 .swiper-wrapper .swiper-slide img {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
    }

    .c_portalResGroupEbizads_banner-01001 .background_default {
        width: 17px;
        height: 17px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA {
        display: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB {
        display: none;
    }
}

@media only screen and (min-width: 769px) {

    /*大屏*/
    .c_portalResGroupEbizads_banner-01001 .p_prompt {
        width: auto;
        height: auto;
        text-align: center;
        background-color: inherit;
        font-size: 16px;
        border: 1px solid #E4E4E4;
    }

    .c_portalResGroupEbizads_banner-01001 .p_banner {
        height: 751px !important
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title {
        display: inline-table;
        padding: 0 30px;
        height: 100%;
        min-height: 260px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title .iconfont:before {
        content: "";
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title .first {
        height: auto;
        display: table-cell;
        font-size: 36px;
        margin-right: 10px;
        position: relative;
        color: #09bb07;
        vertical-align: middle;
        padding: 0 10px 10px 0;
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title .first:before {
        content: "\e6b4";
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title {
        font-size: 24px;
        text-align: left;
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_title .font {
        display: table-cell;
        line-height: normal;
        vertical-align: middle;
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .promptbox {
        width: auto;
        height: 100%;
    }

    .c_portalResGroupEbizads_banner-01001 .p_prompt .prompt_content {
        font-size: 18px;
        color: rgba(105, 105, 105, 1);
        padding-left: 65px;
    }

    /*列表缩略图切换1*/
    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-size: 56px;
        color: #e2e2e2;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD .iconfont:before {
        content: '\e687';
        display: inline-block;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD .font {
        display: table;
        width: inherit;
        height: inherit;
        pointer-events: none;
    }

    /*列表缩略图切换1*/
    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-size: 56px;
        color: #e2e2e2;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC .iconfont:before {
        content: '\e687';
        display: inline-block;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC .font {
        display: table;
        width: inherit;
        height: inherit;
        pointer-events: none;
    }

    /*序号图片组符*/
    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn {
        display: inline-table;
        height: 30px;
        width: 30px;
        background-color: #67b8b4;
        border-width: 1px;
        border-color: transparent;
        color: #999999;
        font-size: 12px;
        font-family: 'Microsoft YaHei';
    }

    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn img {
        display: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn .shape {
        display: table-cell;
        width: inherit;
        height: inherit;
        text-align: center;
        vertical-align: middle;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn:active {
        color: rgba(255, 255, 255, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn.active {
        color: rgba(255, 255, 255, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn.j-nav-active {
        color: rgba(255, 255, 255, 1);
    }

    /*方形图片组符*/
    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn {
        display: inline-block;
        height: 10px;
        width: 100px;
        padding: 0;
        background-color: #f2f2f2;
        border-width: 1px;
        border-color: transparent;
        font-size: 12px;
        font-family: 'Microsoft YaHei';
        text-align: center;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn img {
        display: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn .shape {
        text-indent: -9999em;
        width: inherit;
        height: inherit;
        vertical-align: middle;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn:active {
        background-color: #67b8b4;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn.active {
        background-color: #67b8b4;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn.j-nav-active {
        background-color: #67b8b4;
    }

    /*圆型图片组符*/
    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn {
        width: 15px;
        height: 15px;
        display: inline-table;
        background-color: rgba(228, 228, 228, 1);
        color: rgba(153, 153, 153, 1);
        font-size: 12px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        text-align: center;
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn img {
        display: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn .shape {
        width: inherit;
        height: inherit;
        text-indent: -99999px;
        display: table-cell;
        vertical-align: middle;
        border-radius: inherit;
        -moz-border-radius: inherit;
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn:active {
        background-color: rgba(105, 192, 188, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn.active {
        background-color: rgba(105, 192, 188, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn.j-nav-active {
        background-color: rgba(105, 192, 188, 1);
    }

    /*通用图片组符*/
    .c_portalResGroupEbizads_banner-01001 .p_NumBtn {
        width: 150px;
        height: 66px;
        border-color: rgba(242, 242, 242, 1);
        border-width: 2px;
        border-style: solid;
    }

    .c_portalResGroupEbizads_banner-01001 .p_NumBtn .shape {
        display: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_NumBtn:active {
        border-color: rgba(103, 184, 180, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_NumBtn.active {
        border-color: rgba(103, 184, 180, 1);
    }

    /*通用容器*/
    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBox {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*图集页概要信息*/
    .c_portalResGroupEbizads_banner-01001 .p_ImgSummary {
        text-align: justify;
        vertical-align: top;
        word-break: break-all;
    }

    /*图集标题*/
    .c_portalResGroupEbizads_banner-01001 .p_ImgHead {
        display: inline-table;
        margin: 0;
        padding: 0;
        color: #323232;
        font-size: 30px;
        font-weight: 400;
        text-align: left;
        white-space: nowrap;
        overflow: visible;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ImgHead .font {
        display: table-cell;
        vertical-align: top;
        line-height: 30px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ImgHead .iconfont:before {
        content: "";
    }

    /*通用容器*/
    .c_portalResGroupEbizads_banner-01001 .p_TitleBox {
        width: inherit;
        height: auto;
        overflow: hidden;
    }

    /*链接元素*/
    /*图集图片说明容器*/
    .c_portalResGroupEbizads_banner-01001 .p_SummaryBox {
        width: inherit;
        height: auto;
        border-width: 1px;
        border-style: none;
        border-color: rgba(228, 228, 228, 0);
        background-color: rgba(179, 179, 179, 1);
        overflow: visible;
    }

    /*纯图标切换按钮*/
    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB {
        background: rgba(81, 80, 80, .3);
        width: 64px;
        height: 139px;
        cursor: pointer;
        text-align: center;
        color: rgba(255, 255, 255, 1);
        font-size: 40px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB .font {
        display: table;
        width: inherit;
        height: inherit;
        /*background-color:rgba(202,202,202,.3);*/
        pointer-events: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB .iconfont {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: 3px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB:hover {
        border-width: 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(115, 115, 115, .7);
        color: rgba(106, 192, 189, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB:active {
        border-width: 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(81, 80, 80, .7);
    }

    /*通用容器*/
    .c_portalResGroupEbizads_banner-01001 .p_interactionB {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*纯图标切换按钮*/
    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA {
        background: rgba(81, 80, 80, .3);
        width: 64px;
        height: 139px;
        cursor: pointer;
        text-align: center;
        color: rgba(255, 255, 255, 1);
        font-size: 40px;
        z-index: 999;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA .font {
        display: table;
        width: inherit;
        height: inherit;
        /*background-color:rgba(202,202,202,.3);*/
        pointer-events: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA .iconfont {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: 3px;
        right: 4px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA:hover {
        border-width: 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(115, 115, 115, .7);
        color: rgba(106, 192, 189, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA:active {
        border-width: 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(81, 80, 80, .7);
    }

    /*通用容器*/
    .c_portalResGroupEbizads_banner-01001 .p_interactionA {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    .c_portalResGroupEbizads_banner-01001 .p_interactionA+.p_interactionA {
        left: initial;
        right: 0;
    }

    /*多图组大图边框*/
    .c_portalResGroupEbizads_banner-01001 .p_imageA {
        width: auto;
        height: auto;
        overflow: hidden;
    }

    /*链接元素*/
    /*通用容器*/
    .c_portalResGroupEbizads_banner-01001 .p_images {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*主要内容区容器*/
    .c_portalResGroupEbizads_banner-01001 .p_banner {
        width: inherit;
        height: auto;
        border-width: 1px;
        border-style: none;
        border-color: rgba(255, 255, 255, 1);
        background-color: transparent;
        overflow: visible;
    }

    .c_portalResGroupEbizads_banner-01001 {
        min-width: 300px;
        overflow: auto;
    }

    .c_portalResGroupEbizads_banner-01001 .p_banner {
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .p_images {
        width: auto;
        height: auto;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBox {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBoxA {
        width: auto;
        height: auto;
    }

    .c_portalResGroupEbizads_banner-01001 .p_interactionA {
        width: auto;
        height: auto;
    }

    .c_portalResGroupEbizads_banner-01001 .p_interactionB {
        width: auto;
        height: auto;
    }

    .c_portalResGroupEbizads_banner-01001 .p_TitleBox {
        border-width: 0;
    }

    .c_portalResGroupEbizads_banner-01001 .p_TitleBoxA {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .c_banner {
        width: inherit;
        height: inherit;
    }

    .c_portalResGroupEbizads_banner-01001 .p_images {
        width: inherit;
        height: inherit;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .c_portalResGroupEbizads_banner-01001 .p_LinkA {
        width: inherit;
        height: inherit;
        display: block;
        position: relative;
    }

    .c_portalResGroupEbizads_banner-01001 .p_imageA {
        vertical-align: baseline;
        text-align: center;
        width: inherit;
        height: inherit;
    }

    .c_portalResGroupEbizads_banner-01001 .p_imageA:hover {
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .p_imageA:hover:after {
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .p_interactionA {
        cursor: pointer;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
        overflow: visible;
    }

    .c_portalResGroupEbizads_banner-01001 .p_interactionB {
        cursor: pointer;
        right: 0;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
        overflow: visible;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA {
        position: absolute;
        top: 50%;
        margin-top: -37px;
        padding-top: 10px;
        color: rgb(187, 182, 182);
        left: 0;
        width: 33px;
        height: 64px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnA .iconfont:before {
        font-size: 30px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB {
        position: absolute;
        top: 50%;
        margin-top: -37px;
        right: 0;
        width: 33px;
        height: 64px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        padding-top: 10px;
        color: rgb(187, 182, 182);
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnB .iconfont:before {
        font-size: 30px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SummaryBox {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        height: 70px;
        background-color: transparent;
        display: none;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SummaryBox:hover {
        background-color: transparent;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SummaryBox .p_LinkB {
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .c_portalResGroupEbizads_banner-01001 .p_TitleBox {
        width: 100%;
        height: auto;
        height: 80px;
        padding: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 999;
        font-weight: bold;
    }

    .c_portalResGroupEbizads_banner-01001 .p_LinkA .p_TitleBox span {
        display: block;
        height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-top: 15px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_LinkA:hover .p_TitleBox span {
        color: #fff;
    }

    .c_portalResGroupEbizads_banner-01001 .p_TitleBoxA {
        width: 100%;
        height: inherit;
        padding-left: 20px;
        padding-right: 20px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ImgHead {
        padding-top: 10px;
        padding-bottom: 12px;
        font-size: 30px;
        font-weight: normal;
        font-family: "黑体";
        color: #fff;
        white-space: normal;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBox {
        position: absolute;
        text-align: center;
        font-size: 0;
        z-index: 6;
        overflow: hidden;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBoxA {
        padding-right: 30px;
        padding-left: 30px;
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
        font-size: 0;
        z-index: 6;
        overflow: hidden;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ThumbnailBox .p_NumBtn:first-child {
        margin-left: 0;
    }

    .c_portalResGroupEbizads_banner-01001 .p_NumBtn {
        margin-right: 6px;
        font-size: 0;
        width: 90px;
        height: auto;
        display: inline-block;
        overflow: hidden;
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn {
        margin-left: 10px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn {
        margin-left: 10px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC {
        position: absolute;
        top: 50%;
        left: 0;
        cursor: pointer;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD {
        position: absolute;
        top: 50%;
        right: 0;
        cursor: pointer;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .c_portalResGroupEbizads_banner-01001 .p_CircleNumBtn,
    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn,
    .c_portalResGroupEbizads_banner-01001 .p_ListNumBtn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SquareNumBtn {
        width: 98px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD .iconfont:before {
        content: "\e6ae";
        font-size: 30px;
    }

    .c_portalResGroupEbizads_banner-01001 .p_ImgSummary {
        font-weight: normal;
        white-space: normal;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC .iconfont {
        font-size: 30px;
        color: rgba(255, 255, 255, .6);
        display: table-cell;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD .iconfont {
        font-size: 30px;
        color: rgba(255, 255, 255, .6);
        display: table-cell;
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnC:hover .iconfont {
        color: rgba(105, 192, 188, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_SwitchBtnD:hover .iconfont {
        color: rgba(105, 192, 188, 1);
    }

    .c_portalResGroupEbizads_banner-01001 .p_NumBtn:hover {
        border-color: rgba(103, 184, 180, 1);
    }

    /*缩略图插件样式*/
    .c_portalResGroupEbizads_banner-01001 .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* Fix of Webkit flickering */
        z-index: 1;
        height: 100%;
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .c_portalResGroupEbizads_banner-01001 .p_MatteIcon:before {
        content: '\e752';
        .
    }

    .c_portalResGroupEbizads_banner-01001 .widther img {
        width: auto !important;
    }

    .c_portalResGroupEbizads_banner-01001 .swiper-pagination {
        position: absolute;
        z-index: 20;
        bottom: 80px;
        width: 100%;
        text-align: right;
        padding-right: 20px;
    }

    .c_portalResGroupEbizads_banner-01001 .swiper-pagination span {
        display: inline-block;
        margin-right: 4px;
    }

    .c_portalResGroupEbizads_banner-01001 .background_default {
        display: inline-block;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        margin: 0 5px;
        opacity: 0.8;
        cursor: pointer;
    }

    .c_portalResGroupEbizads_banner-01001 .swiper-wrapper .swiper-slide img {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
    }
}

@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*/

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0.1;
    }
}

100% {
    transform: scale(1.5);
    opacity: 0.1;
}


}

100% {
    transform: scale(2);
    opacity: 0.1;
}

}

100% {
    transform: scale(1.5);
    opacity: 0.1;
}

}

100% {
    transform: scale(2);
    opacity: 0.1;
}

}

100% {
    transform: scale(1.5);
    opacity: 0.1;
}

}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(4);
        opacity: 0.1;
    }
}

100% {
    transform: scale(4);
    opacity: 0.1;
}

}

100% {
    transform: scale(4);
    opacity: 0.1;
}

}

#c_portalResGroupEbizads_banner-1605506870786 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupEbizads_banner-1605506870786>div {
    animation-fill-mode: both;
}

#c_portalResGroupEbizads_banner-1605506870786 .f_banner_tit {
    display: none;
}

#c_portalResGroupEbizads_banner-1605506870786 {
    width: auto;
    max-width: none;
    min-width: 300px;
    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;
}

@keyframes texta {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

50% {
    transform: scale(1.1);
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 0;
}

}

@-webkit-keyframes texta {
    0% {
        -webkit-transform: scale(1);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

@-ms-keyframes texta {
    0% {
        -ms-transform: scale(1);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1.1);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

50% {
    -ms-transform: scale(1.1);
    opacity: 1;
}

100% {
    -ms-transform: scale(1);
    opacity: 0;
}

}

@keyframes opt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

100% {
    opacity: 1;
}

}

@-webkit-keyframes opt {
    0% {
        -webkit-opacity: 1;
    }

    100% {
        -webkit-opacity: 1;
    }
}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

100% {
    -webkit-opacity: 1;
}

}

@-ms-keyframes opt {
    0% {
        -ms-opacity: 1;
    }

    100% {
        -ms-opacity: 1;
    }
}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

100% {
    -ms-opacity: 1;
}

}

#w_grid-1605506870776 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1605506870776>div {
    animation-fill-mode: both;
}

#w_grid-1605506870776>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1605506870776*/

/*w_grid-1605506870776*/
@media only screen and (min-width: 769px) {
    #w_grid-1605506870776>div>.p_gridbox>.p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

    #w_grid-1605506870776>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1605506870776>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

/*w_grid-1605506870776*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1605506870776>div>.p_gridbox>.p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

    #w_grid-1605506870776>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1605506870776>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

#w_grid-1605506870776 .p_gridbox {
    background-image: url(../img/bg1.jpg);
    background-image-part-image: url(../img/bg1.jpg);
    background-repeat: repeat-y;
    background-position: center center;
}

#w_grid-1605506870776 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 450px) {}

#c_portalResGroupNewsNew_list-1605506870791 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-1605506870791 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-1605506870791 .ftit {
    font-weight: 100 !important;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a {
    text-decoration: none;
    cursor: default;
}

#c_portalResGroupNewsNew_list-1605506870791 h3 {
    font-weight: bold;
}

#c_portalResGroupNewsNew_list-1605506870791 h5 {
    font-weight: bold;
}

#c_portalResGroupNewsNew_list-1605506870791 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-1605506870791 .zx-section p i {
    color: #5a68b3;
    font-style: normal;
}

#c_portalResGroupNewsNew_list-1605506870791 .tit_f {
    color: #132b8c;
    font-weight: bold;
    text-align: center;
    padding: 3% 0;
    font-size: 26px;
}

#c_portalResGroupNewsNew_list-1605506870791 .tit_g {
    font-weight: bold;
    text-align: left;
    padding: 3% 0;
    font-size: 24px;
}

#c_portalResGroupNewsNew_list-1605506870791 .tit_gr {
    text-align: right;
}

#c_portalResGroupNewsNew_list-1605506870791 .tit_g span {
    color: #b60005;
}

#c_portalResGroupNewsNew_list-1605506870791 .yw-cont-inner p.p-title {
    font-size: 22px;
    color: #132b8c;
    margin-top: 50px;
    letter-spacing: 1px;
    font-family: 'FZLTHJ';
    margin-bottom: 5px;
    font-weight: normal;
}

#c_portalResGroupNewsNew_list-1605506870791 .yw-cont-inner p.p-title .b_title_f {
    font-size: 22px;
    letter-spacing: 1px;
}

@media screen and (max-width: 1440px) {
    #c_portalResGroupNewsNew_list-1605506870791 .yw-cont-inner p.p-title .b_title_f {
        font-size: 20px;
    }
}

@media screen and (max-width: 1366px) {
    #c_portalResGroupNewsNew_list-1605506870791 .yw-cont-inner p.p-title .b_title_f {
        font-size: 20px;
    }
}

@media screen and (max-width: 1280px) {
    #c_portalResGroupNewsNew_list-1605506870791 .yw-cont-inner p.p-title .b_title_f {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    #c_portalResGroupNewsNew_list-1605506870791 .yw-cont-inner p.p-title .b_title_f {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-1605506870791 .yw-cont-inner p.p-title .b_title_f {
        font-size: 14px;
    }
}

#c_portalResGroupNewsNew_list-1605506870791>div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-1605506870791 img {
    max-width: 100%;
}

#c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .ywyl-area1 {
    padding-top: 95px;
}

#c_portalResGroupNewsNew_list-1605506870791 .yw-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    position: relative;
}

#c_portalResGroupNewsNew_list-1605506870791 .yw-title .title-txt {
    font-size: 32px;
    color: #b60005;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .p-title {
    font-size: 22px;
    color: #b60005;
    margin-top: 50px;
    letter-spacing: 1px;
    font-family: 'FZLTHJ';
    margin-bottom: 5px;
    font-weight: normal;
}

#c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner {
    padding-bottom: 50px;
    border-bottom: 1px dashed #cccccc;
}

#c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner .txt {
    font-size: 22px;
    color: #666;
}

#c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner .txt .txt-red {
    color: #b60005;
    font-style: normal;
}

#c_portalResGroupNewsNew_list-1605506870791 .zx-section p {
    text-justify: inter-ideograph;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .section-txt {
    font-size: 22px;
    color: #666;
    margin-top: 30px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-inner-cont {
    margin-top: 60px;
    padding-bottom: 20px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img {
    width: 23%;
    padding: 20px;
    background: url(../img/jy1.jpg) no-repeat center center;
    background-size: 100%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img img {
    transition: all 0.4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img .m-img {
    display: inline-block;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img .h-img {
    display: none;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img span {
    transition: all 0.4s;
    display: inline-block;
    margin-right: 1%;
    width: 32.6%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img span:last-child {
    margin-right: 0px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img span:hover .m-img {
    display: none;
    transition: all 0.4s;
    opacity: 0;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img span:hover .h-img {
    display: inline-block;
    transition: all 0.4s;
    opacity: 1;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img span.on .m-img {
    display: none;
    transition: all 0.4s;
    opacity: 0;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img span.on .h-img {
    display: inline-block;
    transition: all 0.4s;
    opacity: 1;
}

#c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .zx-section .swiper-slide {
    opacity: 0;
    transition: all 0.5s;
}

#c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .zx-section .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: all 0.5s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-txt {
    color: #666666;
    width: 77%;
    padding-left: 3%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-txt p {
    margin-bottom: 40px;
    transition: all 0.4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-txt p:hover {
    transition: all 0.4s;
    color: #5a68b3 !important;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-txt p:last-child {
    margin-bottom: 0px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-txt .icon {
    position: relative;
    top: 3px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .section-inner-cont {
    padding: 50px 0 0;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item {
    width: 48.2%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px #e5e5e5;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item:nth-child(2n) {
    margin-right: 0px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .img-box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .img-box img {
    width: 100%;
    transition: all 0.4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .img-box:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .tit {
    padding: 25px 5% 20px;
    text-align: center;
    font-size: 24px;
    color: #5a68b3;
    vertical-align: middle;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .tit .icon {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    display: none;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .p-txt {
    padding: 0 4%;
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .mask-txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 20px;
    opacity: 0;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    transition: all 0.5s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .img-box:hover .mask-txt {
    transition: all 0.5s;
    transform: translateY(0);
    opacity: 1;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 {
    overflow: hidden;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .section-inner-cont {
    position: relative;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .section-inner-cont .lian-line {
    position: absolute;
    top: 25%;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(../img/1_06.png) no-repeat center center;
    background-size: 100%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-list .stage-item {
    width: 48%;
    margin-right: 2.3%;
    position: relative;
    transition: all 0.4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-list .stage-item .item-tit {
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-list .stage-item:last-child {
    margin-right: 0px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item .img-box {
    width: 100%;
    overflow: hidden;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item .img-box img {
    width: 100%;
    transition: all 0.4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item:hover {
    transition: all 0.4s;
    /*transform: translateY(-10px);*/
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item .mask-txt {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    background: rgb(90, 104, 179, 0.78);
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    font-size: 20px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item .over-txt {
    opacity: 0;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 450px;
    background: #5a68b3 url(../img/yw18.png) no-repeat center center;
    color: #ffffff;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 20px;
    font-size: 20px;
    transition: all 0.5s;
    transform: translateY(100%);
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item:hover .over-txt {
    opacity: 1;
    transition: all 0.4s;
    transform: translateY(0);
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .t-icon {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .brln {
    display: inline-block;
    width: 43%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .t-icon>span.center-icon {
    position: absolute;
    top: calc(50% - 2.2vw);
    width: 5vw;
    left: 50%;
    margin-left: -2.5vw;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list {
    margin-bottom: 20px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li {
    font-size: 22px;
    width: 100%;
    margin-bottom: 30px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li.fr {
    text-align: right;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li span {
    width: 86%;
    text-align: justify;
    display: inline-block;
    color: #666;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li .img {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 3px solid #5a68b3;
    top: 10px;
    margin-right: 20px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li .img img {
    max-width: none;
    width: 44px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo {
    background: url(../img/yw_icon16.png) no-repeat right center;
    position: relative;
    height: 360px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .photo-list {
    width: 90%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .photo-list>li {
    margin-right: 1%;
    margin-bottom: 1%;
    overflow: hidden;
    width: 49.5%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .photo-list>li:nth-child(2n) {
    margin-right: 0%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .photo-list>li img {
    width: 100%;
    transition: all 0.5s;
    height: 190px;
    object-fit: cover;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .photo-list>li:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo .orthogon-item {
    display: none;
    width: 70px;
    height: 70px;
    background: #f2e9d4;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo .item1 {
    position: absolute;
    top: -20px;
    left: -22px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo .item2 {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 0;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit {
    margin-top: 60px;
    padding: 0 5%;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit img {
    display: inline-block;
    margin-right: 25px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .headmaster-txt {
    position: relative;
    padding: 0 10px;
    width: 100%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .headmaster-txt .txt {
    background: #eeeeee;
    width: 82%;
    padding: 60px 10% 60px 5%;
    text-align: justify;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .headmaster-txt .headmaster-header {
    transition: all 0.8s;
    width: 25%;
    position: absolute;
    right: 0px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .headmaster-txt .headmaster-header img {
    transition: all 0.8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .headmaster-txt .headmaster-header:hover img {
    transform: scale(1.1);
    transition: all 1s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt {
    width: 100%;
    margin-top: 50px;
    padding: 20px 5%;
    position: relative;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt span.icon {
    display: inline-block;
    color: #b60005;
    position: absolute;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt span:nth-child(1) {
    top: 15px;
    left: 10px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt span:nth-child(3) {
    bottom: 30px;
    right: 0%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt .txt {
    display: inline-block;
    font-size: 22px;
    width: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #666;
    line-height: 36px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 .inner-title {
    font-size: 28px;
    text-align: center;
    color: #132b8c;
    margin: 30px 0;
    font-weight: bold;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .section-inner-cont {
    margin-top: 50px;
    padding: 10px 0;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 3%;
    transition: all 0.4s;
    border: 1px solid #e5e5e5;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item:hover {
    box-shadow: 0 0 10px 2px #efefef;
    transition: all 0.4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item:nth-child(2n) {
    margin-right: 0px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .img-box {
    overflow: hidden;
    width: 100%;
    height: 350px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .img-box img {
    width: 100%;
    transition: all 0.4s;
    height: 100%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box {
    padding: 20px 30px;
    width: 100%;
    height: 120px;
    position: relative;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item:hover .img-box img {
    transform: scale(1.1);
    transition: all 0.4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box .logo-item {
    display: inline-block;
    width: 39%;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box .link-item {
    transition: all 0.4s;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -30px;
    border-radius: 40px;
    text-align: center;
    border: 2px solid #5a68b3;
    width: 182px;
    height: 60px;
    line-height: 60px;
    color: #5a68b3;
    font-size: 24px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box .link-item:hover {
    background: #5a68b3;
    color: #ffffff;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 {
    overflow: hidden;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    height: 600px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item:nth-child(3) .logo-item img {
    height: 75px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1 {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "LTCHJW";
    margin: 10px 2%;
    color: #999999;
    font-size: 16px;
    animation: texta 6s linear infinite;
    -webkit-animation: texta 6s linear alternate infinite;
    -ms-animation: texta 6s linear alternate infinite;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(2) {
    left: 130px;
    top: 50px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -ms-animation-duration: 10s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(3) {
    left: 230px;
    top: 30px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(4) {
    left: 290px;
    top: 99px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(5) {
    left: 370px;
    top: 0px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -ms-animation-duration: 7s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(6) {
    left: 446px;
    top: 0px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(7) {
    left: 391px;
    top: 220px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -ms-animation-duration: 10s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(8) {
    left: 440px;
    top: 65px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(9) {
    left: 631px;
    top: 40px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -ms-animation-duration: 10s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(10) {
    left: 728px;
    top: 0px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(11) {
    left: 816px;
    top: 86px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -ms-animation-duration: 7s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(12) {
    left: 916px;
    top: 6px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(13) {
    left: 1016px;
    top: 36px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(14) {
    left: 16px;
    top: 164px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(15) {
    left: 190px;
    top: 219px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(16) {
    left: 691px;
    top: 155px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(17) {
    left: 589px;
    top: 124px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(18) {
    left: 799px;
    top: 231px;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    -ms-animation-duration: 4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(19) {
    left: 930px;
    top: 163px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(20) {
    left: 10px;
    top: 266px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -ms-animation-duration: 7s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(21) {
    left: 230px;
    top: 306px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(22) {
    left: 337px;
    top: 322px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(23) {
    left: 676px;
    top: 256px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(24) {
    left: 537px;
    top: 264px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -ms-animation-duration: 10s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(25) {
    left: 637px;
    top: 304px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(26) {
    left: 722px;
    top: 349px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(27) {
    left: 893px;
    top: 288px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(28) {
    left: 1020px;
    top: 183px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -ms-animation-duration: 10s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(29) {
    left: 1004px;
    top: 278px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(30) {
    left: 788px;
    top: 336px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(31) {
    left: 50px;
    top: 205px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(32) {
    left: 137px;
    top: 306px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(33) {
    left: 349px;
    top: 376px;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    -ms-animation-duration: 4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(34) {
    left: 393px;
    top: 257px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(35) {
    left: 553px;
    top: 383px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(36) {
    left: 453px;
    top: 403px;
    animation-duration: 9s;
    -webkit-animation-duration: 9s;
    -ms-animation-duration: 9s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(37) {
    left: 982px;
    top: 316px;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    -ms-animation-duration: 4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(38) {
    left: 122px;
    top: 409px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(39) {
    left: 232px;
    top: 455px;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    -ms-animation-duration: 4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(40) {
    left: 390px;
    top: 465px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(41) {
    left: 490px;
    top: 465px;
    animation-duration: 9s;
    -webkit-animation-duration: 9s;
    -ms-animation-duration: 9s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(42) {
    left: 600px;
    top: 444px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -ms-animation-duration: 7s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(43) {
    left: 701px;
    top: 445px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(44) {
    left: 891px;
    top: 406px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(45) {
    left: 991px;
    top: 367px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(46) {
    left: 1px;
    top: 324px;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    -ms-animation-duration: 4s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(47) {
    left: 00px;
    top: 463px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -ms-animation-duration: 10s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(48) {
    left: 122px;
    top: 513px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(49) {
    left: 327px;
    top: 526px;
    animation-duration: 9s;
    -webkit-animation-duration: 9s;
    -ms-animation-duration: 9s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(50) {
    left: 527px;
    top: 555px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -ms-animation-duration: 6s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(51) {
    left: 774px;
    top: 434px;
    animation-duration: 9s;
    -webkit-animation-duration: 9s;
    -ms-animation-duration: 9s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(52) {
    left: 974px;
    top: 455px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -ms-animation-duration: 10s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(53) {
    left: 825px;
    top: 511px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -ms-animation-duration: 8s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a:hover {
    animation: opt 0s;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.mt40 {
    margin-top: 30px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font3 {
    font-size: 18px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font2 {
    font-size: 22px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font1 {
    font-size: 24px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font0 {
    font-size: 28px;
}

@media screen and (max-width: 1440px) {
    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .img-box {
        height: 303px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .tit_f {
        font-size: 24px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .tit_g {
        font-size: 22px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title {
        width: 310px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title .title-txt {
        font-size: 28px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .p-title {
        font-size: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner {
        padding-bottom: 45px;
        margin-bottom: 0px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner .txt {
        font-size: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .section-txt {
        font-size: 20px;
        margin-top: 25px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-txt p {
        margin-bottom: 33px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .tit .icon {
        margin-right: 10px;
        width: 45px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .tit {
        padding: 22px 5% 16px;
        font-size: 22px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .p-txt {
        font-size: 20px;
        margin-bottom: 12px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item .over-txt {
        font-size: 18px;
        line-height: 28px;
        height: 430px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li.fr span {
        width: 75%
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li {
        font-size: 20px;
        margin-bottom: 26px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li span img {
        width: 3.1vw
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo {
        height: 310px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt .txt {
        font-size: 22px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit {
        margin-top: 55px;
        font-size: 30px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box .link-item {
        width: 176px;
        height: 56px;
        line-height: 56px;
        font-size: 22px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box {
        padding: 18px 30px;
        height: 110px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img {
        padding: 35px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit img {
        width: 45px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-inner-cont {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1366px) {
    #c_portalResGroupNewsNew_list-1605506870791 .tit_f {
        font-size: 22px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .tit_g {
        font-size: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title {
        width: 300px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title .title-txt {
        font-size: 28px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .p-title {
        font-size: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner {
        padding-bottom: 40px;
        margin-bottom: 0px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner .txt {
        font-size: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .section-txt {
        font-size: 20px;
        margin-top: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-txt p {
        margin-bottom: 30px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img {
        padding: 30px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .tit {
        padding: 20px 5% 15px;
        font-size: 22px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .p-txt {
        font-size: 20px;
        margin-bottom: 10px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .mask-txt {
        font-size: 18px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .section-inner-cont {
        padding: 40px 0 0
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item .mask-txt {
        font-size: 18px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .t-icon {
        margin-top: 50px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li.fr span {
        width: 75%
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li {
        font-size: 20px;
        margin-bottom: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo .orthogon-item {
        width: 60px;
        height: 60px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo {
        height: 310px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li .img {
        width: 36px;
        height: 36px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li .img img {
        width: 40px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit {
        margin-top: 50px;
        font-size: 28px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt .txt {
        font-size: 20px;
        line-height: 30px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box .link-item {
        width: 170px;
        height: 52px;
        line-height: 52px;
        font-size: 20px;
        right: 25px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box {
        padding: 15px 25px;
        height: 100px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo .item1 {
        top: -15px;
        left: -15px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo .item2 {
        bottom: -15px;
        right: -15px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 .inner-title {
        font-size: 26px;
        margin: 25px 0
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font3 {
        font-size: 16px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font2 {
        font-size: 20px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font1 {
        font-size: 22px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font0 {
        font-size: 26px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(2) {
        left: 111px;
        top: 25px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(3) {
        left: 223px;
        top: 0px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(4) {
        left: 216px;
        top: 53px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(8) {
        left: 330px;
        top: 84px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(17) {
        left: 453px;
        top: 53px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(9) {
        left: 569px;
        top: 53px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(10) {
        left: 646px;
        top: 0px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(12) {
        left: 754px;
        top: 11px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(16) {
        left: 691px;
        top: 110px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(13) {
        left: auto;
        top: 17px;
        right: 26px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(19) {
        left: auto;
        top: 63px;
        right: 147px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(18) {
        left: 607px;
        top: 131px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(27) {
        left: 868px;
        top: 223px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(37) {
        left: auto;
        top: 316px;
        right: 0;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(45) {
        left: auto;
        top: 367px;
        right: 0;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(29) {
        left: auto;
        top: 239px;
        right: 33px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(28) {
        left: auto;
        top: 155px;
        right: 0;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(52) {
        left: auto;
        top: 455px;
        right: 30px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(11) {
        left: auto;
        top: 145px;
        right: 232px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(53) {
        left: auto;
        top: 526px;
        right: 185px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item .over-txt {
        font-size: 16px;
        line-height: 26px;
        height: 400px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(50) {
        display: none;
    }



}

@media screen and (max-width: 1280px) {
    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .img-box {
        height: 320px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .tit_g {
        font-size: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title {
        width: 280px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title .title-txt {
        font-size: 26px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .p-title {
        font-size: 18px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner .txt {
        font-size: 18px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner {
        padding-bottom: 35px;
        margin-bottom: 0px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .section-txt {
        font-size: 18px;
        margin-top: 18px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-txt p {
        margin-bottom: 25px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img {
        padding: 25px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .tit {
        padding: 20px 5% 15px;
        font-size: 18px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .tit .icon {
        width: 40px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .p-txt {
        font-size: 20px;
        margin-bottom: 10px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .mask-txt {
        font-size: 16px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .section-inner-cont {
        padding: 30px 10px 0
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li.fr span {
        width: 75%
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li {
        font-size: 18px;
        margin-bottom: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt .txt {
        font-size: 18px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box .link-item {
        width: 160px;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        right: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box {
        padding: 15px 20px;
        height: 100px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo {
        height: 330px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit {
        margin-top: 45px;
        font-size: 26px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 .inner-title {
        font-size: 24px;
        margin: 20px 0
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font3 {
        font-size: 14px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font2 {
        font-size: 16px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font1 {
        font-size: 18px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font0 {
        font-size: 22px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList {
        height: 570px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(24) {
        left: 508px;
        top: 267px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(19) {
        left: auto;
        top: 140px;
        right: 110px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(21) {
        left: 219px;
        top: 266px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1 {
        margin: 0;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(29) {
        left: auto;
        top: 239px;
        right: 109px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(33) {
        left: 269px;
        top: 376px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(26) {
        left: 705px;
        top: 299px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(30) {
        left: 688px;
        top: 380px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(44) {
        left: auto;
        top: 406px;
        right: 0;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(36) {
        left: 331px;
        top: 386px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(23) {
        left: 676px;
        top: 270px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(20) {
        left: 10px;
        top: 279px;
    }


    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(27) {

        top: 323px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(50) {
        top: 10px;
        right: 200px;
        left: auto;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(45) {

        right: 160px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(39) {

        left: auto;
        top: 180px;
        right: 350px;
    }



    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit img {
        width: 40px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-inner-cont {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1200px) {
    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo {
        height: 275px;
    }
}

@media screen and (max-width: 1024px) {
    #c_portalResGroupNewsNew_list-1605506870791 .tit_g {
        font-size: 16px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title {
        width: 260px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title .title-txt {
        font-size: 24px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .p-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner .txt {
        font-size: 16px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .section-txt {
        font-size: 16px;
        margin-top: 15px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img {
        padding: 20px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-txt p {
        margin-bottom: 13px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .tit {
        padding: 15px 5% 15px;
        font-size: 18px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .tit .icon {
        width: 36px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .p-txt {
        font-size: 16px;
        margin-bottom: 5px;
        height: 54px;
        text-align: justify
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .mask-txt {
        font-size: 14px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item .mask-txt {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item .over-txt {
        font-size: 14px;
        line-height: 24px;
        height: 380px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li span {
        width: 100%;
        min-height: auto !important
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li.fr span {
        width: 80%
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li {
        font-size: 16px;
        margin-bottom: 15px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li .img {
        width: 32px;
        height: 32px;
        border-width: 2px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li .img img {
        width: 36px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .section-inner-cont {
        margin-top: 40px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box .link-item {
        width: 150px;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        right: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box {
        padding: 15px 20px;
        height: 100px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo {
        height: 270px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit {
        margin-top: 40px;
        font-size: 24px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 .inner-title {
        font-size: 22px;
        margin: 40px 0 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList {
        height: 700px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(13) {
        top: 560px;
        right: 136px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(52) {
        left: auto;
        top: 524px;
        right: 26px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(11) {
        top: 555px;
        right: 285px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(11) {
        top: 528px;
        right: 442px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(40) {
        left: 349px;
        top: 438px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(41) {
        left: 458px;
        top: 435px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(43) {
        left: 285px;
        top: 580px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit img {
        width: 36px;
    }
}

@media screen and (max-width: 980px) {
    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-photo {
        height: auto;
        background: none;
    }
}

@media screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .img-box {
        height: auto;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .tit_gr {
        text-align: left;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title {
        width: 240px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title .title-txt {
        font-size: 22px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .p-title {
        font-size: 14px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner .txt {
        font-size: 14px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .section-txt {
        font-size: 14px;
        margin-top: 10px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img {
        padding: 30px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-txt p {
        margin-bottom: 10px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item {
        width: 100%;
        margin-right: 0
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .tit {
        padding: 15px 5% 10px;
        font-size: 16px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .tit .icon {
        width: 26px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .feature-item .p-txt {
        font-size: 14px;
        margin-bottom: 10px;
        height: auto
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-list {
        width: 93%;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .section-inner-cont .lian-line {
        top: 0;
        left: 93%;
        width: 6%;
        height: 100%;
        background: url(../img/1_07.png) no-repeat center center;
        background-size: auto 100%;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-list .stage-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-list .stage-item .item-tit {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area4 .tixi-item .over-txt {
        font-size: 14px;
        line-height: 24px;
        height: 340px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .t-icon {
        margin: 30px 0 10px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list {}

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li {
        font-size: 14px;
        width: 100%;
        margin-bottom: 12px;
        line-height: 25px;
        vertical-align: middle;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .t-icon>span.center-icon {
        top: 28%;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li.fr span {
        width: 100%;
        vertical-align: middle;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list {
        margin-top: 0px;
        padding: 5%;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li .img {
        width: 20px;
        height: 20px;
        border-width: 2px;
        margin-right: 10px;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li .img img {
        width: 22px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box {
        padding: 15px;
        height: auto
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit {
        margin-top: 30px;
        font-size: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-img {
        width: 100%;
        margin-bottom: 20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area2 .section-txt {
        width: 100%;
        padding-left: 0%
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .headmaster-txt .txt {
        width: 100%;
        padding: 50px 10% 50px 5%
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .headmaster-txt .headmaster-header {
        width: 100%;
        position: relative;
        -webkit-transform: translateY(-0%);
        transform: translateY(-0%);
        text-align: center
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt span:nth-child(1) {
        top: 15px;
        left: 0px;
        width: 14px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt span:nth-child(3) {
        width: 14px;
        right: 15px;
        bottom: 25px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt {
        margin-top: 0px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .c-txt .txt {
        font-size: 16px;
        line-height: 26px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .section-inner-cont {
        margin-top: 30px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box .logo-item {
        width: 55%
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item {
        width: 100%;
        margin-right: 0
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .item .txt-box .link-item {
        width: 30%;
        height: 42px;
        line-height: 41px;
        font-size: 14px;
        right: 15px;
        border-width: 1px;
        margin-top: -20px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .headmaster-txt {
        padding: 0;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 .inner-title {
        font-size: 20px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList {
        height: 780px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1 img {
        max-width: 66px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font1 {
        font-size: 16px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(14) {
        left: 3px;
        top: 111px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(5) {
        left: 341px;
        top: 0px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(17) {
        left: 428px;
        top: 53px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(9) {
        left: 532px;
        top: 41px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(19) {
        top: 125px;
        right: 153px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(16) {
        left: auto;
        top: 110px;
        right: 0;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(14) {
        left: 0px;
        top: 94px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(31) {
        left: 28px;
        top: 157px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(15) {
        left: 115px;
        top: 167px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(15) {
        left: 154px;
        top: 179px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(30) {
        top: 380px;
        right: 10px;
        left: auto;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(19) {
        top: 566px;
        right: 277px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(21) {
        left: 219px;
        top: 208px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(15) {
        left: 110px;
        top: 154px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(7) {
        left: 317px;
        top: 220px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(21) {
        left: 165px;
        top: 193px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(7) {
        left: 263px;
        top: 220px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(29) {
        top: 180px;
        right: 198px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(20) {
        left: 10px;
        top: 235px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(34) {
        left: 271px;
        top: 257px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(24) {
        top: 206px;
        right: 194px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(25) {
        top: 169px;
        right: 129px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(16) {
        top: 95px;
        right: 31px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(18) {
        left: auto;
        top: 131px;
        right: 79px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(23) {
        left: auto;
        top: 212px;
        right: 156px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(52) {
        left: auto;
        top: 239px;
        right: 115px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(22) {
        left: 332px;
        top: 262px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(33) {
        left: 384px;
        top: 297px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(36) {
        left: 231px;
        top: 339px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(39) {
        left: 232px;
        top: 405px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(35) {
        left: auto;
        top: 383px;
        right: 160px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(6) {
        left: 0;
        top: 88%;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(21) {
        left: 137px;
        top: 201px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area8 .section-inner-cont {
        padding: 0;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit img {
        width: 26px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 450px) {
    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area6 .top-tit {
        margin-top: 20px;
        font-size: 16px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 .inner-title {
        font-size: 18px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .ywyl-area1 {
        padding-top: 55px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title {
        width: 168px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .yw-title .title-txt {
        font-size: 22px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .p-title {
        font-size: 14px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .yw-cont-inner .txt {
        font-size: 14px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area3 .section-inner-cont {
        padding: 30px 0px 0;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list li {
        margin-bottom: 10px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList {
        height: 700px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 .mien-inner {
        padding: 0px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList a.font0 {
        font-size: 18px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(2) {
        left: 104px;
        top: 25px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(5) {
        left: 300px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(4) {
        left: 208px;
        top: 40px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(6) {
        left: auto;
        top: 139px;
        right: 17px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(7) {
        left: 210px;
        top: 232px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(29) {
        top: 156px;
        right: 244px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(8) {
        left: 142px;
        top: 113px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(18) {
        left: auto;
        top: 690px;
        right: 49px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(22) {
        left: 250px;
        top: 656px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(52) {
        left: auto;
        top: 514px;
        right: 13px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(53) {
        left: auto;
        top: 453px;
        right: 190px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(49) {
        left: 18px;
        top: 662px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(36) {
        left: 31px;
        top: 237px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(48) {
        left: 87px;
        top: 505px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(30) {
        top: 330px;
        right: 131px;
        left: auto;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(21) {
        left: 128px;
        top: 613px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(22) {
        left: 118px;
        top: 579px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(15) {
        left: 103px;
        top: 117px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(31) {
        left: 0px;
        top: 128px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(16) {
        top: 104px;
        right: 7px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(23) {
        left: auto;
        top: 187px;
        right: 85px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(20) {
        left: 10px;
        top: 208px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(28) {
        left: auto;
        top: 169px;
        right: 0;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(46) {
        left: 1px;
        top: 270px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(32) {
        left: 90px;
        top: 262px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(34) {
        left: 167px;
        top: 264px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(37) {
        left: auto;
        top: 260px;
        right: 4px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(38) {
        left: 78px;
        top: 358px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(45) {
        left: auto;
        top: 295px;
        right: 15px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(44) {
        left: auto;
        top: 335px;
        right: 5px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(40) {
        left: 0;
        top: 381px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(39) {
        left: 232px;
        top: 365px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(43) {
        left: auto;
        top: 422px;
        right: 4px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(13) {
        top: 485px;
        right: 141px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(18) {
        left: auto;
        top: 603px;
        right: 88px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 390px) {
    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1 img {
        max-width: 50px;
    }
}

@media screen and (max-width: 350px) {
    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 .inner-title {
        font-size: 16px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList {
        height: 665px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(3) {
        left: auto;
        top: 0px;
        right: 6px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(8) {
        left: 74px;
        top: 113px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(38) {
        left: 136px;
        top: 358px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(45) {
        left: auto;
        top: 311px;
        right: 15px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(37) {
        left: auto;
        top: 433px;
        right: 75px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(43) {
        left: auto;
        top: 444px;
        right: 2px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(52) {
        left: auto;
        top: 475px;
        right: 66px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(18) {
        left: auto;
        top: 534px;
        right: 4px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(19) {
        top: 566px;
        right: 67px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(22) {
        left: 2px;
        top: 570px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(21) {
        left: 100px;
        top: 598px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area7 #tagsList .a_1:nth-child(49) {
        left: 5px;
        top: 617px;
    }
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .xiaoyuan-lr {
    width: 50%;
    float: left;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list2 {
    width: 80%;
    margin-left: 20%;
}

@media screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .xiaoyuan-lr {
        width: 100%;
        float: none;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .photo-list {
        width: 100%;
        float: none;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list {
        padding: 15px 5%;
        margin-bottom: 0;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .idea-list2 {
        width: 100%;
        margin-left: 0;
    }
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title {
    text-align: center;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1 {
    display: inline-block;
    font-size: 32px;
    font-family: 'FZLTHJ';
    color: #132b8c;
    position: relative;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1::before {
    content: '';
    display: block;
    width: 39px;
    height: 33px;
    background: url(../img/img_yy_t01.png) 0 0/100% no-repeat;
    position: absolute;
    left: -60px;
    top: -10px;
}

#c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1::after {
    content: '';
    display: block;
    width: 39px;
    height: 33px;
    background: url(../img/img_yy_t02.png) 0 0/100% no-repeat;
    position: absolute;
    right: -60px;
    bottom: -10px;
}

@media screen and (max-width: 1440px) {
    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .ywyl-area1 {
        padding-top: 95px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .p-title {
        margin-top: 35px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1 {
        font-size: 28px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1::before {
        width: 28px;
        height: 28px;
        left: -50px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1::after {
        width: 28px;
        height: 28px;
        right: -50px;
    }
}

@media screen and (max-width: 1280px) {
    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .ywyl-area1 {
        padding-top: 80px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1 {
        font-size: 26px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1::before {
        width: 24px;
        height: 24px;
        left: -40px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1::after {
        width: 24px;
        height: 24px;
        right: -40px;
    }
}

@media screen and (max-width: 1024px) {
    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .ywyl-area1 {
        padding-top: 70px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .p-title {
        margin-top: 30px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1 {
        font-size: 24px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1::before {
        width: 20px;
        height: 20px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1::after {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area5 .photo-list>li img {
        height: auto;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .ywyl-area1 {
        padding-top: 50px
    }

    #c_portalResGroupNewsNew_list-1605506870791 .bg-ywbox .p-title {
        margin-top: 26px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1 {
        font-size: 22px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1::before {
        width: 18px;
        height: 18px;
    }

    #c_portalResGroupNewsNew_list-1605506870791 .ywyl-area1 .title h1::after {
        width: 18px;
        height: 18px;
    }
}

#c_portalResGroupNewsNew_list-1605506870791 .p_page .pre .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0;
}

#c_portalResGroupNewsNew_list-1605506870791 .p_page .next .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0;
}

#c_portalResGroupNewsNew_list-1605506870791 .p_more .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0;
}

#c_portalResGroupNewsNew_list-1605506870791 .p_loading .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0;
}

#c_portalResGroupNewsNew_list-1605506870791 {
    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;
}