@charset "UTF-8";

body {
	overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}

.banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slick-list {
	position: relative;
}

.banner .slick-list::after {
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	background: url() repeat-x;
	height: 2.47rem;
}

.banner .slick-slide a {
	display: block;
	overflow: hidden;
	position: relative;
}

.banner .slick-slide img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 5s ease-out;
}

.banner .img_scale img {
	transform: scale(1);
}

.banner .slick-dots {
	bottom: 0.2rem;
	font-size: 0;
	z-index: 1;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.05rem;
	padding: 0;
	width: 0.1rem;
	height: 0.1rem;
	background: #fff;
	border-radius: 50%;
	opacity: 0.4;
	position: relative;
	transition: all 0.5s;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li.slick-active {
	margin: 0 0.1rem;
	width: 0.6rem;
	height: 0.05rem;
	border-radius: 0.025rem;
	opacity: 1;
}

/* .banner .slick-prev,
.banner .slick-next {
	width: 0.3rem;
	height: 0.3rem;
	top: inherit;
	transform: none;
	bottom: 0.33rem;
	z-index: 2;
}

.banner .slick-prev {
	left: inherit;
	right: 50%;
	margin-right: 1rem;
	background: url() no-repeat;
	background-size: 100% 100%;
}

.banner .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 1rem;
	background: url() no-repeat;
	background-size: 100% 100%;
} */

/*首页样式*/

.title {
	position: relative;
}

.tit-c {
	display: inline-block;
}

.tit-c p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3rem;
	height: 0.05rem;
	background: #004694;
}

.tit-c p {
	font-size: 0.14rem;
	line-height: 1;
	color: #999;
	position: relative;
	padding-left: 0.5rem;
	margin-top: 0.08rem;
}

.tit-c h3 {
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 1;
	color: #333;
}

.more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: all 0.5s;
}

.more a {
	display: block;
	font-size: 0.16rem;
	color: #333;
	text-align: center;
	padding-bottom: 0.1rem;
	width: 0.4rem;
	background: url(/fzghc/images/more.png) no-repeat center bottom;
	background-size: 0.31rem auto;
	transition: all 0.5s;
}

.title.white .more a {
	color: #fff;
}

.more:hover {
	right: 0.05rem;
}

.more:hover a {
	color: #134397;
}

/*主体*/
/* 侧边导航 */
#asideNav {
	position: fixed;
	right: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	display: none;
	transition: all 0.5s;
}

#asideNav .a {
	width: 0.7rem;
	position: relative;
	z-index: 1;
}

#asideNav ul {
	border-bottom: 1px solid #eeeeee;
}

#asideNav ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #fff;
	border: 1px solid #eeeeee;
	border-bottom: none;
	padding: 0.1rem 0;
	position: relative;
	transition: all 0.5s;
}

#asideNav ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	border-left: 0.075rem solid #fd9601;
	border-top: 0.045rem solid transparent;
	border-bottom: 0.045rem solid transparent;
	border-right: 0.075rem solid transparent;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

#asideNav ul li a .pic1 {
	transition: all 0.5s;
}

#asideNav ul li a .pic1 img {
	max-height: 0.21rem;
	transition: all 0.5s;
	display: block;
}

#asideNav ul li a .pic1 img:nth-child(2) {
	display: none;
}

#asideNav ul li a p {
	width: 100%;
	font-size: 0.12rem;
	text-align: center;
	color: #666;
	margin-top: 0.1rem;
	transition: all 0.5s;
}

#asideNav ul li:hover a {
	background: #fd9601;
}

#asideNav ul li:hover a .pic1 img:first-child {
	display: none;
}

#asideNav ul li:hover a .pic1 img:nth-child(2) {
	display: block;
}

#asideNav ul li:hover a p {
	color: #fff;
}

#asideNav ul li:hover a::before {
	opacity: 1;
	visibility: visible;
}

.section0 {
	position: relative;
	z-index: 1;
}

.s0-c {
	height: 1.87rem;
	margin-top: -0.935rem;
	background: url(/fzghc/images/section0-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.36rem 0.77rem 0.16rem 0.8rem;
}

.section11 {
	padding: 0.58rem 0 0.74rem 0;
}

.section11 .qh {
	background: url(/fzghc/images/section11-bg.png) no-repeat center;
	background-size: cover;
	padding: 0.4rem;
}

.section11 .qh .qh-t {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.section11 .qh .qh-t hr {
	flex: 1;
	min-width: 0;
	background: none;
	border: none;
	border-top: 1px solid #fff;
	margin-left: 0.3rem;
}

.section11 .qh .qh-t h3 {
	font-size: 0.3rem;
	font-weight: bold;
	color: #fff;
}

.section11 .qh .qh-tit {
	color: #fff;
}

.section11 .qh .qh-tit ul {
	display: flex;
}

.section11 .qh .qh-tit ul li {
	width: 1.5rem;
	line-height: 0.45rem;
	border-radius: 0.225rem;
	border: 1px solid #fff;
	text-align: center;
	font-size: 0.18rem;
	margin-left: 0.26rem;
	cursor: pointer;
	transition: all 0.5s;
}

.section11 .qh .qh-tit ul li:first-child {
	margin-left: 0;
}

.section11 .qh .qh-tit ul li.on {
	background: #fff;
	color: #333;
}

.section11 .qh .qh-bd-box {
	position: relative;
	margin-top: 0.4rem;
}

.section11 .qh .qh-bd-box>div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.section11 .qh .qh-bd-box>div.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.section11 .qh .qh-bd ul li {
	padding-top: 0.3rem;
	padding-bottom: 0.42rem;
	position: relative;
	transition: all 0.5s;
}

.section11 .qh .qh-bd ul li a {
	display: block;
	position: relative;
	transition: all 0.5s;
}

.section11 .qh .qh-bd ul li a::before {
	content: '';
	position: absolute;
	top: 0.18rem;
	left: 0;
	height: 1.25rem;
	border-left: 1px solid rgba(255, 255, 255, 0.11);
	transition: all 0.5s;
}

.section11 .qh .qh-bd ul li:first-child a::before {
	display: none;
}

.section11 .qh .qh-bd ul li a .icon {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.5s;
}

.section11 .qh .qh-bd ul li a .icon::before {
	content: '';
	position: absolute;
	top: 0.2rem;
	right: 0.05rem;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.section11 .qh .qh-bd ul li a .icon img {
	max-width: 0.6rem;
	max-height: 0.6rem;
}

.section11 .qh .qh-bd ul li a h3 {
	text-align: center;
	color: #fff;
	margin-top: 0.2rem;
	font-size: 0.16rem;
	transition: all 0.5s;
}

.section11 .qh .qh-bd ul li:hover {
	padding-top: 0;
	padding-bottom: 0.12rem;
}

.section11 .qh .qh-bd ul li:hover a {
	padding-top: 0;
}

.section11 .qh .qh-bd ul li:hover a::before {
	top: 0.48rem;
}

.section11 .qh .qh-bd ul li:hover a .icon {
	width: 1.2rem;
	height: 1.2rem;
	border: 1px dashed #fff;
	border-radius: 50%;
}

.section11 .qh .qh-bd ul li:hover a .icon::before {
	opacity: 1;
	visibility: visible;
}

.section11 .qh .qh-bd ul li:hover a h3 {
	font-weight: bold;
}


.section1 {
    margin: 80px 0;
}

.s1-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s1-l {
	width: 22.85%;
}

.s1-l ul {
	margin-top: 0.3rem;
}

.s1-l ul li a {
	display: block;
	padding: 0.25rem 0;
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.5s;
}

.s1-l ul li a .s1-lt .date {
	height: 0;
	font-size: 0;
}

.s1-l ul li a .s1-lt h3 {
	font-size: 0.18rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s1-l ul li a hr {
	border: none;
	background: none;
}

.s1-l ul li a>p {
	font-size: 0;
}

.s1-l ul li.on a {
	padding: 0.2rem;
	background: #fff;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.s1-l ul li.on a .s1-lt {
	display: flex;
	align-items: center;
}

.s1-l ul li.on a .s1-lt .date {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 0.05rem;
	background: #004694;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.s1-l ul li.on a .s1-lt .date>p {
	font-size: 0.24rem;
}

.s1-l ul li.on a .s1-lt .date>span {
	display: block;
	font-size: 0.12rem;
}

.s1-l ul li.on a .s1-lt h3 {
	flex: 1;
	min-width: 0;
	padding-left: 0.15rem;
}

.s1-l ul li.on a hr {
	border-bottom: 1px dashed #e5e5e5;
	margin: 0.15rem 0;
}

.s1-l ul li.on a>p {
	font-size: 0.14rem;
	line-height: 0.18rem;
	height: 0.36rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jdt {
	width: 47.85%;
	position: relative;
	z-index: 1;
	box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.1);
}

.jdt ul li a {
	display: block;
}

.jdt ul li a .bg_img {
	height: 4.15rem;
}

.jdt ul li:hover a .bg_img .a {
	transform: scale(1.1);
}

.jdt ul li a .jdt-tx {
	padding: 0.3rem;
	background: url(/fzghc/images/jdt-txbg.png) no-repeat;
	background-size: cover;
	position: relative;
}

.jdt ul li a .jdt-tx h3 {
	font-size: 0.24rem;
	line-height: 0.36rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.jdt ul li a .jdt-tx p {
	font-size: 0.14rem;
	line-height: 0.24rem;
	height: 0.72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #3D3D3D;
	margin-top: 0.2rem;
	color: #999;
}

.jdt ul li a .jdt-tx .gd {
	text-align: center;
	margin-top: 0.2rem;
}

.jdt ul li a .jdt-tx .gd span {
	font-size: 0.16rem;
	color: #999;
}

.jdt ul li:hover a .jdt-tx h3 {
	color: #0456CB;
}

.s1-r {
	width: 22.85%;
}

.s1-r ul li {
	margin-top: 0.2rem;
}

.s1-r ul li a {
	display: flex;
	align-items: center;
	transition: all 0.5s;
}

.s1-r ul li .date {
	width: 0.6rem;
	height: 0.65rem;

	text-align: center;
}

.s1-r ul li .date p {
	line-height: 0.35rem;
	font-size: 0.24rem;
	font-weight: bold;
	color: #999;
	background: #eee;
	transition: all 0.5s;
}

.s1-r ul li .date span {
	display: block;
	font-size: 0.12rem;
	color: #999;
	background: #fff;
	line-height: 0.3rem;
	border: 1px solid #eee;
	transition: all 0.5s;
}

.s1-r ul li h3 {
	flex: 1;
	min-width: 0;
	padding-left: 0.2rem;
	font-size: 0.18rem;
	line-height: 0.24rem;
	max-height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s1-r ul li:hover .date p {
	background: #004694;
	color: #fff;
}

.s1-r ul li:hover .date span {
	border-color: #004694;
	color: #004694;
}

.s1-r ul li:hover a h3 {
	color: #004694;
	font-weight: bold;
}



.section2 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0.74rem 0;
}

.s2-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s2-l {
	width: 22.5%;
	background: url(/fzghc/images/s2-lbg.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 0.56rem 0.45rem 0 0.45rem;
}

.s2-l ul li {
	line-height: 0.7rem;
	font-size: 0.2rem;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	cursor: pointer;
	position: relative;
}

.s2-l ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 0.1rem;
	height: 0.15rem;
	background: url(/fzghc/images/s2-lsj.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}

.s2-l ul li.on {
	font-size: 0.24rem;
	font-weight: bold;
}

.s2-l ul li.on::after {
	display: block;
}

.s2-l ul li:first-child {
	border-top: none;
}


.s2-r {
	width: 77.5%;
	margin-top: 1.06rem;
	background-image: -webkit-linear-gradient(-90deg, rgb(215, 233, 253) 0%, rgb(255, 255, 255) 100%);
	box-shadow: 0px 5px 20px 0px rgba(7, 3, 3, 0.1);
	padding: 0.55rem;
	position: relative;
}

.s2-r>div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.s2-r>div.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.s2-rbox {}

.s2-rtit ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.s2-rtit ul li {
	width: 1.5rem;
	line-height: 0.45rem;
	text-align: center;
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 0.225rem;
	font-size: 0.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-right: 0.15rem;
	margin-bottom: 0.2rem;
	cursor: pointer;
}

.s2-rtit ul li.active {
	background: #004694;
	border-color: #004694;
	color: #fff;
}

.s2-rtit ul li:last-child {
	margin-right: 0;
}

.s2-rbd {
	margin-top: 0.28rem;
}

.s2-rbd ul .s2-rd a {
	display: block;
	position: relative;
}

.s2-rbd ul .s2-rd a .s2-rdpic {
	width: 72.36%;
}

.s2-rbd ul .s2-rd a .s2-rdpic .bg_img {
	height: 3.6rem;
}

.s2-rbd ul .s2-rd a .s2-rdtx {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 36.18%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 0.2rem 0px rgba(4, 0, 0, 0.1);
	padding: 0.35rem;
}

.s2-rbd ul .s2-rd a .s2-rdtx p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	max-height: 0.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #666;
}

.s2-rbd ul .s2-rd a .s2-rdtx .gd {
	width: 1.2rem;
	line-height: 0.38rem;
	background: #fd9601;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 0.14rem;
	color: #fff;
	margin-top: 0.2rem;
}

.s2-rbd ul .s2-rd a .s2-rdtx .gd img {
	display: inline-block;
	width: 0.18rem;
	height: 0.09rem;
	margin-left: 0.05rem;
}


.s2-rbd {
	position: relative;
}

.s2-rbd>ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.s2-rbd>ul.active {
	position: relative;
	z-index: 9;
	opacity: 1;
}


.section3 {
    margin: 70px 0;
}

.s3-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s3-c .title {
	text-align: left;
}

.s3-c .title .tit-c::before {
	transform: none;
	left: 0.45rem;
}

.s3-l {
	width: 65.71%;
}

.s3-lbox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.3rem;
}

.s3-l-l {
	width: 45.65%;
}

.s3-l-l ul {
	overflow: hidden;
	border-radius: 0.2rem 0 0 0;
	box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.1);
}

.s3-l-l ul li a {
	display: block;
}

.s3-l-l ul li a .bg_img {
	height: 2.69rem;
	border-radius: 0.2rem 0 0 0;
}

.s3-l-l ul li a .s3-l-ltx {
	padding: 0.3rem 0.3rem 0.4rem;
}

.s3-l-l ul li a .s3-l-ltx h3 {
	font-size: 0.18rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s3-l-l ul li:hover a .s3-l-ltx h3 {
	color: #004694;
	font-weight: bold;
}

.s3-l-l ul li a .s3-l-ltx p {
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: rgba(51, 51, 51, 0.6);
	margin-top: 0.2rem;
}

.s3-l-l ul li a .s3-l-ltx span {
	display: block;
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.3rem;
	background: url(/fzghc/images/rl.png) no-repeat left center;
	background-size: 0.2rem auto;
	padding-left: 0.3rem;
	margin-top: 0.2rem;
}

.s3-l-l .slick-dots {
	font-size: 0;
	bottom: 0.2rem;
	box-shadow: none;
	border-radius: none;
}

.s3-l-l .slick-dots li {
	margin: 0 0.05rem;
	width: 0.6rem;
	height: 0.03rem;
	background: #eeeeee;
}

.s3-l-l .slick-dots li.slick-active {
	background: #004694;
}

.s3-l-l .slick-dots li button {
	display: none;
}

.s3-l-r {
	flex: 1;
	min-width: 0;
	margin-left: 0.34rem;
}

.s3-l-r .tt a {
	display: block;
}

.s3-l-r .tt h3 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #004694;
	background: url(/fzghc/images/s3-l-rzs.png) no-repeat left center;
	background-size: 0.07rem auto;
	padding-left: 0.36rem;
	transition: all 0.5s;
}

.s3-l-r .tt a:hover h3 {
	padding-left: 0.3rem;
}

.s3-l-r .tt .x {
	margin: 0.25rem 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.s3-l-r .tt .x::before {
	content: '';
	position: absolute;
	top: -0.11rem;
	left: 0.47rem;
	width: 0.17rem;
	height: 0.12rem;
	background: url(/fzghc/images/s3-l-sj.png) no-repeat;
	background-size: 100% 100%;
}

.s3-l-r .tt p {
	font-size: 0.16rem;
	line-height: 0.2rem;
	height: 0.4rem;
	color: rgba(51, 51, 51, 0.6);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s3-l-r ul {
	margin-top: 0.2rem;
}

.s3-l-r ul li {
	line-height: 0.58rem;
	overflow: hidden;
	border-bottom: 1px dashed #cccccc;
}

.s3-l-r ul li span {
	font-size: 0.18rem;
	float: right;
	color: #999;
	padding-left: 0.15rem;
}

.s3-l-r ul li a {
	display: block;
	padding-left: 0.2rem;
	font-size: 0.18rem;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	left: 0;
	transition: all 0.5s;
}

.s3-l-r ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.03rem;
	height: 0.2rem;
	background: #999;
}

.s3-l-r ul li:hover a {
	left: 0.05rem;
	color: #004694;
	font-weight: bold;
}

.s3-r {
	width: 30%;
}

.s3-r ul li {
	margin-top: 23px;
}

.s3-r ul li a {
	display: flex;
}

.s3-r ul li a .date {
	width: 0.8rem;
	border: 1px solid #eeeeee;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	color: #004694;
	margin-right: 0.3rem;
	transition: all 0.5s;
}

.s3-r ul li a .date>p {
	font-size: 0.32rem;
	font-weight: bold;
}

.s3-r ul li a .date>span {
	display: block;
	font-size: 0.14rem;
}

.s3-r ul li a .s3-rtx {
	flex: 1;
	min-width: 0;
	padding: 0.2rem 0.2rem 0.2rem 0;
	border-bottom: 1px dashed #eee;
}

.s3-r ul li a .s3-rtx h3 {
	font-size: 0.18rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
	position: relative;
}

.s3-r ul li a .s3-rtx hr {
	background: none;
	border: none;
	width: 0;
	border-bottom: 2px solid #f6f6f6;
	margin: 0.1rem 0;
	transition: all 0.5s;
}

.s3-r ul li a .s3-rtx>p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s3-r ul li:hover a .date {
	background: #004694;
	border-color: #004694;
	color: #fff;
}

.s3-r ul li:hover a {
	background: #fff;
	box-shadow: 0.03rem 0 0.1rem rgba(0, 0, 0, 0.1);
}

.s3-r ul li:hover a .s3-rtx {
	border-bottom-color: transparent;
}

.s3-r ul li:hover a .s3-rtx h3 {
	color: #004694;
	font-weight: bold;
}

.s3-r ul li:hover a .s3-rtx hr {
	width: 100%;
}

.section4 {
	margin: 0.74rem 0;
}

.s4-c {
	background: url(/fzghc/images/section4-bg.png) no-repeat center;
	background-size: cover;
	border-radius: 0.1rem;
}

.s4-c ul {
	display: flex;
	flex-wrap: wrap;
}

.s4-c ul li {
	width: 25%;
	padding: 0.35rem 0;
}

.s4-c ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.s4-c ul li a .icon {
	margin-right: 0.2rem;
	position: relative;
}

.s4-c ul li a .icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	padding: 0.08rem;
	border: 1px dashed #fff;
	border-radius: 50%;
	transition: all 0.5s;
}

.s4-c ul li a .icon img {
	display: block;
	width: 0.7rem;
	height: 0.7rem;
}

.s4-c ul li:hover a .icon::before {
	width: 100%;
	height: 100%;
}

.s4-c ul li a .s4-ctx {}

.s4-c ul li a .s4-ctx h3 {
	font-size: 0.24rem;
	font-weight: bold;
}

.s4-c ul li a .s4-ctx h3 em {
	font-weight: normal;
	font-size: 0.16rem;
	padding-left: 0.05rem;
}

.s4-c ul li a .s4-ctx p {
	font-size: 0.16rem;
	margin-top: 0.05rem;
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1400px) {
	.section11 {
		padding: 0.58rem 0.2rem 0.74rem 0.2rem;
	}
}

@media screen and (max-width:1200px) {
	.section11 .qh .qh-t h3 {
		font-size: 0.26rem;
		margin-right: 0.26rem;
	}

	.section11 .qh {
		padding: 0.4rem 0.2rem;
	}

	.section11 .qh .qh-t hr {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	
	#asideNav {
		display: none !important;
	}

	.section11 {
		padding: 0.2rem 0.2rem 0.4rem;
	}

	.section2 {
		padding: 0.4rem 0;
	}
.section1{

	margin-top:20px;
}
	.section4 {
		margin: 0.4rem 0;
	}
}

@media screen and (max-width: 768px) {
	.banner .slick-dots {
		bottom: 0.25rem;
	}

	.s0-c {
		height: auto;
		padding: 0.3rem 0.6rem 0.3rem 0.4rem;
		margin-top: -0.75rem;
	}

	.search {
		height: 0.5rem;
	}

	.search .text {
		padding-right: 0.5rem;
		height: 0.5rem;
		font-size: 0.22rem;
	}

	.search .button {
		width: 0.5rem;
		height: 0.5rem;
		background-size: 0.2rem auto;
	}

	.gjss {
		font-size: 0.2rem;
	}

	.gjss a {
		font-size: 0.18rem;
	}

	.section11 .qh {
		padding: 0.2rem;
	}

	.section11 .qh .qh-t h3 {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 0.4rem;
	}

	.section11 .qh .qh-tit ul {
		flex-wrap: wrap;
	}

	.section11 .qh .qh-tit ul li {
		margin-bottom: 0.2rem;
	}

	.section11 .qh .qh-tit ul li {
		width: 1.4rem;
		margin-left: 0;
		margin-right: 0.2rem;
	}

	.section11 .qh .qh-tit ul li:last-child {
		margin-right: 0;
	}

	.section11 .qh .qh-bd-box {
		margin-top: 0;
	}

	.section11 .qh .qh-bd ul li a::before {
		height: 1rem;
	}

	.tit-c p {
		font-size: 12px;
		padding-left: 0.3rem;
	}

	.tit-c p::before {
		width: 0.2rem;
		height: 0.03rem;
	}

	.s1-l {
		width: 100%;
	}

	.jdt {
		width: 100%;
		margin-top: 0.4rem;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.4rem;
	}

	.s1-l ul li a .s1-lt h3 {
		font-size: 0.2rem;
		line-height: 0.3rem;
		height: auto;
		max-height: 0.6rem;
	}

	.s1-l ul li.on a>p {
		font-size: 0.16rem;
		line-height: 0.3rem;
		height: 0.6rem;
	}

	.s1-l ul li.on a .s1-lt .date {
		width: 0.8rem;
		height: 0.8rem;
	}

	.s1-l ul li.on a .s1-lt .date>p {
		font-size: 0.26rem;
	}

	.s1-l ul li.on a .s1-lt .date>span {
		font-size: 12px;
	}

	.jdt ul li a .jdt-tx {
		padding: 0.2rem 0.3rem;
	}

	.jdt ul li a .jdt-tx h3 {
		font-size: 0.2rem;
	}

	.jdt ul li a .jdt-tx p {
		font-size: 0.16rem;
		height: auto;
		max-height: 0.72rem;
	}

	.jdt ul li a .bg_img {
		height: auto;
		padding-top: 61.94%;
	}

	.s1-r ul li .date p {
		font-size: 0.26rem;
	}

	.s1-r ul li .date span {
		font-size: 12px;
	}

	.s1-r ul li h3 {
		font-size: 0.2rem;
	}

	.s1-r ul li .date {
		width: 0.8rem;
	}

	.s2-l {
		width: 100%;
		background: #004694;
		background-size: cover;
		padding: 0.2rem 0.3rem;
	}

	.s2-l ul li {
		line-height: 0.6rem;
	}

	.s2-r {
		width: 100%;
		margin-top: 0;
		padding: 0.3rem;
	}

	.s2-rbd {
		margin-top: 0.2rem;
	}

	.s2-rbd ul .s2-rd a .s2-rdpic {
		width: 100%;
	}

	.s2-rbd ul .s2-rd a .s2-rdpic .bg_img {
		height: auto;
		padding-top: 50%;
	}

	.s2-rbd ul .s2-rd a .s2-rdtx {
		position: static;
		transform: none;
		width: 100%;
		padding: 0.3rem;
	}

	.s2-rbd ul .s2-rd a .s2-rdtx p {
		font-size: 0.18rem;
	}

	.s2-rbd ul .s2-rd a .s2-rdtx .gd {
		font-size: 12px;
	}

	.s3-l {
		width: 100%;
	}

	.s3-l-l {
		width: 100%;
	}

	.s3-l-l ul li a .bg_img {
		height: auto;
		padding-top: 64.04%;
	}

	.s3-l-l ul li a .s3-l-ltx h3 {
		font-size: 0.2rem;
		height: auto;
		max-height: 0.56rem;
	}

	.s3-l-l ul li a .s3-l-ltx p {
		font-size: 0.18rem;
		height: auto;
		max-height: 0.56rem;
		margin-top: 0.1rem;
	}

	.s3-l-l ul li a .s3-l-ltx span {
		font-size: 0.16rem;
		margin-top: 0.1rem;
	}

	.s3-l-r {
		flex: none;
		width: 100%;
		margin-left: 0;
		margin-top: 0.4rem;
	}

	.s3-l-r .tt h3 {
		height: auto;
		max-height: 0.56rem;
	}

	.s3-l-r .tt p {
		font-size: 0.18rem;
		height: auto;
		line-height: 0.24rem;
		max-height: 0.48rem;
	}

	.s3-l-r ul li a,
	.s3-l-r ul li span {
		font-size: 0.2rem;
	}

	.s3-r {
		width: 100%;
		margin-top: 0.4rem;
	}

	.s3-r ul li a .s3-rtx h3 {
		font-size: 0.2rem;
		height: auto;
		max-height: 0.48rem;
	}

	.s3-r ul li a .s3-rtx>p {
		font-size: 0.18rem;
		height: auto;
		max-height: 0.48rem;
	}

	.s3-r ul li a .date>span {
		font-size: 12px;
	}

	.s4-c ul li {
		width: 50%;
		padding: 0.2rem 0;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}