*{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
.qjh-body a{
	text-decoration: none;
	/* color: #333333; */
}
.qjh-body{
	background: #EFF4FF;
}
.qjh-w1258{
	width: 1258px;
	margin: 0 auto;
}
.qjh-zxdk-container{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.qjh-zxdk-container .top-pannel.fixed{
	position: fixed;
	top: 0px;
	z-index: 9;
}
.qjh-top{
	background: url(../images/qjh-top-bg.png) center no-repeat;
	height: 229px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border-radius: 6px;
}
.qjh-top-title{
	font-family: "Alimama ShuHeiTi";
	font-size: 40px;
	font-weight: bold;
	line-height: 48.29px;
	text-align: center;
	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	padding-left: 46px;
}
/* .qjh-top-title::before{
	content: "";
	background: url(../images/qjh-zxdk-icon.png) center no-repeat;
	width: 68px;
	height: 68px;
	display: inline-block;
} */
.qjh-top-title img{
	width: 68px;
	height: 68px;
	object-fit: contain;
	display: inline-block;
}
.qjh-top-select{
	background: url(../images/qjh-select-bg.png) right no-repeat;
	width: 287px;
	height: 59px;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qjh-top-select label{
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	width: 80px;
}
.qjh-top-select .qjh-top-select-text{
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	width: calc(100% - 155px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.qjh-top-select .qjh-top-select-text::after{
	content: '';
	width: 12px;
	height: 10px;
	display: inline-block;
	background: url(../images/qjh-select-icon.png) center no-repeat;
	margin-left: 10px;
	position: absolute;
	right: 0;
	top: 8px;
}
.qjh-top-select .qjh-top-select-text.hover::after{
	transform: rotate(180deg);
}
.qjh-top-select ul{
	display: none;
	position: absolute;
	top: 47px;
	right: 30px;
	background:#ffffff;
	z-index: 999;
}
.qjh-top-select ul li{
	padding: 5px 15px;
	border-bottom: 1px dashed #ccc;
}
.qjh-top-select ul li:hover{
	background: #01b585;
}
.qjh-top-select ul li:hover a{
	color: #ffffff;
}
.qjh-top-select ul li a{
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
	display: block;
}
/*顶部切换*/
.qjh-top-tab{
	position: absolute;
	bottom: 20px;
	padding-left: 46px;
}
.qjh-top-tab ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.qjh-top-tab ul li{
	border-radius: 231px;
	background: rgba(255, 255, 255, 0.11);
	cursor: pointer;
	margin-right: 20px;
	padding: 0 20px;
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	line-height: 43px;
	color: #FFFFFF;
	font-weight: bold;
}
.qjh-top-tab ul li a{
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	line-height: 43px;
	color: #FFFFFF;
	font-weight: bold;
}
.qjh-top-tab ul li.on{
	background: linear-gradient(180deg, #8E6BE5 0%, #3F1CBE 100%);
}
.qjh-top-tab ul li:hover{
	background: linear-gradient(180deg, #8E6BE5 0%, #3F1CBE 100%);
}
.qjh-top-nav{
	background: #FFFFFF;
	box-shadow: 0px 4px 15px 0px rgba(139, 194, 181, 0.37);
	height: 83px;
}
.qjh-top-nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 83px;
}
.qjh-top-nav ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100%);
	height: 100%;
	position: relative;
	/* overflow: hidden; */
}
.qjh-top-nav ul li.split{
	background: #D9E3F3;
	transform: rotate(204deg);
	width: 1px;
	height: 92px;
}
.qjh-top-nav ul li:first-child{
	/* background: linear-gradient(180deg, #CFF4EB 0%, rgba(255, 255, 255, 0) 99%); */
}
.qjh-top-nav ul li:last-child:hover{
	overflow: hidden;
}

.qjh-top-nav ul li.split::before {
	display: none;
}
.qjh-top-nav ul li:hover::before {
  content: '';
  position: absolute;
  width: 178px;
  height: 130px;
  transform: skew(352deg);
  background: url(../images/qjh-nav-item-hover.png) center no-repeat;
}
.qjh-top-nav ul li.on::before {
  content: '';
  position: absolute;
  width: 178px;
  height: 130px;
  transform: skew(352deg);
  background: url(../images/qjh-nav-item-hover.png) center no-repeat;
}
.qjh-top-nav a{
	width: calc(100%);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Microsoft YaHei';
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
	position: absolute;
	z-index: 9;
}

.qjh-qa-list{
	margin-top: 30px;
}
.qjh-qa-list ul{
	
}
.qjh-qa-list ul li{
	border-radius: 10px;
	padding: 26px 45px;
	background: #FFFFFF;
	margin-bottom: 30px;
}
.qjh-qa-list ul li:hover{
	background: linear-gradient(180deg, #D9F3ED 0%, #FCFDFF 33%, #FFFFFF 100%);
}
.qjh-qa-list ul li .qjh-q-title{
	font-family: 'Microsoft YaHei';
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #DBE6F9;
	padding-bottom: 25px;
}
.qjh-qa-list ul li .qjh-q-title::before{
	content: "";
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/qjh-wenhao-icon.png) center no-repeat;
	margin-right: 20px;
}
.qjh-qa-list ul li:hover .qjh-q-title{
	color: #09867C;
}
.qjh-qa-list ul li .qjh-a-text{
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	text-align: justify; /* 浏览器可能不支持 */
	letter-spacing: normal;
	color: #333333;
	margin-top: 15px;
	word-break: break-all;
}

.qjh-cxfw-hdfk-pannel{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.qjh-cxfw-hdfk-pannel .qjh-cxfw{
	width: calc(100% / 2 - 11.5px);
	border-radius: 10px;
	background: #FFFFFF;
	height: 308px;
}
.qjh-common-title-pannel{
	width: 100%;
}
.qjh-common-title-pannel span{
	background: url(../images/qjh-pannel-title-bg.png) left no-repeat;
	height: 57px;
	width: 216px;
	display: block;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Microsoft YaHei';
	font-size: 24px;
	font-weight: bold;
	letter-spacing: normal;
	color: #09867C;
}
.qjh-common-title-pannel span.hdfk{
	background: url(../images/qjh-pannel-title-bg.png) left no-repeat;
}
.qjh-common-title-pannel span::before{
	content:"";
	width: 35px;
	height: 35px;
	display: inline-block;
	background: url(../images/qjh-cxfw-icon.png) center no-repeat;
	margin-right: 10px;
	margin-left: 15px;
}
.qjh-common-title-pannel span.hdfk::before{
	background: url(../images/qjh-hdfk-icon.png) left no-repeat;
}
.qjh-common-title-pannel span.xgfw::before{
	background: url(../images/qjh-xgfw-icon.png) left no-repeat;
}
.qjh-cxfw-hdfk-pannel .qjh-cxfw .qjh-cxfw-content{
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
	height: 200px;
	overflow: auto;
	padding: 15px 12px;
}

.qjh-cxfw-hdfk-pannel .qjh-hdfk{
	width: calc(100% / 2 - 11.5px);
	border-radius: 10px;
	background: #FFFFFF;
	height: 308px;
}
.qjh-cxfw-hdfk-pannel .qjh-hdfk .qjh-hdfk-content{
	padding: 25px 43px;
	
}
.qjh-cxfw-hdfk-pannel .qjh-hdfk .qjh-hdfk-content ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qjh-cxfw-hdfk-pannel .qjh-hdfk .qjh-hdfk-content li{
	border-radius: 5px;
	background: linear-gradient(180deg, #DDF6F4 0%, rgba(255, 255, 255, 0) 100%);
	width: 239px;
	height: 158px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% / 2 - 25px);
	padding: 20px 0;
}
.qjh-cxfw-hdfk-pannel .qjh-hdfk .qjh-hdfk-content li a{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.qjh-cxfw-hdfk-pannel .qjh-hdfk .qjh-hdfk-content li a::before{
	content:"";
	width: 112px;
	height: 121px;
	display: inline-block;
	background: url(../images/qjh-xiaozhu.png) center no-repeat;
}
.qjh-cxfw-hdfk-pannel .qjh-hdfk .qjh-hdfk-content li.wytw a::before{
	content:"";
	width: 138px;
	height: 116px;
	display: inline-block;
	background: url(../images/qjh-wytw.png) center no-repeat;
}
.qjh-cxfw-hdfk-pannel .qjh-hdfk .qjh-hdfk-content li a p{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.qjh-xgfw{
	margin-top: 30px;
	background: #FFFFFF;
	border-radius: 10px;
}
.qjh-xgfw-content{
	padding: 25px 25px 25px 25px;
}
.qjh-xgfw-com-title{
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.qjh-xgfw-com-title a{
	font-size:14px;
	color: #cccccc;
}
.qjh-xgfw-bsfw-list{
	border-radius: 5px;
	background: linear-gradient(180deg, #E1F6F4 0%, rgba(255, 255, 255, 0) 100%);
	height: 118px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px;
	align-items: baseline;
}
.qjh-xgfw-bsfw-list li{
	width: calc(100% / 5 - 20px);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
}
.qjh-xgfw-bsfw-list li a{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.qjh-xgfw-bsfw-list li a::before{
	content:"";
	width: 55px;
	height: 55px;
	display: inline-block;
	background: url(/material/2025_qjhyjsfw/images/qjh-link-icon.png) #09867c center no-repeat;
	background-size: 50%;
	border-radius: 50%;
	margin-bottom: 22px;
	
}
.qjh-xgfw-bsfw-list li a p{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: 'Microsoft YaHei';
	color: #333333;
}

.qjh-xgfw-xgxx-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.qjh-xgfw-xgxx-list li{
	border-radius: 5px;
	background: linear-gradient(180deg, #E4F3F2 0%, rgba(249, 249, 249, 0) 100%);
	box-sizing: border-box;
	border: 1px solid;
	border-image: linear-gradient(180deg, #FFFFFF 0%, #D5E3FA 40%, #FEFEFF 100%) 1;
	padding: 30px;
	width: calc(100% / 3 - 20px);
	margin-right: 30px;
}
.qjh-xgfw-xgxx-list li:last-child{
	margin-right: 0px;
}
.qjh-xgfw-xgxx-list li .qjh-xgfw-xgxx-title{
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	font-weight: bold;
	color: #09867C;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.qjh-xgfw-xgxx-list li .qjh-xgfw-xgxx-title label{
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	font-weight: bold;
	color: #09867C;
	width: calc(100% - 41px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.qjh-xgfw-xgxx-list li .qjh-xgfw-xgxx-title::before{
	content:"";
	width: 26px;
	height: 25px;
	display: inline-block;
	margin-right: 5px;
	background: url(../images/qjh-QA-icon.png) center no-repeat;
	background-size: cover;
}
.qjh-xgfw-xgxx-list li .qjh-xgfw-xgxx-text{
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	line-height: 30px;
	text-align: justify; /* 浏览器可能不支持 */
	color: #666666;
	margin-top: 10px;
	max-height: 120px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

/**
 * 主题样式（社会保障）
 */
.qjh-top.shbz{
	background: url(../images/shbz/qjh-top-bg.png) center no-repeat;
}
.qjh-top-title.shbz::before{
	background: url(../images/shbz/qjh-shbz-icon.png) center no-repeat;
}
.qjh-top-nav.shbz ul li:hover::before{
	background: url(../images/shbz/qjh-nav-item-hover.png) center no-repeat;
}
.qjh-qa-list.shbz ul li:hover {
    background: linear-gradient(180deg, #DDEAFF 0%, #FCFDFF 33%, #FFFFFF 100%);
}
.qjh-qa-list.shbz ul li:hover .qjh-q-title {
    color: #127BC7;
}
.qjh-qa-list.shbz ul li .qjh-q-title::before{
	background: url(../images/shbz/qjh-wenhao-icon.png) center no-repeat;
}
.qjh-common-title-pannel.shbz span{
	background: url(../images/shbz/qjh-pannel-title-bg.png) left no-repeat;
	color: #127BC7;
}
.qjh-common-title-pannel.shbz span::before{
	background: url(../images/shbz/qjh-cxfw-icon.png) center no-repeat;
}
.qjh-common-title-pannel.shbz span.hdfk::before {
    background: url(../images/shbz/qjh-hdfk-icon.png) left no-repeat;
}
.qjh-common-title-pannel.shbz span.xgfw::before {
    background: url(../images/shbz/qjh-xgfw-icon.png) left no-repeat;
}
.qjh-xgfw-bsfw-list.shbz{
	background: linear-gradient(180deg, #EEF4FE 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-xgfw-bsfw-list.shbz li a::before{
	background: url(../images/qjh-link-icon.png) #127BC7 center no-repeat;
}
.qjh-xgfw-xgxx-list.shbz li{
	background: linear-gradient(180deg, #ECF3FF 0%, rgba(249, 249, 249, 0) 100%);
	border-image: linear-gradient(180deg, #FFFFFF 0%, #D5E3FA 40%, #FEFEFF 100%) 1;
}
.qjh-xgfw-xgxx-list.shbz li .qjh-xgfw-xgxx-title label{
	color: #127BC7;
}
.qjh-cxfw-hdfk-pannel.shbz .qjh-hdfk .qjh-hdfk-content li{
	background: linear-gradient(180deg, #EAF1FF 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-top-select.shbz ul li:hover{
	background: #127BC7;
}

/**
 * 主题样式（住房）
 */
.qjh-top.zfbz{
	background: url(../images/zfbz/qjh-top-bg.png) center no-repeat;
}
.qjh-top-title.zfbz::before{
	background: url(../images/zfbz/qjh-zfbz-icon.png) center no-repeat;
}
.qjh-top-nav.zfbz ul li:hover::before{
	background: url(../images/zfbz/qjh-nav-item-hover.png) center no-repeat;
}
.qjh-qa-list.zfbz ul li:hover {
    background: linear-gradient(180deg, #FFEBE7 0%, #FCFDFF 33%, #FFFFFF 100%);
}
.qjh-qa-list.zfbz ul li:hover .qjh-q-title {
    color: #F4634C;
}
.qjh-qa-list.zfbz ul li .qjh-q-title::before{
	background: url(../images/zfbz/qjh-wenhao-icon.png) center no-repeat;
}
.qjh-common-title-pannel.zfbz span{
	background: url(../images/zfbz/qjh-pannel-title-bg.png) left no-repeat;
	color: #F4634C;
}
.qjh-common-title-pannel.zfbz span::before{
	background: url(../images/zfbz/qjh-cxfw-icon.png) center no-repeat;
}
.qjh-common-title-pannel.zfbz span.hdfk::before {
    background: url(../images/zfbz/qjh-hdfk-icon.png) left no-repeat;
}
.qjh-common-title-pannel.zfbz span.xgfw::before {
    background: url(../images/zfbz/qjh-xgfw-icon.png) left no-repeat;
}
.qjh-xgfw-bsfw-list.zfbz{
	background: linear-gradient(180deg, #FCE7E3 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-xgfw-bsfw-list.zfbz li a::before{
	background: url(../images/qjh-link-icon.png) #F4634C center no-repeat;
}
.qjh-xgfw-xgxx-list.zfbz li{
	background: linear-gradient(180deg, #FCE7E3 0%, rgba(252, 231, 227, 0.6781) 32%, rgba(249, 249, 249, 0) 100%);
	border-image: linear-gradient(180deg, #FFFFFF 0%, #FCE7E3 40%, #FEFEFF 100%) 1;
}
.qjh-xgfw-xgxx-list.zfbz li .qjh-xgfw-xgxx-title label{
	color: #F4634C;
}
.qjh-cxfw-hdfk-pannel.zfbz .qjh-hdfk .qjh-hdfk-content li{
	background: linear-gradient(180deg, #FCE7E3 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-top-select.zfbz ul li:hover{
	background: #F4634C;
}
.qjh-xgfw-xgxx-list.zfbz li .qjh-xgfw-xgxx-title::before{
	background: url(../images/zfbz/qjh-QA-icon.png) center no-repeat;
	background-size: cover;
}

/**
 * 主题样式（交通运输）
 */
.qjh-top.jtys{
	background: url(../images/jtys/qjh-top-bg.png) center no-repeat;
}
.qjh-top-title.jtys::before{
	background: url(../images/jtys/qjh-jtys-icon.png) center no-repeat;
}
.qjh-top-nav.jtys ul li:hover::before{
	background: url(../images/jtys/qjh-nav-item-hover.png) center no-repeat;
}
.qjh-qa-list.jtys ul li:hover {
    background: linear-gradient(180deg, #EEDFFF 0%, #FCFDFF 33%, #FFFFFF 100%);
}
.qjh-qa-list.jtys ul li:hover .qjh-q-title {
    color: #401576;
}
.qjh-qa-list.jtys ul li .qjh-q-title::before{
	background: url(../images/jtys/qjh-wenhao-icon.png) center no-repeat;
}
.qjh-common-title-pannel.jtys span{
	background: url(../images/jtys/qjh-pannel-title-bg.png) left no-repeat;
	color: #401576;
}
.qjh-common-title-pannel.jtys span::before{
	background: url(../images/jtys/qjh-cxfw-icon.png) center no-repeat;
}
.qjh-common-title-pannel.jtys span.hdfk::before {
    background: url(../images/jtys/qjh-hdfk-icon.png) left no-repeat;
}
.qjh-common-title-pannel.jtys span.xgfw::before {
    background: url(../images/jtys/qjh-xgfw-icon.png) left no-repeat;
}
.qjh-xgfw-bsfw-list.jtys{
	background: linear-gradient(180deg, #FAF6FF 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-xgfw-bsfw-list.jtys li a::before{
	background: url(../images/qjh-link-icon.png) #401576 center no-repeat;
}
.qjh-xgfw-xgxx-list.jtys li{
	background: linear-gradient(180deg, #FCE7E3 0%, rgba(252, 231, 227, 0.6781) 32%, rgba(249, 249, 249, 0) 100%);
	border-image: linear-gradient(180deg, #FFFFFF 0%, #FCE7E3 40%, #FEFEFF 100%) 1;
}
.qjh-xgfw-xgxx-list.jtys li .qjh-xgfw-xgxx-title label{
	color: #401576;
}
.qjh-cxfw-hdfk-pannel.jtys .qjh-hdfk .qjh-hdfk-content li{
	background: linear-gradient(180deg, #EEE2FC 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-top-select.jtys ul li:hover{
	background: #401576;
}
.qjh-xgfw-xgxx-list.jtys li .qjh-xgfw-xgxx-title::before{
	background: url(../images/jtys/qjh-QA-icon.png) center no-repeat;
	background-size: cover;
}

/**
 * 主题样式（就业创业）
 */
.qjh-top.jycy{
	background: url(../images/jycy/qjh-top-bg.png) center no-repeat;
}
.qjh-top-title.jycy::before{
	background: url(../images/jycy/qjh-jycy-icon.png) center no-repeat;
}
.qjh-top-nav.jycy ul li:hover::before{
	background: url(../images/jycy/qjh-nav-item-hover.png) center no-repeat;
}
.qjh-qa-list.jycy ul li:hover {
    background: linear-gradient(180deg, #DDEAFF 0%, #FCFDFF 33%, #FFFFFF 100%);
}
.qjh-qa-list.jycy ul li:hover .qjh-q-title {
    color: #0B4EC2;
}
.qjh-qa-list.jycy ul li .qjh-q-title::before{
	background: url(../images/jycy/qjh-wenhao-icon.png) center no-repeat;
}
.qjh-common-title-pannel.jycy span{
	background: url(../images/jycy/qjh-pannel-title-bg.png) left no-repeat;
	color: #0B4EC2;
}
.qjh-common-title-pannel.jycy span::before{
	background: url(../images/jycy/qjh-cxfw-icon.png) center no-repeat;
}
.qjh-common-title-pannel.jycy span.hdfk::before {
    background: url(../images/jycy/qjh-hdfk-icon.png) left no-repeat;
}
.qjh-common-title-pannel.jycy span.xgfw::before {
    background: url(../images/jycy/qjh-xgfw-icon.png) left no-repeat;
}
.qjh-xgfw-bsfw-list.jycy{
	background: linear-gradient(180deg, #EEF4FE 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-xgfw-bsfw-list.jycy li a::before{
	background: url(../images/qjh-link-icon.png) #0B4EC2 center no-repeat;
}
.qjh-xgfw-xgxx-list.jycy li{
	background: linear-gradient(180deg, #ECF3FF 0%, rgba(249, 249, 249, 0) 100%);
	border-image: linear-gradient(180deg, #FFFFFF 0%, #D5E3FA 40%, #FEFEFF 100%) 1;
}
.qjh-xgfw-xgxx-list.jycy li .qjh-xgfw-xgxx-title label{
	color: #0B4EC2;
}
.qjh-cxfw-hdfk-pannel.jycy .qjh-hdfk .qjh-hdfk-content li{
	background: linear-gradient(180deg, #EAF1FF 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-top-select.jycy ul li:hover{
	background: #0B4EC2;
}
.qjh-xgfw-xgxx-list.jycy li .qjh-xgfw-xgxx-title::before{
	background: url(../images/jycy/qjh-QA-icon.png) center no-repeat;
	background-size: cover;
}

/**
 * 主题样式（社会救助）
 */
.qjh-top.shjz{
	background: url(../images/shjz/qjh-top-bg.png) center no-repeat;
}
.qjh-top-title.shjz::before{
	background: url(../images/shjz/qjh-shjz-icon.png) center no-repeat;
}
.qjh-top-nav.shjz ul li:hover::before{
	background: url(../images/shjz/qjh-nav-item-hover.png) center no-repeat;
}
.qjh-qa-list.shjz ul li:hover {
    background: linear-gradient(180deg, #DDEAFF 0%, #FCFDFF 33%, #FFFFFF 100%);
}
.qjh-qa-list.shjz ul li:hover .qjh-q-title {
    color: #2D9642;
}
.qjh-qa-list.shjz ul li .qjh-q-title::before{
	background: url(../images/shjz/qjh-wenhao-icon.png) center no-repeat;
}
.qjh-common-title-pannel.shjz span{
	background: url(../images/shjz/qjh-pannel-title-bg.png) left no-repeat;
	color: #2D9642;
}
.qjh-common-title-pannel.shjz span::before{
	background: url(../images/shjz/qjh-cxfw-icon.png) center no-repeat;
}
.qjh-common-title-pannel.shjz span.hdfk::before {
    background: url(../images/shjz/qjh-hdfk-icon.png) left no-repeat;
}
.qjh-common-title-pannel.shjz span.xgfw::before {
    background: url(../images/shjz/qjh-xgfw-icon.png) left no-repeat;
}
.qjh-xgfw-bsfw-list.shjz{
	background: linear-gradient(180deg, #E6F7EA 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-xgfw-bsfw-list.shjz li a::before{
	background: url(../images/qjh-link-icon.png) #2D9642 center no-repeat;
}
.qjh-xgfw-xgxx-list.shjz li{
	background: linear-gradient(180deg, #F6F9F6 0%, rgba(249, 249, 249, 0) 100%);
	border-image: linear-gradient(180deg, #FFFFFF 0%, #D5E3FA 40%, #FEFEFF 100%) 1;
}
.qjh-xgfw-xgxx-list.shjz li .qjh-xgfw-xgxx-title label{
	color: #2D9642;
}
.qjh-cxfw-hdfk-pannel.shjz .qjh-hdfk .qjh-hdfk-content li{
	background: linear-gradient(180deg, #E6F7EA 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-top-select.shjz ul li:hover{
	background: #2D9642;
}
.qjh-xgfw-xgxx-list.shjz li .qjh-xgfw-xgxx-title::before{
	background: url(../images/shjz/qjh-QA-icon.png) center no-repeat;
	background-size: cover;
}

/**
 * 主题样式（医疗卫生）
 */
.qjh-top.ylws{
	background: url(../images/ylws/qjh-top-bg.png) center no-repeat;
}
.qjh-top-title.ylws::before{
	background: url(../images/ylws/qjh-ylws-icon.png) center no-repeat;
}
.qjh-top-nav.ylws ul li:hover::before{
	background: url(../images/ylws/qjh-nav-item-hover.png) center no-repeat;
}
.qjh-qa-list.ylws ul li:hover {
    background: linear-gradient(180deg, #DDEAFF 0%, #FCFDFF 33%, #FFFFFF 100%);
}
.qjh-qa-list.ylws ul li:hover .qjh-q-title {
    color: #127BC7;
}
.qjh-qa-list.ylws ul li .qjh-q-title::before{
	background: url(../images/ylws/qjh-wenhao-icon.png) center no-repeat;
}
.qjh-common-title-pannel.ylws span{
	background: url(../images/ylws/qjh-pannel-title-bg.png) left no-repeat;
	color: #127BC7;
}
.qjh-common-title-pannel.ylws span::before{
	background: url(../images/ylws/qjh-cxfw-icon.png) center no-repeat;
}
.qjh-common-title-pannel.ylws span.hdfk::before {
    background: url(../images/ylws/qjh-hdfk-icon.png) left no-repeat;
}
.qjh-common-title-pannel.ylws span.xgfw::before {
    background: url(../images/ylws/qjh-xgfw-icon.png) left no-repeat;
}
.qjh-xgfw-bsfw-list.ylws{
	background: linear-gradient(180deg, #EEF4FE 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-xgfw-bsfw-list.ylws li a::before{
	background: url(../images/qjh-link-icon.png) #127BC7 center no-repeat;
}
.qjh-xgfw-xgxx-list.ylws li{
	background: linear-gradient(180deg, #ECF3FF 0%, rgba(249, 249, 249, 0) 100%);
	border-image: linear-gradient(180deg, #FFFFFF 0%, #D5E3FA 40%, #FEFEFF 100%) 1;
}
.qjh-xgfw-xgxx-list.ylws li .qjh-xgfw-xgxx-title label{
	color: #127BC7;
}
.qjh-cxfw-hdfk-pannel.ylws .qjh-hdfk .qjh-hdfk-content li{
	background: linear-gradient(180deg, #EAF1FF 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-top-select.ylws ul li:hover{
	background: #127BC7;
}
.qjh-xgfw-xgxx-list.ylws li .qjh-xgfw-xgxx-title::before{
	background: url(../images/ylws/qjh-QA-icon.png) center no-repeat;
	background-size: cover;
}

/**
 * 主题样式（其他-退役军人）
 */
.qjh-top.tyjr{
	background: url(../images/others/qjh-top-bg.png) center no-repeat;
}
.qjh-top-title.tyjr::before{
	background: url(../images/others/qjh-tyjr-icon.png) center no-repeat;
}
.qjh-top-nav.tyjr ul li:hover::before{
	background: url(../images/others/qjh-nav-item-hover.png) center no-repeat;
}
.qjh-qa-list.tyjr ul li:hover {
    background: linear-gradient(180deg, #FFE8E4 0%, #FCFDFF 33%, #FFFFFF 100%);
}
.qjh-qa-list.tyjr ul li:hover .qjh-q-title {
    color: #C7381F;
}
.qjh-qa-list.tyjr ul li .qjh-q-title::before{
	background: url(../images/others/qjh-wenhao-icon.png) center no-repeat;
}
.qjh-common-title-pannel.tyjr span{
	background: url(../images/others/qjh-pannel-title-bg.png) left no-repeat;
	color: #C7381F;
}
.qjh-common-title-pannel.tyjr span::before{
	background: url(../images/others/qjh-cxfw-icon.png) center no-repeat;
}
.qjh-common-title-pannel.tyjr span.hdfk::before {
    background: url(../images/others/qjh-hdfk-icon.png) left no-repeat;
}
.qjh-common-title-pannel.tyjr span.xgfw::before {
    background: url(../images/others/qjh-xgfw-icon.png) left no-repeat;
}
.qjh-xgfw-bsfw-list.tyjr{
	background: linear-gradient(180deg, #FFE8E4 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-xgfw-bsfw-list.tyjr li a::before{
	background: url(../images/qjh-link-icon.png) #C7381F center no-repeat;
}
.qjh-xgfw-xgxx-list.tyjr li{
	background: linear-gradient(180deg, #FFE8E4 0%, rgba(249, 249, 249, 0) 100%);
	border-image: linear-gradient(180deg, #FFFFFF 0%, #FFE8E4 40%, #FEFEFF 100%) 1;
}
.qjh-xgfw-xgxx-list.tyjr li .qjh-xgfw-xgxx-title label{
	color: #C7381F;
}
.qjh-cxfw-hdfk-pannel.tyjr .qjh-hdfk .qjh-hdfk-content li{
	background: linear-gradient(180deg, #FFE8E4 0%, rgba(255, 255, 255, 0) 100%);
}
.qjh-top-select.tyjr ul li:hover{
	background: #C7381F;
}
.qjh-xgfw-xgxx-list.tyjr li .qjh-xgfw-xgxx-title::before{
	background: url(../images/others/qjh-QA-icon.png) center no-repeat;
	background-size: cover;
}

/**
 * 一件事服务汇总频道页
 */
.qjh-index-body{
	background: #EEF4FF;
}
.w1377{
	width: 1377px;
	margin: 0 auto;
}
.qjh-index-top{
	position: relative;
	background: url(../images/img/qjh-index-top-bg.png) center no-repeat;
	height: 518px;
}
.qjh-index-header-con{
	position: relative;
}
.qjh-index-top .logo {
    margin-bottom: 0px;
    display: block;
	margin-top: 0px !important;
	padding-top: 34px;
}
.qjh-index-top .logo img {
    width: 372px;
	height: auto;
	object-fit: contain;
}
.qjh-index-top .head-img{
    margin: 0 auto;
    text-align: center;
}
.qjh-index-top .head-img img{
    max-width: 100%;
	margin-top: -104px;
}
.qjh-index-top .header-right {
    display: flex;
    align-items: center;
    border-radius: 186.77px;
    background: rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    border: 1px solid #c0ddff;
    height: 34px;
    padding: 0px 10px;
	position: absolute;
	top:20px;
	right: 0;
}
.qjh-index-top .header-right li{
	padding: 0 5px;
}
.qjh-index-top .header-right *{
	color: #FFFFFF;
}
.qjh-index-top-desc{
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	border-radius: 245px;
	background: rgba(0, 35, 134, 0.18);
	width: calc(100% - 118px);
	min-height: 24px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	padding: 20px 20px;
	text-align: justify;
}
.qjh-index-container{
	margin-top: 30px;
	margin-bottom: 30px;
}
.qjh-index-servers{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.qjh-index-servers-items{
	width: calc(100% / 4 - 15px);
	margin-bottom: 30px;
	margin-right: 20px;
}
.qjh-index-servers-items:nth-child(4n){
	margin-right: 0px;
}
.qjh-index-servers-items-title{
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 30px 0 30px;
	position: relative;
	width: 285px;
	height: 150px;
	margin: 0 auto;
}
.qjh-index-servers-items-title .text{
	font-family: 'Microsoft YaHei';
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.qjh-index-servers-items-title .desc{
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 30px;
}
.qjh-index-servers-items-title::after{
	content: '';
	width: 70px;
	height: 70px;
	display: inline-block;
	position: absolute;
	top: -10px;
	right: 15px;
}
.qjh-index-servers-items-title.jykj{
	background: url(../images/img/qjh-index-items-title-bg1.png) top center no-repeat
}
.qjh-index-servers-items-title.jykj .text{
	color: #1676DC;
}
.qjh-index-servers-items-title.jykj .desc{
	color: #84A6CA;
}
.qjh-index-servers-items-title.jykj::after{
	background: url(../images/img/qjh-index-icon-1.png) center no-repeat;
}

.qjh-index-servers-items-title.shbz{
	background: url(../images/img/qjh-index-items-title-bg2.png) top center no-repeat
}
.qjh-index-servers-items-title.shbz .text{
	color: #564096;
}
.qjh-index-servers-items-title.shbz .desc{
	color: #ACA8BF;
}
.qjh-index-servers-items-title.shbz::after{
	background: url(../images/img/qjh-index-icon-2.png) center no-repeat;
}

.qjh-index-servers-items-title.zfbz{
	background: url(../images/img/qjh-index-items-title-bg3.png) top center no-repeat
}
.qjh-index-servers-items-title.zfbz .text{
	color: #C24330;
}
.qjh-index-servers-items-title.zfbz .desc{
	color: #C8A39D;
}
.qjh-index-servers-items-title.zfbz::after{
	background: url(../images/img/qjh-index-icon-3.png) center no-repeat;
}

.qjh-index-servers-items-title.jtys{
	background: url(../images/img/qjh-index-items-title-bg4.png) top center no-repeat
}
.qjh-index-servers-items-title.jtys .text{
	color: #3656B0;
}
.qjh-index-servers-items-title.jtys .desc{
	color: #8B96B5;
}
.qjh-index-servers-items-title.jtys::after{
	background: url(../images/img/qjh-index-icon-4.png) center no-repeat;
}

.qjh-index-servers-items-title.jycy{
	background: url(../images/img/qjh-index-items-title-bg5.png) top center no-repeat
}
.qjh-index-servers-items-title.jycy .text{
	color: #048447;
}
.qjh-index-servers-items-title.jycy .desc{
	color: #9EB8AB;
}
.qjh-index-servers-items-title.jycy::after{
	background: url(../images/img/qjh-index-icon-5.png) center no-repeat;
}

.qjh-index-servers-items-title.shjz{
	background: url(../images/img/qjh-index-items-title-bg6.png) top center no-repeat
}
.qjh-index-servers-items-title.shjz .text{
	color: #BC1414;
}
.qjh-index-servers-items-title.shjz .desc{
	color: #D1A0A0;
}
.qjh-index-servers-items-title.shjz::after{
	background: url(../images/img/qjh-index-icon-6.png) center no-repeat;
}

.qjh-index-servers-items-title.ylws{
	background: url(../images/img/qjh-index-items-title-bg7.png) top center no-repeat
}
.qjh-index-servers-items-title.ylws .text{
	color: #0B867D;
}
.qjh-index-servers-items-title.ylws .desc{
	color: #AAC2C1;
}
.qjh-index-servers-items-title.ylws::after{
	background: url(../images/img/qjh-index-icon-7.png) center no-repeat;
}

.qjh-index-servers-items-title.other{
	background: url(../images/img/qjh-index-items-title-bg8.png) top center no-repeat
}
.qjh-index-servers-items-title.other .text{
	color: #A44C07;
}
.qjh-index-servers-items-title.other .desc{
	color: #B8A79A;
}
.qjh-index-servers-items-title.other::after{
	background: url(../images/img/qjh-index-icon-8.png) center no-repeat;
}

.qjh-index-servers-items-list{
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid;
	border-image: linear-gradient(180deg, rgba(19, 143, 231, 0) 3%, rgba(0, 0, 0, 0) 100%) 1;
	padding: 20px 16px;
	margin-top: -50px;
	position: relative;
	height: 500px;
}
.qjh-index-servers-items-list li{
	border-radius: 10px;
	background: linear-gradient(90deg, rgba(165, 197, 220, 0.0745) 0%, rgba(124, 102, 247, 0) 100%);
	margin-bottom: 20px;
}
.qjh-index-servers-items-list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
}
.qjh-index-servers-items-list li a label{
	cursor: pointer;
	width: calc(100% - 54px);
	padding: 0px 17px;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #333333;
}
.qjh-index-servers-items-list li a::after{
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/img/qjh-index-jiantou-icon.png) right no-repeat;
}
.qjh-index-servers-items-list li:hover a label{
	text-decoration: none;
	color: #37b4f9;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.qjh-index-servers-items-list li:hover a::after{
	animation: breathe-1 2s ease-in-out infinite alternate;
}
@keyframes breathe-1 {
  0% {
	transform: translateX(-50%);
  }
  50% {
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
  }
}
.qjh-index-link-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qjh-index-link-list li{
	width: calc(100% / 2 - 10px);
}
.qjh-index-link-list li img{
	width: 100%;
}


/**
 * 自适应
 */
@media screen and (max-width: 1377px) {
	.w1377{
		width: 100%;
	}
}
@media screen and (max-width: 1258px) {
    .qjh-w1258{
    	width: 100%;
    }
	.qjh-zxdk-container .top-pannel.fixed{
		width: 100%;
	}
	
}
@media screen and (max-width: 1120px) {
	.qjh-index-servers-items{
		width: calc(100% / 3 - 14px);
	}
	.qjh-index-servers-items:nth-child(4n){
		margin-right: 20px;
	}
	.qjh-index-servers-items:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 850px) {
	.qjh-index-servers-items{
		width: calc(100% / 2 - 14px);
	}
	.qjh-index-servers-items:nth-child(4n){
		margin-right: 0;
	}
	.qjh-index-servers-items:nth-child(3n){
		margin-right: 20px;
	}
	.qjh-index-servers-items:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.qjh-top-nav ul li:hover::before{
		width: 100%;
		height: 48px;
	}
	.qjh-xgfw-bsfw-list{
		height:auto;
	}
	.qjh-xgfw-bsfw-list li{
		width: calc(100% / 3 - 20px);
		margin-bottom: 20px;
	}
	.qjh-xgfw-xgxx-list li{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.qjh-top-nav{
		height: 100px;
	}
	.qjh-top-nav ul{
		height: 100px;
		max-height: 166px;
		flex-wrap: wrap;
	}
	.qjh-top-nav ul li{
		width: calc(100% / 4);
		height: 50px;
	}
	.qjh-top-nav ul li.split{
		display: none;
	}
	.qjh-cxfw-hdfk-pannel .qjh-hdfk .qjh-hdfk-content{
		padding: 25px 15px;
	}
	.qjh-cxfw-hdfk-pannel .qjh-hdfk .qjh-hdfk-content li{
		width: calc(100% / 2 - 10px);
	}
	.qjh-qa-list ul li{
		padding: 26px 20px;
	}
	.qjh-index-top{
		height: auto;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 616px) {
	.qjh-cxfw-hdfk-pannel .qjh-cxfw{
		width: calc(100%);
		height: auto;
		margin-bottom: 20px;
	}
	.qjh-cxfw-hdfk-pannel .qjh-cxfw .qjh-cxfw-content{
		height: auto;
	}
	.qjh-cxfw-hdfk-pannel .qjh-hdfk{
		width: calc(100%);
	}
	.qjh-xgfw-xgxx-list li{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.qjh-qa-list ul li .qjh-q-title::before{
		background-size: contain !important;
	}
	.qjh-top-nav ul li.split{
		display: none;
	}
	.qjh-top-nav ul li:hover::before{
		width: 100%;
	}
	.qjh-xgfw-bsfw-list li{
		width: calc(100% / 2 - 20px);
	}
	.qjh-top-tab{
		padding-left:0;
	}
	.qjh-top-tab ul{
		zoom: 0.7;
	}
	
	.qjh-index-servers-items{
		width: 100%;
		margin-right: 0 !important;
	}
	.qjh-index-servers-items-list{
		height: auto;
	}
	.qjh-index-link-list li{
		width: 100%;
		margin-bottom: 20px;
	}
	.qjh-index-top-desc{
		border-radius: 50px;
	}
	.qjh-index-top .head-img img{
		margin-top: -60px;
	}
	.qjh-index-top .logo{
		padding-top: 55px;
	}
	.qjh-index-top{
		height: auto;
		padding-bottom: 20px;
	}
}
