@charset "utf-8";
/* 设置主题 */
:root {--primary: #083B90;}

/* css样式初始化 */
*,::before,::after {box-sizing: border-box;}
html { -moz-tab-size: 4;-o-tab-size: 4;tab-size: 4;}
html {line-height: 1; /* 1 */-webkit-text-size-adjust: 100%; /* 2 */}
body {margin: 0;}
body {font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
     'Segoe UI', Roboto,Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';}
body {font-family: inherit;line-height: inherit;background-color: #F0F2F5;}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {margin: 0;}
ol,ul {list-style: none;margin: 0;padding: 0;}
a {color: inherit;text-decoration: inherit;}
html {font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont,'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* 1 */line-height: 1; /* 2 */}
pre,code,kbd,samp {font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,'Liberation Mono', 'Courier New', monospace;}
img,video {max-width: 100%;height: auto;}
button,input,optgroup,select,textarea {padding: 0;line-height: inherit;color: inherit}
textarea {resize: vertical;}
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1;color: #9ca3af;}
input::placeholder,textarea::placeholder {opacity: 1;color: #9ca3af;}

/* 滚动条+选中渲染css */
::selection{background:var(--primary);color:#fff;}
::-moz-selection{background:var(--primary);color:#fff;}
::-webkit-input-placeholder{text-overflow:ellipsis}
::-webkit-scrollbar{width:8px;height:8px;overflow:auto}
::-webkit-scrollbar-thumb{background-color:var(--primary);min-height:25px;min-width:25px;border:1px solid #e0e0e0}
::-webkit-scrollbar-track{background-color:#f7f7f7;border:1px solid #efefef}

/* 分页css */
.ui-bhpage{ width:auto; height:auto; overflow:hidden; clear:both; text-align:center;  margin:20px auto 20px auto;}
.ui-bhpage li{min-width:32px; height:32px;text-align:center; display:inline-block; line-height:32px; margin-right:4px;border:solid 1px #d9d9d9; border-radius:4px;margin-top: 5px;}
.ui-bhpage li:first-child a,.ui-bhpage li:last-child a{box-sizing: border-box;padding: 0 10px;}
.ui-bhpage li:first-child span, .ui-bhpage li:last-child span {box-sizing: border-box;padding: 0 10px;}
.ui-bhpage li a{ width:100%; height:32px; text-align:center; line-height:32px; display:block; font-size:14px; color:#666; box-sizing: border-box; }
.ui-bhpage li:hover,.ui-bhpage li.active{ background:var(--primary); color:#fff; border:solid 1px var(--primary); }
.ui-bhpage li:hover a{ color: #fff;}

/* 无数据 */
.ui-nodata {display: flex;justify-content: center;align-items: center;flex-direction: column;min-height: 300px;}
.ui-nodata img {max-width: 100px;}
.ui-nodata p {font-size: 15px;line-height: 30px;color: #444444;}

/* 文章内容 */
.ui-content{ width: 100%; min-height: 350px; margin: 10px auto; overflow: hidden;line-height:180%;word-wrap:break-word;}
.ui-content p{ line-height: 32px; font-size: 16px;word-wrap:break-word;}
.ui-content img{ max-width: 85%;  border-radius: 3px; cursor: pointer; display: block;margin: 10px auto;}
.ui-content table{ width: 100%; border-collapse: collapse; margin: 10px auto;}
.ui-content table th{ padding:8px 12px; text-align: center; vertical-align: middle; background-color: #fafafa; border: solid 1px #dcdcdc;}
.ui-content table td{ padding:8px 12px; border: solid 1px #dcdcdc; font-size: 14px;}
.ui-content table tr:hover td{background-color: #fafafa;}
.ui-content table th:hover td{background-color: #efefef;}
.ui-content video{border:solid 1px #dcdcdc; overflow:hidden; padding:5px; border-radius:4px;}
.ui-content pre{ background-color: #f6f8fa; border: solid 1px #dcdcdc; border-radius: 4px; line-height: 160%; padding: 10px 12px; font-size: 13px; color: #666;}
.ui-content pre code{ padding: 0; border: 0;}
.ui-content code{background-color: #f6f8fa; border: solid 1px #dcdcdc; border-radius: 4px; padding: 4px 6px; font-size: 12px; margin:0 2px;}
.ui-content input{ margin-right: 5px;}

/* 文本溢出省略 */
.ellipsis-1,.ellipsis-2,.ellipsis-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}
.ellipsis-1{-webkit-line-clamp:1}
.ellipsis-2{-webkit-line-clamp:2}
.ellipsis-3{-webkit-line-clamp:3}

/* 版心 */
.wrap {width: 1360px;margin: 0 auto;box-sizing: border-box;overflow: hidden;height: auto;padding: 0; position: relative;}
.w {width: 1200px;margin: 0 auto;box-sizing: border-box;overflow: hidden;height: auto;padding: 0;}
.container{width: 100%;height: auto; overflow: hidden;}

/* 头部 */
.header {height: 198px;width: 100%;position: fixed;top: 0;left: 0;right: 0;z-index: 999;}
.header .header_wrap {height: 142px;background-color: #fff;}
.header .flex_header {display: flex;align-items: center;height: 100%;justify-content: space-between;gap: 90px;}
.header_wrap h1 {font-size: 0;height: 92px;overflow: hidden;}
.header_wrap h1 img {height: 100%;object-fit: contain;}
.header_wrap .other_header_nav {display: flex;align-items: center;gap: 20px;}
.header_wrap .search_wrap {display: flex;flex-direction: column;height: 68px;width: 404px;flex-shrink: 0;overflow: hidden;box-sizing: border-box;justify-content:space-between;}
.header_wrap .search_wrap .search_main {height: 40px;border: 1px solid #3494f0;display: flex;align-items: center;overflow: hidden;border-radius: 20px;flex-shrink: 0;}
.header_wrap .search_wrap .search_main i {display: flex;justify-content: center;align-items: center;width: 45px;height: 40px;font-size: 20px;color: #999999;}
.header_wrap .search_wrap .search_main .search_input {height: 40px;flex: 1;border: none;padding: 0 5px;font-size: 16px;}
.header_wrap .search_wrap .search_main .search_input:focus {outline: none;}
.header_wrap .search_wrap .search_inpu_submit {width: 74px;height: 40px;background-color: #3494f0;border: none;font-size: 16px;color: #fff;}
.header_wrap .search_wrap .search_hot {display: flex;align-items: center;font-size: 14px;color: #808080;font-style: normal;line-height: 36px;justify-content: space-between;}
.header_wrap .search_wrap .search_hot a {flex: 1;}
.header_wrap .search_wrap .search_hot a:hover {color: var(--primary);}
.header_nav {height: 56px;background-color: #083b90;}
.flex_header_nav {display: flex;align-items: center;justify-content: space-between;}
.flex_header_nav .header_nav_item {height: 56px;flex: 1;display: flex;justify-content: center;align-items: center;font-size: 16px;line-height: 36px;color: #fff;}
.flex_header_nav .header_nav_item:hover {background-color: #3494F0;}
.flex_header_nav .header_nav_item.active {background-color: #3494F0;}
.fixed_header {height: 198px;width: 100%;}

/* 底部 */
.footer {padding: 34px 0;background-color: #083a8f;}
.flex_footer {display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 0px;}
.flex_footer h1 {font-size: 0;height: 122px;overflow: hidden;}
.flex_footer h1 img {height: 100%;object-fit: contain;}
.flex_footer_nav {display: flex;align-items: center;justify-content: center;gap: 10px;font-size: 15px;color: #fff;margin-top: 24px;line-height: 40px;}
.flex_footer_nav a:hover {color: #3494F0;}
.flex_footer h6 {font-size: 15px;line-height: 40px;color: #fff;font-weight: normal;}
.flex_footer .icp_wrap {font-size: 15px;line-height: 40px;color: #fff;display: flex;align-items: center;justify-content: center;gap: 5px;}
.flex_footer .icp_wrap img {width: 20px;height: 20px;object-fit: contain;}

/* 首页 */
.index_wrap {padding: 34px 0;background-color: #F0F2F5;box-sizing: border-box;overflow: hidden;}
.index_tit {display: flex;align-items: flex-end;justify-content: space-between;border-bottom: 2px solid #D5D9E0;box-sizing: border-box;}
.index_tit h2 {font-size: 0;height: 62px;width: 153px;flex-shrink: 0;position: relative;}
.index_tit h2 img {height: 100%;object-fit: contain;position: absolute;left: 0;bottom: -2px;left: -17px;}
.index_tit_more {display: flex;align-items: center;font-size: 16px;line-height: 36px;color: #999999;}
/* 最新更新 */
.index_new_news {display: flex;justify-content: space-between;margin-bottom: 20px;gap: 15px;}
.index_new_news .right {width: 465px;flex-shrink: 0;background-color: #fff;padding: 0 22px;}
.index_new_news .left {flex: 1;overflow: hidden;}
.index_news_pic_swiper {width: 100%;height: 450px;position: relative;overflow: hidden;--swiper-theme-color: #F22A26;}
.index_news_pic_swiper .swiper-slide {width: 100%;height: 100%;position: relative;background-color: red;}
.index_news_pic_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.index_news_pic_swiper .mask {position: absolute;bottom: 0;left: 0;right: 0;height: 48px;background-color: rgba(0, 0, 0, 0.5);display: flex;align-items: center;padding-right: 115px;box-sizing: border-box;padding-left: 20px;}
.index_news_pic_swiper .mask h2 {font-weight: normal;font-size: 18px;line-height: 36px;color: #fff;}
.index_news_pic_swiper .swiper-pagination-bullet-active {width: 16px;height: 8px;border-radius: 4px;}
.index_news_pic_swiper .swiper-horizontal>.swiper-pagination-bullets,.index_news_pic_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.index_news_pic_swiper .swiper-pagination-custom,.index_news_pic_swiper .swiper-pagination-fraction {width: auto;right: 15px;left: auto;bottom: 16px;}
.index_new_news .left .swiper_wrap {padding: 30px;background-color: #fff;margin-top: 15px;box-sizing: border-box;height: 210px;}
.index_new_news .index_pic_swiper {height: 100%;width: 100%;overflow: hidden;}
.index_new_news .index_pic_swiper .swiper-slide {display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;width: 100%;}
.index_new_news .index_pic_swiper .swiper-slide .pic {width: 100%;height: 96px;flex-shrink: 0;overflow: hidden;}
.index_new_news .index_pic_swiper .swiper-slide .pic img {width: 100%;height: 100%;object-fit: cover;}
.index_new_news .index_pic_swiper .swiper-slide h4 {font-weight: normal;font-size: 16px;color: #333;line-height: 24px;}
.index_news_main {margin-top: 20px;}
.news_item {display: flex;align-items: center;justify-content: space-between;font-size: 16px;line-height: 40px;gap: 8px;}
.news_item i {font-size: 10px;color: #C4C4C4;flex-shrink: 0;}
.news_item span {color: #999999;}
.news_item p {flex: 1;}
.news_item:hover p,.news_item:hover i,.news_item:hover span {color: var(--primary);}
.index_news_main .news_item:nth-child(3n) {border-bottom: 2px dashed #f7f7f7;padding-bottom: 2px;}
/* 广告 */
.index_adv_banner {height: 118px;margin-bottom: 20px;overflow: hidden;}
.index_adv_banner .swiper-slide {height: 100%;width: 100%;}
.index_adv_banner .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
/* 新闻资讯 */
.index_flex_wrap {margin-top: 20px;display: flex;justify-content: space-between;margin-bottom: 20px;gap: 15px;}
.index_flex_wrap .news_left {flex: 1;background-color: #fff;padding: 0 22px;box-sizing: border-box;}
.index_flex_wrap .news_right {width: 465px;flex-shrink: 0;background-color: #fff;padding:0 22px;box-sizing: border-box;}
.index_flex_wrap .news_right  .news_lists_wrap {padding: 20px 0;}
.inedx_flex_sc_news {display: flex;justify-content: space-between;padding: 20px 0;gap: 25px;}
.inedx_flex_sc_news .pic_news {width: 400px;flex-shrink: 0;background-color: #f2f2f2;display: flex;flex-direction: column;}
.inedx_flex_sc_news .pic_news .pic {width: 100%;flex: 1;}
.inedx_flex_sc_news .pic_news .pic img {width: 100%;height: 100%;object-fit: cover;}
.inedx_flex_sc_news .pic_news h4 {height: 54px;line-height: 54px;flex-shrink: 0;font-weight: bold;font-size: 16px;color: #333;padding: 0 15px;}
.inedx_flex_sc_news .pic_news:hover h4 {color: var(--primary);}
/* 品牌服务 */
.index_brand_wrap {display: grid;grid-template-columns: repeat(3,1fr);gap: 15px;margin-bottom: 20px;}
.index_news_brand_list {padding-bottom: 20px;}
.index_brand_item {background-color: #fff;height: auto;padding: 0 22px;}
.news_pic_brand {display: flex;justify-content: space-between;align-items: center;padding: 20px 0;gap: 16px;}
.news_pic_brand .pic {width: 215px;height: 127px;flex-shrink: 0;background-color: red;overflow: hidden;}
.news_pic_brand .pic img {width: 100%;height: 100%;object-fit: cover;}
.news_pic_brand .cont {flex: 1;}
.news_pic_brand .cont h4 {font-weight: normal;font-size: 16px;line-height: 28px;color: #333;}
.news_pic_brand:hover h4 {color: var(--primary);}
.index_enterprise_wrap {padding: 20px 0;display: flex;flex-direction: column;justify-content: space-between;box-sizing: border-box;gap: 24px;}
.index_enterprise_wrap .enterprise_item {width: 100%;height: 197px;overflow: hidden;}
.index_enterprise_wrap .enterprise_item img {width: 100%;height: 100%;object-fit: contain;}
.index_video_wrap {padding: 20px 0;box-sizing: border-box;overflow: hidden;}
.index_video_wrap video {width: 100%;object-fit: cover;height: 420px;}

/* 品牌展示 */
.index_brand_show {padding: 20px 30px;box-sizing: border-box;overflow: hidden;background-color: #fff;margin-bottom: 20px;}
.index_brand_show_swiper {position: relative;overflow: hidden;height: 250px;}
.index_brand_show_swiper .swiper-slide {height: 100%;}
.index_brand_show_swiper .swiper-slide .pic {width: 210px;height: 210px;border: 1px solid #e5e5e5;}
.index_brand_show_swiper .swiper-slide .pic img {width: 100%;height: 100%;object-fit: contain;}
.index_brand_show_swiper .swiper-slide h4 {font-weight: normal;font-size: 16px;color: #333;line-height: 40px;text-align: center;}

/* 友情链接 */
.index_link_wrap {background-color: #fff;box-sizing: border-box;overflow: hidden;padding: 5px 22px;}
.index_link_main {padding: 30px 0;display: flex;flex-wrap: wrap;}
.index_link_main a {font-size: 15px;line-height: 40px;color: #333;}
.index_link_main a::after {content: '|';font-size: 15px;line-height: 40px;color: #b3b3b3;padding: 0 25px;}
.index_link_main a:last-child::after {display: none;}
.index_link_main a:hover {color: var(--primary);}


/* 右侧推荐 */
.other_news_side {width: 376px;flex-shrink: 0;padding: 0 15px;background-color: #fff;}
.other_news_tit {height: 64px;border-bottom: 2px solid #d5d9e0;position: relative;display: flex;align-items: center;justify-content: space-between;}
.other_news_tit h2 {font-size: 22px;font-weight: bold;color: #083B90;line-height: 36px;}
.other_news_tit h2::after {content: '';width: 88px;height: 9px;position: absolute;bottom: -2px;left: 0;background-image: url(../images/line_tit.png);background-size: cover;background-position: center;background-repeat: no-repeat;}
.other_news_tit .more_btn {display: flex;align-items: center;font-size: 16px;color: #999999;line-height: 36px;}
.other_news_main {padding: 20px 0;}
.other_news_tit.height45 {height: 45px;}


/* 新闻视频 */
.video_news_wrap {padding: 30px 0;display: flex;justify-content: space-between;align-items: flex-start;gap: 20px;}
.video_grid {flex: 1;display: grid;grid-template-columns: repeat(3,1fr);gap: 15px;}
.video_grid .video_item {background-color: #fff;padding: 8px;box-sizing: border-box;border-radius: 8px;height: 244px;}
.video_grid .video_item .pic {height: 154px;border-radius: 8px;overflow: hidden;}
.video_grid .video_item img {width: 100%;height: 100%;object-fit: cover;}
.video_grid .video_item h4 {font-size: 16px;line-height: 26px;margin-top: 15px;padding: 0 7px;}

/* 新闻资讯 */
.news_index_main {padding-top: 30px;padding-bottom: 60px;background-color: #fff;}
/* 跑马灯 */
.marquee_wrap {display: flex;justify-content: space-between;align-items: center;height: 44px;background-color: #EFEFEF;margin-bottom: 25px;}
.marquee_wrap .pic {height: 44px;width: 82px;flex-shrink: 0;}
.marquee_wrap .pic img {width: 100%;height: 100%;object-fit: cover;}
.marquee_wrap .marquee_swiper {flex: 1;overflow: hidden;position: relative;height: 100%;}
.marquee_wrap .marquee_swiper .swiper-slide {display: flex;align-items: center;height: 100%;gap: 10px;width: auto;color: #333;font-size: 15px;line-height: 36px;}
.marquee_wrap .marquee_swiper .swiper-slide::before {content: '';width: 5px;height: 5px;background-color: #333;border-radius: 50%;}
.marquee_wrap .marquee_swiper .swiper-slide:hover {color: var(--primary);}

.news_szgz_wrap {display: flex;justify-content: space-between;gap: 30px;align-items: flex-start;}
.news_szgz_wrap .szgz_swiper {width: 760px;height: 616px;flex-shrink: 0;overflow: hidden;position: relative;}
.news_szgz_wrap .szgz_swiper .swiper-slide {height: 100%;width: 100%;}
.news_szgz_wrap .szgz_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;background-color: red;}
.news_szgz_wrap .szgz_right {flex: 1;}

/* 实政关注 */
.szgz_right .other_news_tit {height: 45px;}
.szgz_news_item {height: 142px;border-bottom: 1px dashed #808080;display: flex;align-items: flex-start;padding: 25px 10px;box-sizing: border-box;gap: 15px;}
.szgz_news_item .szgz_date {width: 72px;height: 72px;background-color: #3494F0;display: flex;justify-content: center;align-items: center;flex-direction: column;color: #fff;gap: 10px;flex-shrink: 0;}
.szgz_news_item .szgz_date strong {font-size: 24px;font-weight: bold;}
.szgz_news_item .szgz_date span {color: #fff;font-size: 14px;}
.szgz_news_item h4 {font-size: 20px;font-weight: normal;color: #333;}
.szgz_news_item p {color: #999999;font-size: 14px;line-height: 21px;margin-top: 10px;}
.szgz_news_item:hover h4 {color: var(--primary);}

.news_adv_banner {height: 330px;width: 100%;overflow: hidden;position: relative;margin: 40px 0;}
.news_adv_banner .swiper-slide {height: 100%;width: 100%;}
.news_adv_banner .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}

.news_flex_main {display: flex;justify-content: space-between;align-items: flex-start;gap: 60px;}
.news_left_main {flex: 1;}
.news_left_main .news_left_item {height: 182px;border-bottom: 1px solid #E0E0E0;display: flex;justify-content: space-between;align-items: center;gap: 20px;}
.news_left_main .news_left_item .pic {width: 188px;height: 140px;background-color: red;flex-shrink: 0;overflow: hidden;}
.news_left_main .news_left_item .pic img {width: 100%;height: 100%;object-fit: cover;}
.news_left_main .news_left_item .cont {flex: 1;}
.news_left_main .news_left_item .cont h4 {font-size: 20px;line-height: 24px;color: #333232;font-weight: normal;}
.news_left_main .news_left_item .cont p {font-size: 14px;color: #999696;line-height: 26px;margin-top: 30px;}
.news_left_main .news_left_item:hover .cont h4 {color: var(--primary);}
/* 查看更多 */
.other_news_more {display: flex;justify-content: center;align-items: center;padding-top: 40px;}
.other_news_more a {width: 300px;height: 48px;border-radius: 6px;background-color: var(--primary);color: #fff;display: flex;justify-content: center;align-items: center;font-size: 16px;}
.news_right_main {width: 390px;flex-shrink: 0;}
.news_right_main .other_news_side {width: 100%;}

/* 地方新闻 */
.dfnews_flex_head {display: flex;justify-content: space-between;gap: 30px;margin-bottom: 20px;}
.dfnews_swiper {overflow: hidden;position: relative;width: 600px;height: 420px;flex-shrink: 0;--swiper-theme-color: #F22A26;}
.dfnews_swiper.scjg_swiper {border: 2px solid #000;}
.dfnews_swiper .swiper-slide {width: 100%;height: 100%;}
.dfnews_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.dfnews_swiper .swiper-horizontal>.swiper-pagination-bullets,.dfnews_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.dfnews_swiper .swiper-pagination-custom,.dfnews_swiper .swiper-pagination-fraction {width: auto;right: 15px;left: auto;bottom: 16px;}
.dfnews_hot_wrap {flex: 1;}
.other_news_lists_wrap {padding-top: 20px;}

.dt_news_wrap {display: flex;justify-content: space-between;align-items: flex-start;gap: 60px;}
.dt_news_main {flex: 1;}
.news_pic_time_item {display: flex;justify-content: space-between;align-items: center;height: 182px;border-bottom: 1px solid #E0E0E0;gap: 20px;}
.news_pic_time_item .pic {height: 140px;width: 188px;flex-shrink: 0;overflow: hidden;}
.news_pic_time_item .pic img {width: 100%;height: 100%;object-fit: cover;}
.news_pic_time_item .cont {height: 140px;display: flex;flex-direction: column;justify-content: space-between;}
.news_pic_time_item .cont h4 {font-size: 20px;line-height: 24px;color: #333232;font-weight: normal;flex-shrink: 0;}
.news_pic_time_item .cont p {color: #999696;font-size: 14px;line-height: 26px;}
.news_pic_time_item .cont .date {font-size: 14px;color: #999696;line-height: 26px;}
.news_pic_time_item:hover h4 {color: var(--primary);}
.dt_news_right {width: 389px;flex-shrink: 0;}
.dt_news_card {width: 100%;height: 293px;display: block;overflow: hidden;}
.dt_news_card .pic {width: 100%;height: 211px;background-color: red;}
.dt_news_card .pic img {width: 100%;height: 100%;object-fit: cover;}
.dt_news_card h4 {padding: 12px;font-size: 16px;line-height: 24px;color: #333232;text-align: center;}

/* 市场监管 */
.scjg_right_main {width: 390px;flex-shrink: 0;overflow: hidden;}
.sort_news_main {width: 100%;background-color: #EDF1F6;padding:0 12px;}
.sort_news_lists,.fzjs_news_lists {padding-top: 10px;}
.sort_news_item {height: 44px;border-bottom: 1px dashed #687DA1;display: flex;align-items: center;gap: 10px;}
.sort_news_item strong {font-size: 18px;line-height: 44px;color: #808080;}
.sort_news_item span {font-size: 16px;line-height: 44px;color: #333333;}
.sort_news_item:hover span {color: var(--primary);}
.sort_news_item:nth-child(1) strong {color: #FB3836;}
.sort_news_item:nth-child(2) strong {color: #F95F05;}
.sort_news_item:nth-child(3) strong {color: #FFA513;}
.sort_news_lists .sort_news_item:nth-child(4) strong {color: #5FB201;}
.sort_news_lists .sort_news_item:nth-child(5) strong {color: #0497FF;}
.sort_news_lists .sort_news_item:nth-child(6) strong {color: #4442D7;}
.sort_news_lists .sort_news_item:nth-child(7) strong {color: #853FDE;}
.sort_news_lists .sort_news_item:nth-child(8) strong {color: #E62FEB;}
.sort_news_lists .sort_news_item:nth-child(9) strong {color: #5DB302;}
.sort_news_lists .sort_news_item:nth-child(10) strong {color: #F36109;}
.sort_news_lists .sort_news_item:nth-child(11) strong {color: #FEA800;}
.sort_news_lists .sort_news_item:nth-child(12) strong {color: #484BD4;}
.sort_news_lists .sort_news_item:nth-child(13) strong {color: #0497FF;}
.sort_news_lists .sort_news_item:nth-child(14) strong {color: #083B90;}
.scjg_adv_banner {width: 100%;margin: 20px 0;height: 220px;}
.scjg_adv_banner .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.scjg_right_main .other_news_side {width: 100%;padding: 0;}

/* 法制建设 */
.fzjs_head_wrap {display: flex;justify-content: space-between;align-items: flex-start;gap: 30px;}
.fzjs_swiper {overflow: hidden;position: relative;height: 546px;flex: 1;--swiper-theme-color: #F22A26;}
.fzjs_swiper .swiper-horizontal>.swiper-pagination-bullets,.fzjs_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.fzjs_swiper .swiper-pagination-custom,.fzjs_swiper .swiper-pagination-fraction {width: auto;right: 15px;left: auto;bottom: 24px;}
.fzjs_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.fzjs_swiper .mask {position: absolute;bottom: 0;height: 60px;left: 0;right: 0;background-color: rgba(0, 0, 0, 0.6);display: flex;align-items: center;}
.fzjs_swiper .mask h4 {padding-left: 20px;padding-right: 120px;font-size: 20px;line-height: 36px;color: #fff;font-weight: normal;}
.zfjc_wrap {width: 488px;flex-shrink: 0;height: 546px;overflow: hidden;}
.zfjc_item {display: flex;flex-direction: column;justify-content: space-between;height: 164px;border-bottom: 2px dashed #f7f7f7;padding: 10px 0;box-sizing: border-box;}
.zfjc_item h4 {font-size: 20px;line-height: 40px;color: #333;font-weight: normal;}
.zfjc_item p {font-size: 14px;line-height: 21px;color: #999;}
.zfjc_item .time {font-size: 14px;line-height: 21px;color: #999;}
.zfjc_item:hover h4 {color: var(--primary);}

.zcwj_flex_wrap {display: flex;justify-content: space-between;align-items: flex-start;height: 420px;margin: 30px 0;gap: 60px;}
.zcwj_wrap {height: 100%;background-image: url(../images/zcwj_bg.png);background-repeat: no-repeat;background-size: contain;background-position: center center;width: 832px;flex-shrink: 0;overflow: hidden;}
.zcwj_wrap .zcwj_head {height: 64px;display: flex;align-items: center;padding: 0 20px;justify-content: space-between;}
.zcwj_wrap .zcwj_head h2 {font-size: 22px;line-height: 40px;color: #fff;}
.zcwj_wrap .zcwj_head .more_btn {width: 62px;height: 30px;border-radius: 4px;background-color: #EE894D;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;}
.zcwj_main {padding: 20px;box-sizing: border-box;display: grid;grid-template-columns: repeat(2,1fr);column-gap: 90px;}
.zcwj_main .zcwj_item {line-height: 40px;font-size: 16px;display: flex;align-items: center;gap: 10px;color: #333;}
.zcwj_main .zcwj_item i {color: #2965E9;font-size: 10px;}
.zcwj_main .zcwj_item:hover {color: var(--primary);}
.zc_right {flex: 1; display: flex;flex-direction: column;gap: 20px;height: 100%;}
.zcwj_swiper {height: 200px;overflow: hidden;position: relative;width: 100%;}
.zcwj_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.zcwj_swiper .mask {position: absolute;bottom: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, 0.6);height: 30px;display: flex;align-items: center;justify-content: center;}
.zcwj_swiper .mask h2 {padding: 0 20px;text-align: center;font-size: 16px;color: #fff;font-weight: normal;}
.fzjs_flex_main {display: flex;justify-content: space-between;align-items: flex-start;gap: 60px;}
.fzjs_hot_main {width: 390px;flex-shrink: 0;}

.brand_swiper {height: 610px;width: 100%;--swiper-theme-color: #F22A26;}
.brand_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}

.brand_flex_main {display: flex;justify-content: space-between;gap: 65px;margin-top: 20px;}
.brand_item {flex: 1;flex-shrink: 0;}
.brand_news_lists {padding-top: 10px;}
.brand_news_lists .news_item {border-bottom: 1px dashed #687DA1;line-height: 44px;}
.brand_show .index_brand_show_swiper {margin-top: 20px;}

/* 产品 */
.product_nav {padding: 20px 0;background-color: #f6f6f6;}
.product_flex {display: flex;gap: 20px;flex-wrap: wrap;}
.product_flex a {font-size: 16px;line-height: 38px;color: #333;display: flex;align-items: center;gap: 20px;}
.product_flex a:not(:last-child):after {content: '|';color: #999;}
.product_flex a.active {color: var(--primary);}
.product_flex a:hover {color: var(--primary);}

.product_grid_wrap {display: grid;grid-template-columns: repeat(3,1fr);gap: 30px;}
.product_news_pic_item {margin: 20px 0;display: block;position: relative;height: 210px;overflow: hidden;}
.product_news_pic_item img {width: 100%;height: 100%;display: block;object-fit: cover;}
.product_news_pic_item .mask {position: absolute;height: 50px;display: flex;align-items: center;justify-content: center;padding: 0 20px;box-sizing: border-box;background-color: rgba(0, 0, 0, 0.5);color: #fff;left: 0;right: 0;bottom: 0;}
.product_news_pic_item .mask h4 {font-size: 16px;color: #fff;font-weight: normal;}
.product_news_flex_main {display: flex;justify-content: space-between;gap: 30px;}
.product_news_right {width: 380px;flex-shrink: 0;}

/* 诚信企业 */
.enterprise_315_wrap {display: grid;grid-template-columns: repeat(2,1fr);gap: 88px;}
.enterprise_item .pic {width: 132px;height: 132px;overflow: hidden;margin-bottom: 10px;}
.enterprise_item .pic img {width: 100%;height: 100%;object-fit: cover;}
.enterprise_news_head {height: 43px;background-color: #e8f1ff;width: 100%;position: relative;margin-bottom: 5px;display: flex;align-items: center;justify-content: space-between;}
.enterprise_news_head h2 {position: relative;top: 0;left: 0;width: auto;background-color: #083b90;height: 100%;display: flex;align-items: center;color: #fff;font-size: 20px;padding-left: 15px;padding-right: 30px;font-weight: bold;}
.enterprise_news_head h2.nomal {font-weight: normal;}
.enterprise_news_head h2::after {content: '';position: absolute;right: -6px;top: 0;width: 12px;height: 100%;background: #3494F0;transform: skewX(-15deg);}
.enterprise_news_head .enterprise_more_btn {flex-shrink: 0;margin: 0 15px;height: 32px;line-height: 32px;font-size: 14px;background-color: var(--primary);color: #fff;padding: 0 15px;border-radius: 6px;}

.enterprise_news_item {display: flex;justify-content: space-between;align-items: center;height: 55px;line-height: 55px;font-size: 18px;gap: 15px;}
.enterprise_news_item span {flex: 1;}
.enterprise_news_item::before {content: '';width: 6px;height: 6px;background-color: #a5b0c2;border-radius: 50%;}
.enterprise_news_item i {font-style: normal;color: #999;}
.enterprise_news_item:hover {color: var(--primary);}

/* 行业动态 */
.industry_flex_wrap {display: flex;justify-content: space-between;gap: 60px;}
.industry_left {flex: 1;}
.industry_nav {height: 60px;background-color: #f7f7f7;display: flex;border-top: 1px solid #083B90;}
.industry_nav .industry_item {padding: 0 40px;height: 100%;display: flex;align-items: center;}
.industry_nav .industry_item:hover {background-color: #083B90;color: #fff;}
.industry_nav .industry_item.active {color: #fff;background-color: #083B90;}
.industry_news_item {height: 182px;border-bottom: 1px solid #E0E0E0;display: flex;justify-content: space-between;align-items: center;gap: 20px;}
.industry_news_item .pic {width: 188px;height: 140px;background-color: red;flex-shrink: 0;overflow: hidden;}
.industry_news_item .pic img {width: 100%;height: 100%;object-fit: cover;}
.industry_news_item .cont {flex: 1;}
.industry_news_item .cont h4 {font-size: 20px;line-height: 24px;color: #333232;font-weight: normal;}
.industry_news_item .cont p {font-size: 14px;color: #999696;line-height: 26px;margin-top: 30px;}
.industry_news_item:hover .cont h4 {color: var(--primary);}
.industry_right {width: 390px;flex-shrink: 0;}
.industry_banner {width: 100%;height: 246px;}
.industry_right .other_news_side{width: 100%;padding: 0;} 

/* 消费报道 */
.consume_flex_wrap {display: flex;justify-content: space-between;gap: 60px;}
.warning_wrap {flex: 1;}
.warning_flex {display: flex;justify-content: space-between;gap: 20px;}
.warning_pic_item {width: 411px;height: 397px;background-color: #f1f1f1;}
.warning_pic_item .pic {width: 100%;height: 265px;background-color: red;}
.warning_pic_item .pic img {width: 100%;height: 100%;object-fit: cover;}
.warning_pic_item .cont {display: flex;flex-direction: column;gap: 14px;padding:10px;box-sizing: border-box;}
.warning_pic_item .cont h4 {font-size: 20px;color: #333;font-weight: normal;}
.warning_pic_item .cont span {color: #999;font-size: 14px;line-height: 21px;}
.warning_pic_item .cont p {font-size: 14px;color: #999;line-height: 21px;}
.warning_right {flex: 1;display: flex;flex-direction: column;gap: 20px;}
.warning_news_item {height: 62px;border-bottom: 2px dashed #f7f7f7;display: block;padding: 0 20px;position: relative;}
.warning_news_item h4 {display: flex;align-items: center;gap: 10px;font-size: 16px;font-weight: normal;}
.warning_news_item h4::before {content: '';width: 8px;height: 8px;border: 2px solid #2789d4;border-radius: 50%;position: absolute;left: 0;}
.warning_news_item p {font-size: 14px;color: #999;line-height: 40px;}
.warning_news_item:hover h4 {color: var(--primary);}

.warning_grid {width: 390px;flex-shrink: 0;display: grid;grid-template-columns: repeat(2,1fr);gap: 10px;}
.warning_item {height: 110px;position: relative;}
.warning_item img {width: 100%;height: 100%;object-fit: cover;display: block;}
.warning_item.big {grid-row: span 2;grid-column: span 2;height: 220px;}
.warning_item .mask {position: absolute;left: 0;right: 0;height: 30px;line-height: 30px;background-color: rgba(0, 0, 0, 0.6);bottom: 0;}
.warning_item .mask h4 {font-size: 16px;text-align: center;color: #fff;font-weight: normal;padding: 0 15px;}

/* 文章详情 */
.ui-article {padding: 50px 0;background-color: #fff;}
.ui-article h2 {display: flex;align-items: center;justify-content: center;gap: 10px;font-size: 30px;line-height: 38px;}
.ui-hot{ width: 20px; height: 20px; line-height: 20px; font-size: 12px; background-color: #f00; color: #fff;border-radius: 4px; text-align: center;flex-shrink: 0;}
.ui-top{ width: 20px; height: 20px; line-height: 20px; font-size: 12px; background-color: #52c41a; color: #fff; border-radius: 4px; text-align: center;flex-shrink: 0;}
.ui-art-tags{ text-align: center; line-height: 35px; font-size: 13px; color: #999; border-top: solid 1px #efefef; border-bottom: solid 1px #efefef; margin: 15px auto;}
.ui-art-tags span{ margin: 0 5px;}
.article_main {border-bottom: 1px solid #efefef;}
.article_page {padding: 30px 0;display: flex;align-items: center;justify-content: space-between;gap: 30px;}
.article_page .left {flex: 1;display: flex;flex-direction: column;gap: 15px;}
.article_page .left a {font-size: 18px;line-height: 30px;color: #444444;}
.article_page .left a:hover {color: var(--primary);}
.article_page .back {width: 160px;height: 54px;border-radius: 27px;display: flex;justify-content: center;align-items: center;background-color: #fce5e7;font-size: 16px;color: #e60012;gap: 10px;}
.article-share {display: flex;align-items: center;flex-direction: row-reverse;gap: 15px;height: 40px;margin-bottom: 10px;}
.article-share div.share-iconfont {height: 32px;line-height: 32px;font-size: 13px;}
.article-share div.share-icon {width: 32px;height: 32px;border-radius: 50%;border: solid 1px #ececec;overflow: hidden;text-align: center;padding: 3px;display: flex;justify-content: center;align-items: center;}
.article-share div.share-icon img {height: 18px; display: block;margin: 3px auto;-webkit-filter: grayscale(1);filter: gray;filter: grayscale(1);}
.article-share div.share-icon:hover {border: solid 1px #ddd;}
.article-share div.share-icon:hover img {-webkit-filter: grayscale(0);filter: none;filter: grayscale(0);}

.news_lists_main {width: 100%;}

@media screen and (max-width: 768px) {

    /* 版心 */
    .wrap {width: 100%;padding: 0 15px;}
    .w {width: 100%;padding: 0 15px;}

    /* 头部 */
    .header {height: 64px;}
    .header .header_wrap {height: 64px;}
    .header .header_nav {display: none;}
    .header_wrap .other_header_nav {display: none;}
    .header_wrap h1 {height: 32px;}
    .fixed_header {height: 64px;}

    /* 底部 */
    .flex_footer_nav {display: none;}

    /* 文章详情 */
    .ui-article {padding: 25px 0;}
    .ui-article h2 {font-size: 24px;}


}