@charset "utf-8";

/* 协调议事机构2024-频道页 */
.page-xtjg2024 .crumbnav-box{
  display: none !important;
}
.page-xtjg2024 .layout-main{
  width: 100%;
  padding: 150px 0 140px;
  background:  no-repeat center top;
  background-size: cover;
  position: relative;
}
.page-xtjg2024 .layout-main *{
	box-sizing: border-box;
}
.xtjg2024-header{
	width: 100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}
.xtjg2024-header .box{
	position: relative;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xtjg2024-header .box::before{
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	background: -webkit-linear-gradient(270deg, #105ec2 35%, #e1f1fe 100%);
	background: linear-gradient(270deg, #105ec2 35%, #e1f1fe 100%);
	position: relative;
	box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 1);
}
.xtjg2024-header .box::after{
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	background: -webkit-linear-gradient(90deg, #105ec2 35%, #e1f1fe 100%);
	background: linear-gradient(90deg, #105ec2 35%, #e1f1fe 100%);
	position: relative;
	box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 1);
}
.xtjg2024-header .lvtit{
	font-size: 72px;
	line-height: 64px;
	color: #0c57b9;
	text-shadow: 0px 4px 2px rgba(255, 255, 255, 1);
	margin: 0 30px;
}
.xtjg2024-list{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.xtjg2024-item{
	flex: 0 0 50%;
	padding: 0 15px;
	position: relative;
}
.xtjg2024-item .item-box{
	width: 100%;
	height: 230px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	position: relative;
	align-items: center;
	box-shadow: 0px 5px 16px 0px rgba(0, 59, 115, 0.2);
	border-radius: 20px;
	overflow: hidden;
	border: solid 1px #fff;
}
.xtjg2024-item .item-bg{
	width: 100%;
	height: 100%;
	border-radius: inherit;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
	background: no-repeat center center;
	background-size: 100% 100%;
}
.xtjg2024-item:nth-child(1) .item-bg{
	background-image: ;
}
.xtjg2024-item:nth-child(2) .item-bg{
	background-image: ;
}
.xtjg2024-item .item-icon{
	flex: none;
	width: 230px;
	height: 230px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 5px 0 0;
	z-index: 5;
}
.xtjg2024-item .item-icon img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center center;
	position: relative;
	transition: all .3s;
}
.xtjg2024-item .item-title{
	font-size: 28px;
	line-height: 44px;
	color: #3f4962;
	text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
	font-weight: 700;
	position: relative;
	z-index: 5;
}
@media (min-width: 992px) {
	.xtjg2024-item:hover .item-icon img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.xtjg2024-item:hover .item-title{
		color: #0c57b9;
	}
}
@media (max-width: 991.98px) {
	.page-xtjg2024 .btn-appnav_open{
		height: 1rem;
		right: .15rem;
	}
	.page-xtjg2024 .layout-main{
		background-image: ;
		padding: 2.1rem 0.65rem;
	}
	.xtjg2024-header {
		margin-bottom: .8rem;
	}
	.xtjg2024-header .box::before,
	.xtjg2024-header .box::after{
		display: none;
	}
	.xtjg2024-header .lvtit{
		font-size: .68rem;
		line-height: .64rem;
		margin: 0;
	}
	.xtjg2024-list{
		margin: 0;
		display: block;
	}
	.xtjg2024-item{
		flex: none;
		width: 100%;
		padding: 0;
	}
	.xtjg2024-item:not(:last-child){
		margin-bottom: 0.4rem;
	}
	.xtjg2024-item .item-box{
		height: 2.4rem;
		border-radius: .24rem;
	}
	.xtjg2024-item .item-icon{
		width: 2.4rem;
		height: 2.4rem;
		margin: 0 0.14rem 0 0;
	}
	.xtjg2024-item .item-title{
		font-size: .36rem;
		line-height: .44rem;
	}
}


/** 减灾委员会频道页  */
.page-jzwyh-channel *{
	box-sizing: border-box;
}
.page-jzwyh-channel .crumbnav-box{
  display: none !important;
}
.page-jzwyh-channel .layout-main{
  width: 100%;
  padding: 150px 0 120px;
  background:  no-repeat center top;
  background-size: cover;
  position: relative;
}
.jzwyh-channel-list{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.jzwyh-channel-item{
	flex: 0 0 20%;
	max-width: 20%;
	padding: 15px;
	position: relative;
}
.jzwyh-channel-item .item-box{
	width: 100%;
	height: 284px;
	display: block;
	position: relative;
	background: no-repeat center top #fff;
	background-size: 100% auto;
	border: solid 1px #b1c2e3;
	overflow: hidden;
	border-radius: 16px;
	padding: 0 13px;
	box-shadow: 0px 5px 16px 0px rgba(0, 59, 115, 0.2);
}
.jzwyh-channel-item .item-icon{
	width: 100%;
	padding: 100% 0 0;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto 5px;
}
.jzwyh-channel-item .item-icon img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
}
.jzwyh-channel-item .item-title{
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	color: #3f4962;
	text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
	position: relative;
	font-weight: 700;
}
@media (min-width: 992px) {
	.jzwyh-channel-item:hover .item-icon img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.jzwyh-channel-item:hover .item-title{
		color: #0c57b9;
	}
	body.useoldfixed .jzwyh-channel-item {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media (max-width: 991.98px) {
	.page-jzwyh-channel .btn-appnav_open{
		height: 1rem;
		right: .15rem;
	}
	.page-jzwyh-channel .layout-main{
		background-image: ;
		padding: 2.1rem 0.65rem;
	}
	.jzwyh-channel-list{
		margin: -0.15rem;
	}
	.jzwyh-channel-item{
		padding: 0.15rem;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.jzwyh-channel-item .item-box{
		height: 3.6rem;
		padding: 0 0.1rem;
		border-radius: .24rem;
	}
	.jzwyh-channel-item .item-icon{
		width: 2.5rem;
		max-width: 100%;
		height: 2.5rem;
		padding: 0;
		margin: 0 auto;
	}
	.jzwyh-channel-item .item-title{
		font-size: .28rem;
		line-height: .36rem;
	}
}