/*** 省生产委员会公用开始 ***/
/*** 顶部 ***/
/* .global-inner{
	max-width: 1000px;
} */
.header1 .link{
	padding-top: 15px;
	padding-bottom: 16px;
	text-align: center;
}
.header1 .link a{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding: 0 8px;
	position: relative;
}
.header1 .link a.active{
	color: #1c4f90;
}
.header1 .link a:after{
	content:"";
    position:absolute;
    right: 0;
    top:50%;
    margin-top: -7.5px;
    width:2px;
    height:15px;
    background:#999;
}
.header1 .link a:first-child{
	margin-left: 0;
}
.header1 .link a:last-child{
	margin-right: 0;
}
.header1 .link a:last-child:after{
	display: none;
}
.header1 .link a:hover{
	color: #1c4f90;
}
.ysjj-banlist{
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.header1 .top-banner{
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #7698be;
	position: relative;
	z-index: 10;
}
.header1 .top-banner.active{
	display: block;
}
.header1 .top-banner .name{
	color: #fff;
	font-size: 42px;
	line-height: 200px;
}
.header1 .top-banner .name img{
	position: relative;
	top: -5px;
	margin-right: 9px;
	display: none;
}

.header1 .navs-box{
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1c4f90;
	z-index: 30;
}
.header1 .navs-box .index{
	display: block;
	line-height: 84px;
	padding: 0 36px;
	color: #fff;
	border-radius: 3px;
	border: 2px solid #5c85b4;
	position: absolute;
	left: 0;
	top: -26px;
	font-size: 32px;
	background: #1c4f90;
}
.header1 .navs-box .index:hover{
	background: #295a99;
}
.header1 .navs-box .list{
	float: right;
	line-height: 80px;
}
.header1 .navs-box .list li{
	float: left;
	margin-left: 17px;
}
.header1 .navs-box .list li a{
	display: block;
	padding: 0 30px;
	font-size: 24px;
	color: #fff;
}
.header1 .navs-box .list li a:hover{
	background: #4376af;
}
.header1 .navs-box .list li.active a{
	background: #4376af;
}

.crumbnav-box{
	border-bottom: none;
	position: relative;
	padding-left: 11px;
	color: #444;
}
.crumbnav-box:after{
	content:"";
    position:absolute;
    left:0;
    top:50%;
    width:1px;
    height:20px;
    margin-top: -10px;
    background:#f54343;
}
.common-title .title{
	text-align: center;
	line-height: 48px;
	font-weight: bold;
	color: #2d5392;
	font-weight: bold;
	font-size: 30px;
	position: relative;
}
.common-title .xian{
	display: block;
	margin: auto;
	width: 93px;
	height: 5px;
	background: #d50e2f;
}
.layout-row{
	padding: 37px 0 140px;
}
/*** 底部 ***/
/*.foot-topbox{
	height: 131px;
	padding-top: 44px;
	background: #13568a;
}
.foot-middle{
	margin-top: 0;
	float: left;
	width: auto;
	margin-left: 111px;
}
.foot-imgs{
	float: right;
	margin-right: 108px;
}
.foot-imgs li{
	float: left;
	text-align: center;
	margin-left: 40px;
}
.foot-imgs .imgs img{
	width: 80px;
	height: 80px;
	display: block;
}
.foot-imgs .name{
	line-height: 33px;
	color: #96acc4;
}
.foot-topbox{
	min-height: 0;
}
.foot-middle .inner{
	width: auto;
}
.foot-dzjg{
	margin: 15px 38px 0 -2px;
}*/

/*** 省生产委员会公用结束 ***/

/*** 机构简介 ***/
.jgjj-box{
	color: #333;
}
.jgjj-box .doc-box{
	min-height: 300px;
	font-size: 16px;
	line-height: 31px;
	margin-top: 42px;
}
.jgjj-box .doc-box img{
	max-width: 100%;
	height: auto!important;
}

/*** 成员单位 ***/
.cydw-box{
	color: #333;
}
.page-cydw-box .layout-row{
	padding-bottom: 111px;
}
.cydw-box .list{
	margin: 38px -15px 0;
	overflow: hidden;
}
.cydw-box .list li{
	float: left;
	width: 270px;
	border-right: 4px solid #d60d2d;
	line-height: 48px;
	font-size: 16px;
	background: #f1f2f3;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin: 0 15px 15px;
}
.cydw-box .list li a{
	display: block;
	padding-left: 26px;
	padding-right: 5px;
	position: relative;
}
.cydw-box .list li a:after{
	content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cydw-box .list li a:hover:after{
	filter: alpha(opacity=10);
	opacity: 0.1;
}

/*** 组织架构 ***/
.zzjg-box{
	color: #333;
}
.zzjg-box .doc-box{
	margin-top: 48px;
}
.zzjg-box .doc-box img{
	display: block;
	margin: auto;
	max-width: 100%;
}

/*** 新闻动态 ***/
.page-xwdt-box .layout-row{
	/*padding-top: 12px;*/
	padding-bottom: 90px;
}
.news-list1{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}
.news-list1 li{
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #e5e5e5;
	font-size: 16px;
	line-height: 56px;
	color: #545454;
}
.news-list1 li a{
	max-width: 770px;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
}
.news-list1 li a span{
    margin-right: 5px;
}
.news-list1 li .time{
	float: right;
}
.news-list1 li:hover,
.news-list1 li:hover a{
	color: #1c4f90;
}


/*** 新闻详情 ***/
.page-xwdtdet-box .crumbnav-box {
	border-bottom: solid 3px #1d4a8d;
	padding-left: 0;
}
.page-xwdtdet-box .crumbnav-box:after{
	display: none;
}
.crumbnav-box .golist{
	float: right;
	padding-left: 26px;
	background: url(/uploads/image/i33702/golist.png) no-repeat left center;
	background-size: 19px auto;
	display: none;
}

.ndet-top{
	background-color: #eff2f7;
	padding: 35px 20px 15px;
	text-align: center;
}
.ndet-top .tit{
	font-size: 28px;
	line-height: 38px;
	color: #1c4f90;
	font-weight: bold;
}
.ndet-top .brief{
	padding-top: 10px;
}
.ndet-top .brief span{
	display: inline-block;
	vertical-align: top;
	margin: 10px 26px 0;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.page-xwdtdet-box .doc{
	min-height: 300px;
	font-size: 16px;
	line-height: 30px;
	margin-top: 24px;
}
.page-xwdtdet-box .doc p{
	margin-top: 15px;
}
.page-xwdtdet-box .doc a[href]{
	color: #1c4f90;
}
.page-xwdtdet-box .doc img{
	height: auto !important;
	max-width: 100%;
	margin: 12px auto;
}
.det-golist{
	margin-top: 42px;
	padding-right: 24px;
	overflow: hidden;
	background-color: #ededed;
	text-align: center;
}
.det-golist a{
	font-size: 14px;
	line-height: 42px;
	/*padding-left: 26px;*/
	cursor: pointer;
	margin: 0 8px;
	display: inline-block;
	vertical-align: top;
}
/*.det-golist a.btn-return{
	background: url(/uploads/image/i33702/golist.png) no-repeat left center;
	background-size: 19px auto;
}
.det-golist a.btn-close{
	background:  no-repeat left center;
}
.det-golist a.btn-print{
	background:  no-repeat left center;
}*/
.page-xwdtdet-box .det-golist{
	margin-top: 38px;
}
.post-page{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.post-page li{
	width: 100%;
	overflow: hidden;
	border-bottom: dashed 1px #e5e5e5;
	font-size: 16px;
	line-height: 50px;
	color: #545454;
}
.post-page li a{
	max-width: 100%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
}
.post-page li:hover,
.post-page li:hover a{
	color: #1c4f90;
}

/**** 20191220 ***/
.member-list{
	overflow: hidden;
	margin: 38px -15px 0;
}
.member-itembox{
	width: 50%;
	float: left;
	margin: 0 0 30px;
}
.member-itembox .item-inner{
	margin: 0 15px;
	padding: 12px 16px 20px 30px;
	border-right: solid 4px #d60d2d;
	background: #f1f2f3;
	position: relative;
}
.member-itembox .item-tit {
	margin-bottom: 10px;
}
.member-itembox .item-tit h5{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
}
.member-itembox .item-doc{
	width: 100%;
	height: 144px;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.member-itembox .mcsb_inside>.mcsb_container{
	margin-right: 10px;
}
.member-itembox .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar{
	background: #ccc;
}

/*** 2020.01.14 ***/
.ndet-top .subtit{
	font-size: 20px;
	line-height: 30px;
	color: #1c4f90;
	text-align: center;
	margin-top: 10px;
}

.ysjg-lvl3ist{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.ysjg-lvl3ist li{
	display: inline-block;
	vertical-align: top;
	line-height: 48px;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	margin: 0 25px;
	padding-bottom: 5px;
}
.ysjg-lvl3ist li a{
	color: #666;
	display: block;
}

.ysjg-lvl3ist li.active a,
.ysjg-lvl3ist li:hover a{
	color: #2d5392; 
}
.ysjg-lvl3ist li.active .xian{
	display: block;
  margin: auto;
  width: 94px;
  height: 5px;
  background: #d50e2f;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -47px;
}

/*** 2021.4.25 ****/
.layout-row{
	overflow: visible;
	padding-top: 77px;
}
.layout-row:before, .layout-row:after,
.ndet-top:before, .ndet-top:after,
.ndet-top .detinfo:before, .ndet-top .detinfo:after{
	content: '';
	display: table;
	clear: both;
}
.social-share{
  float: right;
  padding-left: 35px;
  background:  no-repeat left center;
}
.ndet-top{
	/* width: 100%; */
}
.ndet-top .detinfo{
	width: 100%;
	display: table;
	padding-top: 10px;
}
.ndet-top .brief{
	text-align: left;
	float: left;
	padding-top: 0;
}
.ndet-top .brief span{
	line-height: 32px;
	margin: 0 10px 0 0;
}
.ndet-top .detinfo .fr{
	float: right;
}
.header1 .top-banner .name{
	line-height: 140px;
}
.header1 .navs-box{
	height: 60px;
	z-index: 20;
	background-color: transparent;
}
.header1 .navs-box .index{
	display: none;
}
.header1 .navs-box .list{
	width: 100%;
	overflow: hidden;
	float: none;
	line-height: 60px;
}
.header1 .navs-box .list li{
	margin: 0 5px 0 0;
}
.header1 .navs-box .list li:last-child{
	margin-right: 0;
}
.header1 .navs-box .list li a{
	font-size: 22px;
	min-width: 120px;
	background-color: rgba(255,255,255,.22);
	text-align: center;
}
.header1 .navs-box .list li.active a{
	background-color: #fff;
	color: #1c4f90;
}
.page-jgjj-box .crumbnav-box,
.page-xwdt-box  .crumbnav-box{
	display: none;
}
.page-xwdtdet-box .layout-row{
	padding-top: 40px;
}

/* 移动端 */
@media screen and (max-width: 991.98px) {
	.header1 .link{
		padding-top: 0;
		padding-bottom: 0;
	}
	.layout-row{
		padding: 0.6rem 0 0.9rem !important;
	}
	.ysjj-banlist{
		height: 3.6rem;
	}
	.header1 .top-banner{
		height: 3.6rem;
	}
	.header1 .top-banner .name{
		width: 100%;
		height: 2.94rem;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		text-align: center;
		font-size: 0.45rem;
		line-height: 0.64rem;
	}
	.header1 .navs-box{
		height: 0.66rem;
		bottom: -1px;
	}
	.header1 .navs-box .list{
		width: auto;
		display: flex;
		display: -webkit-flex;
		line-height: 0.66rem;
		margin: 0 -2px;
	}
	.header1 .navs-box .list li{
		/* max-width: 25%; */
		margin: 0;
		padding: 0 2px;
		flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		white-space: nowrap;
	}
	.header1 .navs-box .list li a{
		width: 100%;
		padding: 0 0.14rem;
		min-width: 0;
		font-size: 0.28rem;
	}
	.common-title .title{
		font-size: 0.4rem;
		line-height: 0.8rem;
	}
	.common-title .xian{
		width: 0.94rem;
		height: 3px;
	}

	/* 机构简介 */
	.jgjj-box .doc-box{
		margin-top: 0.42rem;
		font-size: 0.3rem;
		line-height: 0.45rem;
	}
	/* .jgjj-box .doc-box p{
		text-indent: 2em !important;
	} */

	/* 工作动态 */
	.ysjg-lvl3ist{
		width: auto;
		margin-bottom: 0.3rem;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.ysjg-lvl3ist li{
		max-width: none;
		display: block;
		margin: 0;
		padding: 0 0 3px;
		font-size: 0.4rem;
		line-height: 0.8rem;
	}
	.ysjg-lvl3ist li.active .xian{
		width: 0.94rem;
		height: 3px;
		margin: 0;
		transform: translatex(-50%);
		-webkit-transform: translatex(-50%);
	}
	.news-list1 li{
		font-size: 0.3rem;
		line-height: 0.44rem;
		padding: 0.22rem 0;
	}
	.news-list1 li a{
		max-width: 100%;
		float: none;
		display: block;
		min-width: 50%;
		white-space: normal;
		max-height: 0.84rem;
		margin-bottom: 6px;
	}
	.news-list1 li .time{
		display: block;
		float: none;
		line-height: 0.3rem;
		color: #999;
	}

	/* 详情 */
	.page-xwdtdet-box .crumbnav-box{
		display: none;
	}
	.page-xwdtdet-box .layout-row{
		padding: 0.5rem 0 0.7rem !important;
	}
	.xwdtdet-box{
		padding: 0 0.24rem;
	}
	.ndet-top{
		padding: 0.3rem 0.15rem 0.32rem;
	}
	.ndet-top .tit{
		font-size: 0.36rem;
		line-height: 0.54rem;
		text-align: left;
	}
	.ndet-top .subtit{
		font-size: 0.2rem;
		line-height: 0.4rem;
		margin-top: 0.1rem;
	}
	.ndet-top .detinfo{
		padding-top: 5px; 
	}
	.ndet-top .brief{
		float: none;
		overflow: hidden;
	}
	.ndet-top .brief span{
		font-size: 0.24rem;
		line-height: 0.42rem;
		margin: 0;
		display: block;
	}
	.ndet-top .brief span:last-child{
		margin-right: 0;
	}
	.ndet-top .detinfo .fr{
		display: none;
	}
	.page-xwdtdet-box .doc{
		font-size: 0.3rem;
		line-height: 2em;
		margin-top: 0.32rem;
	}
	.page-xwdtdet-box .det-golist{
		margin-top: 0.52rem;
		padding: 0;
	}
	.det-golist a{
		line-height: 0.7rem;
		font-size: 0.22rem;
		color: #999;
		margin: 0 0.13rem;
	}
	.post-page{
		margin-top: 0.5rem;
		border-top: solid 1px #e5e5e5;
	}
	.post-page li{
		font-size: 0.28rem;
		line-height: 0.45rem;
		border-bottom: solid 1px #e5e5e5;
		padding: 0.22rem 0;
	}
	.post-page li a{
		white-space: normal;
		max-height: 0.9rem;
	}
}