/*e_FlowCommonStyleBox-001*/
.e_FlowCommonStyleBox-001 {
  /* position: absolute;*/
  width: 100%;
  height: auto;
  width-uint: %;
} /*stylebox_link*/
.e_FlowCommonStyleBox-001 .stylebox_link {
  color: #666666;
  font-size: 14px;
  display: table;
  height: inherit;
  border-width: 0;
  float: right;
  vertical-align: middle;
  margin-right: 15px;
}
.e_FlowCommonStyleBox-001 .stylebox_link:hover {
  color: rgba(101, 190, 186, 1);
}
.e_FlowCommonStyleBox-001 .stylebox_link:active {
  color: rgba(101, 190, 186, 1);
}
.e_FlowCommonStyleBox-001 .stylebox_top {
  width: auto;
  height: 40px;
  background-color: #1890ff;
}
.e_FlowCommonStyleBox-001 .title_icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  margin-right: 10px;
  font-size: medium;
}
.e_FlowCommonStyleBox-001 .title_icon::before {
  content: '';
}
.e_FlowCommonStyleBox-001 .title_main {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  font-size: 16px;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e_FlowCommonStyleBox-001 .title_sub {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
.e_FlowCommonStyleBox-001 .stylebox_title {
  display: inline-block;
  width: auto;
  height: inherit;
  background-color: #1890ff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0;
  vertical-align: bottom;
  white-space: nowrap;
}
.e_FlowCommonStyleBox-001 .stylebox_link a {
  color: inherit;
  display: table-cell;
  vertical-align: middle;
}
.e_FlowCommonStyleBox-001 .link_icon {
  display: inline-block;
  margin-left: 5px;
}
.e_FlowCommonStyleBox-001 .link_icon::before {
  content: '\e6af';
}
.e_FlowCommonStyleBox-001 .stylebox_top_line {
  height: 1px;
  background-color: rgba(240, 240, 240, 1);
}
.e_FlowCommonStyleBox-001 .stylebox_content {
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  width: 100%;
  width-uint: %;
}
.e_FlowCommonStyleBox-001 .stylebox_bottom_line {
  height: 1px;
  background-color: rgba(240, 240, 240, 1);
}
.c_portalResGroupNewsNew_list-02001 {
  min-width: 320px;
  width: 100%;
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData {
  width: auto;
  text-align: center;
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .iconfont:before {
  content: '';
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .first {
  height: auto;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 0 10px 5px 0;
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title {
  display: inline-table;
  padding: 0 30px;
  min-height: 200px;
  height: 100%;
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .first:before {
  content: '\e6b4';
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .font {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .promptbox {
  width: auto;
  height: 100%;
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_content {
  padding-left: 65px;
} /*引导短连接*/
.c_portalResGroupNewsNew_list-02001 .p_moreBtn {
  position: static;
  width: auto;
  display: inline-table;
  min-height: 29px;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  min-width: 86px;
  cursor: pointer;
  text-align: center;
}
.c_portalResGroupNewsNew_list-02001 .p_moreBtn .font {
  white-space: nowrap;
  overflow: visible;
  vertical-align: middle;
}
.c_portalResGroupNewsNew_list-02001 .p_moreBtn .iconfont:before {
  content: '';
}
@-moz-keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading_animation {
  -moz-animation: three-quarters-loader 850ms infinite linear;
  -webkit-animation: three-quarters-loader 850ms infinite linear;
  animation: three-quarters-loader 850ms infinite linear;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.c_portalResGroupNewsNew_list-02001 .p_loading {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.c_portalResGroupNewsNew_list-02001 .p_loading .iconfont:before {
  content: '';
}
.c_portalResGroupNewsNew_list-02001 .p_loading .font {
  display: inline-block;
  margin-left: 20px;
  height: inherit;
} /*无效果/分组*/
.c_portalResGroupNewsNew_list-02001 .p_moreBox {
  margin: 0 20px;
  width: auto;
  height: auto;
  padding: 0;
  overflow: hidden;
} /*引导短连接 查看详情 */
.c_portalResGroupNewsNew_list-02001 .p_ToDetail {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  min-width: 86px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
a > .c_portalResGroupNewsNew_list-02001 .p_ToDetail:hover {
  cursor: pointer;
} /*概要信息*/
.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
  margin: 0;
  width: 236px;
  height: 317px;
  padding: 0;
  overflow: hidden;
}
.c_portalResGroupNewsNew_list-02001 .p_summary {
  text-align: left;
  vertical-align: top;
  word-break: break-all;
} /*辅助字段值*/
.c_portalResGroupNewsNew_list-02001 .p_time {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  overflow: visible;
  line-height: 18px;
  vertical-align: top;
} /* 互动信息 */
.c_portalResGroupNewsNew_list-02001 .p_assist {
  margin: 0;
  width: 236px;
  height: 317px;
  padding: 0;
  overflow: hidden;
} /*概要列表标题*/
.c_portalResGroupNewsNew_list-02001 .p_TitleBox {
  width: auto;
  height: auto;
  padding: 5px 0;
  overflow: hidden;
  vertical-align: top;
}
.c_portalResGroupNewsNew_list-02001 .p_title {
  display: inline-table;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
} /*列表序容器*/
.c_portalResGroupNewsNew_list-02001 .p_header {
  margin: 5px 0 0;
  width: auto;
  height: auto;
  padding: 0;
  overflow: hidden;
} /*无效果/分组*/
.c_portalResGroupNewsNew_list-02001 .p_content {
  margin: 0;
  width: 236px;
  height: 317px;
  padding: 0;
  overflow: hidden;
} /*资讯列表容器*/
.c_portalResGroupNewsNew_list-02001 .p_images {
  margin: 0;
  width: 168px;
  height: 138px;
  padding: 0;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin-right: 15px;
} /*行列表容器*/
.c_portalResGroupNewsNew_list-02001 .p_articles {
  margin: 0;
  width: inherit;
  height: 186px;
  padding: 0;
} /*通用容器*/
.c_portalResGroupNewsNew_list-02001 .p_news {
  margin: 0;
  width: inherit;
  height: auto;
  padding: 0;
  overflow: hidden;
} /*主要内容区容器*/
.c_portalResGroupNewsNew_list-02001 .p_Newslist {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.c_portalResGroupNewsNew_list-02001 {
  overflow: hidden;
}
.c_portalResGroupNewsNew_list-02001 .p_content {
  width: auto;
  height: auto;
  vertical-align: top;
}
.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
  width: auto;
  height: auto;
}
.c_portalResGroupNewsNew_list-02001 .p_assist {
  width: auto;
  height: auto;
} /*覆盖阶段结束*/ /*改为inline-block*/
.c_portalResGroupNewsNew_list-02001 .p_icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.c_portalResGroupNewsNew_list-02001 .p_about {
  display: inline-block;
  vertical-align: middle;
} /*end*/ /*组件样式开始*/
.c_portalResGroupNewsNew_list-02001 .p_articles {
  display: inline-block;
  height: auto;
  min-width: 320px;
  width: calc((100% - 0px) / 1);
  padding: 15px 20px;
  overflow: hidden;
  float: left;
}
.c_portalResGroupNewsNew_list-02001 .p_thumbnail {
  width: 100%;
  height: auto;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.c_portalResGroupNewsNew_list-02001 .p_thumbnail img {
  width: 100%;
}
.c_portalResGroupNewsNew_list-02001 .higher .p_thumbnail {
  position: absolute;
  height: 100%;
}
.c_portalResGroupNewsNew_list-02001 .widther .p_thumbnail {
  position: absolute;
  height: 100%;
}
.c_portalResGroupNewsNew_list-02001 .smaller .p_thumbnail {
  position: absolute;
  height: 100%;
}
.c_portalResGroupNewsNew_list-02001 .p_assist {
  margin-top: 2px;
}
.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
  clear: both;
  margin-bottom: 10px;
  margin-top: 8px;
}
.c_portalResGroupNewsNew_list-02001 .p_ToDetail {
  float: right;
  position: relative;
}
.c_portalResGroupNewsNew_list-02001 .p_summary {
  white-space: normal;
}
.c_portalResGroupNewsNew_list-02001 .p_categorySummaryBox {
  overflow: hidden;
  padding: 10px;
} /* 新增起止筛选时间 start */
.c_portalResGroupNewsNew_list-02001 .p_filterTime {
  padding: 15px 0 0;
  overflow: hidden;
}
.c_portalResGroupNewsNew_list-02001 .formItemInput {
  padding-left: 10px;
  padding-right: 5px;
  max-width: 468px;
}
.c_portalResGroupNewsNew_list-02001 .p_contactsTitle {
  width: auto;
  line-height: 30px;
}
.c_portalResGroupNewsNew_list-02001 .formItemInput .formItemIconAfter {
  right: 10px !important;
  position: absolute;
  top: 10px;
} /* 新增起止筛选时间 end */
@media only screen and (max-width: 768px) {
  .layui-laydate-range {
    width: 85% !important;
    left: 20px !important;
  }
  .c_portalResGroupNewsNew_list-02001 .p_articles {
    margin-top: 10px !important;
    width: 100% !important;
  }
  .c_portalResGroupNewsNew_list-02001 .mp_linkUrl {
    display: block;
    height: auto;
  }
  .c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
    display: none;
  }
  .c_portalResGroupNewsNew_list-02001 .p_ToDetail {
    display: none !important;
  }
  .c_portalResGroupNewsNew_list-02001 .mP_SummaryBox {
    clear: both;
  }
  .c_portalResGroupNewsNew_list-02001 .p_Information {
    display: flex;
    padding: 10px 0;
  }
  .c_portalResGroupNewsNew_list-02001 .p_Information li {
    flex: 1;
    height: 20px;
    overflow: hidden;
  }
  .c_portalResGroupNewsNew_list-02001 .p_KeyWord {
    width: 100%;
    margin-top: 5px;
  }
  .c_portalResGroupNewsNew_list-02001 .p_KeyWord .p_tag {
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 3px;
  }
  .c_portalResGroupNewsNew_list-02001 .blank {
    width: 100%;
    height: 15px;
    overflow: hidden;
  }
  .c_portalResGroupNewsNew_list-02001 .p_articles {
    border: none;
  }
  .layui-laydate-content td,
  .layui-laydate-content th {
    height: 24px !important;
    padding: 2px 5px !important;
    line-height: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .c_portalResGroupNewsNew_list-02001 .mp_linkUrl {
    display: none;
  }
  .c_portalResGroupNewsNew_list-02001 .mP_SummaryBox {
    display: none;
  }
  .c_portalResGroupNewsNew_list-02001 .p_Information {
    display: none;
  }
  .c_portalResGroupNewsNew_list-02001 .p_KeyWord {
    display: none;
  }
  .c_portalResGroupNewsNew_list-02001 .blank {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
@media only screen and (max-width: 768px) {
  /*小屏*/
  .c_portalResGroupBreadcrumb_nav-01001 {
    width: 1180px;
    height: 30px;
    overflow: visible;
    font-size: 0;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbCurrent {
    font-size: 0;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbCurrent {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbCurrent .font {
    display: inline-block;
    font-size: 14px;
    color: #666;
    height: 30px;
    line-height: 30px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbCurrent .before:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbCurrent .after:before {
    content: '\200B';
  } /*面包屑导航*/
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbList .p_breadcrumb:last-child,
  .c_portalResGroupBreadcrumb_nav-01001 .p_current,
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbList .p_breadcrumb:last-child a,
  .c_portalResGroupBreadcrumb_nav-01001 .p_current a {
    color: #595959;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbList .p_breadcrumb:last-child a:hover,
  .c_portalResGroupBreadcrumb_nav-01001 .p_current a:hover {
    color: #60a9d7;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb > a > .font {
    display: inline-block;
    line-height: 30px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb > a {
    color: inherit;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox > a > .font {
    /* border: 1px solid #e0f2f1;*/
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox > a > .font:hover {
    text-decoration: none;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb > a > .font:hover {
    text-decoration: underline;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb .before:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb .after:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover > a > .font:before {
    content: '\200B';
    display: block;
    height: 1px;
    background: #fff;
    width: 100%;
    width: calc(100% - 1px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    z-index: 10;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover > a > .font {
    color: #409eff;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after {
    margin-right: 5px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after:before {
    content: '\e69a';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover .after:before {
    content: '\e69c';
  } /*普通短链接*/ /*重要文字*/
  .c_portalResGroupBreadcrumb_nav-01001 .p_end {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_end {
    margin-right: 6px;
    margin-left: 6px;
    vertical-align: middle;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_end .font {
    white-space: nowrap;
    vertical-align: middle;
    text-align: inherit;
    line-height: 14px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_end .iconfont:before {
    display: inline-block;
    content: '';
  } /*面包屑导航*/
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst {
    font-size: 14px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst > a > .font {
    display: inline-block;
    line-height: 30px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox > a > .font {
    border: 1px solid #e0f2f1;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox > a > .font:hover {
    text-decoration: none;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst > a > .font:hover {
    text-decoration: underline;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst .after:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover > a > .font:before {
    content: '\200B';
    display: block;
    height: 1px;
    background: #fff;
    width: 100%;
    width: calc(100% - 1px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    z-index: 10;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover > a > .font {
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after {
    margin-right: 5px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after:before {
    content: '\e69a';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover .after:before {
    content: '\e69c';
  } /*无效果/分组*/
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbList {
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    border-width: 1px;
    border-style: none;
    background-color: transparent;
    background-color: transparent;
    overflow: visible;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadfloat {
    float: none;
    width: auto;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbList > a {
    display: inline-block;
  } /* .c_portalResGroupBreadcrumb_nav-01001 .p_CurrentBox{ color: #666; } */
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before {
    content: '\e68a';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .contentBox:hover .p_content {
    display: block;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_end {
    margin-right: 6px;
    margin-left: 6px;
    vertical-align: middle;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_currentList .p_breadcrumb {
    margin: 0 14px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  /*大屏*/
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbCurrent {
    font-size: 0;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbCurrent {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbCurrent .font {
    display: inline-block;
    font-size: 14px;
    color: #666;
    height: 30px;
    line-height: 30px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbCurrent .before:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbCurrent .after:before {
    content: '\200B';
  } /*面包屑导航*/
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbList .p_breadcrumb:last-child,
  .c_portalResGroupBreadcrumb_nav-01001 .p_current,
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbList .p_breadcrumb:last-child a,
  .c_portalResGroupBreadcrumb_nav-01001 .p_current a {
    color: #595959;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbList .p_breadcrumb:last-child a:hover,
  .c_portalResGroupBreadcrumb_nav-01001 .p_current a:hover {
    color: #60a9d7;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb > a > .font {
    display: inline-block;
    line-height: 30px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox > a > .font {
    /* border: 1px solid #e0f2f1;*/
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox > a > .font:hover {
    text-decoration: none;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb > a > .font:hover {
    text-decoration: underline;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb .before:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb .after:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover > a > .font:before {
    content: '\200B';
    display: block;
    height: 1px;
    background: #fff;
    width: 100%;
    width: calc(100% - 1px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    z-index: 10;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after {
    margin-right: 5px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after:before {
    content: '\e69a';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover .after:before {
    content: '\e69c';
  } /*普通短链接*/
  .e_title.c_portalResGroupBreadcrumb_nav-01001.p_sortLink {
    display: inline-block;
    padding: 0;
    color: rgba(101, 190, 186, 1);
    font-size: 14px;
    text-align: left;
  }
  .e_title.c_portalResGroupBreadcrumb_nav-01001.p_sortLink {
    white-space: nowrap;
    vertical-align: middle;
    line-height: 19px;
  }
  a > .e_title.c_portalResGroupBreadcrumb_nav-01001 .p_sortLink:hover {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
  }
  a > .e_title.c_portalResGroupBreadcrumb_nav-01001 .p_sortLink:active {
    color: rgba(69, 165, 161, 1);
    font-weight: 400;
  }
  a > .e_title.c_portalResGroupBreadcrumb_nav-01001 .p_sortLink:active {
    text-decoration: none;
    margin-top: 0;
  }
  .e_title.c_portalResGroupBreadcrumb_nav-01001 .p_sortLink .iconfont:before {
    display: inline-block;
    content: '';
  } /*无效果/分组*/
  .c_portalResGroupBreadcrumb_nav-01001 .p_content {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    border-width: 1px;
    border-style: none;
    border-color: rgba(228, 228, 228, 0);
    background-color: transparent;
    overflow: hidden;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond {
    font-size: 14px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond > a > .font {
    display: inline-block;
    line-height: 30px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond > a {
    color: inherit;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox > a > .font {
    border: 1px solid #e0f2f1;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox > a > .font:hover {
    text-decoration: none;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond > a > .font:hover {
    text-decoration: underline;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond .before:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond .after:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover > a > .font:before {
    content: '\200B';
    display: block;
    height: 1px;
    background: #fff;
    width: 100%;
    width: calc(100% - 1px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    z-index: 10;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox .after {
    margin-right: 5px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox .after:before {
    content: '\e69a';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover .after:before {
    content: '\e69c';
  } /*重要文字*/
  .c_portalResGroupBreadcrumb_nav-01001 .p_end {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_end .font {
    white-space: nowrap;
    vertical-align: middle;
    text-align: inherit;
    line-height: 14px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_end .iconfont:before {
    display: inline-block;
    content: '';
  } /*面包屑导航*/
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst {
    font-size: 14px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst > a > .font {
    display: inline-block;
    line-height: 30px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst > a {
    color: inherit;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox > a > .font {
    border: 1px solid #e0f2f1;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox > a > .font:hover {
    text-decoration: none;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst > a > .font:hover {
    text-decoration: underline;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst .after:before {
    content: '\200B';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover > a > .font:before {
    content: '\200B';
    display: block;
    height: 1px;
    background: #fff;
    width: 100%;
    width: calc(100% - 1px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    z-index: 10;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after {
    margin-right: 5px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after:before {
    content: '\e69a';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover .after:before {
    content: '\e69c';
  } /*无效果/分组*/
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbList {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
    border-width: 1px;
    border-style: none;
    border-color: rgba(228, 228, 228, 0);
    background-color: transparent;
    overflow: hidden;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadfloat {
    float: left;
    width: 60%;
  }
  .c_portalResGroupBreadcrumb_nav-01001 {
    overflow: visible;
    font-size: 0;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbList > a {
    display: inline-block;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_CurrentBox {
    color: #666;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before {
    content: '\e68a';
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_content {
    width: 240px;
    position: absolute;
    border: 1px solid #1890ff;
    padding: 9px 7px 9px 7px;
    font-size: 0;
    display: none;
    height: auto;
    background: #fff;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .contentBox:hover .p_content {
    display: block;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_sortLink {
    display: inline-block;
    margin: 9px 7px 9px 7px;
    cursor: pointer;
    font-size: 14px;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_sortLink .font {
    line-height: 14px;
    font-weight: normal;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_sortLink:hover {
    text-decoration: underline;
    font-weight: normal;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_sortLink.current {
    color: #bcbcbc;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_sortLink.current:hover {
    text-decoration: none;
    font-weight: normal;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_sortLink.current .font {
    text-decoration: none;
    font-weight: normal;
    cursor: default;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_end {
    margin-right: 6px;
    margin-left: 6px;
    vertical-align: middle;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_breadcrumbBox {
    overflow: hidden;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_currentList {
    float: right;
    width: 39%;
    text-align: right;
  }
  .c_portalResGroupBreadcrumb_nav-01001 .p_currentList .p_breadcrumb {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /*中屏*/
}
@media only screen and (max-width: 768px) {
  /*小屏*/
  .c_portalResGroupColumn_detail-02001 .p_contentBox {
    padding: 0;
    overflow: hidden;
  }
  .c_portalResGroupColumn_detail-02001 .p_headBox {
    margin: 20px 0;
    padding: 10px 0;
  }
  .c_portalResGroupColumn_detail-02001 .p_header {
    margin: 20px 0;
    text-align: center;
    border: none;
    padding-bottom: 0;
  }
  .c_portalResGroupColumn_detail-02001 .p_subtitle {
    line-height: 36px;
    text-align: center;
  }
  .c_portalResGroupColumn_detail-02001 .p_dataSource {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .c_portalResGroupColumn_detail-02001 .p_dataSource > li {
    display: inline-block;
    margin-right: 40px;
  }
  .c_portalResGroupColumn_detail-02001 .p_dataSource > li:last-child {
    margin-right: 0px;
  }
  .c_portalResGroupColumn_detail-02001 .p_line {
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .c_portalResGroupColumn_detail-02001 .p_summary {
    padding: 10px;
  }
  .c_portalResGroupColumn_detail-02001 .p_imgBox {
    padding: 15px 0 25px;
    text-align: center;
  }
  .c_portalResGroupColumn_detail-02001 .p_imgBox img {
    max-width: 100%;
  }
  .c_portalResGroupColumn_detail-02001 .p_content {
    margin: 20px 0;
    overflow: hidden;
  }
  .c_portalResGroupColumn_detail-02001 .p_KeywordBox span {
    padding: 2px 10px;
  }
  .c_portalResGroupColumn_detail-02001 .p_name {
    margin-top: 5px;
    margin-right: 10px;
  }
  .c_portalResGroupColumn_detail-02001 .p_tags {
    display: inline-block;
  }
  .c_portalResGroupColumn_detail-02001 .p_tag {
    display: inline-block;
    background: #f1f1f1;
    border: 1px solid #d9d9d9;
    margin-right: 18px;
    margin-bottom: 15px;
    cursor: default;
    border-radius: 4px;
    color: #969696;
  } /*相关介绍类应用*/
  .c_portalResGroupColumn_detail-02001 .summary-mo {
    display: block;
    background: none;
    padding-left: 0;
    padding: 0 10px 15px;
    width: auto;
    word-wrap: break-word;
    word-break: normal;
  } /* banner轮播图 */
  .c_portalResGroupColumn_detail-02001 .p_PrevAndNext {
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    margin-top: 20px;
  }
  .c_portalResGroupColumn_detail-02001 .p_ThumbnailBox {
    position: absolute;
    bottom: 60px;
    text-align: center;
  }
  .c_portalResGroupColumn_detail-02001 .p_thumbnail {
    display: inline-block;
    float: none;
    width: 16px !important;
    height: 16px !important;
    padding-bottom: 0;
    border-radius: 50%;
    margin: 0 2px;
  }
  .c_portalResGroupColumn_detail-02001 .p_previewBox,
  .c_portalResGroupColumn_detail-02001 .p_nextBox {
    float: left;
    width: 50%;
    text-align: center;
  }
  .c_portalResGroupColumn_detail-02001 .i_title {
    display: block;
    width: 100%;
    margin-top: 4px;
  }
  .c_portalResGroupColumn_detail-02001 .i_title .clons {
    display: none;
  }
  .c_portalResGroupColumn_detail-02001 .p_imgsBox {
    width: 100%;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-top {
    height: 300px;
    text-align: center;
  }
  .c_portalResGroupColumn_detail-02001 .swiper-wrapper,
  .c_portalResGroupColumn_detail-02001 .swiper-slide {
    height: inherit;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-top .swiper-slide img {
    /* width: 100%; */ /* height: inherit; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-top .swiper-button-next,
  .c_portalResGroupColumn_detail-02001 .gallery-top .swiper-button-prev {
    display: none;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-thumbs {
    width: 0;
    height: 0;
    padding: 0;
  }
  .c_portalResGroupColumn_detail-02001 .swiper-pagination {
    right: 0;
    left: -10px;
    transform: translate(0, 0);
    text-align: center;
    bottom: 20px;
    z-index: 99999;
    position: absolute;
  }
  .c_portalResGroupColumn_detail-02001 .swiper-pagination .dot {
    display: inline-block;
    margin: 0 4px;
  }
}
@media only screen and (min-width: 769px) {
  /*大屏*/
  .c_portalResGroupColumn_detail-02001 .p_contentBox {
    padding: 0px 35px;
    overflow: hidden;
  }
  .c_portalResGroupColumn_detail-02001 .p_headBox {
    margin: 20px 0;
    padding: 10px 0;
  }
  .c_portalResGroupColumn_detail-02001 .p_header {
    text-align: center;
    padding-bottom: 10px;
  }
  .c_portalResGroupColumn_detail-02001 .p_subtitle {
    line-height: 36px;
    text-align: center;
  }
  .c_portalResGroupColumn_detail-02001 .p_dataSource {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .c_portalResGroupColumn_detail-02001 .p_dataSource > li {
    display: inline-block;
    margin-right: 40px;
  }
  .c_portalResGroupColumn_detail-02001 .p_dataSource > li:last-child {
    margin-right: 0px;
  }
  .c_portalResGroupColumn_detail-02001 .p_line {
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .c_portalResGroupColumn_detail-02001 .p_summary {
    padding: 10px;
    background: #e3f5fe;
    word-wrap: break-word;
    word-break: normal;
  }
  .c_portalResGroupColumn_detail-02001 .p_content {
    margin: 20px 0;
    overflow: hidden;
  }
  .c_portalResGroupColumn_detail-02001 .p_imgBox {
    padding: 15px 0 25px;
    text-align: center;
  }
  .c_portalResGroupColumn_detail-02001 .p_imgBox img {
    max-width: 100%;
  }
  .c_portalResGroupColumn_detail-02001 .p_KeywordBox {
    padding: 2px 10px;
  }
  .c_portalResGroupColumn_detail-02001 .p_name {
    margin-top: 5px;
    margin-right: 10px;
  }
  .c_portalResGroupColumn_detail-02001 .p_tags {
    display: inline-block;
  }
  .c_portalResGroupColumn_detail-02001 .p_tag {
    display: inline-block;
    background: #f1f1f1;
    border: 1px solid #d9d9d9;
    margin-right: 18px;
    margin-bottom: 15px;
    cursor: default;
    border-radius: 4px;
    color: #969696;
  } /* banner图集样式 start */
  .c_portalResGroupColumn_detail-02001 .gallery-top .swiper-container {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-top .swiper-container {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .c_portalResGroupColumn_detail-02001 .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-top {
    height: 480px;
    width: 100%;
    text-align: center;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-top .swiper-wrapper,
  .c_portalResGroupColumn_detail-02001 .gallery-top .swiper-slide {
    height: inherit;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-top .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
  }
  .c_portalResGroupColumn_detail-02001 .swiper-button-prev {
    display: inline-table;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 36px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
  }
  .c_portalResGroupColumn_detail-02001 .swiper-button-next {
    display: inline-table;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    width: 36px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
  }
  .c_portalResGroupColumn_detail-02001 .swiper-button-prev i,
  .c_portalResGroupColumn_detail-02001 .swiper-button-next i {
    display: table-cell;
    vertical-align: middle;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .swiper-pagination-bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-thumbs .swiper-slide {
    display: inline-table;
    width: 105px !important;
    height: 85px !important;
    text-align: center;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-thumbs .p_sImgBox {
    display: table-cell;
    width: auto;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-thumbs .swiper-slide img {
    display: block;
    width: 100%;
  }
  .c_portalResGroupColumn_detail-02001 .gallery-top .ahref {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .c_portalResGroupColumn_detail-02001 .p_PrevAndNextMo {
    display: none;
  }
  .c_portalResGroupColumn_detail-02001 .p_pagination {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .c_portalResGroupColumn_detail-02001 .p_cpElse {
    overflow: hidden;
  }
  .c_portalResGroupColumn_detail-02001 .p_cpElse li {
    float: left;
    width: 33%;
  } /* banner图集样式 end */
}
@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) {
}
@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
.pagebox {
  width: 100%;
} /*page property_start*/
.pagebox,
#-remove--flag {
} /*page property_end*/ /*page property_start*/
body,
#-remove--flag {
} /*page property_end*/
#c_portalResGroupBreadcrumb_nav-1617949266282 .p_MatteIcon .iconfont:before {
  content: '\e602';
}
#c_portalResGroupBreadcrumb_nav-1617949266282 > div {
  animation-fill-mode: both;
}
#c_portalResGroupBreadcrumb_nav-1617949266282 {
  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: 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: 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: 996px) {
}
@media only screen and (max-width: 996px) 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: 1024px) and (min-width: 769px) {
}
#w_grid-1617951403701 .p_MatteIcon .iconfont:before {
  content: '\e602';
}
#w_grid-1617951403701 > div {
  animation-fill-mode: both;
}
#w_grid-1617951403701 > div > .p_gridbox > .p_gridCell:nth-child(n + 1) {
  margin-left: 0px;
  clear: left;
} /*w_grid-1617951403701*/ /*w_grid-1617951403701*/
@media only screen and (min-width: 769px) {
  #w_grid-1617951403701 > div > .p_gridbox > .p_gridCell {
    margin-bottom: 0rem;
    margin-top: 0rem;
    margin-left: 0;
  }
  #w_grid-1617951403701 > div > .p_gridbox > .p_gridCell:nth-child(1n + 0) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  #w_grid-1617951403701 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
    margin-right: 0;
  }
} /*w_grid-1617951403701*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1617951403701 .p_gridbox {
  background-image: url(../images/rczp_bg.jpg) /*tpa=https://www.hexiefangda.com/img/rczp_bg.jpg*/;
  background-image-part-image: url(../images/rczp_bg.jpg) /*tpa=https://www.hexiefangda.com/img/rczp_bg.jpg*/;
  background-repeat: no-repeat;
  background-size: cover;
}
#w_grid-1617951403701 {
  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_portalResGroupColumn_detail-1617949266287 .p_MatteIcon .iconfont:before {
  content: '\e602';
}
#c_portalResGroupColumn_detail-1617949266287 > div {
  animation-fill-mode: both;
}
#c_portalResGroupColumn_detail-1617949266287 .banner {
  position: relative;
}
#c_portalResGroupColumn_detail-1617949266287 .img_box {
  position: relative;
}
#c_portalResGroupColumn_detail-1617949266287 .banner .img_box > img {
  width: 100%;
}
#c_portalResGroupColumn_detail-1617949266287 .banner_text {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c_portalResGroupColumn_detail-1617949266287 .banner_subtitle {
  line-height: 1.2em;
  font-size: 80px;
}
#c_portalResGroupColumn_detail-1617949266287 .cumb_left {
  display: none;
}
#c_portalResGroupColumn_detail-1617949266287 .banner_title {
  position: relative;
  margin-left: 70px;
}
#c_portalResGroupColumn_detail-1617949266287 .cumb_banner {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#c_portalResGroupColumn_detail-1617949266287 .cumb_banner .w1600 {
  width: 1600px;
  margin: 0 auto;
  max-width: 94%;
  line-height: 120px;
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0 55px;
  color: #b7b7b7;
}
#c_portalResGroupColumn_detail-1617949266287 .cumb_banner img {
  vertical-align: middle;
  margin-right: 10px;
}
#c_portalResGroupColumn_detail-1617949266287 .cumb_banner a {
  color: #b7b7b7;
}
#c_portalResGroupColumn_detail-1617949266287 .cumb_banner a:hover {
  color: #1181c4;
}
#c_portalResGroupColumn_detail-1617949266287 .cumb_banner .fr a {
  padding: 0 12px;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
#c_portalResGroupColumn_detail-1617949266287 .cumb_banner .fr a:after {
  content: '';
  width: 0px;
  height: 2px;
  background: #1181c4;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
#c_portalResGroupColumn_detail-1617949266287 .cumb_banner .fr a:hover:after {
  width: 100%;
}
#c_portalResGroupColumn_detail-1617949266287 .cumb_banner .fr a.active {
  color: #1181c4;
}
#c_portalResGroupColumn_detail-1617949266287 .cumb_banner .fr a.active:after {
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  #c_portalResGroupColumn_detail-1617949266287 .cumb_banner .w1600 {
    line-height: 90px;
  }
  #c_portalResGroupColumn_detail-1617949266287 .banner {
    position: relative;
  }
  #c_portalResGroupColumn_detail-1617949266287 .banner_subtitle {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  #c_portalResGroupColumn_detail-1617949266287 .banner_subtitle {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #c_portalResGroupColumn_detail-1617949266287 .cumb_banner .w1600 {
    line-height: 60px;
  }
  #c_portalResGroupColumn_detail-1617949266287 .cumb_banner .fr a {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #c_portalResGroupColumn_detail-1617949266287 .banner_subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #c_portalResGroupColumn_detail-1617949266287 .cumb_banner {
    position: static;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
  }
  #c_portalResGroupColumn_detail-1617949266287 .cumb_banner .w1600 {
    padding: 0;
    line-height: 30px;
  }
  #c_portalResGroupColumn_detail-1617949266287 .banner_text img {
    width: 120px;
  }
}
#c_portalResGroupColumn_detail-1617949266287 {
  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;
}
#c_portalResGroupNewsNew_list-16179516877268897 .p_articles {
  width: calc((100% - 0px) / 1);
}
#c_portalResGroupNewsNew_list-16179516877268897 .p_CommonSummaryBoxA {
  text-align: center;
}
#c_portalResGroupNewsNew_list-16179516877268897 .p_MatteIcon .iconfont:before {
  content: '\e602';
}
#c_portalResGroupNewsNew_list-16179516877268897 > div {
  animation-fill-mode: both;
}
#c_portalResGroupNewsNew_list-16179516877268897 .p_page .pre .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofinset: 0px;
  shadow-distance-ofinset: 0px;
}
#c_portalResGroupNewsNew_list-16179516877268897 .p_page .next .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofinset: 0px;
  shadow-distance-ofinset: 0px;
}
#c_portalResGroupNewsNew_list-16179516877268897 .p_more .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofinset: 0px;
  shadow-distance-ofinset: 0px;
}
#c_portalResGroupNewsNew_list-16179516877268897 .p_loading .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofinset: 0px;
  shadow-distance-ofinset: 0px;
}
#c_portalResGroupNewsNew_list-16179516877268897 .text_top {
  padding: 4.68% 0 3.8%;
}
#c_portalResGroupNewsNew_list-16179516877268897 .title_en {
  text-align: center;
}
#c_portalResGroupNewsNew_list-16179516877268897 .text_top .title {
  font-weight: 600;
  color: #1181c4;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 0.83%;
}
#c_portalResGroupNewsNew_list-16179516877268897 .text_top .des {
  text-align: center;
  line-height: 1.875em;
}
#c_portalResGroupNewsNew_list-16179516877268897 .swiper-container1 {
  padding: 90px 0 90px;
  width: 934px;
  max-width: 80%;
  margin: 0 auto;
}
#c_portalResGroupNewsNew_list-16179516877268897 .swiper-container_box {
  position: relative;
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
#c_portalResGroupNewsNew_list-16179516877268897 .swiper-container1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.9);
}
#c_portalResGroupNewsNew_list-16179516877268897 .swiper-container1 .swiper-slide-active,
.swiper-container1 .swiper-slide-duplicate-active {
  transform: scale(1.26);
  z-index: 2;
}
#c_portalResGroupNewsNew_list-16179516877268897 .img {
  width: 100%;
  overflow: hidden;
}
#c_portalResGroupNewsNew_list-16179516877268897 .img .img_box {
  width: 100%;
  height: 0px;
  padding-bottom: 73.78%;
}
#c_portalResGroupNewsNew_list-16179516877268897 .swiper-button-prev {
  width: 27px;
  height: 46px;
  background: url(../images/left2.png) /*tpa=https://www.hexiefangda.com/img/left2.png*/ no-repeat center;
  background-size: 100%;
}
#c_portalResGroupNewsNew_list-16179516877268897 .swiper-button-prev:hover {
  background-image: url(../images/left1.png) /*tpa=https://www.hexiefangda.com/img/left1.png*/;
}
#c_portalResGroupNewsNew_list-16179516877268897 .swiper-button-next {
  width: 27px;
  height: 46px;
  background: url(../images/right2.png) /*tpa=https://www.hexiefangda.com/img/right2.png*/ no-repeat center;
  background-size: 100%;
}
#c_portalResGroupNewsNew_list-16179516877268897 .swiper-button-next:hover {
  background-image: url(../images/right1.png) /*tpa=https://www.hexiefangda.com/img/right1.png*/;
}
#c_portalResGroupNewsNew_list-16179516877268897 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c1c1c1;
  vertical-align: middle;
  margin: 0 10px;
  opacity: 1;
}
#c_portalResGroupNewsNew_list-16179516877268897 .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: #1181c4;
}
#c_portalResGroupNewsNew_list-16179516877268897 .swiper-pagination {
  text-align: center;
  left: auto;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 768px) {
  #c_portalResGroupNewsNew_list-16179516877268897 .title_en img {
    max-width: 80%;
  }
  #c_portalResGroupNewsNew_list-16179516877268897 .swiper-container1 .swiper-slide {
    transform: scale(1);
  }
  #c_portalResGroupNewsNew_list-16179516877268897 .swiper-container1 .swiper-slide-active,
  .swiper-container1 .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  #c_portalResGroupNewsNew_list-16179516877268897 .swiper-container1 {
    padding: 30px 0 50px;
  }
  #c_portalResGroupNewsNew_list-16179516877268897 .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  #c_portalResGroupNewsNew_list-16179516877268897 .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
#c_portalResGroupNewsNew_list-16179516877268897 {
  max-height: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  min-height: 0px;
  margin-right: 0px;
  margin-left: 0px;
  max-width: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  min-width: 320px;
  height: auto;
  padding-right: 0px;
}
#c_portalResGroupNewsNew_list-16179498336764073 .p_articles {
  width: calc((100% - 0px) / 1);
}
#c_portalResGroupNewsNew_list-16179498336764073 .p_CommonSummaryBoxA {
  text-align: center;
}
#c_portalResGroupNewsNew_list-16179498336764073 .p_MatteIcon .iconfont:before {
  content: '\e602';
}
#c_portalResGroupNewsNew_list-16179498336764073 > div {
  animation-fill-mode: both;
}
#c_portalResGroupNewsNew_list-16179498336764073 .p_page .pre .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofinset: 0px;
  shadow-distance-ofinset: 0px;
}
#c_portalResGroupNewsNew_list-16179498336764073 .p_page .next .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofinset: 0px;
  shadow-distance-ofinset: 0px;
}
#c_portalResGroupNewsNew_list-16179498336764073 .p_more .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofinset: 0px;
  shadow-distance-ofinset: 0px;
  content: '';
}
#c_portalResGroupNewsNew_list-16179498336764073 .p_loading .iconfont:before {
  shadow-angle: 0px;
  shadow-distance: 0px;
  shadow-angle-ofinset: 0px;
  shadow-distance-ofinset: 0px;
}
#c_portalResGroupNewsNew_list-16179498336764073 .new_list .text .title a:hover {
  color: #5e2c2c;
}
#c_portalResGroupNewsNew_list-16179498336764073 .bigtitle {
  text-align: center;
  font-weight: 600;
  padding: 5% 0 3%;
}
#c_portalResGroupNewsNew_list-16179498336764073 .p_news {
  width: 100%;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp {
  padding-bottom: 7.8%;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list li {
  height: 100px;
  border: 2px solid #eeeeee;
  overflow: hidden;
  padding: 0 80px;
  transition: all 0.6s;
  margin-bottom: 1.4%;
  background: #fff;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list .title {
  margin-bottom: 20px;
  margin-top: 28px;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list .summary {
  margin-bottom: 47px;
  color: #fff;
  line-height: 2.5em;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list .summary span {
  margin-right: 80px;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list .contant .text {
  margin-bottom: 20px;
  line-height: 1.875em;
  color: #fff;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list .contant .link {
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #5d2c2c;
  border-radius: 3px;
  margin-bottom: 40px;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list .contant .link a {
  color: #fff;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list .top_show {
  position: relative;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list li .top_show:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/rczp_btn1.png) /*tpa=https://www.hexiefangda.com/img/rczp_btn1.png*/ no-repeat
    center;
  background-size: 100%;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list li.active {
  height: auto;
  transition: all 0.6s;
  background: url(' ') no-repeat center !important;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list li.active .top_show:after {
  background-image: url(../images/rczp_btn2.png) /*tpa=https://www.hexiefangda.com/img/rczp_btn2.png*/;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list li .contant {
  display: none;
  width: 80%;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp_list li.active .contant {
  display: block;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp .p_more {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  height: 70px;
  background-color: #f6f7f8;
  border-radius: 0px;
  border-width: 0px;
  color: #23232b;
  margin-top: 40px;
}
#c_portalResGroupNewsNew_list-16179498336764073 .shzp .p_more .font {
  vertical-align: middle;
  text-align: inherit;
  line-height: 70px;
}
@media only screen and (max-width: 768px) {
  #c_portalResGroupNewsNew_list-16179498336764073 .shzp_list .summary span {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
  }
  #c_portalResGroupNewsNew_list-16179498336764073 .shzp_list li {
    height: 80px;
    padding: 0 20px;
  }
  #c_portalResGroupNewsNew_list-16179498336764073 .shzp_list .title {
    margin-top: 25px;
  }
  #c_portalResGroupNewsNew_list-16179498336764073 .shzp_list li .top_show:after {
    width: 20px;
    height: 20px;
  }
  #c_portalResGroupNewsNew_list-16179498336764073 .shzp_list li .contant {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #c_portalResGroupNewsNew_list-16179498336764073 .shzp_list li {
    height: 60px;
  }
  #c_portalResGroupNewsNew_list-16179498336764073 .shzp_list .summary span {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  #c_portalResGroupNewsNew_list-16179498336764073 .shzp_list .title {
    margin-bottom: 10px;
    margin-top: 14px;
  }
  #c_portalResGroupNewsNew_list-16179498336764073 .shzp_list li {
    padding: 0 15px;
  }
  #c_portalResGroupNewsNew_list-16179498336764073 .jointab_list li a {
    height: 43px;
    line-height: 43px;
  }
  #c_portalResGroupNewsNew_list-16179498336764073 .shzp .p_more {
    height: 40px;
  }
  #c_portalResGroupNewsNew_list-16179498336764073 .shzp .p_more .font {
    line-height: 40px;
    font-size: 14px;
  }
}
#c_portalResGroupNewsNew_list-16179498336764073 {
  max-height: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  min-height: 0px;
  margin-right: 0px;
  margin-left: 0px;
  max-width: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  min-width: 320px;
  height: auto;
  padding-right: 0px;
}
