/*e_FlowCommonStyleBox-001*/
.e_FlowCommonStyleBox-001 {
    /* position: absolute;*/
    width: 100%;
    height: auto;
    width-uint: %;
}

/*stylebox_link*/
.e_FlowCommonStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_FlowCommonStyleBox-001 .stylebox_link:hover {
    color: rgba(101, 190, 186, 1);
}

.e_FlowCommonStyleBox-001 .stylebox_link:active {
    color: rgba(101, 190, 186, 1);
}

.e_FlowCommonStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
    background-color: #1890FF;
}

.e_FlowCommonStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
    font-size: medium;
}

.e_FlowCommonStyleBox-001 .title_icon::before {
    content: "";
}

.e_FlowCommonStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_FlowCommonStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_FlowCommonStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: #1890FF;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

.e_FlowCommonStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_FlowCommonStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_FlowCommonStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_FlowCommonStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240, 240, 240, 1);
}

.e_FlowCommonStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    width-uint: %;
}

.e_FlowCommonStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240, 240, 240, 1);
}

.c_portalResGroupNewsNew_list-02001 {
    min-width: 300px;
    width: 100%;
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData {
    width: auto;
    text-align: center
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .iconfont:before {
    content: ""
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .first {
    height: auto;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0 10px 5px 0;
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title {
    display: inline-table;
    padding: 0 30px;
    min-height: 200px;
    height: 100%
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .first:before {
    content: "\e6b4"
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .font {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .promptbox {
    width: auto;
    height: 100%
}

.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_content {
    padding-left: 65px
}

/*引导短连接*/
.c_portalResGroupNewsNew_list-02001 .p_moreBtn {
    position: static;
    width: auto;
    display: inline-table;
    min-height: 29px;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    min-width: 86px;
    cursor: pointer;
    text-align: center
}

.c_portalResGroupNewsNew_list-02001 .p_moreBtn .font {
    white-space: nowrap;
    overflow: visible;
    vertical-align: middle
}

.c_portalResGroupNewsNew_list-02001 .p_moreBtn .iconfont:before {
    content: ""
}

@-moz-keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes three-quarters-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading_animation {
    -moz-animation: three-quarters-loader 850ms infinite linear;
    -webkit-animation: three-quarters-loader 850ms infinite linear;
    animation: three-quarters-loader 850ms infinite linear;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    vertical-align: middle
}

.c_portalResGroupNewsNew_list-02001 .p_loading {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.c_portalResGroupNewsNew_list-02001 .p_loading .iconfont:before {
    content: ""
}

.c_portalResGroupNewsNew_list-02001 .p_loading .font {
    display: inline-block;
    margin-left: 20px;
    height: inherit
}

/*无效果/分组*/
.c_portalResGroupNewsNew_list-02001 .p_moreBox {
    margin: 0 20px;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden
}

/*引导短连接 查看详情 */
.c_portalResGroupNewsNew_list-02001 .p_ToDetail {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    min-width: 86px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

a>.c_portalResGroupNewsNew_list-02001 .p_ToDetail:hover {
    cursor: pointer
}

/*概要信息*/
.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

.c_portalResGroupNewsNew_list-02001 .p_summary {
    text-align: left;
    vertical-align: top;
    word-break: break-all
}

/*辅助字段值*/
.c_portalResGroupNewsNew_list-02001 .p_time {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
    line-height: 18px;
    vertical-align: top
}

/* 互动信息 */
.c_portalResGroupNewsNew_list-02001 .p_assist {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

/*概要列表标题*/
.c_portalResGroupNewsNew_list-02001 .p_TitleBox {
    width: auto;
    height: auto;
    padding: 5px 0;
    overflow: hidden;
    vertical-align: top;
}

.c_portalResGroupNewsNew_list-02001 .p_title {
    display: inline-table;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*列表序容器*/
.c_portalResGroupNewsNew_list-02001 .p_header {
    margin: 5px 0 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
}

/*无效果/分组*/
.c_portalResGroupNewsNew_list-02001 .p_content {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

/*资讯列表容器*/
.c_portalResGroupNewsNew_list-02001 .p_images {
    margin: 0;
    width: 168px;
    height: 138px;
    padding: 0;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px
}

/*行列表容器*/
.c_portalResGroupNewsNew_list-02001 .p_articles {
    margin: 0;
    width: inherit;
    height: 186px;
    padding: 0;
}

/*通用容器*/
.c_portalResGroupNewsNew_list-02001 .p_news {
    margin: 0;
    width: inherit;
    height: auto;
    padding: 0;
    overflow: hidden;
}

/*主要内容区容器*/
.c_portalResGroupNewsNew_list-02001 .p_Newslist {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.c_portalResGroupNewsNew_list-02001 {
    overflow: hidden;
}

.c_portalResGroupNewsNew_list-02001 .p_content {
    width: auto;
    height: auto;
    vertical-align: top
}

.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
    width: auto;
    height: auto;
}

.c_portalResGroupNewsNew_list-02001 .p_assist {
    width: auto;
    height: auto;
}

/*覆盖阶段结束*/
/*改为inline-block*/
.c_portalResGroupNewsNew_list-02001 .p_icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px
}

.c_portalResGroupNewsNew_list-02001 .p_about {
    display: inline-block;
    vertical-align: middle
}

/*end*/
/*组件样式开始*/
.c_portalResGroupNewsNew_list-02001 .p_articles {
    display: inline-block;
    height: auto;
    min-width: 300px;
    width: calc((100% - 0px)/1);
    padding: 15px 20px;
    overflow: hidden;
    float: left;
}

.c_portalResGroupNewsNew_list-02001 .p_thumbnail {
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden
}

.c_portalResGroupNewsNew_list-02001 .p_thumbnail img {
    width: 100%;
}

.c_portalResGroupNewsNew_list-02001 .higher .p_thumbnail {
    position: absolute;
    height: 100%
}

.c_portalResGroupNewsNew_list-02001 .widther .p_thumbnail {
    position: absolute;
    height: 100%
}

.c_portalResGroupNewsNew_list-02001 .smaller .p_thumbnail {
    position: absolute;
    height: 100%
}

.c_portalResGroupNewsNew_list-02001 .p_assist {
    margin-top: 2px;
}

.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 8px
}

.c_portalResGroupNewsNew_list-02001 .p_ToDetail {
    float: right;
    position: relative
}

.c_portalResGroupNewsNew_list-02001 .p_summary {
    white-space: normal
}

.c_portalResGroupNewsNew_list-02001 .p_categorySummaryBox {
    overflow: hidden;
    padding: 10px;
}

/* 新增起止筛选时间 start */
.c_portalResGroupNewsNew_list-02001 .p_filterTime {
    padding: 15px 0 0;
    overflow: hidden;
}

.c_portalResGroupNewsNew_list-02001 .formItemInput {
    padding-left: 10px;
    padding-right: 5px;
    max-width: 468px;
}

.c_portalResGroupNewsNew_list-02001 .p_contactsTitle {
    width: auto;
    line-height: 30px;
}

.c_portalResGroupNewsNew_list-02001 .formItemInput .formItemIconAfter {
    right: 10px !important;
    position: absolute;
    top: 10px;
}

/* 新增起止筛选时间 end */
@media only screen and (max-width: 768px) {
    .layui-laydate-range {
        width: 85% !important;
        left: 20px !important;
    }

    .c_portalResGroupNewsNew_list-02001 .p_articles {
        margin-top: 10px !important;
        width: 100% !important;
    }

    .c_portalResGroupNewsNew_list-02001 .mp_linkUrl {
        display: block;
        height: auto;
    }

    .c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .p_ToDetail {
        display: none !important;
    }

    .c_portalResGroupNewsNew_list-02001 .mP_SummaryBox {
        clear: both;
    }

    .c_portalResGroupNewsNew_list-02001 .p_Information {
        display: flex;
        padding: 10px 0;
    }

    .c_portalResGroupNewsNew_list-02001 .p_Information li {
        flex: 1;
        height: 20px;
        overflow: hidden;
    }

    .c_portalResGroupNewsNew_list-02001 .p_KeyWord {
        width: 100%;
        margin-top: 5px;
    }

    .c_portalResGroupNewsNew_list-02001 .p_KeyWord .p_tag {
        padding: 5px 15px;
        margin-right: 10px;
        border-radius: 3px;
    }

    .c_portalResGroupNewsNew_list-02001 .blank {
        width: 100%;
        height: 15px;
        overflow: hidden;
    }

    .c_portalResGroupNewsNew_list-02001 .p_articles {
        border: none
    }

    .layui-laydate-content td, .layui-laydate-content th {
        height: 24px !important;
        padding: 2px 5px !important;
        line-height: 20px;
    }
}

@media only screen and (min-width: 769px) {
    .c_portalResGroupNewsNew_list-02001 .mp_linkUrl {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .mP_SummaryBox {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .p_Information {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .p_KeyWord {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .blank {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

.w_grid-000 {
    margin-left: auto;
    margin-right: auto;
    min-height: 12rem;
    width: 100%;
}

.w_grid-000>.w_grid {
    width: 100%;
    position: relative;
}

.w_grid-000>div>.p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

.w_grid-000>div>div>.p_gridCell {
    float: left;
    position: static;
}

.w_grid-000>div>div>.p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}

.w_grid-000>.w_grid.signal {
    min-height: inherit;
}

.w_grid-000>.w_grid.signal>.p_gridbox {
    min-height: inherit;
}

.w_grid-000>.w_grid.signal>.p_gridbox>.p_gridCell {
    min-height: inherit;
}

.w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid-000>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid-000>div>.p_gridbox>.p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 768px) {

    /*Ã¥Â°ÂÃ¥Â±Â*/
    .c_portalResGroupSearch_total-01001 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
        font-size: 0;
        padding: 0 10px;
    }

    .c_portalResGroupSearch_total-01001 .p_contentBox {
        width: 100%;
        height: auto;
        overflow: visible;
        padding: 0;
        margin: 0;
        border-width: 1px;
        border-style: none;
        border-color: rgba(228, 228, 228, 0);
        background-color: transparent;
        position: relative;
    }

    .c_portalResGroupSearch_total-01001 .p_headbox {
        height: auto;
        border: 1px solid rgba(240, 240, 240, 1);
        border-radius: 5px;
        padding: 10px 0px;
        margin: 0 10px;
        background: #fff;
        z-index: 999;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox {
        height: auto;
        vertical-align: middle;
        overflow: visible;
        padding: 0;
        margin: 0;
        border-width: 1px;
        border-style: none;
        border-color: rgba(228, 228, 228, 0);
        background-color: transparent;
        position: relative;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox .p_input {
        width: 100%;
        display: inline-block;
        height: 50px;
        vertical-align: middle;
        color: inherit;
        position: relative;
        font-size: 24px;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox .p_input .forward {
        position: absolute;
        top: 50%;
        margin: -12px 0 0;
        left: 10px;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox .p_input .forward:before {
        content: "\e661";
        color: #797979;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtn {
        width: 20%;
        height: 50px;
        display: none;
        vertical-align: middle;
        font-size: 24px;
        color: #777;
        border-width: 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        text-align: center;
        padding-top: 0;
        position: inherit;
        margin: 0;
        cursor: pointer;
        font-family: inherit;
        font-weight: inherit;
        text-decoration: none;
        background-size: 100% 100%;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtn:hover {
        box-shadow: none;
        cursor: pointer;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtn .iconfont {
        margin-right: 5px;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtn .font {
        display: inline-table;
        vertical-align: middle;
        bottom: 0;
        height: inherit;
        color: inherit;
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        text-decoration: none;
        position: relative;
        line-height: 50px;
    }

    .c_portalResGroupSearch_total-01001 .p_input input, .c_search_total-01001 .p_input .InputText {
        display: inline-block;
        height: 100%;
        width: inherit;
        line-height: inherit;
        padding-left: 48px;
        padding-right: 32px;
        border: none;
    }

    .c_portalResGroupSearch_total-01001 .p_select {
        height: auto;
        font-size: 0;
        display: inline-block;
        width: 25%;
        vertical-align: middle;
        float: left;
    }

    .c_portalResGroupSearch_total-01001 .p_select input {
        width: inherit;
        height: 50px;
        border: none;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 24px;
        position: absolute;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .c_portalResGroupSearch_total-01001 .p_select .shape {
        display: inline-block;
        width: 25px;
        height: 50px;
        position: static !important;
        line-height: 50px;
        /* background-color: #fafafa; */
        text-align: center;
        /* border: 1px solid rgba(240, 240, 240, 1); */
        border-left: none;
        font-size: 12px;
        color: rgba(200, 200, 200, 1);
        float: right;
        top: 0 !important;
        transform: translateY(0%);
        margin-right: 10px;
    }

    .c_portalResGroupSearch_total-01001 .p_select .shape:before {
        content: "\e69c";
        font-size: 24px;
    }

    .c_portalResGroupSearch_total-01001 .p_select .itembox {
        height: auto;
        width: 100%;
        position: absolute;
        top: 80px;
        left: 0px;
        border: 1px solid rgba(240, 240, 240, 1);
        z-index: 99;
        background-color: #fff;
        font-size: 0;
        border-radius: 5px;
    }

    .c_portalResGroupSearch_total-01001 .p_select li {
        width: calc(100% / 4);
        height: auto;
        display: inline-block;
        margin: 20px 0;
        text-align: center;
        font-size: 22px;
        border-left: 1px solid #ccc;
    }

    .c_portalResGroupSearch_total-01001 .p_select li:nth-child(1) {
        border-left: none
    }

    .c_portalResGroupSearch_total-01001 .p_select li:nth-child(5) {
        border-left: none
    }

    .c_portalResGroupSearch_total-01001 .p_select li i img {
        display: none;
    }

    input::-webkit-input-placeholder {
        font-size: 24px;
        line-height: 50px;
        color: #777;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtnBox {
        display: none;
        width: 250px;
        height: auto;
        padding: 10px 10px;
        background-color: #1890FF;
        border-radius: 5px;
        margin-bottom: 30px;
        margin: 0 10px 30px 10px;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtnA {
        width: 100%;
        height: auto;
        padding: 10px 10px;
        font-size: 24px;
        color: #fff;
        text-align: center;
    }

    .c_portalResGroupSearch_total-01001 .p_headbox.active:before {
        width: 0px;
        height: 0px;
        position: absolute;
        top: -40px;
        left: 41px;
        padding: 0;
        border-bottom: 20px solid #FFFFFF;
        border-top: 20px solid transparent;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        display: block;
        content: "";
        z-index: 12;
    }

    .c_portalResGroupSearch_total-01001 .p_headbox.active:after {
        width: 0px;
        height: 0px;
        position: absolute;
        top: -41px;
        left: 41px;
        padding: 0;
        border-bottom: 20px solid #efe7e7;
        border-top: 20px solid transparent;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        display: block;
        content: "";
        z-index: 10;
    }

    .c_portalResGroupSearch_total-01001 .p_input .iconfont.last {
        position: absolute;
        color: #afafaf;
        top: 16px;
        right: 5px;
        font-size: 20px;
        cursor: pointer;
    }

    .c_portalResGroupSearch_total-01001 .p_input .iconfont.last:before {
        content: "\e640";
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtnA:hover {
        box-shadow: none;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtnA .iconfont:before {
        content: "\e661";
        font-size: 30px;
        vertical-align: middle;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {

    /*Ã¤Â¸Â­Ã¥Â±Â*/
    .c_portalResGroupSearch_total-01001 {
        margin-left: auto;
        margin-right: auto;
        max-width: 1180px;
        min-height: 192px;
        width: auto;
        display: inline-block;
        font-size: 0;
    }

    .c_portalResGroupSearch_total-01001 .p_contentBox {
        width: 100%;
        height: auto;
        overflow: visible;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        border-width: 1px;
        border-style: none;
        border-color: rgba(228, 228, 228, 0);
        background-color: transparent;
        position: relative;
    }

    .c_portalResGroupSearch_total-01001 .p_headbox {
        width: 100%;
        height: auto;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox {
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        overflow: visible;
        padding: 0;
        margin: 0;
        border-width: 1px;
        border-style: none;
        border-color: rgba(228, 228, 228, 0);
        background-color: transparent;
        position: relative;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox .p_input {
        width: 220px;
        display: inline-block;
        height: 40px;
        vertical-align: middle;
        color: inherit;
        position: relative;
        font-size: 14px;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox .p_input .last {
        display: none;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox .p_input .forward {
        /* display: none; */
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
        font-size: 15px;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox .p_input .forward:before {
        content: "\e661";
        color: #a9a9a9;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtn {
        width: auto;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: rgba(255, 255, 255, 1);
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        background-color: #1890FF;
        text-align: center;
        padding-top: 0;
        padding-right: 20px;
        padding-left: 20px;
        position: inherit;
        margin: 0;
        padding: 0 20px;
        cursor: pointer;
        font-family: inherit;
        font-weight: inherit;
        text-decoration: none;
        background-size: 100% 100%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtn .font {
        display: table-cell;
        vertical-align: middle;
        bottom: 0;
        height: inherit;
        color: inherit;
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        text-decoration: none;
        position: relative;
        text-align: center;
    }

    .c_portalResGroupSearch_total-01001 .p_input input, .c_search_total-01001 .p_input .InputText {
        display: inline-block;
        height: 100%;
        width: inherit;
        line-height: inherit;
        border-width: 1px;
        border-style: solid;
        border-color: #f0f0f0;
        padding-left: 25px;
        padding-right: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .c_portalResGroupSearch_total-01001 .p_select {
        height: auto;
        position: relative;
        font-size: 0;
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin-left: -1px;
    }

    .c_portalResGroupSearch_total-01001 .p_select input {
        width: 75px;
        height: 40px;
        border: 1px solid rgba(240, 240, 240, 1);
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        padding: 0 10px;
    }

    .c_portalResGroupSearch_total-01001 .p_select input:hover {
        background-color: rgb(240, 248, 250);
        color: rgb(100, 190, 186);
    }

    .c_portalResGroupSearch_total-01001 .p_select input:hover+.shape {
        background-color: rgb(240, 248, 250);
    }

    .c_portalResGroupSearch_total-01001 .p_select .shape {
        display: inline-block;
        width: 30px;
        height: 40px;
        position: absolute;
        right: 0;
        line-height: 40px;
        text-align: center;
        border: 1px solid rgba(240, 240, 240, 1);
        border-left: none;
        font-size: 12px;
        color: rgba(200, 200, 200, 1);
    }

    .c_portalResGroupSearch_total-01001 .p_select .shape:before {
        content: "\e6c9";
    }

    .c_portalResGroupSearch_total-01001 .p_select .shape:hover {
        color: #65beba;
    }

    .c_portalResGroupSearch_total-01001 .p_select .itembox {
        height: auto;
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0px;
        border: 1px solid rgba(240, 240, 240, 1);
        border-top: 0;
        overflow-y: auto;
        z-index: 99;
        background-color: #fff;
        font-size: 12px;
        max-height: 180px;
    }

    .c_portalResGroupSearch_total-01001 .p_select li {
        width: auto;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
    }

    .c_portalResGroupSearch_total-01001 .p_select li:hover {
        background-color: rgb(240, 248, 250);
        color: rgb(100, 190, 186);
    }

    .c_portalResGroupSearch_total-01001 .p_select li i img {
        display: none;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtnBox {
        display: none;
    }
}

@media only screen and (min-width: 769px) {

    /*Ã¥Â¤Â§Ã¥Â±Â*/
    .c_portalResGroupSearch_total-01001 {
        margin-left: auto;
        margin-right: auto;
        max-width: 1180px;
        min-height: 192px;
        width: auto;
        display: inline-block;
        font-size: 0;
    }

    .c_portalResGroupSearch_total-01001 .p_contentBox {
        width: 100%;
        height: auto;
        overflow: visible;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        border-width: 1px;
        border-style: none;
        border-color: rgba(228, 228, 228, 0);
        background-color: transparent;
        position: relative;
    }

    .c_portalResGroupSearch_total-01001 .p_headbox {
        width: 100%;
        height: auto;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox {
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        overflow: visible;
        padding: 0;
        margin: 0;
        border-width: 1px;
        border-style: none;
        border-color: rgba(228, 228, 228, 0);
        background-color: transparent;
        position: relative;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox .p_input {
        width: 220px;
        display: inline-block;
        height: 40px;
        vertical-align: middle;
        color: inherit;
        position: relative;
        font-size: 14px;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox .p_input .last {
        display: none;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox .p_input .forward {
        /* display: none; */
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
        font-size: 15px;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBox .p_input .forward:before {
        content: "\e661";
        color: #a9a9a9;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtn {
        width: auto;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: rgba(255, 255, 255, 1);
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        background-color: #1890FF;
        text-align: center;
        padding-top: 0;
        padding-right: 20px;
        padding-left: 20px;
        position: inherit;
        margin: 0;
        padding: 0 20px;
        cursor: pointer;
        font-family: inherit;
        font-weight: inherit;
        text-decoration: none;
        background-size: 100% 100%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtn .font {
        display: table-cell;
        vertical-align: middle;
        bottom: 0;
        height: inherit;
        color: inherit;
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        text-decoration: none;
        position: relative;
        text-align: center;
    }

    .c_portalResGroupSearch_total-01001 .p_input input, .c_search_total-01001 .p_input .InputText {
        display: inline-block;
        height: 100%;
        width: inherit;
        line-height: inherit;
        border-width: 1px;
        border-style: solid;
        border-color: #f0f0f0;
        padding-left: 25px;
        padding-right: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .c_portalResGroupSearch_total-01001 .p_select {
        height: auto;
        position: relative;
        font-size: 0;
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin-left: -1px;
    }

    .c_portalResGroupSearch_total-01001 .p_select input {
        width: 75px;
        height: 40px;
        border: 1px solid rgba(240, 240, 240, 1);
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        padding: 0 10px;
    }

    .c_portalResGroupSearch_total-01001 .p_select input:hover {
        background-color: rgb(240, 248, 250);
        color: rgb(100, 190, 186);
    }

    .c_portalResGroupSearch_total-01001 .p_select input:hover+.shape {
        background-color: rgb(240, 248, 250);
    }

    .c_portalResGroupSearch_total-01001 .p_select .shape {
        display: inline-block;
        width: 30px;
        height: 40px;
        position: absolute;
        right: 0;
        line-height: 40px;
        text-align: center;
        border: 1px solid rgba(240, 240, 240, 1);
        border-left: none;
        font-size: 12px;
        color: rgba(200, 200, 200, 1);
    }

    .c_portalResGroupSearch_total-01001 .p_select .shape:before {
        content: "\e6c9";
    }

    .c_portalResGroupSearch_total-01001 .p_select .shape:hover {
        color: #65beba;
    }

    .c_portalResGroupSearch_total-01001 .p_select .itembox {
        height: auto;
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0px;
        border: 1px solid rgba(240, 240, 240, 1);
        border-top: 0;
        overflow-y: auto;
        z-index: 99;
        background-color: #fff;
        font-size: 12px;
        max-height: 180px;
    }

    .c_portalResGroupSearch_total-01001 .p_select li {
        width: auto;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
    }

    .c_portalResGroupSearch_total-01001 .p_select li:hover {
        background-color: rgb(240, 248, 250);
        color: rgb(100, 190, 186);
    }

    .c_portalResGroupSearch_total-01001 .p_select li i img {
        display: none;
    }

    .c_portalResGroupSearch_total-01001 .p_searchBtnBox {
        display: none;
    }
}

@CHARSET "UTF-8";

* {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
    margin: 0px auto;
}

/*page property_start*/
.pagebox, #-remove--flag {}

/*page property_end*/
/*page property_start*/
body, #-remove--flag {}


.Search{
	*float: right;
	float: right;
    margin-top: 12px;
	width: 97px;
	height: 23px;
	background:none; 
    position: relative;
    overflow: hidden;
    background: #e3e2e2;
}

.search_text{
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 0;
    border-radius: 20px;
    background: #e3e2e2;
    border: none;
    width: 100%;

display: inline-block;
	height: 23px;
    line-height: 23px;
	outline: none;
	font-family: "微软雅黑"; 
}
.button {
    position: absolute;
    font-size: 0;
    border: none;
    right: 0;
    top: 0;
    width: 21px;
    height: 23px;
    background: none;
    padding: 0; 
}

  .InputText {
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: inherit;
    padding-left: 48px;
    padding-right: 32px;
    border: none;

    display: block;
    padding-left: 10px;
    padding-right: 0;
    background: #e3e2e2;

}

/*page property_end*/
#c_portalResGroupSearch_total-15901138099607957 .searchBox {
    float: right;
    margin-top: 12px;
    width: 97px;
    height: 23px;
    position: relative;
    overflow: hidden;
}

#c_portalResGroupSearch_total-15901138099607957 .p_headbox {
    height: 100%;
}

#c_portalResGroupSearch_total-15901138099607957 .p_searchBox {
    display: block;
    height: 100%;
}

#c_portalResGroupSearch_total-15901138099607957 .p_searchBox .p_input {
    width: 100%;
    height: 100%;
}

#c_portalResGroupSearch_total-15901138099607957 .p_searchBox .p_input .forward {
    display: none;
}

#c_portalResGroupSearch_total-15901138099607957 .p_input input {
    padding-left: 10px;
    padding-right: 0;
    border-radius: 20px;
    background: #e3e2e2;
    border: none;
}

#c_portalResGroupSearch_total-15901138099607957 .p_searchBtn {
    position: absolute;
    font-size: 0;
    border: none;
    right: 0;
    top: 0;
    width: 21px;
    height: 23px;
    background: none;
    padding: 0;
}

#c_portalResGroupSearch_total-15901138099607957 .p_searchBtn .font {
    display: block;
    background: url(../images/rbqbhv26oc2ewsubaaaaao4bg7a238.png) 0 center no-repeat;
}

#c_portalResGroupSearch_total-15901138099607957 {
    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-1590113454707>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid-1590113454707>div>.p_gridbox>.p_gridCell>.c_portalResGroupSearch_total-01001 {
    display: block;
}

/*w_grid-1590113454707*/
/*w_grid-1590113454707*/
/*w_grid-1590113454707*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#w_grid-1571713491628>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid-1571713491628>div>.p_gridbox>.p_gridCell>.c_portalResGroupSearch_total-01001 {
    position: fixed;
    top: 70px;
    left: 0;
    width: 0;
    z-index: 1000;
}

/*w_grid-1571713491628*/
@media only screen and (max-width: 1199px) {
    #w_grid-1571713491628>div>.p_gridbox>.p_gridCell>.c_portalResGroupSearch_total-01001 {
        width: 100%
    }
}

/*w_grid-1571713491628*/
/*w_grid-1571713491628*/
/*w_grid-1571713491628*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#w_grid-1571713493092>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

/*w_grid-1571713493092*/
/*w_grid-1571713493092*/
/*w_grid-1571713493092*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#w_grid-1571713494536>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid-1571713494536>div>.p_gridbox {
    overflow: visible;
}

/*w_grid-1571713494536*/
/*w_grid-1571713494536*/
/*w_grid-1571713494536*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#w_grid-1590113454707 {
    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-1571713491628 {
    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-1571713493092 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1571713494536 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-15773549133272754 .qr1 p span {
    background: url(../images/rbqbg13oao2eh43raaaaaggzfta742.jpg) 0 center no-repeat;
}

#c_portalResGroupNewsNew_list-15773549133272754 .qr2 p span {
    background: url(../images/rbqbhv3oapuembs3aaaaafqxkfs908.png) 0 center no-repeat;
}

#c_portalResGroupNewsNew_list-15773549133272754 .mobil_img {
    display: none;
}

@media only screen and (max-width: 767px) {
    #c_portalResGroupNewsNew_list-15773549133272754 .footer .item-l .add_pho p {
        color: #fff;
    }

    #c_portalResGroupNewsNew_list-15773549133272754 .mobil_img {
        display: inline-block;
        width: 50%;
    }

    #c_portalResGroupNewsNew_list-15773549133272754 .pc_img {
        display: none;
    }

    #c_portalResGroupNewsNew_list-15773549133272754 .footer .add_pho p {
        font-size: 12px;
    }

    #c_portalResGroupNewsNew_list-15773549133272754 .qr .pic {
        width: 110px;
        height: 110px;
        padding: 16px;
        position: absolute;
        top: -108px;
        left: 0;
    }
}

#c_portalResGroupNewsNew_list-15773549133272754 {
    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: 300px;
    height: auto;
    padding-right: 0px;
}

@media only screen and (max-width:768px) {
    /* #w_grid-1571713494536 {
        display: none;
    } */
}

#c_portalResGroupSearch_total-15901180768342340 .p_contentBox {
    display: none;
}

#c_portalResGroupSearch_total-15901180768342340 .wap-en-chn {
    display: none !important;
}

@media only screen and (max-width:1199px) {
    #c_portalResGroupSearch_total-15901180768342340 .p_contentBox {
        height: 30px;
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_headbox {
        position: relative;
        height: 100%;
        padding: 0;
        width: 40%;
        margin: 0 auto;
        border: none;
        background: none
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_searchBox {
        height: 100%;
        width: 100%
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_searchBox .p_input {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_searchBox .p_input .forward {
        display: none
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_input input {
        display: block;
        padding-left: 10px;
        padding-right: 0;
        background: #e3e2e2
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_input .iconfont.last {
        display: none
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_headbox.active:before {
        display: none
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_headbox.active:after {
        display: none
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_searchBtn {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 21px;
        height: 30px;
        padding: 0;
        background: none
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_searchBtn .iconfont {
        display: none;
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_searchBtn .i_buttonText {
        display: none;
    }

    #c_portalResGroupSearch_total-15901180768342340 .p_searchBtn .font {
        display: block;
        line-height: 30px;
        background: url(../images/rbqbhv26oc2ewsubaaaaao4bg7a238.png) 0 center no-repeat
    }

    #c_portalResGroupSearch_total-15901180768342340 .wap-en-chn {
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1000
    }
}

#c_portalResGroupSearch_total-15901180768342340 {
    max-height: none;
    z-index: 1000;
    -webkit-transform: none;
    bottom: auto;
    min-height: 0px;
    right: auto;
    content: normal;
    margin-right: auto;
    margin-left: auto;
    transform: none;
    top: 70px;
    max-width: none;
    left: 0px;
    width: 0px;
    margin-top: 0px;
    position: fixed;
    margin-bottom: 0px;
    height: auto;
    min-width: 0px;
}

#c_portalResGroupNavNew_main-15717135016397240 .tb-item .sub_l1 {
    background: url(../images/rbqbhv26oc2ewsubaaaaao4bg7a238.png) 0 center no-repeat;
}

#c_portalResGroupNavNew_main-15717135016397240 .t-link li.link_li {
    position: relative;
}

#c_portalResGroupNavNew_main-15717135016397240 .t-link li dl {
    width: 90px;
    text-align: center;
    position: absolute;
    left: 0;
    margin-left: -11px;
    z-index: 999;
    display: none;
}

#c_portalResGroupNavNew_main-15717135016397240 .t-link li dl dd {
    background: #f5f5f5;
    height: 36px;
    line-height: 36px;
}

@media screen and (max-width: 1199px) {
    #c_portalResGroupNavNew_main-15717135016397240 .nav li>a {
        display: inline-block;
        position: static;
    }
}

#c_portalResGroupNavNew_main-15717135016397240 {
    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: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 0px;
    height: auto;
    padding-right: 0px;
}



