body{background: rgb(248, 248, 248);}
.safety_header{width:100%;}
.safety_inform_banner{display: flex;justify-content: space-between;gap: 30px;width:1200px;margin:0px auto;box-sizing:border-box;padding-top:10px;}
/* 轮播图 */
.safety_inform_banner .iform_left{width:840px;}
.safety_inform_banner .iform_left > img{width:840px;height:360px;}
.safety_inform_banner .iform_left > .swiper-container{width:840px;height:360px;position:relative;}
.swiper-container .swiper-button-prev{position:absolute;top:146px;left:22px;}
.swiper-container .swiper-button-next{position:absolute;top:146px;right:22px;}
.safety_inform_banner .iform_left > #slideBox{width:840px;height:360px;position:relative;}
#slideBox .bd > ul > li > a > img{display:inline-block;width:840px;height:360px;object-fit: cover;}
#slideBox > .swiper-btn{display: flex;align-items: center;justify-content: center;width: 44px;height: 44px;border-radius: 50%;background: rgba(255, 255, 255, 0.5);color: #191919;font-size: 18px;}
#slideBox > .swiper-btn i{color: #191919;font-size: 18px;}
#slideBox > .prev{position:absolute;top:146px;left:22px;}
#slideBox > .next{position:absolute;top:146px;right:22px;}
#slideBox .swiper-pagination{position:absolute;bottom:0px;width:100%;height:72px;z-index:100;}
#slideBox .swiper-pagination-tips{position:absolute;z-index:99;left:0px;bottom:0px;font-size:30px;color:#ffffff;height:100%;height:72px;line-height:72px;padding-left:18px;background-color:rgba(0,0,0,0.6);width:100%;box-sizing:border-box;}
#slideBox .swiper-pagination-tips .title-text{white-space: nowrap; text-overflow: ellipsis;overflow: hidden;padding-left:18px; margin-right: 80px;font-size: 22px;}
#slideBox .swiper-pagination-btn{display: flex;justify-content: flex-end;height:100%;padding-top:28px;box-sizing:border-box;margin-right:15px;}
#slideBox .swiper-pagination-btn > li > a{display:inline-block;width:10px;height:10px;background: #FFF;margin-left:9px;border-radius: 100%;}
#slideBox .swiper-pagination-btn > li.on > a{background: #E4002B;}
/* 轮播图右边区域 */
.safety_inform_banner .inform_right{width:330px;}
.safety_inform_banner .inform_right .inform_right_tips{position:relative;}
.safety_inform_banner .inform_right .inform_right_tips  img{height:140px;width:330px;}
.safety_inform_banner .inform_right .inform_right_tips > div{position:absolute;z-index:10;bottom:3px;color:#ffffff;font-size:16px;line-height:26px;padding:10px 22px 10px 20px;background-color:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);}
.safety_inform_banner .inform_right .code_content{height:200px;margin-top:10px;box-sizing:border-box;}
.safety_inform_banner .inform_right .code_content > img{width:auto;height:200px;}
/* 资讯导航tab */
#consult_nav{width:100%;background: #FFF;}
#consult_nav .consult_nav{margin:0px auto;width:1200px;}
.sub_nav_wrap {display: flex;}
.sub_nav_wrap > li{height:55px;box-sizing:border-box;margin-top:22px;}
.sub_nav_wrap > li > a{display:inline-block;height:25px;line-height:25px;margin-top:15px;font-size:16px;color:#333333;padding:0px 30px;border-right:1px solid #d2d2d2;}
.sub_nav_wrap > li:first-child a{padding-left:16px;}
.sub_nav_wrap > li.active > a{color:#E4002B;}
.sub_nav_wrap > li:last-child > a{border-right:none;}
.sub_nav_wrap > li > a:hover{color:#E4002B;}
/* 内容区域 */
#safety_inform_content{padding:20px 0px 56px 0px;}
#safety_inform_content .safety_inform_content{display: flex;justify-content: space-between;width:1200px;margin:0px auto;}
/* 资讯列表 */
#safety_inform_content .safety_inform_content .left{margin-right:30px;}
.safety_content_wrap{width:840px;padding:10px 30px 10px 30px;box-sizing:border-box;background: #FFF;}
.safety_content_wrap > li{display: flex; gap: 30px; padding:20px 8px 20px 0px;position:relative;border-bottom:1px solid #dcdcdc;width:780px;box-sizing:border-box;}
.safety_content_wrap > li:last-child{border-bottom:none;}
.safety_content_wrap > li > .tiltle_img{position:relative;width:210px;height:90px;}
.safety_content_wrap > li > .tiltle_img > i{font-size:12px;color:#ffffff;position:absolute;top:10px;left:10px;display:block;width:68px;height:24px;line-height:24px;text-align:center;}
.safety_content_wrap > li > .tiltle_img > i{border-radius:10px;position:absolute;top:10px;left:10px;display:block;width:68px;height:24px;background-color:rgba(0,0,0,0.4);}
.safety_content_wrap > li > .tiltle_img img{width:210px;height:90px;object-fit: cover;overflow: hidden;}
.safety_content_wrap > li .context-box {min-width: 0; display: flex;flex-direction: column;justify-content: space-between;}
.safety_content_wrap > li .context-box a{display:block;color:#333333;font-size:18px;font-weight:bold;margin-bottom:8px;}
.safety_content_wrap > li .context-box a:hover{color:#E4002B;}
.safety_content_wrap > li .context-box p{width: 100%;font-size:14px;color:#666666;line-height:24px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.safety_content_wrap > li .context-box p.date_wrap{font-size:12px;color:#b1b1b1;}
/* 公告 */
#safety_inform_content .safety_inform_content .right{width:330px;box-sizing:border-box;}
#safety_inform_content .safety_inform_content .right .notice-container{padding:24px 28px 0px 28px;background: #FFF;}
#safety_inform_content .safety_inform_content .right .notice-container > h3{font-size:20px;color:#333333;font-weight:bold;}
.safety_notice_wrap > li{border-bottom:1px solid #dcdcdc;padding:30px 0px 24px 0px;}
.safety_notice_wrap > li:last-child{border-bottom:none;}
.safety_notice_wrap > li > a.notice_img{width:270px;height:116px;margin-bottom:20px;display:block;}
.safety_notice_wrap > li > a.notice_img img{width:270px;height:116px;object-fit: cover;}
.safety_notice_wrap > li > a.notice_titile{font-size:20px;font-weight:bold;color:#333333;margin-bottom:12px;display:block;}
.safety_notice_wrap > li > a.notice_titile:hover{color:#E4002B;}
.safety_notice_wrap > li > p{font-size:14px;color:#666666;line-height:24px;}
/* 分页 */
.safety_pagapation{width:100%;text-align:center;margin-top:60px;}
.safety_pagapation a{height:28px;line-height:28px;font-size:14px;color:#969696;display:inline-block;border:1px solid #979797;}
.safety_pagapation a.pre_btn,.safety_pagapation a.next_btn{width:94px;margin-right:14px;}
.safety_pagapation a.next_btn{margin-left:14px;}
.safety_pagapation .num_btn{padding:0px 8px;margin-right:6px;}
.safety_pagapation .tiao_btn{padding:0px 8px;}
.safety_pagapation .tiao_input{width:40px;padding:1px;box-sizing:border-box;border:1px solid #979797;height:28px;font-size:14px;text-align:center;}
.safety_pagapation a.active{background-color:#E4002B;color:#ffffff;border:none;border:1px solid #E4002B}
.safety_pagapation a.unable{color:#d1d1d1;border:1px solid #d1d1d1;}



/* 
 资讯详情页面
*/
.c_position{ padding:10px 0; height:30px;width:1200px;margin:0 auto;}
.c_position span,.c_position a{ line-height:30px;}
.c_position span{color:#333;}
.c_position a{color:#E4002B;padding:0 2px;}
.c_position span{padding:0 2px;}
.add_news_box{ padding: 0 20px; background:#fff; width:1160px; margin:0 auto; }
.news_list_con{ padding-top:20px; width:1160px; margin:0 auto; height:auto; padding-bottom:20px;}
.news_list_con h2{ width:100%; height:24px; padding:10px 0; line-height:24px; color:#4d4d4d;  text-align:center; font-size:24px; font-weight:400;}
.news_list_con span.time{ display:block; height:14px; padding-top:5px; padding-bottom:15px; margin-bottom:10px; text-align:center; color:#979797; border-bottom:1px dashed #ccc;}
.new_con{padding-top:10px;}
.new_con p{ padding-bottom:10px; text-indent:2em;line-height:30px; font-size:14px; color:#4e4e4e;}
.new_con img{ display:block; margin:0 auto;}
.add_news_serve{display: flex;justify-content: flex-end; height: 38px; width: 100%; background: #fff; padding-bottom:30px;}
.add_news_serve .share_box{ width: 164px; height: 38px; padding: 0;}
.add_news_serve .share_box span.share_btn{display: inline-block;width: 164px; height: 38px; line-height: 37px; text-align: center; text-indent: 35px; color: #fff; font-size: 14px; font-weight: 700; background: #07aa29 url(/view/static/img/news/news_share_icon.png) no-repeat 38px center;}
.add_news_serve .share_box span.share_btn:hover{ background: #6cbc04 url(/view/static/img/news/news_share_icon.png) no-repeat 38px center;}
.add_news_serve .share_box div.share_all_bg{display: none; width: 164px; top: 38px; height: 50px; box-sizing: border-box; border: 1px solid #d8d8d8; border-top: 0px none; padding: 0;}
.add_news_serve .share_box div.share_all_bg .bdsharebuttonbox{display: flex;justify-content: space-around;align-items: center;height: 100%;}
.add_news_serve .share_box div.share_all_bg .bdsharebuttonbox a{ display: block; width: 27px; height: 27px;}
.add_news_serve .share_box div.share_all_bg .bdsharebuttonbox a.bds_weixin{ background: url(/view/static/img/news/news_weixin_btn.png) no-repeat;}
.add_news_serve .share_box div.share_all_bg .bdsharebuttonbox a.bds_qzone{ background: url(/view/static/img/news/news_qzone_btn.png) no-repeat;}
.add_news_serve .share_box div.share_all_bg .bdsharebuttonbox a.bds_tqq{ background: url(/view/static/img/news/news_weibo_btn.png) no-repeat;}
.add_news_serve .share_box div.share_all_bg .bdsharebuttonbox a.bds_tsina{ background: url(/view/static/img/news/news_sina_btn.png) no-repeat;}
.add_news_serve .share_box div.share_all_bg .share_bottom_box{ padding-top: 5px; height: 44px; width: 162px;}
.add_news_serve a.news_collent{ margin-left: 22px;display: inline-block; width: 164px; height: 38px; line-height: 37px; text-align: center; text-indent: 35px; color: #fff; font-size: 14px; font-weight: 700; background: #0089d7 url(/view/static/img/news/news_collent_icon.png) no-repeat 38px center;}
.up-down_page{ padding:30px 0; height:26px; margin:0 auto; width:1160px;}
.up-down_page_box{ padding:0 50px; width:1060px; margin:0 auto; height:25px; border-top:1px solid #e4e4e4; background:#ededed;}
.up-down_page_box p{ width:50%; display:block; color:#777; line-height:25px;}
.up-down_page_box p a{ display:inline-block; zoom:1; color:#555;}
.up-down_page_box p a:hover{ color:#000;}
.up-down_page_box .f_p{ float:left;text-align:left;}
.up-down_page_box .r_p{ float:right; text-align:right;}