/*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);
}

.subpage_ad .text {
    display: none;
}

.banner_mouse {
    z-index: 99;
    position: absolute;
    bottom: 40px;
    right: 49%;
    width: 23px;
    height: 40px;
    cursor: pointer;
    background: url(../image/rBQBG1yq-gaEI5zlAAAAAJ-lvOM030.png) no-repeat -23px 0px;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
    /* margin-left:-11.5px; */
}

.banner_mouse:after,
.banner_mouse:before {
    content: "";
    position: absolute;
}

.banner_mouse:before {
    width: 23px;
    height: 40px;
    background: url(../image/rBQBG1yq-gaEI5zlAAAAAJ-lvOM030.png) no-repeat 0px 0px;
    -webkit-animation: colorSlide 1.6s linear infinite;
    animation: colorSlide 1.6s linear infinite;
    top: 0;
    left: 0;
}

.banner_mouse:after {
    background-color: #fff;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 1.6s linear infinite;
    animation: trackBallSlide 1.6s linear infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@-webkit-keyframes colorSlide {
    0% {
        height: 0;
    }

    90% {
        height: 40px;
    }
}

@keyframes colorSlide {
    0% {
        height: 0;
    }

    90% {
        height: 40px;
    }
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-8px);
        transform: scale(1) translateY(-8px);
    }

    34% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(4px);
        transform: scale(0.9) translateY(4px);
    }

    68% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-8px);
        transform: scale(0.4) translateY(-8px);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-8px);
        transform: scale(1) translateY(-8px);
    }

    34% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(4px);
        transform: scale(0.9) translateY(4px);
    }

    68% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-8px);
        transform: scale(0.4) translateY(-8px);
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width: 768px) {

    /*小屏*/
    .c_portalResEbizads_banner-01001 .p_prompt {
        width: auto;
        height: auto;
        text-align: center;
        background-color: inherit;
        font-size: 16px;
        border: 1px solid #E4E4E4;
    }

    .c_portalResEbizads_banner-01001 .p_prompt .prompt_title {
        display: inline-table;
        padding: 0 30px;
        height: 100%;
        min-height: 260px;
    }

    .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .iconfont:before {
        content: "";
    }

    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_prompt .prompt_title .first:before {
        content: "\e6b4";
    }

    .c_portalResEbizads_banner-01001 .p_prompt .prompt_title {
        font-size: 24px;
        text-align: left;
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
    }

    .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .font {
        display: table-cell;
        line-height: normal;
        vertical-align: middle;
    }

    .c_portalResEbizads_banner-01001 .p_prompt .promptbox {
        width: auto;
        height: 100%;
    }

    .c_portalResEbizads_banner-01001 .p_prompt .prompt_content {
        font-size: 18px;
        color: rgba(105, 105, 105, 1);
        padding-left: 65px;
    }

    /*列表缩略图切换1*/
    .c_portalResEbizads_banner-01001 .p_SwitchBtnD {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-size: 56px;
        color: #e2e2e2;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before {
        content: '\e687';
        display: inline-block;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD .font {
        display: table;
        width: inherit;
        height: inherit;
        pointer-events: none;
    }

    /*列表缩略图切换1*/
    .c_portalResEbizads_banner-01001 .p_SwitchBtnC {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-size: 56px;
        color: #e2e2e2;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont:before {
        content: '\e687';
        display: inline-block;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnC .font {
        display: table;
        width: inherit;
        height: inherit;
        pointer-events: none;
    }

    /*序号图片组符*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_ListNumBtn img {
        display: none;
    }

    .c_portalResEbizads_banner-01001 .p_ListNumBtn .shape {
        display: table-cell;
        width: inherit;
        height: inherit;
        text-align: center;
        vertical-align: middle;
    }

    .c_portalResEbizads_banner-01001 .p_ListNumBtn:active {
        color: rgba(255, 255, 255, 1);
    }

    .c_portalResEbizads_banner-01001 .p_ListNumBtn.active {
        color: rgba(255, 255, 255, 1);
    }

    .c_portalResEbizads_banner-01001 .p_ListNumBtn.j-nav-active {
        color: rgba(255, 255, 255, 1);
    }

    /*方形图片组符*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_SquareNumBtn img {
        display: none;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn .shape {
        text-indent: -9999em;
        width: inherit;
        height: inherit;
        vertical-align: middle;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn:active {
        background-color: #67b8b4;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn.active {
        background-color: #67b8b4;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn.j-nav-active {
        background-color: #67b8b4;
    }

    /*圆型图片组符*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_CircleNumBtn img {
        display: none;
    }

    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_CircleNumBtn:active {
        background-color: rgba(105, 192, 188, 1);
    }

    .c_portalResEbizads_banner-01001 .p_CircleNumBtn.active {
        background-color: rgba(105, 192, 188, 1);
    }

    .c_portalResEbizads_banner-01001 .p_CircleNumBtn.j-nav-active {
        background-color: rgba(105, 192, 188, 1);
    }

    /*通用图片组符*/
    .c_portalResEbizads_banner-01001 .p_NumBtn {
        width: 150px;
        height: 66px;
        border-color: rgba(242, 242, 242, 1);
        border-width: 2px;
        border-style: solid;
    }

    .c_portalResEbizads_banner-01001 .p_NumBtn .shape {
        display: none;
    }

    .c_portalResEbizads_banner-01001 .p_NumBtn:active {
        border-color: rgba(103, 184, 180, 1);
    }

    .c_portalResEbizads_banner-01001 .p_NumBtn.active {
        border-color: rgba(103, 184, 180, 1);
    }

    /*通用容器*/
    .c_portalResEbizads_banner-01001 .p_ThumbnailBox {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*图集页概要信息*/
    .c_portalResEbizads_banner-01001 .p_ImgSummary {
        text-align: justify;
        vertical-align: top;
        word-break: break-all;
    }

    /*图集标题*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_ImgHead .font {
        display: table-cell;
        vertical-align: top;
        line-height: 30px;
    }

    .c_portalResEbizads_banner-01001 .p_ImgHead .iconfont:before {
        content: "";
    }

    /*通用容器*/
    .c_portalResEbizads_banner-01001 .p_TitleBox {
        width: inherit;
        height: auto;
        overflow: hidden;
    }

    /*链接元素*/
    /*图集图片说明容器*/
    .c_portalResEbizads_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_portalResEbizads_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_portalResEbizads_banner-01001 .p_SwitchBtnB .font {
        display: table;
        width: inherit;
        height: inherit;
        /*background-color:rgba(202,202,202,.3);*/
        pointer-events: none;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: 3px;
    }

    .c_portalResEbizads_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_portalResEbizads_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_portalResEbizads_banner-01001 .p_interactionB {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*纯图标切换按钮*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_SwitchBtnA .font {
        display: table;
        width: inherit;
        height: inherit;
        /*background-color:rgba(202,202,202,.3);*/
        pointer-events: none;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: 3px;
        right: 4px;
    }

    .c_portalResEbizads_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_portalResEbizads_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_portalResEbizads_banner-01001 .p_interactionA {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    .c_portalResEbizads_banner-01001 .p_interactionA+.p_interactionA {
        left: initial;
        right: 0;
    }

    /*多图组大图边框*/
    .c_portalResEbizads_banner-01001 .p_imageA {
        width: auto;
        height: auto;
        overflow: hidden;
    }

    /*链接元素*/
    /*通用容器*/
    .c_portalResEbizads_banner-01001 .p_images {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*主要内容区容器*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 {
        min-width: 300px;
        overflow: auto;
    }

    .c_portalResEbizads_banner-01001 .p_banner {
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .p_images {
        width: auto;
        height: auto;
    }

    .c_portalResEbizads_banner-01001 .p_ThumbnailBox {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .p_ThumbnailBoxA {
        width: auto;
        height: auto;
    }

    .c_portalResEbizads_banner-01001 .p_interactionA {
        width: auto;
        height: auto;
    }

    .c_portalResEbizads_banner-01001 .p_interactionB {
        width: auto;
        height: auto;
    }

    .c_portalResEbizads_banner-01001 .p_TitleBox {
        border-width: 0;
    }

    .c_portalResEbizads_banner-01001 .p_TitleBoxA {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .c_banner {
        width: inherit;
        height: inherit;
    }

    .c_portalResEbizads_banner-01001 .p_images {
        width: inherit;
        height: inherit;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .c_portalResEbizads_banner-01001 .p_LinkA {
        width: inherit;
        height: inherit;
        display: block;
        position: relative;
    }

    .c_portalResEbizads_banner-01001 .p_imageA {
        vertical-align: baseline;
        text-align: center;
        width: inherit;
        height: inherit;
    }

    .c_portalResEbizads_banner-01001 .p_imageA:hover {
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .p_imageA:hover:after {
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .p_interactionA {
        cursor: pointer;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
        overflow: visible;
    }

    .c_portalResEbizads_banner-01001 .p_interactionB {
        cursor: pointer;
        right: 0;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
        overflow: visible;
    }

    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont:before {
        font-size: 30px;
    }

    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont:before {
        font-size: 30px;
    }

    .c_portalResEbizads_banner-01001 .p_SummaryBox {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        height: 70px;
        background-color: transparent;
        display: none;
    }

    .c_portalResEbizads_banner-01001 .p_SummaryBox:hover {
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .p_SummaryBox .p_LinkB {
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_LinkA .p_TitleBox span {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .c_portalResEbizads_banner-01001 .p_LinkA:hover .p_TitleBox span {
        color: #fff;
    }

    .c_portalResEbizads_banner-01001 .p_TitleBoxA {
        width: 100%;
        height: inherit;
        padding-left: 20px;
        padding-right: 20px;
    }

    .c_portalResEbizads_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_portalResEbizads_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_portalResEbizads_banner-01001 .p_ThumbnailBox .p_NumBtn:first-child {
        margin-left: 0;
    }

    .c_portalResEbizads_banner-01001 .p_NumBtn {
        margin-right: 6px;
        font-size: 0;
        width: 90px;
        height: auto;
        display: inline-block;
        overflow: hidden;
    }

    .c_portalResEbizads_banner-01001 .p_CircleNumBtn {
        margin-left: 10px;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn {
        margin-left: 10px;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnC {
        position: absolute;
        top: 50%;
        left: 0;
        cursor: pointer;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD {
        position: absolute;
        top: 50%;
        right: 0;
        cursor: pointer;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .c_portalResEbizads_banner-01001 .p_CircleNumBtn,
    .c_portalResEbizads_banner-01001 .p_SquareNumBtn,
    .c_portalResEbizads_banner-01001 .p_ListNumBtn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn {
        width: 98px;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before {
        content: "\e6ae";
        font-size: 30px;
    }

    .c_portalResEbizads_banner-01001 .p_ImgSummary {
        font-weight: normal;
        white-space: normal;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont {
        font-size: 30px;
        color: rgba(255, 255, 255, .6);
        display: table-cell;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont {
        font-size: 30px;
        color: rgba(255, 255, 255, .6);
        display: table-cell;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnC:hover .iconfont {
        color: rgba(105, 192, 188, 1);
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD:hover .iconfont {
        color: rgba(105, 192, 188, 1);
    }

    .c_portalResEbizads_banner-01001 .p_NumBtn:hover {
        border-color: rgba(103, 184, 180, 1);
    }

    /*缩略图插件样式*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_MatteIcon:before {
        content: '\e752';
        .
    }

    .c_portalResEbizads_banner-01001 .widther img {
        width: auto !important;
    }

    .c_portalResEbizads_banner-01001 .swiper-pagination {
        position: absolute;
        z-index: 20;
        bottom: 65px;
        width: 100%;
        text-align: center;
    }

    .c_portalResEbizads_banner-01001 .dot {
        width: 20px;
        height: 20px;
    }

    .c_portalResEbizads_banner-01001 .swiper-pagination span {
        display: inline-block;
        margin-right: 4px;
    }

    .c_portalResEbizads_banner-01001 .background_default {
        display: inline-block;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        margin: 0 5px;
        opacity: 0.8;
        cursor: pointer;
    }

    .c_portalResEbizads_banner-01001 .swiper-wrapper .swiper-slide img {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
    }

    .c_portalResEbizads_banner-01001 .background_default {
        width: 17px;
        height: 17px;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnA {
        display: none;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnB {
        display: none;
    }
}

@media only screen and (min-width: 769px) {

    /*大屏*/
    .c_portalResEbizads_banner-01001 .p_prompt {
        width: auto;
        height: auto;
        text-align: center;
        background-color: inherit;
        font-size: 16px;
        border: 1px solid #E4E4E4;
    }

    .c_portalResEbizads_banner-01001 .p_prompt .prompt_title {
        display: inline-table;
        padding: 0 30px;
        height: 100%;
        min-height: 260px;
    }

    .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .iconfont:before {
        content: "";
    }

    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_prompt .prompt_title .first:before {
        content: "\e6b4";
    }

    .c_portalResEbizads_banner-01001 .p_prompt .prompt_title {
        font-size: 24px;
        text-align: left;
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
    }

    .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .font {
        display: table-cell;
        line-height: normal;
        vertical-align: middle;
    }

    .c_portalResEbizads_banner-01001 .p_prompt .promptbox {
        width: auto;
        height: 100%;
    }

    .c_portalResEbizads_banner-01001 .p_prompt .prompt_content {
        font-size: 18px;
        color: rgba(105, 105, 105, 1);
        padding-left: 65px;
    }

    /*列表缩略图切换1*/
    .c_portalResEbizads_banner-01001 .p_SwitchBtnD {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-size: 56px;
        color: #e2e2e2;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before {
        content: '\e687';
        display: inline-block;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD .font {
        display: table;
        width: inherit;
        height: inherit;
        pointer-events: none;
    }

    /*列表缩略图切换1*/
    .c_portalResEbizads_banner-01001 .p_SwitchBtnC {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-size: 56px;
        color: #e2e2e2;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont:before {
        content: '\e687';
        display: inline-block;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnC .font {
        display: table;
        width: inherit;
        height: inherit;
        pointer-events: none;
    }

    /*序号图片组符*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_ListNumBtn img {
        display: none;
    }

    .c_portalResEbizads_banner-01001 .p_ListNumBtn .shape {
        display: table-cell;
        width: inherit;
        height: inherit;
        text-align: center;
        vertical-align: middle;
    }

    .c_portalResEbizads_banner-01001 .p_ListNumBtn:active {
        color: rgba(255, 255, 255, 1);
    }

    .c_portalResEbizads_banner-01001 .p_ListNumBtn.active {
        color: rgba(255, 255, 255, 1);
    }

    .c_portalResEbizads_banner-01001 .p_ListNumBtn.j-nav-active {
        color: rgba(255, 255, 255, 1);
    }

    /*方形图片组符*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_SquareNumBtn img {
        display: none;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn .shape {
        text-indent: -9999em;
        width: inherit;
        height: inherit;
        vertical-align: middle;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn:active {
        background-color: #67b8b4;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn.active {
        background-color: #67b8b4;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn.j-nav-active {
        background-color: #67b8b4;
    }

    /*圆型图片组符*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_CircleNumBtn img {
        display: none;
    }

    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_CircleNumBtn:active {
        background-color: rgba(105, 192, 188, 1);
    }

    .c_portalResEbizads_banner-01001 .p_CircleNumBtn.active {
        background-color: rgba(105, 192, 188, 1);
    }

    .c_portalResEbizads_banner-01001 .p_CircleNumBtn.j-nav-active {
        background-color: rgba(105, 192, 188, 1);
    }

    /*通用图片组符*/
    .c_portalResEbizads_banner-01001 .p_NumBtn {
        width: 150px;
        height: 66px;
        border-color: rgba(242, 242, 242, 1);
        border-width: 2px;
        border-style: solid;
    }

    .c_portalResEbizads_banner-01001 .p_NumBtn .shape {
        display: none;
    }

    .c_portalResEbizads_banner-01001 .p_NumBtn:active {
        border-color: rgba(103, 184, 180, 1);
    }

    .c_portalResEbizads_banner-01001 .p_NumBtn.active {
        border-color: rgba(103, 184, 180, 1);
    }

    /*通用容器*/
    .c_portalResEbizads_banner-01001 .p_ThumbnailBox {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*图集页概要信息*/
    .c_portalResEbizads_banner-01001 .p_ImgSummary {
        text-align: justify;
        vertical-align: top;
        word-break: break-all;
    }

    /*图集标题*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_ImgHead .font {
        display: table-cell;
        vertical-align: top;
        line-height: 30px;
    }

    .c_portalResEbizads_banner-01001 .p_ImgHead .iconfont:before {
        content: "";
    }

    /*通用容器*/
    .c_portalResEbizads_banner-01001 .p_TitleBox {
        width: inherit;
        height: auto;
        overflow: hidden;
    }

    /*链接元素*/
    /*图集图片说明容器*/
    .c_portalResEbizads_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_portalResEbizads_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_portalResEbizads_banner-01001 .p_SwitchBtnB .font {
        display: table;
        width: inherit;
        height: inherit;
        /*background-color:rgba(202,202,202,.3);*/
        pointer-events: none;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: 3px;
    }

    .c_portalResEbizads_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_portalResEbizads_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_portalResEbizads_banner-01001 .p_interactionB {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*纯图标切换按钮*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_SwitchBtnA .font {
        display: table;
        width: inherit;
        height: inherit;
        /*background-color:rgba(202,202,202,.3);*/
        pointer-events: none;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: 3px;
        right: 4px;
    }

    .c_portalResEbizads_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_portalResEbizads_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_portalResEbizads_banner-01001 .p_interactionA {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    .c_portalResEbizads_banner-01001 .p_interactionA+.p_interactionA {
        left: initial;
        right: 0;
    }

    /*多图组大图边框*/
    .c_portalResEbizads_banner-01001 .p_imageA {
        width: auto;
        height: auto;
        overflow: hidden;
    }

    /*链接元素*/
    /*通用容器*/
    .c_portalResEbizads_banner-01001 .p_images {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }

    /*主要内容区容器*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 {
        min-width: 300px;
        overflow: auto;
    }

    .c_portalResEbizads_banner-01001 .p_banner {
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .p_images {
        width: auto;
        height: auto;
    }

    .c_portalResEbizads_banner-01001 .p_ThumbnailBox {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .p_ThumbnailBoxA {
        width: auto;
        height: auto;
    }

    .c_portalResEbizads_banner-01001 .p_interactionA {
        width: auto;
        height: auto;
    }

    .c_portalResEbizads_banner-01001 .p_interactionB {
        width: auto;
        height: auto;
    }

    .c_portalResEbizads_banner-01001 .p_TitleBox {
        border-width: 0;
    }

    .c_portalResEbizads_banner-01001 .p_TitleBoxA {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .c_banner {
        width: inherit;
        height: inherit;
    }

    .c_portalResEbizads_banner-01001 .p_images {
        width: inherit;
        height: inherit;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .c_portalResEbizads_banner-01001 .p_LinkA {
        width: inherit;
        height: inherit;
        display: block;
        position: relative;
    }

    .c_portalResEbizads_banner-01001 .p_imageA {
        vertical-align: baseline;
        text-align: center;
        width: inherit;
        height: inherit;
    }

    .c_portalResEbizads_banner-01001 .p_imageA:hover {
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .p_imageA:hover:after {
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .p_interactionA {
        cursor: pointer;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
        overflow: visible;
    }

    .c_portalResEbizads_banner-01001 .p_interactionB {
        cursor: pointer;
        right: 0;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
        overflow: visible;
    }

    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont:before {
        font-size: 30px;
    }

    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont:before {
        font-size: 30px;
    }

    .c_portalResEbizads_banner-01001 .p_SummaryBox {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        height: 70px;
        background-color: transparent;
        display: none;
    }

    .c_portalResEbizads_banner-01001 .p_SummaryBox:hover {
        background-color: transparent;
    }

    .c_portalResEbizads_banner-01001 .p_SummaryBox .p_LinkB {
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_LinkA .p_TitleBox span {
        display: block;
        height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-top: 15px;
    }

    .c_portalResEbizads_banner-01001 .p_LinkA:hover .p_TitleBox span {
        color: #fff;
    }

    .c_portalResEbizads_banner-01001 .p_TitleBoxA {
        width: 100%;
        height: inherit;
        padding-left: 20px;
        padding-right: 20px;
    }

    .c_portalResEbizads_banner-01001 .p_ImgHead {
        padding-top: 10px;
        padding-bottom: 12px;
        font-size: 30px;
        font-weight: normal;
        font-family: "黑体";
        color: #fff;
        white-space: normal;
    }

    .c_portalResEbizads_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_portalResEbizads_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_portalResEbizads_banner-01001 .p_ThumbnailBox .p_NumBtn:first-child {
        margin-left: 0;
    }

    .c_portalResEbizads_banner-01001 .p_NumBtn {
        margin-right: 6px;
        font-size: 0;
        width: 90px;
        height: auto;
        display: inline-block;
        overflow: hidden;
    }

    .c_portalResEbizads_banner-01001 .p_CircleNumBtn {
        margin-left: 10px;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn {
        margin-left: 10px;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnC {
        position: absolute;
        top: 50%;
        left: 0;
        cursor: pointer;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD {
        position: absolute;
        top: 50%;
        right: 0;
        cursor: pointer;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .c_portalResEbizads_banner-01001 .p_CircleNumBtn,
    .c_portalResEbizads_banner-01001 .p_SquareNumBtn,
    .c_portalResEbizads_banner-01001 .p_ListNumBtn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c_portalResEbizads_banner-01001 .p_SquareNumBtn {
        width: 98px;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before {
        content: "\e6ae";
        font-size: 30px;
    }

    .c_portalResEbizads_banner-01001 .p_ImgSummary {
        font-weight: normal;
        white-space: normal;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont {
        font-size: 30px;
        color: rgba(255, 255, 255, .6);
        display: table-cell;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont {
        font-size: 30px;
        color: rgba(255, 255, 255, .6);
        display: table-cell;
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnC:hover .iconfont {
        color: rgba(105, 192, 188, 1);
    }

    .c_portalResEbizads_banner-01001 .p_SwitchBtnD:hover .iconfont {
        color: rgba(105, 192, 188, 1);
    }

    .c_portalResEbizads_banner-01001 .p_NumBtn:hover {
        border-color: rgba(103, 184, 180, 1);
    }

    /*缩略图插件样式*/
    .c_portalResEbizads_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_portalResEbizads_banner-01001 .p_MatteIcon:before {
        content: '\e752';
        .
    }

    .c_portalResEbizads_banner-01001 .widther img {
        width: auto !important;
    }

    .c_portalResEbizads_banner-01001 .swiper-pagination {
        position: absolute;
        z-index: 20;
        bottom: 80px;
        width: 100%;
        text-align: center;
    }

    .c_portalResEbizads_banner-01001 .swiper-pagination span {
        display: inline-block;
        margin-right: 4px;
    }

    .c_portalResEbizads_banner-01001 .background_default {
        display: inline-block;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        margin: 0 5px;
        opacity: 0.8;
        cursor: pointer;
    }

    .c_portalResEbizads_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) {
    /*中屏*/
}

/*小屏*/
@media only screen and (max-width: 768px) {
    .c_portalResIntro_category-01001 {
        height: auto;
        width: 280px;
        overflow: visible;
        max-width: 1180px;
        min-height: 192px;
        margin-left: 0;
        margin-right: 0;
    }

    .c_portalResIntro_category-01001 .p_image {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: 6px;
    }

    .c_portalResIntro_category-01001 .p_image>img {
        width: 100%;
        height: 100%;
    }
}

/*大屏*/
@media only screen and (min-width: 769px) {

    .c_portalResIntro_category-01001 .p_btn-show,
    .c_portalResIntro_category-01001 .p_btn-hide {
        display: none;
    }

    .c_portalResIntro_category-01001 {
        height: auto;
        width: 280px;
        overflow: visible;
        max-width: 1180px;
        min-height: 192px;
        margin-left: 0;
        margin-right: 0;
    }

    /*p_category*/
    .c_portalResIntro_category-01001 .p_category {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .c_portalResIntro_category-01001 .p_categoryBox {
        line-height: 24px;
    }

    .c_portalResIntro_category-01001 .p_categoryBox .p_linkBox {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 10px;
    }

    .c_portalResIntro_category-01001 .p_categoryBox .p_title {
        height: auto;
        width: auto;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .c_portalResIntro_category-01001 .p_categoryBtn {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0;
        height: auto;
        width: 30px;
        padding: 0;
        position: static;
        text-align: center;
    }

    .c_portalResIntro_category-01001 .p_linkBox .iconfont:before {
        content: '';
    }

    .c_portalResIntro_category-01001 .p_linkBox .icon-arrow_up:before {
        content: '\e6c9';
    }

    .c_portalResIntro_category-01001 .p_linkBox .icon-arrow_down:before {
        content: '\e6c8';
    }

    .mouse_bac:hover .p_categoryBtn {
        color: #60a9d7;
    }

    .c_portalResIntro_category-01001 .p_categoryBox .p_childBox {}

    .c_portalResIntro_category-01001 .p_categoryBox .p_parentBox {
        position: relative;
    }

    .c_portalResIntro_category-01001 .p_categoryBox .p_parentBox .p_parentBox {
        padding-left: 18px;
    }

    .c_portalResIntro_category-01001 .p_parentBox:last-child .p_linkBox {
        border-bottom: 0 none;
    }

    .c_portalResIntro_category-01001 .p_categoryBox .slideOut {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: auto;
    }

    .c_portalResIntro_category-01001 .p_image {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .c_portalResIntro_category-01001 .p_image>img {
        width: 100%;
        height: 100%;
    }
}

/*中屏*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {}

.w_grid-001 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    min-height: 12rem;
    width: 100%;
}

.w_grid-001>.w_grid {
    width: 100%;
    position: relative;
}

.w_grid-001>div>.p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

.w_grid-001>div>.p_gridbox>.p_gridCell {
    float: left;
    position: static;
}

.w_grid-001>div>.p_gridbox>.p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}

.w_grid-001>div>.p_gridbox>.p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid-001>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid-001>div>.p_gridbox>.p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid-001>div>.p_gridbox>.p_gridCell {
        width: 49.5%;
        margin-left: 1%;
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

.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) {}

.w_fline-001 .p_FLine {
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f0f0f0;
    opacity: 1;
    filter: alpha(opacity:100);
    display: inline-block;
    vertical-align: middle;
}

.w_fline-001 {
    width: 100%;
    min-height: 20px;
    display: block;
    margin: 0 auto;
}

.w_fline-001 .w_fline {
    width: 100%;
    min-height: inherit;
    font-size: 0;
}

.w_fline-001 .w_fline:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    width: 0;
}

.c_portalResNews_list-01001 {
    min-width: 320px;
    width: 100%;
}

.c_portalResNews_list-01001 .p_title .font {
    width: inherit;
    white-space: normal;
    display: inline-block;
    line-height: 19px;
    vertical-align: top;
}

.c_portalResNews_list-01001 .p_PromptNoneData {
    width: auto;
    text-align: center
}

/*标记的样式*/
.c_portalResNews_list-01001 .p_TitleBox {
    display: flex;
    align-items: flex-end;
}

.c_portalResNews_list-01001 .title_left {
    flex: 1;
}

.c_portalResNews_list-01001 .p_new {
    background: #008000;
    display: inline-block;
    float: left;
    margin: 0;
    /*min-height:16px;*/
    /*min-width:44px;*/
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
}

.c_portalResNews_list-01001 .p_new .font {
    vertical-align: middle;
}

.c_portalResNews_list-01001 .p_new .iconfont:before {
    content: "";
}

.c_portalResNews_list-01001 .p_hot {
    background: #ED5A5A;
    display: inline-block;
    float: left;
    margin: 0;
    /*min-height:16px;*/
    /*min-width:44px;*/
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
    margin-right: 2px;
}

.c_portalResNews_list-01001 .p_hot .font {
    vertical-align: middle;
}

.c_portalResNews_list-01001 .p_hot .iconfont:before {
    content: "";
}

/*标记的样式结束*/
.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .iconfont:before {
    content: ""
}

.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .first {
    height: auto;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0 10px 5px 0;
}

.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title {
    display: inline-table;
    padding: 0 30px;
    min-height: 200px;
    height: 100%
}

.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .first:before {
    content: "\e6b4"
}

.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .font {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.c_portalResNews_list-01001 .p_PromptNoneData .promptbox {
    width: auto;
    height: 100%
}

.c_portalResNews_list-01001 .p_PromptNoneData .prompt_content {
    padding-left: 65px
}

/*引导短连接*/
.c_portalResNews_list-01001 .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_portalResNews_list-01001 .p_moreBtn .font {
    white-space: nowrap;
    overflow: visible;
    vertical-align: middle
}

.c_portalResNews_list-01001 .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_portalResNews_list-01001 .p_loading {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.c_portalResNews_list-01001 .p_loading .iconfont:before {
    content: ""
}

.c_portalResNews_list-01001 .p_loading .font {
    display: inline-block;
    margin-left: 20px;
    height: inherit
}

/*无效果/分组*/
.c_portalResNews_list-01001 .p_moreBox {
    margin: 0 20px;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden
}

/*引导短连接 查看详情 */
.c_portalResNews_list-01001 .p_ToDetail {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    min-width: 86px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

a>.c_portalResNews_list-01001 .p_ToDetail:hover {
    cursor: pointer
}

/*概要信息*/
.c_portalResNews_list-01001 .p_SummaryBox {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

.c_portalResNews_list-01001 .p_summary {
    text-align: left;
    vertical-align: top;
    word-break: break-all
}

/*辅助字段值*/
.c_portalResNews_list-01001 .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_portalResNews_list-01001 .p_assist {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

/*概要列表标题*/
.c_portalResNews_list-01001 .p_TitleBox {
    width: auto;
    height: auto;
    padding: 5px 0;
    overflow: hidden;
    vertical-align: top;
}

.c_portalResNews_list-01001 .p_title {
    display: inline-table;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*列表序容器*/
.c_portalResNews_list-01001 .p_header {
    margin: 5px 0 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
}

/*无效果/分组*/
.c_portalResNews_list-01001 .p_content {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

/*资讯列表容器*/
.c_portalResNews_list-01001 .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_portalResNews_list-01001 .p_articles {
    margin: 0;
    width: inherit;
    height: 186px;
    padding: 0;
}

/*通用容器*/
.c_portalResNews_list-01001 .p_news {
    margin: 0;
    width: inherit;
    height: auto;
    padding: 0;
    overflow: hidden;
}

/*主要内容区容器*/
.c_portalResNews_list-01001 .p_Newslist {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.c_portalResNews_list-01001 {
    overflow: hidden;
}

.c_portalResNews_list-01001 .p_content {
    width: auto;
    height: auto;
    vertical-align: top
}

.c_portalResNews_list-01001 .p_SummaryBox {
    width: auto;
    height: auto;
}

.c_portalResNews_list-01001 .p_assist {
    width: auto;
    height: auto;
}

/*覆盖阶段结束*/
/*改为inline-block*/
.c_portalResNews_list-01001 .p_icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px
}

.c_portalResNews_list-01001 .p_about {
    display: inline-block;
    vertical-align: middle
}

/*end*/
/*组件样式开始*/
.c_portalResNews_list-01001 .p_articles {
    display: inline-block;
    height: auto;
    min-width: 320px;
    width: calc((100% - 0px)/1);
    padding: 15px 20px;
    overflow: hidden;
    float: left;
}

.c_portalResNews_list-01001 .p_thumbnail {
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden
}

.c_portalResNews_list-01001 .p_thumbnail img {
    width: 100%;
}

.c_portalResNews_list-01001 .higher .p_thumbnail {
    position: absolute;
    height: 100%
}

.c_portalResNews_list-01001 .widther .p_thumbnail {
    position: absolute;
    height: 100%
}

.c_portalResNews_list-01001 .smaller .p_thumbnail {
    position: absolute;
    height: 100%
}

.c_portalResNews_list-01001 .p_assist {
    margin-top: 2px;
}

.c_portalResNews_list-01001 .p_SummaryBox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 8px
}

.c_portalResNews_list-01001 .p_ToDetail {
    float: right;
    position: relative
}

.c_portalResNews_list-01001 .p_summary {
    white-space: normal
}

.c_portalResNews_list-01001 .p_categorySummaryBox {
    overflow: hidden;
    padding: 10px;
}

.c_portalResNews_list-01001 article {
    word-wrap: break-word !important;
    word-break: normal !important;
}

@media only screen and (max-width: 768px) {
    .c_portalResNews_list-01001 .p_articles {
        margin-top: 10px !important;
        width: 100% !important;
    }

    .c_portalResNews_list-01001 .mp_linkUrl {
        display: block;
        height: auto;
    }

    .c_portalResNews_list-01001 .p_SummaryBox {
        display: none;
    }

    .c_portalResNews_list-01001 .p_ToDetail {
        display: none !important;
    }

    .c_portalResNews_list-01001 .mP_SummaryBox {
        clear: both;
    }

    .c_portalResNews_list-01001 .p_Information {
        display: flex;
        padding: 10px 0;
    }

    .c_portalResNews_list-01001 .p_Information li {
        flex: 1;
        height: 20px;
        overflow: hidden;
    }

    .c_portalResNews_list-01001 .p_KeyWord {
        width: 100%;
        margin-top: 5px;
    }

    .c_portalResNews_list-01001 .p_KeyWord .p_tag {
        padding: 5px 15px;
        margin-right: 10px;
        border-radius: 3px;
    }

    .c_portalResNews_list-01001 .blank {
        width: 100%;
        height: 15px;
        overflow: hidden;
    }

    .c_portalResNews_list-01001 .p_articles {
        border: none
    }

    .c_portalResNews_list-01001 .p_Recommend {
        display: inline-block;
    }

    .c_portalResNews_list-01001 .p_top {
        display: inline-block;
    }

    .c_portalResNews_list-01001 .p_title11 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

@media only screen and (min-width: 769px) {
    .c_portalResNews_list-01001 .mp_linkUrl {
        display: none;
    }

    .c_portalResNews_list-01001 .mP_SummaryBox {
        display: none;
    }

    .c_portalResNews_list-01001 .p_Information {
        display: none;
    }

    .c_portalResNews_list-01001 .p_KeyWord {
        display: none;
    }

    .c_portalResNews_list-01001 .blank {
        display: none;
    }

    .c_portalResNews_list-01001 .p_Recommend {
        display: inline-block;
    }

    .c_portalResNews_list-01001 .p_top {
        display: inline-block;
    }

    .c_portalResNews_list-01001 .p_title11 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

* {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
}

/*page property_start*/
.pagebox,
#-remove--flag {
    width: 100%;
    margin: 0px auto;
}

/*page property_end*/
/*page property_start*/
body,
#-remove--flag {}

/*page property_end*/
@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#c_portalResIntro_category-1599556204129 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResIntro_category-1599556204129>div {
    animation-fill-mode: both;
}

#c_portalResIntro_category-1599556204129 .NavList_a1 {
    text-transform: capitalize;
}

#c_portalResIntro_category-1599556204129 .NavList_a1 ul {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    font-size: 0px;
}

#c_portalResIntro_category-1599556204129 .NavList_a1 a {
    position: relative;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 20px 8px;
    padding: 0px 30px;
    background: #007097;
    color: #fff;
    border-radius: 5px;
    display: block;
    transition: 0.3s ease 0s;
}

#c_portalResIntro_category-1599556204129 .NavList_a1 a:hover {
    color: #fff;
    background: #d0111a;
}

#c_portalResIntro_category-1599556204129 .NavList_a1 .more.active {
    background: #d0111a;
    color: #fff;
}

#c_portalResIntro_category-1599556204129 .NavList_a1 .more:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: none;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}

#c_portalResIntro_category-1599556204129 .NavList_a1 li:last-child .more:after {
    display: none;
}

#c_portalResIntro_category-1599556204129 .NavList_a1 a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
    display: none;
}

#c_portalResIntro_category-1599556204129 .NavList_a1 a:hover:before {
    width: 80%;
    left: 10%;
    background-color: #007097;
}

#c_portalResIntro_category-1599556204129 .NavList_a1 li {
    position: static;
    display: inline-block;
    color: #fff;
    width: auto;
    vertical-align: top;
}

#c_portalResIntro_category-1599556204129 .menu-slide {
    z-index: -1;
    position: absolute;
    background: #0b984a;
    bottom: 0px;
    display: none;
    transition: 0.5s cubic-bezier(0.21, 0.8, 0.31, 1.21) 0s;
}

#c_portalResIntro_category-1599556204129 .swiper-container .swiper-notification {
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

#c_portalResIntro_category-1599556204129 .NavList_a1 .e_switchbtn {
    display: none;
}

@media screen and (min-width: 769px) {
    #c_portalResIntro_category-1599556204129 .NavList_a1 a:hover {
        color: #fff;
        background: #d0111a;
    }
}

@media screen and (max-width: 1400px) {
    #c_portalResIntro_category-1599556204129 .NavList_a1 a {
        padding: 0px 30px;
    }
}

@media screen and (max-width: 1200px) {
    #c_portalResIntro_category-1599556204129 .NavList_a1 a {
        padding: 0px 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    #c_portalResIntro_category-1599556204129 .NavList_a1 {
        border-bottom: 1px solid #ddd;
    }

    #c_portalResIntro_category-1599556204129 .NavList_a1 a {
        padding: 0px 30px;
        font-size: 14px;
    }

    #c_portalResIntro_category-1599556204129 .menu-slide {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #c_portalResIntro_category-1599556204129 .NavList_a1 {
        border-bottom: 1px solid #ddd;
        padding: 0px 25px;
    }

    #c_portalResIntro_category-1599556204129 .NavList_a1 .e_switchbtn {
        display: block;
    }

    #c_portalResIntro_category-1599556204129 .e_switchbtn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        z-index: 999;
        background: rgba(255, 255, 255, 1);
        color: #0254a6;
        cursor: pointer;
    }

    #c_portalResIntro_category-1599556204129 .btn-next {
        right: 0px;
    }

    #c_portalResIntro_category-1599556204129 .btn-pre {
        left: 0px;
    }

    #c_portalResIntro_category-1599556204129 .NavList_a1 ul {
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 0;
    }

    #c_portalResIntro_category-1599556204129 .NavList_a1 a {
        padding: 0px 20px;
        font-size: 14px;
        margin: 15px 6px;
        height: 32px;
        line-height: 32px;
    }
}

#c_portalResIntro_category-1599556204129 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#c_portalResEbizads_banner-1599556203899 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResEbizads_banner-1599556203899>div {
    animation-fill-mode: both;
}

#c_portalResEbizads_banner-1599556203899 .subpage_ad {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-top: 90px;
}

#c_portalResEbizads_banner-1599556203899 .bgimg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: no-repeat center/cover;
}

#c_portalResEbizads_banner-1599556203899 .mobitem {
    display: none;
}

#c_portalResEbizads_banner-1599556203899 .subpage_ad .text {
    position: absolute;
    width: 84%;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    line-height: 1.6;
    transform: translate(-50%, -50%);
    z-index: 4;
}

#c_portalResEbizads_banner-1599556203899 .capitalize {
    text-transform: capitalize;
}

#c_portalResEbizads_banner-1599556203899 .subpage_ad .ad-tit {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
}

#c_portalResEbizads_banner-1599556203899 .subpage_ad .ad-line {
    height: 2px;
    width: 3%;
    background: #fff;
    margin: 0.8% auto;
}

#c_portalResEbizads_banner-1599556203899 .subpage_ad .ad-sum {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    #c_portalResEbizads_banner-1599556203899 .subpage_ad {
        height: 450px;
    }

    #c_portalResEbizads_banner-1599556203899 .subpage_ad .ad-tit {
        font-size: 30px;
    }

    #c_portalResEbizads_banner-1599556203899 .subpage_ad .ad-sum {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #c_portalResEbizads_banner-1599556203899 .subpage_ad {
        height: 400px;
        margin-top: 70px;
    }

    #c_portalResEbizads_banner-1599556203899 .subpage_ad .ad-tit {
        font-size: 30px;
    }

    #c_portalResEbizads_banner-1599556203899 .subpage_ad .ad-sum {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    #c_portalResEbizads_banner-1599556203899 .subpage_ad {
        height: 25vh;
        margin-top: 70px;
    }

    #c_portalResEbizads_banner-1599556203899 .pcitem {
        display: none !important;
    }

    #c_portalResEbizads_banner-1599556203899 .mobitem {
        display: block;
    }

    #c_portalResEbizads_banner-1599556203899 .subpage_ad .text {
        top: 49%;
    }

    #c_portalResEbizads_banner-1599556203899 .subpage_ad .ad-tit {
        font-size: 20px;
        font-weight: bold;
    }

    #c_portalResEbizads_banner-1599556203899 .subpage_ad .ad-sum {
        font-size: 14px;
    }
}

#c_portalResEbizads_banner-1599556203899 {
    width: 100%;
    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;
}

#w_grid-1599556203904>div>.p_gridbox {
    background-color: #fff;
}

#w_grid-1599556203904 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1599556203904>div {
    animation-fill-mode: both;
}

#w_grid-1599556203904>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1599556203904*/
/*w_grid-1599556203904*/
@media only screen and (min-width: 769px) {
    #w_grid-1599556203904>div>.p_gridbox>.p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

    #w_grid-1599556203904>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1599556203904>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

/*w_grid-1599556203904*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#w_grid-1599556203914>div>.p_gridbox {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 3.42px 9.397px 20px 0px rgba(77, 77, 77, 0);
    border-radius: 0px;
}

#w_grid-1599556203914 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1599556203914>div {
    animation-fill-mode: both;
}

#w_grid-1599556203914>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1599556203914*/
@media only screen and (max-width: 768px) {
    #w_grid-1599556203914>div>.p_gridbox {
        box-shadow: 3.42px 9.397px 20px 0px rgba(77, 77, 77, 0);
        padding: 0px;
    }
}

/*w_grid-1599556203914*/
@media only screen and (min-width: 769px) {
    #w_grid-1599556203914>div>.p_gridbox>.p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

    #w_grid-1599556203914>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1599556203914>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

/*w_grid-1599556203914*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1599556203914>div>.p_gridbox {
        box-shadow: 3.42px 9.397px 20px 0px rgba(77, 77, 77, 0);
        padding: 0px;
    }
}

#w_grid-1599556203924 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1599556203924>div {
    animation-fill-mode: both;
}

#w_grid-1599556203924>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1599556203924*/
@media only screen and (max-width: 768px) {
    #w_grid-1599556203924>div>.p_gridbox>.p_gridCell {
        width: 100%;
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1599556203924>div>.p_gridbox>.p_gridCell:nth-child(2) {
        display: none;
    }
}

/*w_grid-1599556203924*/
@media only screen and (min-width: 769px) {
    #w_grid-1599556203924>div>.p_gridbox>.p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1599556203924>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1599556203924>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

/*w_grid-1599556203924*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1599556203924>div>.p_gridbox>.p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1599556203924>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1599556203924>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

#w_grid-1599556203934 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1599556203934>div {
    animation-fill-mode: both;
}

#w_grid-1599556203934>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1599556203934*/
@media only screen and (max-width: 768px) {
    #w_grid-1599556203934>div>.p_gridbox>.p_gridCell {
        margin-bottom: 2rem;
        margin-top: 2rem;
        margin-left: 0px;
    }
}

/*w_grid-1599556203934*/
@media only screen and (min-width: 769px) {
    #w_grid-1599556203934>div>.p_gridbox>.p_gridCell {
        margin-bottom: 2rem;
        margin-top: 2rem;
        margin-left: 0px;
    }

    #w_grid-1599556203934>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1599556203934>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

/*w_grid-1599556203934*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1599556203934>div>.p_gridbox>.p_gridCell {
        margin-bottom: 4rem;
        margin-top: 4rem;
        margin-left: 0px;
    }

    #w_grid-1599556203934>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1599556203934>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

#w_grid-1599556203944>div>.p_gridbox {
    background-color: rgba(255, 255, 255, 1);
}

#w_grid-1599556203944 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1599556203944>div {
    animation-fill-mode: both;
}

#w_grid-1599556203944>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1599556203944*/
@media only screen and (max-width: 768px) {
    #w_grid-1599556203944>div>.p_gridbox>.p_gridCell {
        margin-bottom: 1rem;
        margin-top: 1rem;
        margin-left: 3%;
    }

    #w_grid-1599556203944>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 94%;
        margin-left: 3%;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1599556203944>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 3%;
    }
}

/*w_grid-1599556203944*/
@media only screen and (min-width: 769px) {
    #w_grid-1599556203944>div>.p_gridbox>.p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 3%;
    }

    #w_grid-1599556203944>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 94%;
        margin-left: 3%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1599556203944>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 3%;
    }
}

/*w_grid-1599556203944*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#w_fline-1599556203954 .p_FLine {
    border-top-color: rgba(232, 232, 232, 1);
    border-top-width: 1px;
}

#w_fline-1599556203954 .w_fline .p_FLine {
    border-top-style: solid;
}

#w_fline-1599556203954 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_fline-1599556203954>div {
    animation-fill-mode: both;
}

#w_grid-1599556995259>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

/*w_grid-1599556995259*/
/*w_grid-1599556995259*/
/*w_grid-1599556995259*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#w_grid-1599556203904 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1599556203914 {
    width: 100%;
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1599556203924 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

#w_grid-1599556203934 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 168px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1599556203944 {
    width: 94%;
    max-width: 1600px;
    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;
}

#w_common_text-1599556204104 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fline-1599556203954 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 20px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1599556995259 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    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 only screen and (max-width: 1100px) {}

#c_portalResNews_list-15995567392734370 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResNews_list-15995567392734370 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResNews_list-15995567392734370 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResNews_list-15995567392734370>div {
    animation-fill-mode: both;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl:first-child:hover dd i {
    margin-top: 0px;
    color: #007097;
    font-weight: 700;
}

#c_portalResNews_list-15995567392734370 .cf:before {
    content: '';
    display: table;
}

#c_portalResNews_list-15995567392734370 .cf:after {
    content: '';
    display: table;
    clear: both;
}

#c_portalResNews_list-15995567392734370 .cf {
    *zoom: 1px;
}

#c_portalResNews_list-15995567392734370 .history .mCSB_container {
    margin-right: 0px;
}

#c_portalResNews_list-15995567392734370 .history .mScrol {
    height: auto;
    overflow: hidden;
    width: 1045px;
    margin-left: auto;
    margin-right: auto;
}

#c_portalResNews_list-15995567392734370 .history .mCSB_scrollTools {
    opacity: 0 !important;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con {
    position: relative;
    padding-bottom: 150px;
    width: 1040px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con .daj_line {
    width: 2px;
    background-color: #007097;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    min-height: 200px;
}

#c_portalResNews_list-15995567392734370 #dsj_div {
    position: relative;
    z-index: 2;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl {
    width: 480px;
    margin-top: 0px;
    min-height: 100px;
    position: relative;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl.dl_odd {
    margin-left: 558px;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl dt {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../image/rBQBG1zjslqEGzZzAAAAACLs2j8267.png) no-repeat center;
    padding: 10px 0;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl.dl_odd dt {
    left: -50px;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl.dl_even dt {
    right: -54px;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl:hover dt {
    background: url(../image/38.png) no-repeat center;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl dd {
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl:hover dd {
    top: 0px;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl:first-child dd {
    top: 0px;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl.no_img:hover dd {
    top: 0px;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl:last-child:hover dd {
    top: 0px;
    bottom: 0px;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl dd .d_con {
    padding: 20px 22px;
    width: 480px;
    border: 1px solid #e8e8e8;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl:hover dd .d_con {
    border-color: #e8e8e8;
    box-shadow: 0 0 10px #eee inset;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl:first-child dd .d_con {
    border-color: #e8e8e8;
    box-shadow: 0 0 10px #eee inset;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl dd div.img {
    text-align: center;
    background: #f0f0f0;
    height: 0px;
    display: none;
    padding-bottom: 0px;
    overflow: hidden;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl:hover dd div.img {
    padding-bottom: 56%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl dd div.img img {
    max-width: 100%;
    display: none;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl dd i {
    display: inline-block;
    font-family: "" Microsoft Yahei"," 微软雅黑",arial," \5b8b\4f53"";
    color: #333;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl:hover dd i {
    margin-top: 0px;
    color: #007097;
    font-weight: 700;
    font-style: normal;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl:first-child dd i {
    margin-top: 0px;
    color: #007097;
    font-weight: 700;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl.no_img:hover dd i {
    margin-top: 0px;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl dd div.p {
    margin-top: 10px;
}

#c_portalResNews_list-15995567392734370 .history .dsj_con dl dd div.p h3 {
    font-family: "" Microsoft Yahei"," 微软雅黑",arial," \5b8b\4f53"";
    font-weight: normal;
    color: #999;
    line-height: 1.5;
    max-height: 9em;
    overflow: hidden;
    font-size: 14px;
}

#c_portalResNews_list-15995567392734370 .history .history_btn {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    background: #007097;
    margin: 0 auto;
    cursor: pointer;
}

#c_portalResNews_list-15995567392734370 .history .history_btn a {
    color: #fff;
}

#c_portalResNews_list-15995567392734370 .history .history_top {
    position: relative;
}

#c_portalResNews_list-15995567392734370 .history .history_top span {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -6px;
}

#c_portalResNews_list-15995567392734370 .history .history_top span img {
    vertical-align: top;
}

@media only screen and (max-width: 1100px) {
    #c_portalResNews_list-15995567392734370 .history {
        padding: 0;
    }

    #c_portalResNews_list-15995567392734370 .history .history_btn {
        margin: 0;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con .daj_line {
        left: 34px;
    }

    #c_portalResNews_list-15995567392734370 .history .mScrol {
        width: 90%;
        margin-left: 0;
        overflow-y: auto;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl {
        width: 100%;
        margin-top: 30px;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl.dl_odd {
        margin-top: 30px;
        margin-left: 0;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl.dl_odd dt {
        left: 2px;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl.dl_even dt {
        left: 2px;
        right: auto;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl dd {
        position: static;
        padding-left: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl dd .d_con {
        padding: 10px;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl dd div.img {
        padding-bottom: 0% !important;
        text-align: left;
        background: transparent;
        height: auto;
        margin-bottom: 10px;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl dd i {
        margin-top: 5px;
    }

    #c_portalResNews_list-15995567392734370 .history ::-webkit-scrollbar {
        display: none;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl:hover dd {
        top: 0px;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl:last-child:hover dd {
        top: auto;
        bottom: auto;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl:hover dd div.img {
        padding: 0;
    }
}

@media only screen and (max-width: 420px) {
    #c_portalResNews_list-15995567392734370 .history .mScrol {
        width: 95%;
    }

    #c_portalResNews_list-15995567392734370 .history .history_btn {
        font-size: 14px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con {
        padding: 0;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con .daj_line {
        left: 30px;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl.dl_odd dt {
        left: 18px;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl.dl_even dt {
        left: 18px;
    }

    #c_portalResNews_list-15995567392734370 .history .dsj_con dl dd {
        padding-left: 50px;
    }
}

#c_portalResNews_list-15995567392734370 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-15995567392734370 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-15995567392734370 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-15995567392734370 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-15995567392734370 .p_hot .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-15995567392734370 .p_new .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-15995567392734370 {
    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: 0px;
    height: auto;
    padding-right: 0px;
}