 .e_FlowCommonStyleBox-001 {
     width: 100%;
     height: auto;
     
 }

 .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%;
     
 }

 .e_FlowCommonStyleBox-001 .stylebox_bottom_line {
     height: 1px;
     background-color: rgba(240, 240, 240, 1);
 }

 .e_SideMajorStyleBox-001 {
     width: 100%;
     height: auto;
     
 }

 .e_SideMajorStyleBox-001 .stylebox_link {
     color: #666666;
     font-size: 14px;
     display: table;
     height: inherit;
     border-width: 0;
     float: right;
     vertical-align: middle;
     margin-right: 15px;
 }

 .e_SideMajorStyleBox-001 .stylebox_top {
     width: auto;
     height: 40px;
     background-color: rgba(101, 190, 186, 1);
 }

 .e_SideMajorStyleBox-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_SideMajorStyleBox-001 .title_icon::before {
     content: "";
 }

 .e_SideMajorStyleBox-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_SideMajorStyleBox-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_SideMajorStyleBox-001 .stylebox_title {
     display: inline-block;
     width: auto;
     height: inherit;
     background-color: rgba(101, 190, 186, 1);
     padding-left: 15px;
     padding-right: 15px;
     font-size: 0;
     vertical-align: bottom;
     white-space: nowrap;
 }

 .e_SideMajorStyleBox-001 .stylebox_link a {
     color: inherit;
     display: table-cell;
     vertical-align: middle;
 }

 .e_SideMajorStyleBox-001 .link_icon {
     display: inline-block;
     margin-left: 5px;
 }

 .e_SideMajorStyleBox-001 .link_icon::before {
     content: '\e6af';
 }

 .e_SideMajorStyleBox-001 .stylebox_top_line {
     height: 1px;
     background-color: rgba(240, 240, 240, 1);
 }

 .e_SideMajorStyleBox-001 .stylebox_content {
     border-style: solid;
     border-width: 1px;
     border-color: #f0f0f0;
     width: 100%;
     
 }

 .e_SideMajorStyleBox-001 .stylebox_bottom_line {
     height: 1px;
     background-color: rgba(240, 240, 240, 1);
 }

 .pub_banner {
     width: 100%;
     position: relative;
     max-height: 600px;
     overflow: hidden;
 }

 .pub_banner:before {
     content: "";
     dislay: block;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     left: 0;
     top: 0;
     z-index: 1;
     position: absolute;
 }

 .pub_banner img {
     width: 100%;
     max-height: 100%;
     animation: bannerimg 2s;
 }

 .pub_banner .banner_info {
     position: absolute;
     width: 100%;
     z-index: 2;
     color: #fff;
     text-align: center;
     left: 0;
     top: 65%;
     transform: translateY(-50%);
     padding: 0 15px;
 }

 .pub_banner .banner_info h1 {
     font-size: 2rem;
     animation: puBanner 2s;
     line-height: 1.5;
     text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 }

 .pub_banner .banner_info p {
     font-size: 16px;
     text-transform: uppercase;
     animation: puBanner 3s;
     text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     font-family: trebuchet ms, helvetica, sans-serif;
     text-transform: uppercase;
 }

 @keyframes puBanner {
     from {
         transform: translateY(100px);
         opacity: 0;
     }

     to {
         transform: translateY(0px);
         opacity: 1;
     }
 }

 @keyframes bannerimg {
     from {
         transform: scale(1.2);
     }

     to {
         transform: scale(1);
     }
 }

 @keyframes jiantoushang {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }

 .pub_banner i.icon-jiantou {
     color: #fff;
     font-size: 24px;
     position: absolute;
     bottom: 20px;
     left: 50%;
     z-index: 3;
     height: 30px;
     transform: translateX(-50%) rotate(90deg);
     animation: jiantoushang 2s;
     line-height: 30px;
 }

 @media (max-width: 768px) {
     .pub_banner {
         width: 100%;
         position: relative;
         height: 300px;
         overflow: hidden;
     }

     .pub_banner img {
         width: auto;
         height: 100%;
     }

     .pub_banner .banner_info h1 {
         font-size: 2rem;
     }

     .pub_banner .banner_info p {
         font-size: 12px;
         text-transform: uppercase;
     }
 }

 .c_portalResEbizads_banner-01001019 .p_MatteIcon .iconfont:before {
     content: '\e602';
 }

 .c_portalResEbizads_banner-01001019>div {
     animation-fill-mode: both;
 }

 .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst {
     font-size: 14px;
     color: #000000 !important;
 }

 @media only screen and (max-width: 768px) {
     .c_portalResBreadcrumb_nav-01001 {
         display: none;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent {
         font-size: 0;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent {
         display: inline-block;
         vertical-align: middle;
         position: relative;
         font-family: 'akrobat';
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .font {
         display: inline-block;
         font-size: 14px;
         color: #666;
         height: 30px;
         line-height: 30px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .before:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .after:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb {
         font-size: 14px;
         color: #000000;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb {
         display: inline-block;
         vertical-align: middle;
         position: relative;
         font-family: 'akrobat';
         left: 0 !important;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a>.font {
         display: inline-block;
         line-height: 30px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a {
         color: inherit;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox>a>.font {}

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox>a>.font:hover {
         text-decoration: none;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a>.font:hover {
         text-decoration: underline;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb .before:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb .after:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_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_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover>a>.font {
         border: 1px solid #65beba;
         border-bottom: 1px solid transparent;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after {
         margin-right: 5px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after:before {
         content: "\e69a";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover .after:before {
         content: "\e69c";
     }

     .e_title.c_portalResBreadcrumb_nav-01001.p_sortLink {
         display: inline-block;
         padding: 0;
         color: rgba(101, 190, 186, 1);
         font-size: 14px;
         text-align: left;
     }

     .e_title.c_portalResBreadcrumb_nav-01001.p_sortLink {
         white-space: nowrap;
         vertical-align: middle;
         line-height: 19px;
     }

     a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:hover {
         text-decoration: underline;
         font-weight: bold;
         cursor: pointer;
     }

     a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:active {
         color: rgba(69, 165, 161, 1);
         font-weight: 400;
     }

     a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:active {
         text-decoration: none;
         margin-top: 0;
     }

     .e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink .iconfont:before {
         display: inline-block;
         content: "";
     }

     .c_portalResBreadcrumb_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_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond {
         font-size: 14px;
         color: #65beba;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond {
         display: inline-block;
         vertical-align: middle;
         position: relative;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a>.font {
         display: inline-block;
         line-height: 30px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a {
         color: inherit;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox>a>.font {
         border: 1px solid #e0f2f1;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox>a>.font:hover {
         text-decoration: none;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a>.font:hover {
         text-decoration: underline;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond .before:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond .after:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_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_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover>a>.font {
         border: 1px solid #65beba;
         border-bottom: 1px solid transparent;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox .after {
         margin-right: 5px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox .after:before {
         content: "\e69a";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover .after:before {
         content: "\e69c";
     }

     .c_portalResBreadcrumb_nav-01001 .p_end {
         display: inline-block;
         margin: 0;
         padding: 0;
         text-align: left;
         color: rgba(51, 51, 51, 1);
         font-size: 14px;
         font-weight: 400;
     }

     .c_portalResBreadcrumb_nav-01001 .p_end .font {
         white-space: nowrap;
         vertical-align: middle;
         text-align: inherit;
         line-height: 14px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_end .iconfont:before {
         display: inline-block;
         content: "";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst {
         font-size: 14px;
         color: #000000 !important;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst {
         display: inline-block;
         vertical-align: middle;
         position: relative;
         font-family: 'MontserratLight';
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a>.font {
         display: inline-block;
         line-height: 30px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a {
         color: inherit;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox>a>.font {
         border: 1px solid #e0f2f1;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox>a>.font:hover {
         text-decoration: none;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a>.font:hover {
         text-decoration: underline;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .after:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_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_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover>a>.font {
         border: 1px solid #65beba;
         border-bottom: 1px solid transparent;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after {
         margin-right: 5px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after:before {
         content: "\e69a";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover .after:before {
         content: "\e69c";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList {
         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_portalResBreadcrumb_nav-01001 {
         width: 1180px;
         height: 30px;
         overflow: visible;
         font-size: 0;
         margin-top: 0px !important;
         padding-bottom: 0px !important;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList {
         width: auto;
         height: auto;
         overflow: visible;
         background-color: transparent;
         font-family: airal;
         color: #000;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList>a {
         display: inline-block;
     }

     .c_portalResBreadcrumb_nav-01001 .p_CurrentBox {
         color: #666;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before {
         content: "\e68a";
     }

     .c_portalResBreadcrumb_nav-01001 .p_content {
         width: 240px;
         position: absolute;
         border: 1px solid #65beba;
         padding: 9px 7px 9px 7px;
         font-size: 0;
         display: none;
         height: auto;
         background: #fff;
     }

     .c_portalResBreadcrumb_nav-01001 .contentBox:hover .p_content {
         display: block;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink {
         color: #65beba;
         display: inline-block;
         margin: 9px 7px 9px 7px;
         cursor: pointer;
         font-size: 14px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink .font {
         line-height: 14px;
         font-weight: normal;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink:hover {
         text-decoration: underline;
         font-weight: normal;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink.current {
         color: #bcbcbc;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink.current:hover {
         text-decoration: none;
         font-weight: normal;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink.current .font {
         text-decoration: none;
         font-weight: normal;
         cursor: default;
     }

     .c_portalResBreadcrumb_nav-01001 .p_end {
         margin-right: 6px;
         margin-left: 6px;
         vertical-align: middle;
     }
 }

 @media only screen and (min-width: 769px) {
     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent {
         font-size: 0;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent {
         display: inline-block;
         vertical-align: middle;
         position: relative;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .font {
         display: inline-block;
         font-size: 14px;
         color: #666;
         height: 30px;
         line-height: 30px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .before:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .after:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb {
         font-size: 14px;
         color: #000000;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb {
         display: inline-block;
         vertical-align: middle;
         position: relative;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a>.font {
         display: inline-block;
         line-height: 30px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a {
         color: inherit;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox>a>.font {}

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox>a>.font:hover {
         text-decoration: none;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a>.font:hover {
         text-decoration: underline;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb .before:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb .after:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_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_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover>a>.font {
         border: 0px solid #65beba;
         border-bottom: 1px solid transparent;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after {
         margin-right: 5px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after:before {
         content: "\e69a";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover .after:before {
         content: "\e69c";
     }

     .e_title.c_portalResBreadcrumb_nav-01001.p_sortLink {
         display: inline-block;
         padding: 0;
         color: rgba(101, 190, 186, 1);
         font-size: 14px;
         text-align: left;
     }

     .e_title.c_portalResBreadcrumb_nav-01001.p_sortLink {
         white-space: nowrap;
         vertical-align: middle;
         line-height: 19px;
     }

     a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:hover {
         text-decoration: underline;
         font-weight: bold;
         cursor: pointer;
     }

     a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:active {
         color: rgba(69, 165, 161, 1);
         font-weight: 400;
     }

     a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:active {
         text-decoration: none;
         margin-top: 0;
     }

     .e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink .iconfont:before {
         display: inline-block;
         content: "";
     }

     .c_portalResBreadcrumb_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_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond {
         font-size: 14px;
         color: #65beba;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond {
         display: inline-block;
         vertical-align: middle;
         position: relative;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a>.font {
         display: inline-block;
         line-height: 30px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a {
         color: inherit;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox>a>.font {
         border: 1px solid #e0f2f1;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox>a>.font:hover {
         text-decoration: none;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a>.font:hover {
         text-decoration: underline;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond .before:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond .after:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_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_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover>a>.font {
         border: 1px solid #65beba;
         border-bottom: 1px solid transparent;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox .after {
         margin-right: 5px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox .after:before {
         content: "\e69a";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover .after:before {
         content: "\e69c";
     }

     .c_portalResBreadcrumb_nav-01001 .p_end {
         display: inline-block;
         margin: 0;
         padding: 0;
         text-align: left;
         color: rgba(51, 51, 51, 1);
         font-size: 14px;
         font-weight: 400;
     }

     .c_portalResBreadcrumb_nav-01001 .p_end .font {
         white-space: nowrap;
         vertical-align: middle;
         text-align: inherit;
         line-height: 14px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_end .iconfont:before {
         display: inline-block;
         content: "";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst {
         font-size: 14px;
         color: #65beba;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst {
         display: inline-block;
         vertical-align: middle;
         position: relative;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a>.font {
         display: inline-block;
         line-height: 30px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a {
         color: inherit;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox>a>.font {
         border: 1px solid #e0f2f1;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox>a>.font:hover {
         text-decoration: none;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a>.font:hover {
         text-decoration: underline;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .after:before {
         content: "\200B";
     }

     .c_portalResBreadcrumb_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_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover>a>.font {
         border: 1px solid #65beba;
         border-bottom: 1px solid transparent;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after {
         margin-right: 5px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after:before {
         content: "\e69a";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover .after:before {
         content: "\e69c";
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList {
         margin: 0;
         width: 236px;
         height: 317px;
         padding: 0;
         border-width: 0px;
         border-style: none;
         border-color: rgba(228, 228, 228, 0);
         background-color: transparent;
         overflow: hidden;
     }

     .c_portalResBreadcrumb_nav-01001 {
         width: 1180px;
         height: 30px;
         overflow: visible;
         font-size: 0;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList {
         width: auto;
         height: auto;
         overflow: visible;
         background-color: transparent;
         padding-bottom: 10px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList>a {
         display: inline-block;
     }

     .c_portalResBreadcrumb_nav-01001 .p_CurrentBox {
         color: #666;
     }

     .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before {
         content: "\e68a";
     }

     .c_portalResBreadcrumb_nav-01001 .p_content {
         width: 240px;
         position: absolute;
         border: 1px solid #65beba;
         padding: 9px 7px 9px 7px;
         font-size: 0;
         display: none;
         height: auto;
         background: #fff;
     }

     .c_portalResBreadcrumb_nav-01001 .contentBox:hover .p_content {
         display: block;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink {
         color: #65beba;
         display: inline-block;
         margin: 9px 7px 9px 7px;
         cursor: pointer;
         font-size: 14px;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink .font {
         line-height: 14px;
         font-weight: normal;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink:hover {
         text-decoration: underline;
         font-weight: normal;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink.current {
         color: #bcbcbc;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink.current:hover {
         text-decoration: none;
         font-weight: normal;
     }

     .c_portalResBreadcrumb_nav-01001 .p_sortLink.current .font {
         text-decoration: none;
         font-weight: normal;
         cursor: default;
     }

     .c_portalResBreadcrumb_nav-01001 .p_end {
         margin-right: 6px;
         margin-left: 6px;
         vertical-align: middle;
     }
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {}

 #c_portalResNews_category-15603043242946395 .cateBox {
     background-color: #3330 !important;
     height: 60px !important;
 }

 #c_portalResNews_category-15603043242946395 .cate1 {
     height: 60px !important;
 }

 #c_portalResNews_category-15603043242946395 .cateNameH3 {
     width: 100%;
     height: 60px !important;
     line-height: 50px;
     border-bottom: 0px solid #999 !important;
 }

 #c_portalResNews_category-15603043242946395 .cateName {
     height: 60px !important;
     line-height: 60px !important;
     padding-left: 20px !important;
     padding-right: 20px !important;
 }

 .c_portalResNews_category-01001 .p_categoryBox .p_parentBox {
     position: relative;
     height: 86px;
     width: 316px;
     border: 1px solid #eeecec;
     margin-bottom: 25px;
 }

 #c_portalResNews_category-15603043242946395 .cateListBox {
     background-color: #1d1d1d !important;
     position: relative;
     width: auto !important;
     height: auto;
     margin: 0 5px !important;
 }

 .mouse_bac:hover {
     background-color: rgba(191, 158, 5, 0) !important;
     transition: all 0.5s;
 }

 .c_portalResNews_category-01001 .p_image {
     width: 30px;
     height: 30px;
     display: none;
     vertical-align: middle;
     margin-right: 5px;
     margin-top: 6px;
 }

 .c_portalResNews_category-01001 .p_image>img {
     width: 100%;
     height: 100%;
 }

 @media only screen and (min-width: 769px) {

     .c_portalResNews_category-01001 .p_btn-show,
     .c_portalResNews_category-01001 .p_btn-hide {
         display: none;
     }

     .c_portalResNews_category-01001 {
         height: auto;
         width: 280px;
         overflow: visible;
     }

     .c_portalResNews_category-01001 .p_category {
         height: 100%;
         width: 100%;
         position: relative;
     }

     .c_portalResNews_category-01001 .p_categoryBox .p_linkBox {
         width: 100%;
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -moz-flex;
         display: -ms-flexbox;
         display: flex;
         align-items: center;
         padding: 15px !important;
     }

     .c_portalResNews_category-01001 .p_categoryBox .p_title {
         height: auto;
         width: auto;
         font-size: 20px;
         -webkit-flex: 1;
         color: #333;
         -moz-flex: 1;
         -ms-flex: 1;
         flex: 1;
         display: block;
         -moz-box-flex: 1;
         -webkit-box-flex: 1;
         box-flex: 1;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
     }

     .c_portalResNews_category-01001 .p_categoryBox .p_title:hover {
         color: #fff;
     }

     .c_portalResNews_category-01001 .p_categoryBtn {
         display: inline-block;
         vertical-align: middle;
         background-color: rgba(255, 255, 255, 0);
         border-color: rgba(255, 255, 255, 0);
         border-style: solid;
         border-width: 0;
         height: auto;
         width: 30px;
         padding: 0;
         position: static;
         text-align: center;
         transform: rotate(270deg);
     }

     .c_portalResNews_category-01001 .p_linkBox .iconfont:before {
         content: '';
     }

     .c_portalResNews_category-01001 .p_linkBox .icon-arrow_up:before {
         content: '\e6c9';
     }

     .c_portalResNews_category-01001 .p_linkBox .icon-arrow_down:before {
         content: '\e6c9';
     }

     .c_portalResNews_category-01001 .p_categoryBox .p_parentBox {
         position: relative;
     }

     .c_portalResNews_category-01001 .p_categoryBox .p_parentBox .p_parentBox .p_linkBox {
         border-bottom: 1px solid #f3f3f4;
         box-shadow: 1px 1px 2px #f3f3f4;
     }

     .c_portalResNews_category-01001 .p_parentBox:last-child .p_linkBox {
         border-bottom: 0 none;
     }

     .c_portalResNews_category-01001 .p_categoryBox .slideOut {
         position: absolute;
         left: 100%;
         top: 0;
         width: 100%;
         height: auto;
     }
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {}

 .w_grid-001 {
     margin-left: auto;
     margin-right: auto;
     max-width: 1180px;
     min-height: 12rem;
     width: 100%;
 }

 #w_grid-1593309587543 img,
 #w_grid-1593309729925 img {
     transform: scale(1, 1);
     transition: all 1s ease;
 }

 #w_grid-1593309587543 img:hover,
 #w_grid-1593309729925 img:hover {
     transform: scale(1.05, 1.05);
     transition: all 1s ease;
 }

 .w_grid-001>.w_grid {
     width: 100%;
     position: relative;
 }

 .w_grid-001>div>.p_gridbox {
     width: 100%;
     overflow: hidden;
     position: static;
 }

 .w_grid-001>div>.p_gridbox>.p_gridCell {
     float: left;
     position: static;
 }

 .w_grid-001>div>.p_gridbox>.p_gridCell:not(:empty):before {
     content: '';
     height: 0.1px;
     display: block;
 }

 .w_grid-001>div>.p_gridbox>.p_gridCell:first-child {
     margin-left: 0;
     clear: left;
 }

 #w_grid-001>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
     margin-left: 0;
     clear: left;
 }

 @media only screen and (max-width: 768px) {
     #content_box-1617087971176-1 {
         display: flex;
         flex-wrap: wrap;
         flex-direction: column-reverse;
     }

     .w_grid-001>div>.p_gridbox>.p_gridCell {
         width: 100%;
         margin-left: 0;
         margin-top: 0rem;
         margin-bottom: 0rem;
     }
 }

 @media only screen and (min-width: 769px) {
     .w_grid-001>div>.p_gridbox>.p_gridCell {
         width: 49.5%;
         margin-left: 1%;
         margin-top: 0.6rem;
         margin-bottom: 0.6rem;
     }
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {}

 #w_grid-1573029814162,
 #w_grid-1573029907512,
 #w_grid-1596182330014,
 #w_grid-1596182770463,
 #w_grid-1573029999301 {}

 #w_grid-1616076569782>div>.p_gridbox {
     overflow: unset !important;
 }

 #w_common_text-1618474884555:before {
     content: '';
     width: 34px;
     height: 28px;
     display: inline-block;
     background: url(../img/douhao.png) no-repeat;
     position: absolute;
     top: 0px;
     left: 0;
 }

 #w_common_text-1618474884555:after {
     content: '';
     width: 34px;
     height: 28px;
     display: inline-block;
     background: url(../img/douhao2.png) no-repeat;
     position: absolute;
     right: 0;
     top: 0;
 }

 #w_grid-1565676173665,
 #w_common_text-1616033625479,
 #w_grid-1616035810176,
 #w_common_text-1616035810256,
 #w_grid-1616038953110,
 #w_common_text-1616038953200,
 #w_grid-1616078812975,
 #w_common_text-1616078813055,
 #w_grid-1616039732308,
 #w_common_text-1616039732398,
 #w_grid-1616047706021,
 #w_common_text-1616047706091,
 #w_grid-1616046930573,
 #w_common_text-1616046930653,
 #w_grid-1616052434874,
 #w_common_text-1616052434964,
 #w_grid-1616053707447,
 #w_common_text-1616053707527,
 #w_grid-1616059028989,
 #w_common_text-1616059029189,
 #w_grid-1603769424397,
 #w_common_text-1616079938115,
 #w_grid-1572926201099,
 #w_common_text-1573030069799,
 #w_grid-1616060756250,
 #w_common_text-1616060756280,
 #w_grid-1616063229824,
 #w_common_text-1616063229864,
 #w_grid-1616063171079,
 #w_common_text-1616063171119,
 #w_grid-1616063565365,
 #w_common_text-1616063565415,
 #w_grid-1565690066784,
 #w_common_text-1607324016870,
 #w_grid-1613789829587,
 #w_common_text-1613789829627,
 #w_common_text-1613790093718 {
     display: none1 !important;
 }

 #w_grid-1607049763110,
 #w_grid-1603678310123 .p_gridbox,
 #w_grid-1607304210674 .p_gridbox,
 #w_grid-1594103915326>div>.p_gridbox>.p_gridCell:nth-child(1n) {
     align-items: center;
     display: flex;
 }

 #content_box-1601186797277-1 {
     border-right: solid 1px #d1d1d1;
     border-left: solid 1px #d1d1d1;
 }

 #w_grid-1613702920624>div>.p_gridbox {
     width: 100%;
     overflow: unset !important;
     position: static;
 }

 #w_grid-1603439357813 .w_fimgbox-001 .w_imgbox .p_contentbox>.w_grid-000 {
     position: absolute;
     bottom: -14%;
     left: 10%;
     transition: all 0.4s ease;
 }

 #w_grid-1603439357813 .w_fimgbox-001:hover .w_imgbox .p_contentbox>.w_grid-000 {
     position: absolute;
     bottom: 10%;
     left: 10%;
     transition: all 0.4s ease;
 }

 #w_grid-1603439357813 .w_fimgbox-001 .w_imgbox:hover {
     background: #00a88e;
 }

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-0>.w_grid-000>.w_grid>.p_gridbox:hover {
     background-color: #12aedc;
     transition: all 0.4s ease;
 }

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-1>.w_grid-000>.w_grid>.p_gridbox:hover {
     background-color: #03a1a7;
     transition: all 0.4s ease;
 }

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-2>.w_grid-000>.w_grid>.p_gridbox:hover {
     background-color: #33a96f;
     transition: all 0.4s ease;
 }

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-3>.w_grid-000>.w_grid>.p_gridbox:hover {
     background-color: #c1c1c1;
     transition: all 0.4s ease;
 }

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-4>.w_grid-000>.w_grid>.p_gridbox:hover {
     background-color: #c1c1c1;
     transition: all 0.4s ease;
 }

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-0:hover .w_fimg-000 .p_dimage img {}

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-1:hover .w_fimg-000 .p_dimage img {}

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-2:hover .w_fimg-000 .p_dimage img {}

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-3:hover .w_fimg-000 .p_dimage img {}

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-4:hover .w_fimg-000 .p_dimage img {}

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-0:hover .reset_style span {
     color: #fff !important;
 }

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-1:hover .reset_style span {
     color: #fff !important;
 }

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-2:hover .reset_style span {
     color: #fff !important;
 }

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-3:hover .reset_style span {
     color: #fff !important;
 }

 #w_grid-1607068436763>div>.p_gridbox #content_box-1607068436763-4:hover .reset_style span {
     color: #fff !important;
 }

 #w_grid-1573712137876 .w_grid-000 .p_gridbox:hover .w_fbtn-001 {
     opacity: 0;
 }

 #w_grid-1573712137876 .w_grid-000 .p_gridCell .p_gridbox:hover {
     background-color: rgb(218, 218, 218) !important;
 }

 #w_grid-1566878823379>div>.p_gridbox,
 #w_grid-1565148665778>div>.p_gridbox {
     overflow: visible !important;
     height: 50px !important;
 }

 #w_grid-1561777023468>div {
     border-top: solid 6px #bf9e05;
 }

 #w_grid-1561777702285>div {
     border-top: solid 6px #bf9e05;
 }

 #w_grid-1594612009489,
 #w_grid-1593334224591,
 #w_grid-1593334674548,
 #w_grid-1593335221529,
 #w_grid-1593336193409,
 #w_grid-1594611736980,
 #w_grid-1594629610160,
 #w_grid-1594630699941,
 #w_grid-1594631480619,
 #w_grid-1594631972551 {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .w_grid-000 {
     margin-left: auto;
     margin-right: auto;
     min-height: 0rem;
     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_common_text-1618473079612 h1 a span {
         font-weight: bold;
         font-size: 20px !important;
         margin: 0;
     }

     #w_common_text-1618473079612 h1 span {
         font-weight: bold;
         font-size: 14px !important;
         margin: 0;
     }

     #c_portalResProduct_list-16185518426947229,
     #w_grid-1618817402898,
     #w_grid-1618882874126,
     #c_portalResIntro_category-16188160083407015 {
         margin-top: 20px !important;
     }

     #w_grid-1607311130999,
     #w_grid-1613788333058,
     #w_grid-1616035707838,
     #w_grid-1618817570264,
     #w_common_text-1613725815109,
     #w_common_text-1616064181145 {
         margin-top: 0px !important;
     }

     #w_common_text-1616064181145 {
         margin-bottom: 20px !important;
     }

     #w_grid-1616046930573,
     #w_grid-1585292533601,
     #w_grid-1613789829587 {
         margin-bottom: 0px !important;
     }

     #w_grid-1616046930583 {
         margin-top: 0px !important;
     }

     #w_grid-1618467585131,
     #w_grid-1618473073294 {
         width: 100% !important;
     }

     #w_common_text-1618467609872 {
         margin-top: 20px !important;
     }

     #content_box-1618475451052-0,
     #content_box-1618475451052-1 {
         width: 50% !important;
         clear: unset !important;
         float: left !important;
     }

     #w_grid-1618474836241 #w_common_text-1618474884555:after,
     #w_common_text-1618474884555:before {
         display: none;
     }

     #w_grid-1615948525663 {
         width: 100%;
         max-width: 380px !important;
         min-width: 0px;
         height: auto;
         max-height: none;
         min-height: auto !important;
     }

     #w_grid-1616750537439 {
         width: 90% !important;
     }

     #w_grid-1615952217110 {
         margin-top: 50px !important;
     }

     #c_portalResNews_category-15729265790391305 {
         display: none;
     }

     #w_grid-1603678310123 .p_gridbox {
         align-items: center;
         display: inherit !important;
     }

     #w_grid-1603677460497>div>.p_gridbox {
         display: flex;
         flex-wrap: wrap;
         flex-direction: column-reverse;
     }

     .w_grid-000>div>.p_gridbox>.p_gridCell {
         width: 100%;
         margin-left: 0;
         margin-top: 0rem;
         margin-bottom: 0rem;
     }

     #w_grid-1559114537798 .w_grid .p_gridbox {
         overflow: inherit !important;
     }
 }

 @media only screen and (min-width: 769px) {
     #w_common_text-1618473079612 h1 a span {
         font-weight: bold;
         font-size: 50px !important;
         margin: 0;
     }

     #w_common_text-1618473079612 h1 span {
         font-weight: bold;
         font-size: 20px !important;
         margin: 0;
     }

     #w_grid-1596102771400 {
         width: 100%;
         position: absolute;
         left: 50%;
         top: 50%;
         transform: translate(-50%, -50%);
     }

     #c_portalResNews_category-15868546996226296 {
         display: none;
     }

     .w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
         width: 100%;
         margin-left: 0;
         margin-top: 0rem;
         margin-bottom: 0rem;
     }

     #w_grid-1565166987871 {
         border-left: 1px #636363 solid;
     }
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {}

 @media only screen and (max-width: 1300px) and (min-width: 770px) {
     #content_box-1565147971459-0 {
         width: 15% !important;
     }

     #content_box-1565147971459-1 {
         width: 76% !important;
         margin-left: 0% !important;
     }

     #content_box-1565147971459-2 {
         width: 5.5% !important;
         float: right;
         margin-left: 0% !important;
     }

     #w_fimg-1618815407193 {
         width: 100%;
         max-width: 130px !important;
         min-width: 0px;
         height: auto;
         max-height: none;
         min-height: 0px;
         margin-top: 20px !important;
     }
 }

 #w_grid-1565158478346 {
     position: absolute;
 }

 #w_grid-1565159466993 .p_gridbox {
     background-image: none !important;
 }

 #content_box-1565161875173-0 {
     background-image: url(../img/youshibg.jpg);
 }

 #w_grid-1565163489412 .p_gridbox {
     background-image: none !important;
     background: #0062a6;
 }

 #w_grid-1565163923868>div>.p_gridbox {
     overflow: unset !IMPORTANT;
 }

 #content_box-1565164099296-1 {
     border-left: solid 1px #e4e4e4;
 }

 #w_grid-1565766064740,
 #w_grid-1565774782752,
 #w_grid-1569479743269 {
     position: absolute;
     z-index: 11 !important;
     left: 50% !important;
     top: 50% !important;
     transform: translate(-50%, -28%);
 }

 #w_grid-1565690593233,
 #w_grid-1565774774226 {
     position: relative;
 }

 #w_grid-1565147971459>div>.p_gridbox {
     overflow: initial !important;
 }

 #w_grid-1565147974604>div>.p_gridbox {
     background-color: #333333 !important;
 }

 #w_grid-1565147971459 {
     top: 0 !important;
     left: 50% !important;
     z-index: 12 !important;
     width: 100% !important;
     background-color: #f67520;
 }

 #w_grid-1585191273680 {
     border-right: 0px solid rgba(209, 209, 209, .1);
 }

 #w_grid-1585192353757 {
     border-top: 1px solid rgba(209, 209, 209, .1);
     border-bottom: 1px solid rgba(209, 209, 209, .1);
 }

 #w_fbtn-1585272623067 {
     transform: translateX(-50%);
 }

 #w_grid-1573030164758>div>div>.p_gridCell:not(:empty):before {
     display: none;
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {
     #content_box-1565147971459-0 {
         width: 15% !important;
     }

     #content_box-1565147971459-1 {
         width: 76% !important;
     }

     #content_box-1565147971459-2 {
         width: 5.5% !important;
     }

     #w_grid-1565147973024 {
         margin-top: 90px !important;
     }

     #content_box-1601186797277-0 {
         width: 30% !important;
     }

     #content_box-1601186797277-1 {
         width: 46% !important;
     }

     #content_box-1601186797277-2 {
         width: 24% !important;
     }

     #content_box-1603438864019-0,
     #content_box-1616076569782-0 {
         width: 100% !important;
     }

     #w_fimg-1618815407193 {
         margin-top: 32px !important;
         max-width: 85px !important;
     }

     #w_common_text-1618453610987,
     #w_common_text-1618453697684,
     #w_common_text-1618453712691,
     #w_common_text-1618453791015,
     #w_common_text-1618453855342,
     #w_common_text-1618453859145,
     #w_common_text-1618453862992 {
         display: none !important;
     }
 }

 .c_portalResNews_list-01001060 {
     min-width: 320px;
     width: 100%;
 }

 .c_portalResNews_list-01001060 .p_PromptNoneData {
     width: auto;
     text-align: center
 }

 .c_portalResNews_list-01001060 .p_PromptNoneData .prompt_title .iconfont:before {
     content: ""
 }

 .c_portalResNews_list-01001060 .p_PromptNoneData .prompt_title .first {
     height: auto;
     display: table-cell;
     position: relative;
     vertical-align: middle;
     padding: 0 10px 5px 0;
 }

 .c_portalResNews_list-01001060 .p_PromptNoneData .prompt_title {
     display: inline-table;
     padding: 0 30px;
     min-height: 200px;
     height: 100%
 }

 .c_portalResNews_list-01001060 .p_PromptNoneData .prompt_title .first:before {
     content: "\e6b4"
 }

 .c_portalResNews_list-01001060 .p_PromptNoneData .prompt_title .font {
     display: table-cell;
     vertical-align: middle;
     text-align: left
 }

 .c_portalResNews_list-01001060 .p_PromptNoneData .promptbox {
     width: auto;
     height: 100%
 }

 .c_portalResNews_list-01001060 .p_PromptNoneData .prompt_content {
     padding-left: 65px
 }

 .c_portalResNews_list-01001060 .p_moreBtn {
     position: static;
     width: auto;
     display: inline-table;
     min-height: 29px;
     margin: 0;
     padding-bottom: 5px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 5px;
     min-width: 86px;
     cursor: pointer;
     text-align: center
 }

 .c_portalResNews_list-01001060 .p_moreBtn .font {
     white-space: nowrap;
     overflow: visible;
     vertical-align: middle
 }

 .c_portalResNews_list-01001060 .p_moreBtn .iconfont:before {
     content: ""
 }

 @-moz-keyframes three-quarters-loader {
     0% {
         -moz-transform: rotate(0deg);
         transform: rotate(0deg);
     }

     100% {
         -moz-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }

 @-webkit-keyframes three-quarters-loader {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
     }

     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }

 @keyframes three-quarters-loader {
     0% {
         -moz-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
     }

     100% {
         -moz-transform: rotate(360deg);
         -ms-transform: rotate(360deg);
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }

 .loading_animation {
     -moz-animation: three-quarters-loader 850ms infinite linear;
     -webkit-animation: three-quarters-loader 850ms infinite linear;
     animation: three-quarters-loader 850ms infinite linear;
     box-sizing: border-box;
     display: inline-block;
     position: relative;
     overflow: hidden;
     text-indent: -9999px;
     width: 32px;
     height: 32px;
     vertical-align: middle
 }

 .c_portalResNews_list-01001060 .p_loading {
     width: 100%;
     height: 70px;
     line-height: 70px;
     text-align: center;
 }

 .c_portalResNews_list-01001060 .p_loading .iconfont:before {
     content: ""
 }

 .c_portalResNews_list-01001060 .p_loading .font {
     display: inline-block;
     margin-left: 20px;
     height: inherit
 }

 .c_portalResNews_list-01001060 .p_moreBox {
     margin: 0 20px;
     width: auto;
     height: auto;
     padding: 0;
     overflow: hidden
 }

 .c_portalResNews_list-01001060 .p_ToDetail {
     display: inline-block;
     margin: 0;
     padding: 5px 10px;
     min-width: 86px;
     text-align: left;
     white-space: nowrap;
     vertical-align: middle;
 }

 a>.c_portalResNews_list-01001060 .p_ToDetail:hover {
     cursor: pointer
 }

 .c_portalResNews_list-01001060 .p_SummaryBox {
     margin: 0;
     width: 236px;
     height: 317px;
     padding: 0;
     overflow: hidden
 }

 .c_portalResNews_list-01001060 .p_summary {
     text-align: left;
     vertical-align: top;
     word-break: break-all;
     text-overflow: -o-ellipsis-lastline;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     line-clamp: 2;
     -webkit-box-orient: vertical;
 }

 .c_portalResNews_list-01001060 .p_time {
     display: inline-block;
     margin: 0;
     padding: 0 5px 0 0;
     vertical-align: middle;
     text-align: left;
     white-space: nowrap;
     overflow: visible;
     line-height: 18px;
     vertical-align: top
 }

 .c_portalResNews_list-01001060 .p_assist {
     margin: 0;
     width: 236px;
     height: 317px;
     padding: 0;
     overflow: hidden
 }

 .c_portalResNews_list-01001060 .p_TitleBox {
     width: auto;
     height: auto;
     padding: 5px 0;
     overflow: hidden;
     vertical-align: top;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     word-break: break-all;
 }

 .c_portalResNews_list-01001060 .p_title {
     display: inline-table;
     width: 100%;
     margin: 0;
     padding: 0;
     text-align: left;
     font-size: 20px;
     color: #000000;
     font-weight: bold;
     cursor: pointer;
     overflow: hidden;
     text-overflow: unset;
     white-space: unset;
 }

 .c_portalResNews_list-01001060 .p_header {
     margin: 5px 0 0;
     width: 100%;
     height: auto;
     padding: 0;
     overflow: hidden;
 }

 .c_portalResNews_list-01001060 .p_content {
     margin: 0;
     width: 236px;
     height: 317px;
     padding: 0;
     overflow: hidden
 }

 .c_portalResNews_list-01001060 .p_images {
     margin: 0;
     width: 168px;
     height: 138px;
     padding: 0;
     overflow: hidden;
     float: left;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     position: relative;
     vertical-align: middle;
     text-align: center;
     margin-right: 15px
 }

 .c_portalResNews_list-01001060 .p_articles {
     margin: 0;
     width: calc((100% - 0px)/3);
     height: 186px;
     padding: 0;
 }

 .c_portalResNews_list-01001060 .p_news {
     margin: 0;
     width: inherit;
     height: auto;
     padding: 0;
     overflow: hidden;
 }

 .c_portalResNews_list-01001060 .p_Newslist {
     margin: 0;
     padding: 0;
     overflow: hidden;
 }

 .c_portalResNews_list-01001060 {
     overflow: hidden;
 }

 .c_portalResNews_list-01001060 .p_content {
     width: auto;
     height: auto;
     vertical-align: top
 }

 .c_portalResNews_list-01001060 .p_SummaryBox {
     width: auto;
     height: auto;
 }

 .c_portalResNews_list-01001060 .p_assist {
     width: auto;
     height: auto;
 }

 .c_portalResNews_list-01001060 .p_icon {
     display: inline-block;
     vertical-align: middle;
     margin-top: 2px
 }

 .c_portalResNews_list-01001060 .p_about {
     display: inline-block;
     vertical-align: middle
 }

 .c_portalResNews_list-01001060 .p_articles {
     display: inline-block;
     height: auto;
     min-width: 0;
     width: calc((100% - 0px)/1);
     padding: 15px 20px;
     overflow: hidden;
 }

 #w_grid-1558921406571 .p_articles {
     display: inline-block;
     height: auto;
     min-width: 320px;
     width: calc((100% - 0px)/1);
     padding: 0px;
     overflow: hidden;
     float: left;
 }

 .c_portalResNews_list-01001060 .p_thumbnail {
     width: 100%;
     height: auto;
     vertical-align: middle;
     text-align: center;
     overflow: hidden
 }

 .c_portalResNews_list-01001060 .p_thumbnail img {
     width: 100%;
 }

 .c_portalResNews_list-01001060 .higher .p_thumbnail {
     position: absolute;
     height: 100%
 }

 .c_portalResNews_list-01001060 .widther .p_thumbnail {
     position: absolute;
     height: 100%
 }

 .c_portalResNews_list-01001060 .smaller .p_thumbnail {
     position: absolute;
     height: 100%
 }

 .c_portalResNews_list-01001060 .p_assist {
     margin-top: 2px;
 }

 .c_portalResNews_list-01001060 .p_SummaryBox {
     clear: both;
     margin-bottom: 10px;
     margin-top: 8px
 }

 .c_portalResNews_list-01001060 .p_ToDetail {
     float: right;
     position: relative
 }

 .c_portalResNews_list-01001060 .p_summary {
     white-space: normal
 }

 .c_portalResNews_list-01001060 .p_categorySummaryBox {
     overflow: hidden;
     padding: 10px;
 }

 @media only screen and (max-width: 768px) {
     .c_portalResNews_list-01001060 .p_stylebox .title_main {
         font-size: 25px !important;
         color: rgb(0, 0, 0);
         font-weight: bold;
     }

     .c_portalResNews_list-01001060 .newTitle {
         font-size: 1rem;
         color: #000;
         overflow: hidden;
         font-size: 18px !important;
         position: relative;
         line-height: 26px !important;
         font-weight: bold;
         margin-top: 20px;
         width: 100%;
         margin-bottom: 10px;
         transition: all .5s ease;
     }

     .c_portalResNews_list-01001060 .newTitle a {
         color: #000000;
         text-decoration: none;
     }

     #c_portalResNews_list-15934404036091030 .porTbox {
         height: 200px !important;
     }

     #w_grid-1558924372012 {
         display: none;
     }

     #c_portalResNews_list-15639302173598695 .p_assist {
         display: none;
     }

     #c_portalResNews_list-15639302173598695 .p_assist1 {
         float: left;
         margin-right: 5%;
         width: 100%;
     }

     .c_portalResNews_list-01001060 .p_articles {
         padding: 0px !important;
     }

     #c_portalResNews_list-15639302173598695 .p_articles:nth-child(4) {
         display: none;
     }

     #content_box-1558924384504-0 .p_articles {
         width: calc((100% - 0px)/1) !important;
         padding-top: 2% !important;
         margin-bottom: 1%;
         border-top: 1px #b5b5b5 solid;
     }

     #content_box-1558924384504-0 .p_articles:nth-child(3) {
         margin-left: 0px;
         margin-right: 0px;
     }

     #w_grid-1558921406571 {
         margin-top: 2% !important;
     }

     #content_box-1558921406571-0 .p_assist {
         margin-top: 1%;
     }

     #content_box-1558921406571-0 .p_TitleBox {
         width: auto;
         line-height: 40px;
         padding: 1% 0% 1% 0%;
         overflow: hidden;
         vertical-align: top;
     }

     #content_box-1558921406571-0 .p_images {
         margin-right: 0% !important;
     }

     .p_link {
         height: auto;
         vertical-align: middle;
         width: initial;
         margin: 0px !important;
         flex: 1;
     }

     .c_portalResNews_list-01001060 .p_content {
         width: 100% !important;
     }

     .c_portalResNews_list-01001060 .p_articles {
         margin-top: 10px !important;
         width: 100% !important;
     }

     .c_portalResNews_list-01001060 .mp_linkUrl {
         display: block;
         height: auto;
     }

     .c_portalResNews_list-01001060 .p_SummaryBox {
         display: none;
     }

     .c_portalResNews_list-01001060 .p_ToDetail {
         display: none !important;
     }

     .c_portalResNews_list-01001060 .mP_SummaryBox {
         clear: both;
     }

     .c_portalResNews_list-01001060 .p_Information {
         display: flex;
         padding: 10px 0;
     }

     .c_portalResNews_list-01001060 .p_Information li {
         flex: 1;
         height: 20px;
         overflow: hidden;
     }

     .c_portalResNews_list-01001060 .p_KeyWord {
         width: 100%;
         margin-top: 5px;
     }

     .c_portalResNews_list-01001060 .p_KeyWord .p_tag {
         padding: 5px 15px;
         margin-right: 10px;
         border-radius: 3px;
     }

     .c_portalResNews_list-01001060 .blank {
         width: 100%;
         height: 15px;
         overflow: hidden;
     }

     .c_portalResNews_list-01001060 .p_articles {
         border: none
     }
 }

 @media only screen and (min-width: 769px) {
     #c_portalResNews_list-15639302173598695 .p_assist1 {
         display: none;
     }

     .c_portalResNews_list-01001060 .mp_linkUrl {
         display: none;
     }

     .c_portalResNews_list-01001060 .mP_SummaryBox {
         display: none;
     }

     .c_portalResNews_list-01001060 .p_Information {
         display: none;
     }

     .c_portalResNews_list-01001060 .p_KeyWord {
         display: none;
     }

     .c_portalResNews_list-01001060 .blank {
         display: none;
     }
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {}

 #c_portalResNews_list-15639302173598695 .p_news {
     margin: 0;
     width: inherit;
     height: auto;
     padding: 0;
     overflow: unset;
 }

 #c_portalResNews_list-15639302173598695 .p_title {
     font-size: 20px;
 }

 #c_portalResNews_list-15639302173598695 a {
     color: #665a36 !important;
 }

 #c_portalResNews_list-15639302173598695 a:hover {
     color: #26282e !important;
 }

 #c_portalResGroupNewsNew_list-15622245366744528 .p_title {
     font-size: 20px;
 }

 #c_portalResGroupNewsNew_list-15622245366744528 a {
     color: #665a36 !important;
 }

 #c_portalResGroupNewsNew_list-15622245366744528 a:hover {
     color: #26282e !important;
 }

 #c_portalResGroupNewsNew_list-15622245464194069 .p_title {
     font-size: 20px;
 }

 #c_portalResGroupNewsNew_list-15622245464194069 a {
     color: #665a36 !important;
 }

 #c_portalResGroupNewsNew_list-15622245464194069 a:hover {
     color: #26282e !important;
 }

 #c_portalResGroupNewsNew_list-15595556490411224 .p_title {
     font-size: 20px;
 }

 #c_portalResGroupNewsNew_list-15595556490411224 a {
     color: #665a36 !important;
 }

 #c_portalResGroupNewsNew_list-15595556490411224 a:hover {
     color: #26282e !important;
 }

 #c_portalResGroupNewsNew_list-15605740001730045 {
     overflow: inherit !important;
 }

 #w_grid-1558919333873 .reset_style p {
     text-align: right !important;
 }

 @media only screen and (max-width: 860px) and (min-width: 500px) {
     #c_portalResGroupNewsNew_list-15589244078992243 .p_images {
         width: 100% !important;
         height: 100% !important;
     }

     #w_grid-1558919333873 .reset_style p {
         text-align: right !important;
     }

     #w_grid-1558919333873 .reset_style>div:before {
         padding-left: 2px !important;
     }
 }

 @media only screen and (max-width: 500px) {
     #c_portalResGroupNewsNew_list-15589244078992243 .p_images {
         width: 100% !important;
         height: 100% !important;
     }

     #w_grid-1558919333873 .reset_style p {
         text-align: right !important;
     }

     #w_grid-1558919333873 .reset_style>div:before {
         padding-left: 43px !important;
         padding-top: 0% !important;
     }
 }

 @media only screen and (max-width: 768px) {
     .c_portalResNews_list-01001060 .picBox {
         width: 100% !important;
     }

     .c_portalResNews_list-01001060 .newList .picBox {
         display: none;
     }

     .c_portalResNews_list-01001060 .content {
         width: 100% !important;
         margin-left: 1%;
         padding-top: 2%;
     }

     #c_portalResGroupPublic_codeContainer-15605081800911916 .btn {
         display: none !important;
     }

     #w_grid-1558919333873 {
         padding-top: 7% !important;
     }
 }

 .a2 {
     width: 100%;
 }

 .accordion_content .btn_group {
     height: 60px;
 }

 .accordion_content .btn_group::before {
     top: 35% !important;
 }

 .aa {
     width: 100%;
     max-width: 1600px;
     margin: 0 auto;
 }

 .c_portalResNews_list-01001060 .time {
     font-size: 15px;
     color: #888;
 }

 @media only screen and (max-width: 768px) {
     #c_portalResNews_list-15852121555135431 .p_news {
         padding: 30px 0;
     }

     #c_portalResNews_list-15852121555135431 .list {
         position: relative;
         width: 100%;
         padding-bottom: 30%;
         background-color: #fff;
         border-bottom: 1px solid #e8e8e8;
         margin-bottom: 0;
     }

     #c_portalResNews_list-15852121555135431 .contentBox {
         position: absolute;
         left: 5%;
         top: 10%;
         right: 10%;
     }

     #c_portalResNews_list-15852121555135431 .titleLink {
         font-size: 0.875rem;
         color: #262626;
         display: -webkit-box;
         overflow: hidden;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         text-overflow: ellipsis;
         line-height: 130%;
     }

     #c_portalResNews_list-15852121555135431 .sumrry {
         display: none;
     }

     #c_portalResNews_list-15852121555135431 .title {
         height: 50%;
     }

     #c_portalResNews_list-15852121555135431 .time {
         font-size: 0.75rem;
         color: #8c8c8c;
     }
 }

 .c_portalResNews_list-01001060 .p_CommonSummaryBoxA {
     text-align: center;
 }

 .c_portalResNews_list-01001060 .p_MatteIcon .iconfont:before {
     content: '\e602';
 }

 .c_portalResNews_list-01001060>div {
     animation-fill-mode: both;
 }

 .c_portalResNews_list-01001060 .newListBox {
     width: 100%;
     height: auto;
     overflow: hidden;
 }

 .c_portalResNews_list-01001060 .container {
     width: 100%;
     overflow: hidden;
     margin: 1rem auto;
     padding: 0 1rem;
 }

 .c_portalResNews_list-01001060 .newList {
     overflow: hidden;
     padding: 1rem;
     width: 100%;
     height: auto;
     padding-bottom: 25px;
     margin-bottom: 25px;
     border-bottom: 1px solid #eaeaea;
     transition: all .5s ease;
 }

 .c_portalResNews_list-01001060 .newList .picBox {
     width: 30%;
 }

 .c_portalResNews_list-01001060 .newList .picBox img {
     width: 100%;
 }

 .c_portalResNews_list-01001060 .newList1 {
     padding: 10px;
     background: rgba(191, 191, 191, 0.05);
     margin-bottom: 40px;
 }

 .c_portalResNews_list-01001060 .newList1 .picBox {
     width: 50%;
 }

 .c_portalResNews_list-01001060 .newList1 .picBox img {
     width: 100%;
 }

 .c_portalResNews_list-01001060 .newList1 .newYearMon {
     width: 100%;
     margin-top: 10px;
     color: #333;
 }

 .c_portalResNews_list-01001060 .newList1 .newTitle {
     font-size: 30px;
     font-weight: bold;
     color: #000000;
     margin-bottom: 5px;
     margin-top: 10px;
 }

 .c_portalResNews_list-01001060 .newList1 .newSummry {
     margin-bottom: 15px;
     margin-top: 15px;
     font-size: 16px;
 }

 .c_portalResNews_list-01001060 .readMore {
     display: block;
     float: none;
     width: 151px;
     height: auto;
     padding: 5px;
     text-align: center;
     font-size: 16px;
     line-height: 30px;
     background: #227dcf;
     color: #ffffff;
     transition: all 0.3s ease;
     border-radius: 5px;
 }

 .c_portalResNews_list-01001060 .readMore .readIcon {
     margin-right: 10px;
 }

 .c_portalResNews_list-01001060 .readMore:hover {
     color: #a7d1f7;
     font-weight: bold;
 }

 .c_portalResNews_list-01001060 .newList1 .newLinkBox {
     padding: 0;
 }

 .c_portalResNews_list-01001060 .newLinkBox {
     position: relative;
     display: flex;
     flex-wrap: nowrap;
     width: 100%;
     height: 100%;
     padding-right: 10%;
     overflow: hidden;
 }

 .c_portalResNews_list-01001060 .leftTimeBox {
     width: 150px;
     height: 98px;
     background: #f5f5f5;
     text-align: center;
     font-family: arial;
     transition: all .5s ease;
 }

 .c_portalResNews_list-01001060 .centerContentBox {
     width: calc((100% - 80px)/1);
     padding-left: 3%;
 }

 .c_portalResNews_list-01001060 .rightIcon {
     position: absolute;
     top: 50%;
     right: 0px;
     transform: translateY(-50%);
     width: 40px;
     height: 40px;
     border-radius: 20px;
     overflow: hidden;
 }

 .c_portalResNews_list-01001060 .newData {
     font-size: 2.75rem;
     line-height: 46px;
     padding-top: 15px;
 }

 .c_portalResNews_list-01001060 .newToolBox {
     margin: 25px 0;
     color: #b4b4b4;
 }

 .c_portalResNews_list-01001060 .newSummry {
     line-height: 24px;
     height: 48px;
     overflow: hidden;
     color: #6d6d6d;
     margin-top: 0px;
     font-size: 16px;
 }

 .c_portalResNews_list-01001060 .rIcon {
     position: absolute;
     top: 0;
     left: 0;
     display: block;
     width: auto;
     height: 98%;
     transition: all .5s ease;
 }

 .c_portalResNews_list-01001060 .redIcon {
     opacity: 0;
 }

 .c_portalResNews_list-01001060 .whiteIcon {
     opacity: 1;
 }

 .c_portalResNews_list-01001060 .newList:hover {
     height: auto;
 }

 .c_portalResNews_list-01001060 .newList:hover .leftTimeBox {
     background: #227dcf;
     color: #fff;
 }

 .c_portalResNews_list-01001060 .newList:hover .redIcon {
     opacity: 1;
 }

 .c_portalResNews_list-01001060 .newList:hover .whiteIcon {
     opacity: 0;
 }

 .c_portalResNews_list-01001060 .data1 {
     margin-right: 5px;
 }

 @media only screen and (min-width: 769px) {
     .c_portalResNews_list-01001060 .container {
         max-width: 1200px;
     }
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {
     .c_portalResNews_list-01001060 .container {
         max-width: 900px;
     }
 }

 @media only screen and (max-width: 768px) {
     .c_portalResNews_list-01001060 .newSummry {
         line-height: 24px;
         height: 48px;
         overflow: hidden;
         color: #6d6d6d;
         margin-top: 0px;
         font-size: 14px;
     }

     .c_portalResNews_list-01001060 .newList1 .newSummry {
         margin-bottom: 15px;
         margin-top: 15px;
         font-size: 14px;
     }

     .c_portalResNews_list-01001060 .leftTimeBox {
         display: none;
     }

     .c_portalResNews_list-01001060 .rightIcon {
         display: none;
     }

     .c_portalResNews_list-01001060 .newList1 {
         margin-bottom: 30px;
     }

     .c_portalResNews_list-01001060 .newList {
         height: auto;
         padding: 0 10px 25px 10px;
     }

     .c_portalResNews_list-01001060 .newLinkBox {
         padding: 0;
         display: flex;
     }

     .c_portalResNews_list-01001060 .newList1 .newLinkBox {
         display: unset;
     }

     .c_portalResNews_list-01001060 .centerContentBox {
         width: 100%;
         padding-left: 0%;
     }
 }

 * {
     padding: 0;
     margin: 0;
 }

 .pagebox {
     width: 100%;
 }

 .pagebox,
 #-remove--flag {}

 body,
 #-remove--flag {}

 @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: 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: 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: 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: 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: 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) {}

 #c_portalResNews_list-16149128775641256 .p_articles {
     width: calc((100% - 0px)/3);
 }

 #c_portalResNews_list-16149128775641256 .p_CommonSummaryBoxA {
     text-align: center;
 }

 #c_portalResNews_list-16149128775641256 .p_stylebox .stylebox_top {
     text-align: left;
     background-color: rgba(0, 0, 0, 0);
     margin-bottom: 20px;
 }

 #c_portalResNews_list-16149128775641256 .p_stylebox .stylebox_content {
     border-style: none;
 }

 #c_portalResNews_list-16149128775641256 .p_MatteIcon .iconfont:before {
     content: '\e602';
 }

 #c_portalResNews_list-16149128775641256>div {
     animation-fill-mode: both;
 }

 #c_portalResNews_list-16149128775641256 .p_more .iconfont:before {
     content: '\e69a';
 }

 #c_portalResNews_list-16149128775641256 .p_stylebox .stylebox_title {
     background-color: rgba(0, 0, 0, 0);
 }

 #c_portalResNews_list-16149128775641256 .p_stylebox .title_main {
     font-size: 30px;
     color: rgb(0, 0, 0);
     font-weight: bold;
 }

 #c_portalResNews_list-16149128775641256 .p_stylebox .stylebox_top_line {
     background-color: rgba(0, 0, 0, 0);
 }

 #c_portalResNews_list-16149128775641256 .p_stylebox .stylebox_bottom_line {
     background-color: rgba(0, 0, 0, 0);
 }

 #c_portalResNews_list-16149128775641256 .p_hot .iconfont:before {
     shadow-angle: 0px;
     shadow-distance: 0px;
     shadow-angle-ofInset: 0px;
     shadow-distance-ofInset: 0px;
 }

 #c_portalResNews_list-16149128775641256 .p_new .iconfont:before {
     shadow-angle: 0px;
     shadow-distance: 0px;
     shadow-angle-ofInset: 0px;
     shadow-distance-ofInset: 0px;
 }

 #c_portalResNews_list-16149128775641256 .p_page .pre .iconfont:before {
     shadow-angle: 0px;
     shadow-distance: 0px;
     shadow-angle-ofInset: 0px;
     shadow-distance-ofInset: 0px;
 }

 #c_portalResNews_list-16149128775641256 .p_page .next .iconfont:before {
     shadow-angle: 0px;
     shadow-distance: 0px;
     shadow-angle-ofInset: 0px;
     shadow-distance-ofInset: 0px;
 }

 #c_portalResNews_list-16149128775641256 .p_loading .iconfont:before {
     shadow-angle: 0px;
     shadow-distance: 0px;
     shadow-angle-ofInset: 0px;
     shadow-distance-ofInset: 0px;
 }

 #c_portalResNews_list-16149128775641256 {
     width: 100%;
     max-width: none;
     min-width: 0px;
     height: auto;
     max-height: none;
     min-height: 0px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }

 #c_portalResEbizads_banner-16306517046683429 .p_MatteIcon .iconfont:before {
     content: '\e602';
 }

 #c_portalResEbizads_banner-16306517046683429>div {
     animation-fill-mode: both;
 }

 #c_portalResEbizads_banner-16306517046683429 {
     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;
 }

 #c_portalResBreadcrumb_nav-16306518135002419 .p_MatteIcon .iconfont:before {
     content: '\e602';
 }

 #c_portalResBreadcrumb_nav-16306518135002419>div {
     animation-fill-mode: both;
 }

 #c_portalResBreadcrumb_nav-16306518135002419 .p_breadcrumbList span {
     display: inline-block;
     font-size: 14px;
     color: #555;
 }

 #c_portalResBreadcrumb_nav-16306518135002419 .p_breadcrumbFirst .i_homePage:hover {
     color: #e60013;
     cursor: pointer;
     display: inline-block;
 }

 #c_portalResBreadcrumb_nav-16306518135002419 .p_breadcrumbList {
     text-align: right;
     margin: 20px 0px;
 }

 #c_portalResBreadcrumb_nav-16306518135002419 .p_breadcrumbList span .iconfont {
     position: absolute;
     width: 20px;
     height: 22px;
     left: 0px;
 }

 #c_portalResBreadcrumb_nav-16306518135002419 .p_breadcrumb>a:hover span {
     color: #e60013;
 }

 #c_portalResBreadcrumb_nav-16306518135002419 .p_breadcrumb.contentBox:hover>a>.font {
     border: none;
     border-bottom: none;
 }

 #c_portalResBreadcrumb_nav-16306518135002419 .p_breadcrumbList span .iconfont:before {
     content: '\e630';
     color: #e60013;
     font-size: 20px;
 }

 #c_portalResBreadcrumb_nav-16306518135002419 .p_breadcrumbList span.weizhi {
     padding-left: 25px;
 }

 @media only screen and (max-width: 768px) {
     #c_portalResBreadcrumb_nav-16306518135002419 .p_breadcrumbList {
         text-align: left;
         margin: 10px 0px;
     }
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {
     #c_portalResBreadcrumb_nav-16306518135002419 .p_breadcrumbList {
         text-align: left;
         margin: 10px 0px;
     }
 }

 #c_portalResNews_category-16306518134992184 .p_MatteIcon .iconfont:before {
     content: '\e602';
 }

 #c_portalResNews_category-16306518134992184>div {
     animation-fill-mode: both;
 }

 #c_portalResNews_category-16306518134992184 .NavList_a1 {
     text-transform: capitalize;
 }

 #c_portalResNews_category-16306518134992184 .NavList_a1 ul {
     text-align: left;
     display: block;
     font-size: 0px;
 }

 #c_portalResNews_category-16306518134992184 .NavList_a1 a {
     position: relative;
     font-size: 15px;
     height: 80px;
     line-height: 80px;
     padding: 0px 30px;
     color: #333;
     display: block;
     transition: 0.3s ease 0s;
 }

 #c_portalResNews_category-16306518134992184 .NavList_a1 .more:after {
     content: "";
     position: absolute;
     width: 1px;
     height: 15px;
     display: block;
     background: #ccc;
     top: 50%;
     margin-top: -7px;
     right: 0px;
 }

 #c_portalResNews_category-16306518134992184 .NavList_a1 a:before {
     position: absolute;
     content: '';
     left: 50%;
     bottom: 0px;
     width: 0%;
     height: 3px;
     background-color: none;
     transition: all .3s;
 }

 #c_portalResNews_category-16306518134992184 .NavList_a1 a:hover:before {
     width: 80%;
     left: 10%;
     background-color: #e60013;
 }

 #c_portalResNews_category-16306518134992184 .NavList_a1 li {
     position: static;
     display: inline-block;
     color: #fff;
     width: auto;
     vertical-align: top;
 }

 #c_portalResNews_category-16306518134992184 .menu-slide {
     z-index: -1;
     position: absolute;
     background: #e60013;
     bottom: 0px;
     display: none;
     transition: 0.5s cubic-bezier(0.21, 0.8, 0.31, 1.21) 0s;
 }

 #c_portalResNews_category-16306518134992184 .swiper-container .swiper-notification {
     position: absolute;
     left: 0px;
     top: 0px;
     pointer-events: none;
     opacity: 0;
     z-index: -1000;
 }

 @media screen and (min-width: 769px) {
     #c_portalResNews_category-16306518134992184 .NavList_a1 a:hover {
         color: #e60013;
     }
 }

 @media screen and (max-width: 1400px) {
     #c_portalResNews_category-16306518134992184 .NavList_a1 a {
         padding: 0px 30px;
     }
 }

 @media screen and (max-width: 1200px) {
     #c_portalResNews_category-16306518134992184 .NavList_a1 a {
         padding: 0px 30px;
         font-size: 14px;
     }
 }

 @media screen and (max-width: 1024px) {
     #c_portalResNews_category-16306518134992184 .NavList_a1 {
         border-bottom: 1px solid #ddd;
     }

     #c_portalResNews_category-16306518134992184 .NavList_a1 a {
         padding: 0px 30px;
         font-size: 14px;
     }

     #c_portalResNews_category-16306518134992184 .menu-slide {
         display: none;
     }
 }

 @media screen and (max-width: 768px) {
     #c_portalResNews_category-16306518134992184 .NavList_a1 {
         border-bottom: 1px solid #ddd;
     }

     #c_portalResNews_category-16306518134992184 .NavList_a1 ul {
         text-align: left;
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         font-size: 0;
     }

     #c_portalResNews_category-16306518134992184 .NavList_a1 a {
         padding: 0px 20px;
         font-size: 14px;
         height: 62px;
         line-height: 62px;
     }

     #c_portalResNews_category-16306518134992184 .NavList_a1 a:hover {
         color: #e60013;
     }

     #c_portalResNews_category-16306518134992184 .NavList_a1 a:active {
         color: #e60013;
     }
 }

 #c_portalResNews_category-16306518134992184 {
     width: 100%;
     max-width: none;
     min-width: 0px;
     height: auto;
     max-height: none;
     min-height: 0px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }

 #c_portalResBreadcrumb_nav-16306518135002419 {
     width: auto;
     max-width: none;
     min-width: 0px;
     height: auto;
     max-height: none;
     min-height: 0px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }

 #w_grid-1630651813622>div>.p_gridbox {
     background-color: rgba(248, 247, 247, 1);
 }

 #w_grid-1630651813622 .p_MatteIcon .iconfont:before {
     content: '\e602';
 }

 #w_grid-1630651813622>div {
     animation-fill-mode: both;
 }

 #w_grid-1630651813622>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
     margin-left: 0px;
     clear: left;
 }

 @media only screen and (min-width: 769px) {
     #w_grid-1630651813622>div>.p_gridbox>.p_gridCell {
         margin-bottom: 0rem;
         margin-top: 0rem;
         margin-left: 0;
     }

     #w_grid-1630651813622>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
         width: 100%;
         margin-left: 0;
         margin-right: 0;
         clear: none;
     }

     #w_grid-1630651813622>div>.p_gridbox>.p_gridCell:nth-child(1n) {
         margin-right: 0;
     }
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {}

 #w_grid-1630651813632 .p_MatteIcon .iconfont:before {
     content: '\e602';
 }

 #w_grid-1630651813632>div {
     animation-fill-mode: both;
 }

 #w_grid-1630651813632>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
     margin-left: 0px;
     clear: left;
 }

 @media only screen and (max-width: 768px) {
     #w_grid-1630651813632>div>.p_gridbox>.p_gridCell {
         width: 100%;
         margin-bottom: 0rem;
         margin-top: 0rem;
         margin-left: 0%;
     }
 }

 @media only screen and (min-width: 769px) {
     #w_grid-1630651813632>div>.p_gridbox>.p_gridCell {
         margin-bottom: 0rem;
         margin-top: 0rem;
         margin-left: 1%;
     }

     #w_grid-1630651813632>div>.p_gridbox>.p_gridCell:nth-child(2n+0) {
         width: 24.1263%;
         margin-left: 1%;
         margin-right: 0px;
         clear: none;
     }

     #w_grid-1630651813632>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {
         margin-left: 0px;
         clear: left;
         margin-right: 0px;
         width: 74.8737%;
     }

     #w_grid-1630651813632>div>.p_gridbox>.p_gridCell:nth-child(2n) {
         margin-right: 0px;
     }
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {
     #w_grid-1630651813632>div>.p_gridbox>.p_gridCell {
         margin-bottom: 0rem;
         margin-top: 0rem;
         margin-left: 0%;
     }

     #w_grid-1630651813632>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
         width: 100%;
         margin-left: 0;
         margin-right: 0;
         clear: none;
     }

     #w_grid-1630651813632>div>.p_gridbox>.p_gridCell:nth-child(1n) {
         margin-right: 0;
     }
 }

 #w_grid-1572926201099>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
     margin-left: 0;
     clear: left;
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {}

 #w_grid-1572926201109>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
     margin-left: 0;
     clear: left;
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {}

 #w_grid-1616031137306>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
     margin-left: 0;
     clear: left;
 }

 @media only screen and (max-width: 768px) {}

 @media only screen and (min-width: 769px) {}

 @media only screen and (max-width: 1024px) and (min-width: 769px) {}

 #w_grid-1630651813622 {
     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-1630651813632 {
     width: 94%;
     max-width: 1600px;
     min-width: 0px;
     height: auto;
     max-height: none;
     min-height: 0px;
     margin-top: 0px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }

 #w_grid-1572926201099 {
     width: 95%;
     max-width: 1600px;
     min-width: 0px;
     height: auto;
     max-height: none;
     min-height: 0px;
     margin-top: 20px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 20px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }

 #w_grid-1572926201109 {
     width: 95%;
     max-width: 1600px;
     min-width: 0px;
     height: auto;
     max-height: none;
     min-height: 0px;
     margin-top: 0px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }

 #w_grid-1616031137306 {
     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;
 }