.subMenu4 .title {
	margin-bottom: 7px;
}

.side.right .info .img {
	height: 289.7px !important;
}

@media screen and (min-width:767px) {

	.subMenu .level2 a,
	.subMenu .level1>li.active a {
		margin-bottom: 2px;
	}

	.subMenu li a {
		margin-bottom: 0px;
	}

	.subMenu .level1>li>a {
		height: 75px;
	}

	.subMenu4 .level1>li>a::before {
		background: #dedede;
	}

	.subMenu .level1>li>a::after {
		top: 30px;
	}

	.subMenu .level1>li>a::before {
		top: 22px;
	}

	.subMenu .level1>li>a h3 {
		top: 48%;
		display: block;
		width: 58px;
		margin-left: 60px;
		text-align-last: justify;
		text-align: justify;
	}

	.list2 {
		margin-bottom: 0px;
		/* overflow: hidden; */
	}

	.side.right {
		box-shadow: 6px 6px 28px 2px rgba(222, 222, 222, 0.32);
		margin-bottom: 100px;
	}

	.side.right>.info .text p {
		font-size: 18px;
	}

	.list1 li {
		font-size: 18px;
	}

	.list2 ul li span {
		font-size: 18px;
	}

	.mtitle {
		display: none !important;
	}

	.pctitle {
		display: block !important;
	}
}

@media screen and (max-width:767px) {
	.side.right .info .text {
		height: 289.7px !important;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.side.right .info .text h2 {
		margin: 0 auto !important;
		font-size: 49px;
	}

	.side.right .info .text span {
		font-size: 40px;
		margin: 0 auto !important;
	}

	.ii {
		height: 7px !important;
	}

	.mtitle {
		display: block !important;
	}

	.pctitle {
		display: none !important;
	}
}

.header .container .nav::-webkit-scrollbar {
	display: none;
}

.header .container .search .SearchForm>p.input {
	width: 200px;
	height: 26px;
	background: #6EA5E3;
	border-radius: 13px;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}

.header .container .search .SearchForm>p.input input {
	border: 0;
	width: auto;
	height: 22px;
	color: #fff;
	outline: none;
	background: none;
	position: absolute;
	top: 0;
	left: 10px;
}

.header .container .search .SearchForm>p.input i {
	position: absolute;
	right: 10px;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780369734039531/trs_44.png) no-repeat center;
	cursor: pointer;
}

.header .container form>p.input input {
	width: 100%;
	height: 100%;
	position: initial;
	box-sizing: border-box;
}

.header .container form>p.btn span {
	width: 45px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	display: inline-block;
	background: rgba(255, 255, 255, .3);
	margin-right: 8px;
	border-radius: 4px;
	cursor: pointer;
}

.header .container form>p.input {
	width: 110px;
	height: 26px;
	padding: 0 10px;
	box-sizing: border-box;
	background: #6EA5E3;
	border-radius: 13px;
	overflow: hidden;
	margin-right: 6px;
	position: relative;
}

.header {
	background: none;
	position: relative;
}

.headerImg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.container {
	z-index: 11;
}

@media screen and (max-width:768px) {
	.header .menuBtn i {
		width: 33px;
		height: 30px;
		background: url(//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1780369734039531/m13@2x.png);
		background-size: contain;
		display: block;
		float: right;
	}

	.header {
		position: fixed;
	}

	body {
		padding-top: 368px;
		margin-bottom: 0px;
	}

	.headerImg {
		width: 100%;
	}
}