﻿html {
	font-size: 125%;
}

@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.gov-open-body .container {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: block;
}

.gov-open-body,
.gov-open-body * {
	box-sizing: border-box;
}

.gov-open-body h1 {
	font-size: initial;
}
.govopen-bigleft-container{
	width: 70%;
	float: left;
}
.govopen-smallright-container{
	width: 27.5%;
	float: right;
}
@media (max-width:768px) {
	.govopen-bigleft-container{
		width: 100%;
	}
	.govopen-smallright-container{
		width: 100%;
	}
}
/* govopen-head style */
.govopen-head {
	border-bottom: 1px solid #115db2;
	overflow: hidden;
	margin-bottom: 1rem;
}

.govopen-head h1.title {
	height: 2.3rem;
	float: left;
	background: #115db2;
}

.govopen-head h1.title a {
	display: block;
	height: 2.3rem;
	line-height: 2.3rem;
	padding: 0 1rem;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
}

.govopen-head h1.title a:hover {
	text-decoration: none;
}

@media (max-width:1200px) {
	.govopen-head {
		margin-bottom: 1.75vw;
	}

	.govopen-head h1.title {
		height: 3.75vw;
	}

	.govopen-head h1.title a {
		height: 3.75vw;
		line-height: 3.75vw;
		padding: 0 1.75vw;
		font-size: 1.75vw;
	}
}

@media (max-width:768px) {
	.govopen-head {
		margin-bottom: 4vw;
	}

	.govopen-head h1.title {
		height: 8vw;
	}

	.govopen-head h1.title a {
		height: 8vw;
		line-height: 8vw;
		padding: 0 4vw;
		font-size: 4.8vw;
		font-weight: normal;
	}

	.govopen-head h1.title a:hover {
		text-decoration: none;
	}
}

/* govopen-leader-container style */
.govopen-leader-container {
	width: 41.6667%;
	float: left;
	margin-bottom: 1.5rem;
}

.govopen-leader-box {
	margin-bottom: 1.5rem;
	position: relative;
	padding-left: 10.7rem;
}

.govopen-leader-box .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 9rem;
}

.govopen-leader-box .photo img {
	width: 100%;
	height: auto;
}

.govopen-leader-box .info {
	width: 100%;
}

.govopen-leader-box .info .name {
	border-bottom: 1px dotted #dbdbdb;
	line-height: 1.4rem;
	padding: 0.3rem 0;
	font-size: 0.8rem;
	color: #333;
	margin-bottom: 0.7rem;
}

.govopen-leader-box .info .name span {
	font-size: 1.2rem;
	color: #115db2;
	margin-right: 1.2rem;
}

.govopen-leader-box .works li {
	width: 100%;
	display: table;
	margin-bottom: 0.7rem;
}

.govopen-leader-box .works li:last-of-type {
	margin-bottom: 0;
}

.govopen-leader-box .works li a {
	display: table-cell;
	width: 100%;
	height: 2.3rem;
	text-align: center;
	vertical-align: middle;
	background: #f9f9f9;
	color: #115db2;
	font-size: 0.8rem;
	transition: .2s ease-in-out;
}

.govopen-leader-box .works li i {
	font-size: 1rem;
	margin-right: 0.5rem;
}

.govopen-leader-box .works li a:hover {
	background: #115db2;
	color: #fff;
	text-decoration: none;
}

.govopen-leader-other li {
	padding-left: 5rem;
	position: relative;
	line-height: 1.2rem;
	font-size: 0;
	color: #333;
}

.govopen-leader-other li label {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.2rem;
	font-size: 0.8rem;
	font-weight: bold;
}

.govopen-leader-other li a {
	font-size: 0.8rem;
	margin-right: 1.2rem;
}

.govopen-leader-other li a:last-of-type {
	margin-right: 0;
}

.govopen-leader-dept {
	width: 100%;
	display: table;
	margin-top: 0.3rem;
}

.govopen-leader-dept a {
	display: table-cell;
	width: 100%;
	height: 2rem;
	text-align: center;
	vertical-align: middle;
	background: #f9f9f9;
	font-size: 0.8rem;
	color: #666;
	transition: .2s ease-in-out;
}

.govopen-leader-dept a:hover {
	text-decoration: none;
	background: #115db2;
	color: #fff;
}

.govopen-leader-dept a i {
	font-size: 1rem;
	margin-right: 0.6rem;
}

@media (max-width:1200px) {
	.govopen-leader-container {
		margin-bottom: 2.5vw;
	}

	.govopen-leader-box {
		margin-bottom: 2.5vw;
		padding-left: 17.75vw;
	}

	.govopen-leader-box .photo {
		width: 15vw;
	}

	.govopen-leader-box .info .name {
		line-height: 2.25vw;
		padding: 0.5vw 0;
		font-size: 1.25vw;
		margin-bottom: 1.25vw;
	}

	.govopen-leader-box .info .name span {
		font-size: 2vw;
		margin-right: 2vw;
	}

	.govopen-leader-box .works li {
		margin-bottom: 1.25vw;
	}

	.govopen-leader-box .works li a {
		height: 3.75vw;
		font-size: 1.25vw;
	}

	.govopen-leader-box .works li i {
		font-size: 1.75vw;
		margin-right: 1vw;
	}

	.govopen-leader-other li {
		padding-left: 5rem;
		line-height: 2vw;
	}

	.govopen-leader-other li label {
		line-height: 2vw;
		font-size: 1.33vw;
	}

	.govopen-leader-other li a {
		font-size: 1.25vw;
		margin-right: 2vw;
	}

	.govopen-leader-dept {
		margin-top: 0.5vw;
	}

	.govopen-leader-dept a {
		height: 3.25vw;
		font-size: 1.33vw;
	}

	.govopen-leader-dept a i {
		font-size: 1.75vw;
		margin-right: 1vw;
	}
}

@media (max-width:768px) {
	.govopen-leader-container {
		margin-bottom: 4vw;
		width: 100%;
	}

	.govopen-leader-box {
		margin-bottom: 4vw;
		padding-left: 10rem;
	}

	.govopen-leader-box .photo {
		width: 9rem;
	}

	.govopen-leader-box .info .name {
		line-height: 2rem;
		font-size: 0.8rem;
		margin-bottom: 0.7rem;
	}

	.govopen-leader-box .info .name span {
		font-size: 1.2rem;
		margin-right: 1.2rem;
	}

	.govopen-leader-box .works li {
		margin-bottom: 0.7rem;
	}

	.govopen-leader-box .works li a {
		height: 2.3rem;
		font-size: 0.8rem;
	}

	.govopen-leader-box .works li i {
		font-size: 1rem;
		margin-right: 0.5rem;
	}

	.govopen-leader-other li {
		padding-left: 5rem;
		line-height: 1.2rem;
	}

	.govopen-leader-other li label {
		line-height: 1.2rem;
		font-size: 0.8rem;
	}

	.govopen-leader-other li a {
		font-size: 0.8rem;
		margin-right: 1.2rem;
	}

	.govopen-leader-dept {
		margin-top: 0.3rem;
	}

	.govopen-leader-dept a {
		height: 2rem;
		font-size: 0.8rem;
	}

	.govopen-leader-dept a i {
		font-size: 1rem;
		margin-right: 0.6rem;
	}
}

@media (max-width:414px) {
	.govopen-leader-container {
		margin-bottom: 4.8vw;
	}

	.govopen-leader-box {
		margin-bottom: 4.8vw;
		padding-left: 0rem;
	}

	.govopen-leader-box .photo {
		position: relative;
		left: auto;
		top: auto;
		text-align: center;
		width: 100%;
	}

	.govopen-leader-box .photo img {
		width: 61.8%;
	}

	.govopen-leader-box .info .name {
		border-bottom: none;
		text-align: center;
		margin-top: 1.6vw;
		line-height: 4.4vw;
		font-size: 3.6vw;
		margin-bottom: 2vw;
	}

	.govopen-leader-box .info .name span {
		display: inline-block;
		width: 100%;
		text-align: center;
		font-size: 4.4vw;
		margin-bottom: 0.8vw;
		margin-right: 0;
	}

	.govopen-leader-box .works li {
		margin-bottom: 2vw;
	}

	.govopen-leader-box .works li a {
		height: 7.2vw;
		font-size: 3.6vw;
	}

	.govopen-leader-box .works li i {
		font-size: 4.4vw;
		margin-right: 1.6vw;
	}

	.govopen-leader-other li {
		padding-left: 0;
		text-align: center;
		line-height: 6vw;
	}

	.govopen-leader-other li label {
		position: relative;
		left: auto;
		top: auto;
		display: inline-block;
		text-align: center;
		width: 100%;
		line-height: 6vw;
		font-size: 3.6vw;
	}

	.govopen-leader-other li a {
		font-size: 3.6vw;
		margin: 0 1.2vw;
	}

	.govopen-leader-dept {
		margin-top: 1.2vw;
	}

	.govopen-leader-dept a {
		height: 7.2vw;
		font-size: 3.6vw;
	}

	.govopen-leader-dept a i {
		font-size: 4.8vw;
		margin-right: 1.6vw;
	}
}

/* govopen-mainews-container style */
.govopen-mainews-container {
	width: 55%;
	float: right;
	margin-bottom: 1.5rem;
}

.govopen-tab-head {
	border-bottom: 1px solid #115db2;
	margin-bottom: 0.75rem;
}

.govopen-tab-head li {
	float: left;
	padding: 0 1rem;
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 1rem;
	color: #999;
	transition: .2s ease-in-out;
}

.govopen-tab-head li a {
	color: #999;
}

.govopen-tab-head li a:hover {
	text-decoration: none;
}

.govopen-tab-head li.active {
	color: #fff;
	background: #115db2;
}

.govopen-tab-head li.active a {
	color: #fff;
	font-weight: bold;
}

@media (max-width:1200px) {
	.govopen-mainews-container {
		margin-bottom: 2.5vw;
	}
	.govopen-tab-head {
		margin-bottom: 1.25vw;
	}
	.govopen-tab-head li {
		padding: 0 1.75vw;
		height: 3.75vw;
		line-height: 3.75vw;
		font-size: 1.75vw;
	}
}

@media (max-width:768px) {
	.govopen-mainews-container {
		width: 100%;
		margin-bottom: 6vw;
	}
	.govopen-tab-head {
		margin-bottom: 4vw;
	}

	.govopen-tab-head li {
		padding: 0 4vw;
		height: 8vw;
		line-height: 8vw;
		font-size: 4.8vw;
	}
	.govopen-tab-head li.active a{
		font-weight: normal;
	}
}

/* ---- news-lists Style ---- */
.govopen-news-lists li {
	height: 2.1rem;
	line-height: 2.1rem;
	padding: 0rem 3.2rem 0rem 1rem;
	font-size: 0.8rem;
	color: #333333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.govopen-news-lists li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.85rem;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: #115db2;
}

.govopen-news-lists.no-time li {
	padding-right: 0;
}

.govopen-news-lists li span {
	position: absolute;
	top: 0;
	right: 0;
	min-height: 2.1rem;
	line-height: 1.5rem;
	padding: 0.3rem 0;
	font-size: 0.7rem;
	color: #999999;
}

/* older-model */
.older-model .govopen-news-lists li {
	height: auto;
	min-height: 5.6vw;
	line-height: 3.6vw;
	padding: 1vw 0 1vw 3.2vw;
	font-size: 2.4vw;
	overflow: auto;
	text-overflow: unset;
	white-space: unset;
}

.older-model .govopen-news-lists li::before {
	top: 2.6vw;
	width: 1.2vw;
	height: 1.2vw;
}

.older-model .govopen-news-lists.no-time li {
	padding-right: 0;
}

.older-model .govopen-news-lists li span {
	min-height: 5.6vw;
	line-height: 3.6vw;
	padding: 1vw 0;
	font-size: 2vw;
}

@media (max-width:1200px) {
	.govopen-news-lists li {
		height: 3.5vw;
		line-height: 3.5vw;
		padding: 0 5vw 0 1.75vw;
		font-size: 1.33vw;
	}

	.govopen-news-lists li::before {
		top: 1.5vw;
		width: 0.5vw;
		height: 0.5vw;
	}

	.govopen-news-lists.no-time li {
		padding-right: 0;
	}

	.govopen-news-lists li span {
		min-height: 3.5vw;
		line-height: 2.5vw;
		padding: 0.5vw 0;
		font-size: 1.25vw;
	}
}

@media (max-width:768px) {
	.govopen-news-lists li {
		height: auto;
		min-height: 7.6vw;
		line-height: 5.2vw;
		padding: 1.2vw 12vw 1.2vw 3.2vw;
		font-size: 3.6vw;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}

	.govopen-news-lists li::before {
		top: 3.2vw;
		width: 1.2vw;
		height: 1.2vw;
	}

	.govopen-news-lists.no-time li {
		padding-right: 0;
	}

	.govopen-news-lists li span {
		min-height: 7.6vw;
		line-height: 5.2vw;
		padding: 1.2vw 0;
		font-size: 3.2vw;
	}
}

/* govopen-open-lists style */
.govopen-open-lists{
	margin-top: 1.8rem;
	margin-bottom: 1rem;
}
.govopen-open-lists li{
	display: table;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.govopen-open-lists li:nth-of-type(3n){
	margin-right: 0;
}
.govopen-open-lists li a{
	display: table-cell;
	height: 3rem;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #333;
	background: #f5f5f5;
	transition: .2s ease-in-out;
}
.govopen-open-lists li a span{
	width: 8em;
	display: inline-block;
	text-align: left;
}
.govopen-open-lists li a:hover{
	text-decoration: none;
	background: #f5f9ff;
	color: #115db2;
}
.govopen-open-lists li i{
	font-size: 1.2rem;
	margin-right: 0.75rem;
	color: #115db2;
}
@media (max-width:1200px) {
	.govopen-open-lists{
		margin-top: 3vw;
		margin-bottom: 1.75vw;
	}
	.govopen-open-lists li a{
		height: 5vw;
		font-size: 1.33vw;
		line-height: 2vw;
	}
	.govopen-open-lists li i{
		font-size: 2vw;
		margin-right: 1.25vw;
	}
}
@media (max-width:768px) {
	.govopen-open-lists{
		margin-top: 4.8vw;
		margin-bottom: 2.8vw;
	}
	.govopen-open-lists li{
		width: 48.5%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.govopen-open-lists li:nth-of-type(2n){
		float: right;
	}
	.govopen-open-lists li a{
		height: 10vw;
		font-size: 3.2vw;
		line-height: 4vw;
	}
	.govopen-open-lists li i{
		font-size: 4.4vw;
		margin-right: 1vw;
	}
}
@media (max-width:360px) {

	.govopen-open-lists li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.govopen-open-lists li a{
		height: 12vw;
		font-size: 4.4vw;
		line-height: 4.8vw;
	}
	.govopen-open-lists li i{
		font-size: 5.2vw;
		margin-right: 1vw;
	}
}

/* govopen-mainav-container style */
.govopen-mainav-container{
	width: 100%;
	padding: 2.8rem 0 3.2rem;
	background: url(absgq202111_mainav-bg.jpg) center center / auto 100% repeat-x;
	background-attachment: fixed;
	position: relative;
	margin-bottom: 2rem;
}
.govopen-mainav-container::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
}
.govopen-mainav-lists{
	position: relative;
	z-index: 1;
}
.govopen-mainav-lists>li{
	float: left;
	width: 17.5%;
	margin-right: 3.125%;
	display: block;
	position: relative;
}
.govopen-mainav-lists>li:nth-of-type(5n){
	margin-right: 0;
}
.govopen-mainav-lists>li>a{
	display:block;
	width: 100%;
	height: 7.5rem;
	padding-top: 1.5rem;
	text-align: center;
	background: #fff;
}
.govopen-mainav-lists>li>a i{
	font-size: 2.4rem;
	color: #115db2;
}
.govopen-mainav-lists>li>a span{
	display: inline-block;
	width: 100%;
	margin-top: 0.6rem;
	font-size: 0.9rem;
	line-height: 1.2rem;
	color: #115db2;
	font-weight: bold;
}
.govopen-mainav-lists>li .submenu  {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
	width:100%;
	padding-top:0px;
}
.govopen-mainav-lists>li .submenu  li {
    opacity: 0;
	background: #115db2;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.govopen-mainav-lists>li .submenu  li a{
	display:block;
	padding: 0.6rem 0.3rem 0.6rem 0.3rem;
	line-height: 1.2rem;
	font-size: 0.8rem;
	color:#fff;
	text-align: center;
}
.govopen-mainav-lists>li .submenu  li:hover a {
    border-radius: 0;
    color: #f5f9ff;
	text-decoration:none;
}
.govopen-mainav-lists>li .submenu {
    z-index: 10;
}
.govopen-mainav-lists>li:hover .submenu, .govopen-mainav-lists>li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.govopen-mainav-lists>li:hover .submenu li, .govopen-mainav-lists>li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/* CSS3 过渡效果的延迟 */
.govopen-mainav-lists li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.govopen-mainav-lists li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 15ms;
    -moz-transition-delay: 15ms;
    -ms-transition-delay: 15ms;
    -o-transition-delay: 5ms;
    transition-delay: 15ms;
}
.govopen-mainav-lists li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 30ms;
    -moz-transition-delay: 30ms;
    -ms-transition-delay: 30ms;
    -o-transition-delay: 30ms;
    transition-delay: 30ms;
}
.govopen-mainav-lists li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -ms-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}
.govopen-mainav-lists li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 90ms;
    -moz-transition-delay: 90ms;
    -ms-transition-delay: 90ms;
    -o-transition-delay: 90ms;
    transition-delay: 90ms;
}
.govopen-mainav-lists li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -ms-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms;
}
.govopen-mainav-lists li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 50ms;
    transition-delay: 150ms;
}
.govopen-mainav-lists li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 180ms;
    -moz-transition-delay: 180ms;
    -ms-transition-delay: 180ms;
    -o-transition-delay: 80ms;
    transition-delay: 180ms;
}
.govopen-mainav-lists li:hover .submenu li:nth-child(9) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}

.govopen-mainav-lists>li .submenu li:nth-child(1) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}
.govopen-mainav-lists>li .submenu li:nth-child(2) {
    -webkit-transition-delay: 180ms;
    -moz-transition-delay: 180ms;
    -ms-transition-delay: 180ms;
    -o-transition-delay: 80ms;
    transition-delay: 180ms;
}
.govopen-mainav-lists>li .submenu li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.govopen-mainav-lists>li .submenu li:nth-child(4) {
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -ms-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms;
}
.govopen-mainav-lists>li .submenu li:nth-child(5) {
    -webkit-transition-delay: 90ms;
    -moz-transition-delay: 90ms;
    -ms-transition-delay: 90ms;
    -o-transition-delay: 90ms;
    transition-delay: 90ms;
}
.govopen-mainav-lists>li .submenu li:nth-child(6) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -ms-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}
.govopen-mainav-lists>li .submenu li:nth-child(7) {
    -webkit-transition-delay: 30ms;
    -moz-transition-delay: 30ms;
    -ms-transition-delay: 30ms;
    -o-transition-delay: 30ms;
    transition-delay: 30ms;
}
.govopen-mainav-lists>li .submenu li:nth-child(8) {
    -webkit-transition-delay: 15ms;
    -moz-transition-delay: 15ms;
    -ms-transition-delay: 15ms;
    -o-transition-delay: 15ms;
    transition-delay: 15ms;
}
.govopen-mainav-lists>li .submenu li:nth-child(9) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
@media (max-width:1200px) {
	.govopen-mainav-container{
		padding: 4.75vw 0 5.25vw;
		margin-bottom: 1.75vw;
	}
	.govopen-mainav-lists>li>a{
		height: 12.5vw;
		padding-top: 2.5vw;
	}
	.govopen-mainav-lists>li>a i{
		font-size: 4vw;
	}
	.govopen-mainav-lists>li>a span{
		margin-top: 1vw;
		font-size: 1.5vw;
		line-height: 2vw;
	}
	.govopen-mainav-lists>li .submenu  li a{
		padding: 1vw 0.5vw 1vw 0.5vw;
		line-height: 2vw;
		font-size: 1.3vw;
	}
}
@media (max-width:768px) {
	.govopen-mainav-container{
		padding: 7.6vw 0 8.4vw;
		margin-bottom: 4vw;
	}
	.govopen-mainav-lists{
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
	}
	.govopen-mainav-lists>li{
		width: 30%;
		margin: 0 1.5%;
		margin-bottom: 4%;
		box-shadow: 0.4vw 0.4vw 1vw rgba(0, 0, 0, 0.2);
	}
	.govopen-mainav-lists>li>a{
		height: 25vw;
		padding-top: 0;
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.govopen-mainav-lists>li>a i{
		font-size: 6.4vw;
	}
	.govopen-mainav-lists>li>a span{
		margin-top: 1.2vw;
		font-size: 4vw;
		line-height: 5.2vw;
	}
	.govopen-mainav-lists>li .submenu  li {
		opacity: 0;
		background: #115db2;
		-webkit-transform: rotateY(90deg);
		-moz-transform: rotateY(90deg);
		-ms-transform: rotateY(90deg);
		-o-transform: rotateY(90deg);
		transform: rotateY(90deg);
		-webkit-transition: opacity .4s, -webkit-transform .5s;
		-moz-transition: opacity .4s, -moz-transform .5s;
		-ms-transition: opacity .4s, -ms-transform .5s;
		-o-transition: opacity .4s, -o-transform .5s;
		transition: opacity .4s, transform .5s;
	}
	.govopen-mainav-lists>li .submenu  li a{
		display:block;
		padding: 0.6rem 0.3rem 0.6rem 0.3rem;
		line-height: 1.2rem;
		font-size: 0.8rem;
		color:#fff;
		text-align: center;
	}
}

/* govopen-policy-container style */
.govopen-policy-container{
	margin-bottom: 2rem;
}
.govopen-right-ads{
	margin-bottom: 2rem;
}
.govopen-right-ads img{
	width: 100%;
	height: auto;
}
@media (max-width:1200px) {
	.govopen-policy-container{
		margin-bottom: 3.25vw;
	}
	.govopen-right-ads{
		margin-bottom: 3.25vw;
	}
}
@media (max-width:768px) {
	.govopen-policy-container{
		margin-bottom: 5.2vw;
	}
	.govopen-right-ads{
		margin-bottom: 5.2vw;
	}
}

/* govopen-keyareas-lists style */
.govopen-keyareas-lists{
	margin-bottom: 2.4rem;
}
.govopen-keyareas-lists li{
	width: 14.285%;
	float: left;
	margin-top: 1.8rem;
}
.govopen-keyareas-lists li a{
	display: block;
}
.govopen-keyareas-lists li a:hover{
	text-decoration: none;
}
.govopen-keyareas-lists li i{
	display: flex;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
	margin: 0 auto;
	border: 2px solid #115db2;
	text-align: center;
	line-height: 3rem;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: #115db2;
	transition: .5s ease-in-out;
	transform: rotateY(0deg);
}
.govopen-keyareas-lists li p{
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.8rem;
	margin-top: 0.75rem;
	padding: 0 0.3rem;
	text-align: center;
}
.govopen-keyareas-lists li a:hover i{
	background: #115db2;
	color: #fff;
	transform: rotateY(360deg);
}
@media (max-width:1200px) {
	.govopen-keyareas-lists{
		margin-bottom: 3.25vw;
	}
	.govopen-keyareas-lists li{
		margin-top: 3vw;
	}
	.govopen-keyareas-lists li i{
		width: 5.25vw;
		height: 5.25vw;
		line-height: 5vw;
		font-size: 3.25vw;
	}
	.govopen-keyareas-lists li p{
		height: 2vw;
		line-height: 2vw;
		font-size: 1.33vw;
		margin-top: 1.25vw;
		padding: 0 0.5vw;
	}
}
@media (max-width:768px) {
	.govopen-keyareas-lists{
		margin-bottom: 6vw;
	}
	.govopen-keyareas-lists li{
		width: 25%;
		margin-top: 4.8vw;
	}
	.govopen-keyareas-lists li i{
		width: 10vw;
		height: 10vw;
		line-height: 9.6vw;
		font-size: 6vw;
	}
	.govopen-keyareas-lists li p{
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 3.2vw;
		margin-top: 2vw;
		padding: 0 0.8vw;
	}
	.zdly_list ul li{
		width: 32% !important;
		margin-right: 2% !important;
	}
	.zdly_list ul li:nth-of-type(3n){
		margin-right: 0 !important;
	}
	.zdly_list ul li a span{
		font-size: 14px !important;
	}
}
@media (max-width:414px) {
	.govopen-keyareas-lists li{
		width: 33.3333%;
		margin-top: 4.8vw;
	}
	.govopen-keyareas-lists li i{
		width: 13.5vw;
		height: 13.5vw;
		line-height: 13vw;
		font-size: 6vw;
	}
	.govopen-keyareas-lists li p{
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 3.6vw;
		margin-top: 2vw;
		padding: 0 0.8vw;
	}
}

/* govopen-project-lists style */
.govopen-project-lists{
	margin: 0rem 0 1.8rem;
}
.govopen-project-lists li{
	width: 23.75%;
	float: left;
	margin-right: 1.66%;
	margin-top: 1.66%;
	display: table;
}
.govopen-project-lists li:nth-of-type(4n){
	margin-right: 0;
}
.govopen-project-lists li a{
	display: table-cell;
	width: 100%;
	height: 2.5rem;
	border: 1px solid #7ea4d7;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #333;
}
.govopen-project-lists li a:hover{
	text-decoration: none;
	color: #115db2;
	background: linear-gradient(155deg, #fff, #CFE5FF);
}
.govopen-project-piclist{
	margin-bottom: 2.4rem;
}
.govopen-project-piclist li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
}
.govopen-project-piclist li:nth-of-type(3n){
	margin-right: 0;
}
.govopen-project-piclist li img{
	width: 100%;
	height: auto;
}