﻿/*细览页*/
.contain{
	background: rgba(255,255,255,.9);
}
.position{position: relative;}
.position .share{position: absolute;top: 46%;right: 4%;}
/*.position .share img{height: 40px;}*/
.position p{
	height: 60px;
	width: 92%;
	margin: 0 auto;
	border-bottom: 2px solid #dcdcdc;
	line-height: 80px;
	padding-left: 20px;
}
.position a{
	color: #333333;
	font-size: 16px;
}
.article{
	overflow: hidden;
	width: 94%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.article h1{
	color: #000000;
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
	padding: 0 30px;
}
.article .laiyuan{
	text-align: center;
	color: #656565;
	font-size: 16px;
	margin: 10px 0;
}
.article .laiyuan .time{
	margin-left: 20px;
}
.article .cont{
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	text-align: justify;
}
.article .cont h2{text-align: center;color: rgb(128, 0, 0);font-size: 18px;line-height: 80px;}
.article .edit{font-size: 14px;float: right;line-height: 36px;}
.article .cont p{
	line-height: 36px;
	margin-bottom: 25px;
}
/*图文列表*/
.pic_list_cont{
	overflow: hidden;
	background: rgba(255,255,255,.8);
	padding-bottom: 30px;
}
.pic_list_wrap{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.pic_list_wrap_left{
	width: 870px;
}
.pic_list_wrap_left .position p{border: none;width: 100%;}
.pic_list_wrap_left_bot{
	border: 1px solid #aba9a9;
	background: rgba(255,255,255,.8);
	box-sizing: border-box;
}
.pic_list_wrap_left_bot ul{
	width: 94%;
	margin: 0 auto;
}
.pic_list_wrap_left_bot ul li{
	height: 200px;
	border-bottom: 1px solid #cdcdcd;
}
.pic_list_wrap_left_tit h1{
	line-height: 54px;
	color: #000000;
	font-size: 22px;
}
.pic_list_wrap_left_tit h1:hover{
	color: #FF0000;
}
.pic_list_wrap_left_cont_pic{height: 130px;width: 200px;}
.pic_list_wrap_left_cont_pic img{width:100%;height: 100%;}
.pic_list_wrap_left_cont_word{width: 590px;margin-top: 5px;}
.pic_list_wrap_left_cont_word p{font-size: 16px;line-height: 30px;color: #333;text-indent: 2em;word-wrap: break-word;}
.page{height: 30px;text-align: center;margin-top: 40px;margin-bottom: 20px;}
.page>span {margin: 0 5px;font-size: 14px;}
.page>span>a {margin: 0 5px;cursor: pointer;color: #333333;}
.page>span .sr{
	width: 20px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #ccc;
}
.page>span .btn{
	background: none;
    border: 1px solid #ccc;
    width: 30px;
    height: 20px;
    text-align: center;
    margin-left: 2px;
}
.page .pagehover {
    color: #cc0033;
}
.page>span>a:hover{color: #cc0033;}
.pic_list_bot{
	background: rgba(255,255,255,.8);
	box-shadow: 0px 0px 4px #565656;
	padding: 13px 0;
}
.pic_list_tit h4{
	height: 60px;
	position: relative;
	font-size: 22px;
	color: #000000;
	line-height: 70px;
	padding-left: 15px;
}
.pic_list_tit h4 span{
	height: 30px;
	width: 6px;
	background: #ff0000;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0;
}
.pic_list_bot ul{
	width: 90%;
	margin: 0 auto;
	min-height: 296px;
}
.pic_list_bot li{
	position: relative;
	line-height: 30px;
	padding-left: 10px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}
.pic_list_bot li a{
	color: #333333;
	font-size: 16px;
}
.pic_list_bot li:hover a{color: #FF0000;}
.pic_list_bot li span{
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #333;
	position: absolute;
	top: 13px;
	left: 0;
}
/*图片列表*/
.pictext_list_cont{
	/*height: 1000px;*/
	overflow: hidden;
	background: rgb(255,255,255,.9);
	padding-bottom: 30px;
}
.pictext_list_cont ul{
	overflow: hidden;
	width: 1192px;
	margin: 20px auto;
}
.pictext_list_cont li{
	width: 278px;
	height: 230px;
	margin: 10px 10px;
	float: left;
}
.pictext_list_cont li img{width: 278px;height: 190px;}
.pictext_list_cont li p{color: #333;font-size: 16px;text-align: center;line-height: 36px;}
.pictext_list_cont li:hover img{opacity: .6;}
.pictext_list_cont li:hover p{color: #CC0033;}
/*文字列表*/
.text_list_cont{background: rgba(255,255,255,.9); margin-top: 1%;}
.text_list_wrap_left ul{
	margin-top: 20px;
}
.text_list_wrap_left ul li{
	height: auto;
	border: none;
	line-height: 30px;
}
.text_list_wrap_left li a{
	font-size: 16px;
	color: #000;
}
.text_list_wrap_left li span{
	font-size: 14px;
	color: #666;
	float: right;
}
.text_list_wrap_left li:hover a{
	color: #CC0033;
}
.text_list_tit{
	overflow: hidden;
    background: url(20220317_nmgb_yw_line.png) center no-repeat;
    background-position: 0 60px;
}
.text_list_tit h4{padding-left: 0;line-height: 80px;}
.text_list_tit h4 a{float: right;font-size: 14px;color: #666;}
.text_list_tit h4 a:hover{color: #cc0033;}
.text_list_bot{
	box-shadow: none;
	padding: 0;
	background: none;
	/*border-bottom: 1px ;*/
	/*单边投影*/
	/*box-shadow:0px 8px 8px -8px #333;*/
	padding-bottom: 15px;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.hrbzt{
	margin-top: 20px;
}
.hrbzt img{width: 300px;}
.text_list_wrap_right{padding-bottom: 10px;}
/*.text_list_wrap_left{height: 1040px;}*/


/*20200114改*/
.tab_cont_l img{width:310px;}
.tab_cont_l{width:65%;}
.tab_cont_l h1{width:57%;margin-top:10px;}
.tab_cont_l p{width:57%}
.tab_cont_r{width:30%;}
.tab_cont_r li a{display: block;width: 97%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.xczc .dfczldhd_cont li .xczc_news{width:66%;float:left}
.xczc .dfczldhd_cont li .xczc_lm{float: left;width: 28%;}
.xczc .dfczldhd_cont li{overflow:hidden;}




/*左侧嵌套*/
.position p{
	height: auto;
	line-height: 45px;
	padding-left: 5px;
}
.pic_list_wrap_left_bot{
	/*margin-top: 20px;*/
}
.pic_list_wrap_left {
	width: 78%;
}
.pic_list_wrap_left_cont_word{
	width: 75%;
}
.pic_list_wrap_right{
	width: 240px;
	margin-top: 20px;
}

.pic_list_wrap_right_tit{
	width: 100%;
	height: 110px;
	background: url(20220317_nmgb_zcldh_bg.jpg) no-repeat;
}
.pic_list_wrap_right_tit h1{
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 50px;
	line-height: 110px;
	letter-spacing: 5px;
}
.pic_list_wrap_right_tabs{
	background: #ffffff;
	margin-top: 10px;
    border-bottom: 4px solid #d31d1d;
}
.pic_list_wrap_right_tabs li{
	color: #333333;
	font-size: 18px;
	text-align: center;
	width: 249px;
	height: 56px;
	line-height: 56px;
}
.pic_list_wrap_right_tabs li.clicked{
	background: url(20220317_nmgb_zcltab_c.png) no-repeat;
	color: #ffffff;
	padding-left: 12px;
}
.pic_list_wrap_right_tabs li:hover{
	background: url(20220317_nmgb_zcltab_c.png) no-repeat;
	color: #ffffff;
	padding-left: 12px;
}
.pic_list_wrap_left_tit h1{font-size:18px;}
/*文字列表*/
.pic_list_wrap_left{width: 63%;}
.pic_list_wrap_right{width: 400px; margin-top: 4%;margin-right: 1%;}
.text_list_tit{
	width: 87%;
	margin: 0 auto;
}
.pic_list_bot ul{width: 87%}
.hrbzt img{
	width: 100%;
}
.pic_list_wrap_left_cont .p_width{
	width: 100%;
}
.pic_list_wrap_left_bot ul li.li_height{
	overflow: hidden;
	height: auto;
	padding-bottom: 10px;
}
/*宽1280px*/
@media screen and (max-width:1280px){
	.inner{
		width: 1100px;
	}
	.mb_none{
		display: block;
	}
	.pc_none{
		display: none;
	}
	.wx_wb_img_li{
	padding: 10px 0 10px 10px;
	}
	.wx_wb_img_li p{
		font-size: 10px;
		margin-top: 10%;
	}
	/*底部导航*/
	.select_nav p{
		display: block;
	    width: 100%;
	    height: 44px;
	    line-height: 44px;
	    font-size: 18px;
	    text-indent: 30px;
	    cursor: pointer;
	    background: url(20220317_nmgb_c1wmwindex20211217_21.png) no-repeat 221px center;
	    border: 1px solid #CCCCCC;
	}
	.select_nav p.selected_p{
		background: #f8f8f8 url(20220317_nmgb_c1wmwindex20211217_22_1.png) no-repeat 221px center;
	}
	.select_nav_mr{
		margin-right: 1.3%;
	}
	.dzjg_tb {
	    margin-left: 21%;
	    margin-top: -80px;
	    height: 80px;
	    width: 80px;
	}
	.pic_list_wrap_right {
		width: 360px;
	    margin-top: 4%;
	    margin-right: 1%;
	}
	.pic_list_wrap_left_tit h1 {
	    padding-right: 30px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
		.pic_list_wrap_left_cont_pic {
	    width: 26%;
	    height: 120px;
	}
	.pic_list_wrap_left_cont_word {
	    width: 72%;
	}
}
@media screen and (max-width: 1200px){
	.inner{
		width: 1000px;
	}
	.mb_none{
		display: block;
	}
	.pc_none{
		display: none;
	}
	.wx_wb_img_li{
	padding: 10px 0 10px 10px;
	}
	.wx_wb_img_li p{
		font-size: 10px;
		margin-top: 10%;
	}
	.select_nav p{
		display: block;
	    width: 100%;
	    height: 44px;
	    line-height: 44px;
	    font-size: 18px;
	    text-indent: 15px;
	    cursor: pointer;
	    background: url(20220317_nmgb_c1wmwindex20211217_21.png) no-repeat 206px center;
	    border: 1px solid #CCCCCC;
	}
	.select_nav p.selected_p{
		background: #f8f8f8 url(20220317_nmgb_c1wmwindex20211217_22_1.png) no-repeat 206px center;
	}
	.select_nav_mr{
		margin-right: 1.3%;
	}
	.dzjg_tb {
	    margin-left: 19%;
	    margin-top: -80px;
	    height: 80px;
	    width: 80px;
	}
	.pic_list_wrap_right {
		width: 330px;
	    margin-top: 5%;
	    margin-right: 1%;
	}
}
@media screen and (max-width: 1100px){
	.inner{
		width: 900px;
	}
	.mb_none{
		display: block;
	}
	.pc_none{
		display: none;
	}
	.wx_wb_img {
	    width: 21%;
	}
	.special {
	    margin-top: 10px;
	    padding-left: 2%;
	    width: 62%;
	}
	.wx_wb_img_li{
	padding: 10px 0 10px 10px;
	}
	.wx_wb_img_li p{
		font-size: 10px;
		margin-top: 10%;
	}
	.select_nav p{
		display: block;
	    width: 100%;
	    height: 44px;
	    line-height: 44px;
	    font-size: 14px;
	    text-indent: 10px;
	    cursor: pointer;
	    background: url(20220317_nmgb_c1wmwindex20211217_21.png) no-repeat 180px center;
	    border: 1px solid #CCCCCC;
	}
	.select_nav p.selected_p{
		background: #f8f8f8 url(20220317_nmgb_c1wmwindex20211217_22_1.png) no-repeat 180px center;
	}
	.select_nav_mr{
		margin-right: 1.3%;
	}
	.dzjg_tb {
	    margin-left: 15%;
	    margin-top: -80px;
	    height: 80px;
	    width: 80px;
	}
	.pic_list_wrap_right {
		width: 300px;
	    margin-top: 5%;
	    margin-right: 1%;
	}
}
@media screen and (max-width: 980px){
	.inner{
		width: 900px;
	}
	.red_line{
		width: 92%;
	}
	.mb_none{
		display: block;
	}
	.pc_none{
		display: none;
	}
	.wx_wb_img {
	    width: 21%;
	}
	.special {
	    margin-top: 10px;
	    padding-left: 2%;
	    width: 62%;
	}
	.wx_wb_img_li{
	padding: 10px 0 10px 10px;
	}
	.wx_wb_img_li p{
		font-size: 10px;
		margin-top: 10%;
	}
	.select_nav p{
		display: block;
	    width: 100%;
	    height: 44px;
	    line-height: 44px;
	    font-size: 14px;
	    text-indent: 10px;
	    cursor: pointer;
	    background: url(20220317_nmgb_c1wmwindex20211217_21.png) no-repeat 180px center;
	    border: 1px solid #CCCCCC;
	}
	.select_nav p.selected_p{
		background: #f8f8f8 url(20220317_nmgb_c1wmwindex20211217_22_1.png) no-repeat 180px center;
	}
	.select_nav_mr{
		margin-right: 1.3%;
	}
	.pic_list_wrap_right {
		width: 300px;
	    margin-top: 5%;
	    margin-right: 1%;
	}
}
@media screen and (max-width: 750px){
	.inner{
		width: 670px;
	}
	.mb_none{
		display: none;
	}
	.pc_none{
		display: block;
	}
	.red_line {
	    width: 90%;
	    height: 10px;
	}
	.logo {
	    height: 105px;
	    width: 27%;
	    background: url(20220317_nmgb_logo.png) no-repeat left top;
	    margin-top: 10px;
	    background-size: 100% 100%;
	}
	.special {
	    margin-top: 10px;
	    padding-left: 3%;
	    width: 70%;
	}
	.nav_sub_ul{
		height: auto;
		overflow: hidden;
	}
	.nav_sub_li{
		height: 50px;
		width: 24.5%;
		font-weight: bold;
	}
	.nav {
	    height: 100px;
	    background: #e42500;
	    overflow: hidden;
	    width: 100%;
	    margin: 0 auto;
	}
	.pic_list_wrap_left{
		width: 100%;
	}
	.text_list_wrap_left li a{
		font-size: 16px;
	}
}
@media screen and (max-width: 450px){
	.inner{
		width: 400px;
	}
	.mb_none{
		display: none;
	}
	.pc_none{
		display: block;
	}
	.red_line {
	    width: 90%;
	    height: 10px;
	}
	.logo {
	    height: 76px;
	    width: 27%;
	    background: url(20220317_nmgb_logo.png) no-repeat left top;
	    margin-top: 10px;
	    background-size: 100% 100%;
	}
	.special {
	    margin-top: 10px;
	    padding-left: 3%;
	    width: 70%;
	}
	.special img{
		height: 76px;
	}
	.top_row {
		height: 88px;
	}
	.nav_sub_ul{
		height: auto;
		overflow: hidden;
	}
	.nav_sub_li{
		height: 50px;
		width: 24.5%;
		font-weight: bold;
	}
	.nav {
	    height: 100px;
	    background: #e42500;
	    overflow: hidden;
	    width: 100%;
	    margin: 0 auto;
	}
	.pic_list_wrap_left{
		width: 100%;
	}
	.text_list_wrap_left li a{
		font-size: 14px;
	}
}
@media screen and (max-width:375px){
	.inner{
		width: 325px;
	}
	.mb_none{
		display: none;
	}
	.pc_none{
		display: block;
	}
	.red_line {
	    width: 90%;
	    height: 10px;
	}
	.logo {
	    height: 66px;
	    width: 27%;
	    background: url(20220317_nmgb_logo.png) no-repeat left top;
	    margin-top: 10px;
	    background-size: 100% 100%;
	}
	.special {
	    margin-top: 10px;
	    padding-left: 3%;
	    width: 70%;
	}
	.special img{
		height: 66px;
	}
	.top_row {
		height: 74px;
	}
	.nav_sub_ul{
		height: auto;
		overflow: hidden;
	}
	.nav_sub_li{
		font-size: 16px;
		height: 50px;
		width: 24.5%;
		font-weight: bold;
	}
	.nav {
	    height: 100px;
	    background: #e42500;
	    overflow: hidden;
	    width: 100%;
	    margin: 0 auto;
	}
	.pic_list_wrap_left{
		width: 100%;
	}
	.text_list_wrap_left li a{
		font-size: 14px;
	}
}
@media screen and (max-width:320px){
	.inner{
		width: 290px;
	}
	.pic_list_wrap_left{
		width: 100%;
	}
	.text_list_wrap_left li a{
		font-size: 14px;
	}
	.mb_none{
		display: none;
	}
	.pc_none{
		display: block;
	}
	.logo {
	    height: 66px;
	    width: 27%;
	    background: url(20220317_nmgb_logo.png) no-repeat left top;
	    margin-top: 10px;
	    background-size: 100% 100%;
	}
	.special {
	    margin-top: 10px;
	    padding-left: 3%;
	    width: 70%;
	}
	.special img{
		height: 66px;
	}
	.top_row {
		height: 74px;
	}
	.nav_sub_ul{
		height: auto;
		overflow: hidden;
	}
	.nav_sub_li{
		font-size: 16px;
		height: 50px;
		width: 24.5%;
		font-weight: bold;
	}
	.nav {
	    height: 100px;
	    background: #e42500;
	    overflow: hidden;
	    width: 100%;
	    margin: 0 auto;
	}
}