@charset "gb2312";

body {
    overflow-x: hidden;
}
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: "微软雅黑","宋体", Arial, Helvetica, sans-serif;
    font-size: 16px;
}
ol, ul, li {
    list-style: none;
}
a {
    color: #333333;
	text-decoration: none;
    cursor:pointer;
}
*{
    box-sizing:border-box;
}
a:hover {
	color: #4189c8;
    text-decoration: none;
}
img {
border:0;
}
.head_bg {
    width: 100%;
    min-width:1200px;
    height: 280px;
    background: url(https:/hb.chinamine-safety.gov.cn/images/head_bg.png) no-repeat right bottom;
}
.head_bgs {
    width: 1200px;
    height:100%;
    margin: 0 auto;
}
.logo{
    float:left;
    height: 100%;
}
.logo img{
    vertical-align: middle;
    margin-left: 30px;
    margin-top: 80px;
}

.headerRight{
    width: 315px;
    height: 42px;
    float: right;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.headerRight .searchform{
    background-color: #FFF;
    border-radius: 3px;
    border: 2px solid #06669f;
    margin-top: 10px;
}
.headerRight input{
    width: 250px;
    height: 35px;
    border: none;
    outline: none;
    padding-left: 10px;
}
.headerRight button{
    width: 45px;
    height: 35px;
    line-height: 7px;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius:3px;
    float: right;
    background-color: #FFF;
    background: url(https:/hb.chinamine-safety.gov.cn/images/search.png) no-repeat center;
    cursor: pointer;
}
.headerRight button img{
    width: 80%;
}
/*菜单*/
.nav_bg {
    width: 100%;
    min-width: 1200px;
    background-color: #06669f;
}
.nav {
    width: 1200px;
    margin: 0 auto;
	position:relative;
}
.nav_ul{
    width:100%;
	height:70px;
    white-space: nowrap; 
}
.nav_ul>li {
    line-height: 70px;
    font-size: 24px;
    z-index: 1000;
    zoom: 1;
    float: left;
    margin: 0 72px;
}
.nav_ul>li>a {
    display: block;
    text-align: center;
    color: #FFF;
    height: 100%;
}
.nav_ul>li>a:hover {
    text-decoration:none;
}
.nav_ul li .icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    line-height: 24px;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 5px;
}

/* 滚动样式 */
.scroll_horizontal {
	position:relative;
	/* width: 1140px; */
	margin: 0 auto;
	background: none;
	padding: 18px 0;
}
.scroll_horizontal.active {
	display:block;
}
.scroll_horizontal .boxcxscroll {
	overflow:hidden;
	position:relative;
	width:1040px;
	margin:0 auto;
	padding: 0px;
}
.scroll_horizontal .list {
	overflow:hidden;
	width:99999px;
	background: none;
}
.scroll_horizontal .list li {
	float: left;
	width: 220px;
	margin:0 auto;
	padding: 0 20px;
	white-space: normal;
	text-align: center;
	position: relative;
}
.scroll_horizontal .list li img {
	width: 220px;
	height: 155px;
    display:block;
}
.scroll_horizontal .list li .tj{
    position: absolute;
    left: 20px;
    top: 0;
    display: block;
    background-color: #e2d7a1;
    padding: 0 10px;
    font-size: 15px;
}
.scroll_horizontal .list li div {
	text-align: center;
	font-size: 18px;
	width: 220px;
    padding:10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scroll_horizontal .prev, .scroll_horizontal .next {
	position:absolute;
	top:50%;
	margin-top:-16px;
	width:16px;
	height:32px;
	/* background-image:url(https:/hb.chinamine-safety.gov.cn/images/gdlr.png); */
	background-repeat:no-repeat;
	font:0/0 Arial;
	cursor:pointer;
	-webkit-transition:all 0.5s;
}
.scroll_horizontal .prev {
	left:5px;
	background-position:0 0;
}
.scroll_horizontal .next {
	right:5px;
	background-position:-23px 0;
}

/*底部*/
.bottom_bg{
  width: 100%;
  background-color: #06669f;
  min-width:1200px;
}
.foot {
    color: #FFF;
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
}
.foot ul {
    margin: 0 auto;
    width: 200px;
    height: 30px;
    text-align: center;
}
.foot li {
    float: left;
    font-size: 14px;
    font-family: "微软雅黑";
	    color: #FFF;
}
.foot li a{
	    color: #FFF;
}
.foot li a:hover {
    text-decoration: underline;
}
.bqwz {
    font-size: 14px;
    text-align: center;
    font-family: "微软雅黑";
	    color: #FFF;
}
/*页面每行布局共用*/
.div1200{
    margin-bottom: 20px;
    overflow: hidden;
    zoom:1;
    background-color: #fff;
}
.black04 {
    color: #b5b6b8;
}
.black {
    color: #454343;
}
.white {
    color: #FFF;
}
.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}
.f18 {
    font-size: 18px;
}
.f28 {
    font-size: 28px;
}
.f22 {
    font-size: 22px;
}
.b {
    font-weight: bold;
}
.blue{
    color:#2e5b90;
}
.right {
    width: 610px;
    float: right;
}
/* 每行栏目大标题 */
.row_tl{ 
    width: 100%;
    background: url(https:/hb.chinamine-safety.gov.cn/images/row_tl_bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
    line-height: 56px;
    height: 56px;
}
.row_tl span{ 
    font-size: 32px;
    color:#2f5398;
    letter-spacing: 4px;
}


/* 公用栏目展示 */
.columnlist{
    width: 580px;
    float:left;
}
.list_tl{ width:100%; height:46px; position:relative; background:url(https:/hb.chinamine-safety.gov.cn/images/titl_bg_c.png) no-repeat;}
.list_tl ul {}
.list_tl ul li{ float:left; height:46px; line-height: 46px;margin-right:10px; text-align:center;font-size:22px;font-weight:bold;padding-left: 30px;cursor: pointer;}
.list_tl ul li.on{
    color:#2f5398;
}

.bd_tl{
    border-bottom:1px solid #dcdcdc;
    overflow:hidden;
    height:50px;
    margin: 0 10px;
}
.bd_tl ul li{
     float:left;
     width:170px;
     height: 50px;
     text-align:center;
     color:#6c6b6b;
}
.bd_tl ul li a{
    display: block;
    border-right: 1px solid #DCDDDF;
    margin-top: 15px;
}
.bd_tl ul li.on{
     color:red;
     background:url(https:/hb.chinamine-safety.gov.cn/images/title_bg.png) no-repeat;
     background-position:bottom;
}
.bd_tl ul li.on a{
     color:red;
     text-decoration: none;
}
.list_bd{
    margin-top:10px;
	padding: 0 5px
}
.list_bd>ul{
    zoom:1;
    line-height: 45px;
    display:none;
}
.list_bd>ul.active {
    display:block;
}
.list_bd>ul li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px #bbbbbd dashed;
}
.list_bd>ul li .date{
   float:right;
   color: #797979;
}
.list_bd>ul li a {
    color: #454343;
}
.list_bd>ul li a:hover{
    color: #4189c8;
    text-decoration: none;
}

.more {
    float: right;
    margin-top: 10px;
    border-radius: 10px;
    padding: 0 10px;
    border: 1px solid #000000;
    text-align: center;
    line-height: 20px;
}
.zfxxgk .list_tl ul li{
    height: 50px;
    padding: 0 15px;
}
.zfxxgk .list_tl ul li.on{
    color: #2f5398;
    background: url(https:/hb.chinamine-safety.gov.cn/images/title_bg.png) no-repeat;
    background-size: 100% auto;
    background-position-y: 6px;
}

/*主体*/
.centent_bg{
    width: 100%;
}
.centent {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
	background-color: #FFF;
}
/*头条*/
.toutiao {
    position: relative;
    margin-top: 20px;
    padding: 0 10px;
    border: 1px solid #DCDDDF;
}

    .toutiao .more {
        position: absolute;
        right: 20px;
        top: 45px;
    }

    .toutiao ul {
        margin: 20px 0 10px 0;
    }

        .toutiao ul li {
            width: auto;
            min-height: 48px;
            line-height: 30px;
            font-family: "微软雅黑","宋体";
            font-size: 18px;
            text-decoration: none;
            text-align: left;
            font-weight: normal;
            display: inline;
			color:#6E6E6E;			
        }


            .toutiao ul li.bt28 {
                margin: 10px auto;
                min-height: 48px;
                line-height: 48px;
                font-size: 28px;
                text-align: center;
                font-weight: bold;
                display: block;
            }
            .toutiao ul li.bt28 a {
                color: #2f5398;
            }
            .toutiao .xiangqing{
                margin-left:20px;
            }
            .toutiao .xiangqing a{
                color: #d11026;
            }
/*新闻轮播*/
.newspic{
    width: 580px;
    float: left;
}
.newslist{
    float:right;
    width:525px
}
.newslist .list_tl{
    border-bottom: 3px solid #d4d4d4;
	background: #FFF;
}
.newslist .list_tl ul li {
   margin:0;
   cursor: pointer;
}
.newslist .list_tl ul li.on {
   color: #2f5398;
}
.newslist .list_tl ul li a{
   font-size:24px;
   font-weight:bold;
   margin: 0 5px;
}
.newslist .news_bd  {
    padding: 0 5px;
}
.newslist .news_bd ul {
    margin-top: 20px;
	display: none;
}
.newslist .news_bd ul li {
    overflow: hidden;
    line-height: 45px;
    border-bottom: 1px #bbbbbd dashed;
}
.newslist .news_bd ul li a{
   font-size: 18px;
}
.newslist .news_bd ul.active {
   display: block;
}
.newslist .news_bd ul li .prefix {
    display: block;
    float: left;
    font-size: 8px;
    margin-right: 5px;
}
.newslist .news_bd ul li .date{
   float:right;
   color: #797979;
}
/*宣传图*/
.xct ul li{
    float: left;
    margin-right: 5px;
    height: 100%;
}
/* 服务互动 */
.fwhd .list_bd{
    padding: 0;
}
.fwhd .list_bd ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fwhd .list_bd ul li{
    background: url(https:/hb.chinamine-safety.gov.cn/images/bt_bg.png);
    height: 100px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}
.fwhd .list_bd ul li a{
    margin-top: 30px;
    display: block;
}
.jjdk{
    display: flex;
}
.jjdk_items{
    margin-left: 30px;
    display: flex;
    height: 40px;
    line-height: 40px;
}
.jjdk_items .tl{
    width: 6px;
    display: block;
    background-color: #1d77f5;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.jjdk_items .btn{
    display: flex;
    align-items: flex-end;
    border: 1px solid #e5e5e5;
    background-color: #FFF;
    padding: 0 30px;
    border-radius: 2px;
}
.jjdk_items .btn a{
    font-size: 18px;
}
/* 友情链接 */
.yqlj_tl{ 
    width: 100%;
    background: url(https:/hb.chinamine-safety.gov.cn/images/yqlj_bg.png) no-repeat;
    background-size: cover;
    margin: 30px 0;
    font-weight: bold;
    line-height: 56px;
    height: 56px;
}
.yqlj_tl span{ 
    font-size: 32px;
    color:#2f5398;
    letter-spacing: 4px;
    margin-left: 10px;
}
.yqlj{
	width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
	margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.yqlj select {
    width: 32%;
    height: 30px;
    text-align: center;
    outline: none;
    border: 1px solid #a0a0a0;
    text-align: left;
    padding-left: 20px;
    background: url(https:/hb.chinamine-safety.gov.cn/images/jt_down.png) no-repeat right;
    background-position: right 15px top 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/*栏目页*/
.main{
    margin: 0 auto;
}
.m_top {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-size:15px;
}
.m_left{
    width: 200px;
    float:left;
    margin-top: 10px;
}
.left_tile {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #015293;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: 600;
}
.left_list{
    /* margin-top:10px; */
    border: 1px solid rgb(220, 220, 220);
}
.left_list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.left_list ul li{
    background-color: #E7F1FA;
    height:40px;
    text-align:center;
    line-height:40px;
    margin:2px 0 0 0;
}
.left_list ul li a{
    display: block;
    color: rgb(0,0,0);
    font-size:16px;
    font-weight: bold;
}
.left_list ul li a:hover {
    color: #4f96d6;
}
.left_list ul li .prefix {
    display: block;
    float: left;
    font-size: 10px;
    margin-right: 5px;
}
.left_list_bottom{
    height: 4px;
    background-color: #015293;
    margin-top: 2px;
}
.m_list{
    width: 940px;
    min-height: 400px;
    float: right;
    margin-top: 10px;
}
.m_list_title{
    height: 31px;
    border-bottom: 1px dashed #aba5a5;
}
.m_list_title span {
    font-size: 22px;
    font-weight: 800;
    color: #014EA6;
    border-bottom: 3px solid #014EA6;
}
.boder{
    height:2px;
}
.m_list>ul{
    list-style-type: none;
    padding: 0px;
    margin: 20px;
    display:none;
}
.m_list>ul.active{
    display:block;
}
.m_list>ul li{
    height: 54px;
    line-height: 53px;
    border-bottom: 1px dashed #aba5a5;
}
.m_list>ul li .prefix {
    font-size: 14px;
    font-weight: bold;
	float: left;
     color:#a9a8a8;
}
.m_list>ul li .date{
     float:right;
     color:#a9a8a8;
     font-size: 16px;
}
.ct_page{text-align:center;font-size:14px;    height: 30px;
    margin: 20px 30px;color: #000;}

/* 领导信息 */
.photoBox{
    margin-bottom: 30px;
    margin-right: 20px;
    overflow: hidden;
    float: left;
}
.photoBox img{
    float: left;
    width: 128px;
    height: 165px;
}
.photoBox .info{
    float: left;margin-left: 40px;
}
.photoBox .info h5{
    font-weight: bold;
    width: 200px;
}
.photoBox .info p{
    font-weight: bold;
    width: 200px;
}
/*稿件页*/
.m_ct{
    /*width:1100px;*/
    margin:0 auto;
	padding: 0 20px;
}
.m_ct .title{
	line-height: 34px;
	text-align: center;
	font-size: 24px;
	color: #1e1e1e;
	font-family: Helvetica, Tahoma, Arial, 'SimSun', '宋体', '微软雅黑';
	margin: 26px 0;
	font-weight: bold;
}
.infobox{
    font-size:16px;
    margin-bottom:50px;
    overflow: hidden;
	background-color: #F2F2F2;
	color: rgb(147, 147, 147);
    height: 48px;
    line-height: 48px;
}
.infobox .info{
    float: left;
}
.infobox .info a{
	color: rgb(147, 147, 147);
}
.infobox .info .date{
    margin-left:20px;
}
.infobox .info .ly{
    margin-left:30px;
}
.infobox .info a .ico {
    width: 15px;
}
.infobox .font{
    float: right;
}
.m_ct_txt {
    padding: 0px 20px 30px 20px;
}
.m_ct_txt p{
    margin: 0 10px;
}
.m_ct_txt p{
	line-height: 28pt;
	font-weight: normal;
	color: #333;
	margin-top: 0pt;
	margin-bottom: 15.65pt;
	min-height: 28pt;
	font-size: 16pt;
	font-family: '宋体';
	text-align: justify;
	text-indent: 32pt;
}
.m_ct_bottom{
    line-height: 25px;
    font-size:16px;
    margin:30px 0;
    overflow: hidden;
    padding: 0 20px;
}
.m_ct_bottom .zrbj{
    float:right;
    min-width:200px;
    margin-right:10px;
}
.main_bottom {
    padding: 0 20px;
}
.main_bottom_tl{
    height:48px;
    line-height:48px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 10px;
}
.main_bottom_tl i{
    background:url(https:/hb.chinamine-safety.gov.cn/images/xgxwtitle.png) no-repeat;
    float: left;
    display: block;
    width: 17px;
    height: 18px;
    line-height: 18px;
    margin-top: 15px;
}
.main_bottom_tl span{
    margin-left:5px;
}
.main_bottom_ul {
        padding: 20px 10px;
}
.main_bottom_ul ul {
    padding: 0px;
    margin: 0px;
    font-size:14px;
}
.main_bottom_ul ul li{
    height: auto;
    margin: 2px 0;
}
.main_bottom_ul ul li{
	font-size: 14px;
	color: rgb(147, 147, 147);
}

@media screen and (max-width: 640px) {
.head_bg,.bottom_bg,.nav_bg,.m_rt,.infobox .fenxiang,.infobox .font,.share,.m_left{
    display:none !important;
}
.main {
    width:100%;
}
.centent,.m_list{
    width:100%;
}

.m_list>ul li{
    background: url(https:/hb.chinamine-safety.gov.cn/images/list_d.jpg) 0px 23px no-repeat;
    height: 100%;
}
.m_list>ul li a{
    float:none;
}
.m_list>ul li span{
    display:none;
}
.m_tab{
        height: 100%;
    overflow: hidden;
}

.infobox{
    margin-bottom: 20px;
}
.infobox .info .date{
    margin-left: 10px;
	width: 100%;
	display: block;
}
.infobox .info .ly {
     margin-left: 10px; 
}
.m_ct_txt{
    padding: 0;
}
.m_ct_txt p img{
      height: auto !important;
      max-width: 100% !important;
}
.m_ct_txt img{
     height: auto !important;
      max-width:100% !important;
}
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2026-05-13 16:35:31" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->