* {
	list-style: none;
}

html {
	background: #ffffff;
	font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}

body {
	color: #333;
}

a {
	color: #333;
}

a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.survey-entry-wrapper {
	padding: 0.75rem 1rem;
	background: #f6f6f6;
	border: 1px solid #efefef;
}

.survey-entry-wrapper .date {
	font-size: 14px;
	color: #888888;
}

.survey-entry-wrapper .info-wrapper {
	display: flex;
	justify-content: space-between;
}

.survey-entry-wrapper .status {
	padding: 0 0.5rem;
	font-size: 14px;
	border-radius: 5px;
	color: #fff;
}

.survey-entry-wrapper .status.ongoing {
	background: #0ea54e;
}

.survey-entry-wrapper .status.finnished {
	background: #888;
}

.toppest-header {
	background: #f3f4f8;
}

.toppest-link {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
}

.toppest-link .iconfont {
	position: relative;
	font-size: 22px;
}

.header {
	height: 260px;
	position: relative;
	background: top center / auto 100% url(../img/header_bg.jpg) no-repeat;
}

.top-header {
	padding-top: 90px;
	display: flex;
	align-items: center;
}

.logo-wrapper img {
	height: 85px;
}

.search-wrapper {
	flex: 1;
}

.search-input {
	outline: none;
}

.search-outline {
	overflow: hidden;
	margin-left: auto;
	width: 400px;
	background: #ffffff;
	border-radius: 10px;
	transition: all 0.5s ease;
}

.search-outline:focus-within {
	width: 450px;
	box-shadow: 0 0 6px #7a89ec;
}

.search-outline .search-prefix {
	padding: 0 10px;
	font-size: 20px;
	line-height: 42px;
	float: left;
}

.search-input {
	background: #fff;
	/* flex: 294; */
	line-height: 40px;
	font-size: 14px;
	border: none;
	width: 290px;
	float: left;
}
#banCarousel .carousel-indicators li.active {
  background: #005470;
}
.btn-search {
	border-radius: 0;
	background: #4896f1;
	color: #fff;
	padding: 0 16px;
	float: right;
	height: 42px;
}

.btn-search:hover {
	background-color: #3876be;
	color: #fff;
}

.btn-search .iconfont {
	font-size: 25px;
}

.hot-words {
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	justify-content: flex-end;
}

.word-hint {
	padding: 0 8px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	background: #293aae;
	border-radius: 4px;
}

.word-link {
	width: 80px;
	margin-left: 10px;
	margin-top: 10px;
	background: #dbdbdb;
	border-radius: 4px;
}

.header .navbar {
	margin-top: 80px;
}

#topNavWrapper {
	background: #4896f1;
}

#topNavWrapper .navbar-brand {
	color: #fff;
}

.navbar .nav-item {
	flex: 1;
	text-align: center;
}

.navbar .nav-item {
	border-right: 1px solid #75b0f4;
}

.navbar .nav-item:first-child {
	border-left: 1px solid #75b0f4;
}

.navbar .nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
	padding: 10px 0;
}

.navbar .nav-link .iconfont {
	font-size: 30px;
	margin-right: 5px;
}

.headline-wrapper {
	position: relative;
	padding: 15px 25px 20px 25px;
}

.headline-tag {
	position: absolute;
	top: 0;
	left: 0;
}

.headline-title {
	font-size: 36px;
	font-family: FZHTJW;
	color: #000;
	padding: 0 40px 10px 40px;
}

.headline-list-wrapper {
	display: flex;
	justify-content: center;
}

.headline-list-wrapper .entry {
	max-width: 67%;
	min-width: 5%;
}

#mainCarousel {
	height: 390px;
}

#bannerCarousel {
	height: 110px;
}

.carousel,
.carousel-inner,
.carousel-item {
	height: 100%;
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-indicators {
	left: unset;
	justify-content: flex-end;
	padding: 1rem 1rem 1rem 0;
	margin: 0;
}

.carousel-indicators li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	opacity: 0.9;
	border: 0;
	margin: 0 0.2rem;
}

#mainCarousel .carousel-indicators li.active {
	background-color: #ff0000;
}

#bannerCarousel .carousel-indicators li.active {
	background-color: #293aae;
}

#mainCarousel .carousel-caption {
	background-color: rgba(0, 0, 0, 0.55);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 8rem 0.75rem 1rem;
	text-align: left;
}

#mainCarousel .carousel-caption a {
	color: #fff;
}

.nav-column-title {
	align-items: center;
	font-size: 22px;
	border-bottom: 3px solid #ebebeb;
}

.nav-column-title .nav-item {
	flex: 1;
}

.nav-column-title .nav-link {
	padding: 8px 12px 8px;
	line-height: 30px;
	margin-bottom: -2px;
	position: relative;
	text-align: center;
}

.nav-column-title .nav-link.active {
	font-weight: bold;
	color: #4896f1;
	border-bottom: 3px solid #4896f1;
}

.nav-column-title .nav-link.active::after {
	position: absolute;
	content: "";
	bottom: -9px;
	left: calc(50% - 5px);
	background: url(../img/down_arrow.png) no-repeat;
	width: 12px;
	height: 7px;
}

.nav-column-title .more-tag {
	font-size: 16px;
	color: #999999;
}

.column-wrapper .news-list-wrapper {
	padding: 0;
	margin: 0;
}

.column-wrapper .news-list-wrapper .entry-wrapper {
	font-size: 16px;
	color: #333333;
	display: flex;
	padding: 8px;
}

.column-wrapper .news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #bababa;
	margin-right: 8px;
}

.column-wrapper .news-list-wrapper .entry-wrapper .title {
	flex: 1;
}

.column-wrapper .news-list-wrapper .entry-wrapper .date {
	flex: 0 0 4rem;
	color: #bbbbbb;
	text-align: right;
}

.addition-left-column .list {
	background-color: #f9f9f9;
	padding: 0;
	margin: 0;
	border: 1px solid #e2e2e2;
}

.addition-left-column .title {
	background: #4896f1;
	color: #fff;
	font-size: 24px;
	padding: 8px 18px;
}

.addition-left-column .list .entry {
	padding: 3px 18px;
	display: flex;
	align-items: center;
	border-top: 1px solid #e2e2e2;
}

.addition-left-column .list .entry .iconfont {
	font-size: 30px;
	margin-right: 18px;
}

.ban-title-wrapper img {
	width: 100%;
	max-width: 351px;
}

.ban-content-wrapper {
	background: top center / auto 100% url(../img/ycsycb_bg.jpg);
	padding: 32px 35px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: content-box;
}

.ban-buttons-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.ban-btn-wrapper {
	padding: 5px 30px;
	transition: 0.3s all ease;
}

.ban-btn-wrapper:hover {
	opacity: 1;
	text-shadow: rgb(255, 250, 230) 0 0 10px;
}

.ban-btn-wrapper span {
	display: block;
	text-align: center;
}

.ban-btn-wrapper .icon-wrapper .iconfont {
	font-size: 45px;
}

.ban-btn-wrapper .text-wrapper {
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	line-height: 30px;
}

.zhuanti-title {
	width: 60px;
	font-size: 24px;
	line-height: 28px;
	padding: 12px 18px;
	background: #4896f1;
}

.zhuanti-title a {
	color: #fff;
}

.zhuanti-swiper-wrapper {
	border: 1px solid #e9e9e9;
	width: calc(100% - 60px);
	position: relative;
	padding: 20px 40px;
	overflow: hidden;
}

.zhuanti-swiper {
	overflow: hidden;
}

.zhuanti-swiper .swiper-slide img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.zhuanti-swiper-wrapper .swiper-button-prev:after,
.zhuanti-swiper-wrapper .swiper-button-next:after {
	font-size: 20px;
	font-weight: bold;
	color: #2f2f2f;
}

.file-search-wrapper {
	display: flex;
	border: 1px solid #1288cc;
	transition: all 0.5s ease;
	margin-bottom: 10px;
}

.file-search-wrapper:focus-within {
	box-shadow: 0 0 8px #1288cc;
}

.file-select {
	padding: 0 10px;
	outline: none;
	border: none;
	font-size: 16px;
	color: #006dac;
	line-height: 50px;
}

.file-search-input {
	flex: 1;
	outline: none;
	border: none;
	line-height: 50px;
	padding: 0 8px;
}

.btn-file-search {
	display: flex;
	align-items: center;
	color: #fff;
	background: #006dac;
	border-radius: 0;
	padding: 0 15px;
}

.btn-file-search .iconfont {
	font-size: 24px;
	margin-right: 5px;
}

.btn-file-search:hover {
	color: #fff;
	background: #2a95d3;
}

.service-wrapper .title-wrapper {
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	background: #293aae;
	border: 1px solid #f6f6f6;
	box-shadow: 0px 0px 7px 0px rgba(26, 128, 254, 0.28);
	margin-bottom: 7px;
}

.service-wrapper .entry-btn-wrapper {
	height: 80px;
	display: block;
	background: #fff;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #f6f6f6;
	box-shadow: 0px 0px 7px 0px rgba(26, 128, 254, 0.28);
	margin-bottom: 15px;
	transition: all 0.3s ease;
}

.service-wrapper .entry-btn-wrapper:hover {
	transform: translateY(-5px);
	box-shadow: 0px 3px 10px 0px rgba(17, 99, 201, 0.8);
}

.pages .pages-l {
	padding: 8px 0 !important;
}

.pages .pages-l a {
	margin: 0 2px !important;
}

.entry-btn-wrapper:last-child {
	margin-bottom: 0;
}

.entry-btn-wrapper span {
	display: block;
}

.footer-section {
	background: #f2f2f2;
	padding-top: 22px;
	padding-bottom: 50px;
}

.footer-section img {
	max-width: 100%;
}

.external-link-wrapper {
	color: #333;
	font-size: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.external-link {
	display: inline-block;
	margin: 0 0.5rem;
	color: #333;
}

.external-link:hover {
	color: #aaa;
}

.footer-info-wrapper {
	padding-top: 30px;
}

.footer-info-wrapper span {
	line-height: 2;
	margin-left: 0.5rem;
	display: inline-block;
	color: #333;
}

.footer-info-wrapper a {
	color: #333;
}

.footer-info-wrapper a:hover {
	color: #aaa;
}

@media only screen and (max-width: 1199px) {
	.search-outline {
		width: 320px;
	}

	.search-outline:focus-within {
		width: 360px;
	}
}

@media only screen and (max-width: 992px) {
	.top-header {
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 30px;
	}

	.search-wrapper {
		padding-top: 20px;
	}

	.search-outline {
		margin: auto;
		width: 80%;
	}

	.search-outline:focus-within {
		width: 90%;
	}

	.hot-words {
		justify-content: center;
		flex-wrap: wrap;
	}

	.header .navbar {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	#topNavWrapper {
		background: #4896f1;
	}

	.navbar .nav-item {
		border: none;
	}

	.headline-wrapper .headline-title {
		padding: 25px 0 10px 0;
	}

	.logo-wrapper img {
		width: 100%;
		height: auto;
	}

	.footer-section {
		padding-top: 24px;
		padding-bottom: 40px;
	}

	.external-link {
		font-size: 1rem;
	}

	.footer-info-wrapper {
		padding-top: 16px;
	}

	.btn-file-search .iconfont {
		margin-right: 0;
	}

	.file-search-input {
		width: 80%;
	}
}

@media only screen and (max-width: 575px) {
	.navbar .nav-item:first-child {
		border: 0;
	}

	#mainCarousel {
		height: 200px;
	}

	.header {
		height: 160px;
	}

	.top-header {
		padding-top: 20px;
	}

	.search-outline {
		width: 88%;
	}

	.search-outline:focus-within {
		width: 95%;
	}
}

@media only screen and (max-width: 350px) {
	.search-outline {
		width: 93%;
	}
}

.mail-h .hd-page .page_input {
	height: 30px;
}

/*闁跨喐鏋婚幏鐑芥晸閺傘??归柨鐔告灮閹风兘鏁撻弬銈嗗閸ュ墽澧栭柨鐔峰建閹插???2020-1-29*/
.gyimg-box {
	width: 100%;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all .3s ease-out;
}

.gyimg-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 6px 6px #a1a1a3;
	box-shadow: 0 6px 6px #a1a1a3;
}

.gyimg-box em {
	display: block;
	background: url(../images/img_title_bg.png) left center repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: .6rem 1rem;
	text-align: left;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gyimg-box i {
	position: absolute;
	bottom: 30%;
	left: 43%;
	font-size: 3rem;
	color: #fff;
}

.gyimg-box img {
	height: 250px;
	object-fit: cover;
}

.gyimg-box p {
	padding: 10px;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gyimg-box span {
	padding: 10px;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slhBtn {
	position: absolute;
	padding: 0 7px;
	font-size: 24px;
	left: 50%;
	margin-left: 447px;
	top: 50px;
	color: #ffffff !important;
	background-color: #4896f1;
	cursor: pointer;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	text-align: center;
	z-index: 100;
	border-radius: 0 0 11px 11px;
	line-height: 38px;
	z-index: 999;
}

@media screen and (max-width: 768px) {

	.slhBtn {
		left: 71%;
		margin-left: 0;
		font-size: 15px;
		top: 0;
		line-height: 26px;
	}

	#heatMap {
		margin-top: 0 !important;
	}
}

/*ְ*/

.institution-wrapper {
	width: 1200px;
	margin: 0 auto;
}
ul, li {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.institution-list {
	padding-left: 20px;
	clear: both;
}
.institution-list ul li {
	width: 19%;
	margin: 10px 1% 10px 0;
	background-color: #fff;
	line-height: 35px;
	float: left;
}
.institution-list ul li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 8px;
	text-decoration: none;
}
.institution-list h3 {
	margin-top: 1.5rem;
	font-size: 22px;
	font-weight: bold;
}
i.gzbm-incofont {
display:block;
width: 65px;
height: 65px;
border-radius: 50%;
background: #fff;
color:#0281df;
font-size:40px;
line-height:65px;
text-align:center;
}
.card01 {
height:120px;
}
 @media only screen and (max-width: 767px) {
.card01 {
height:auto;
}}
.file-search-wrapper > form {
  display: flex;
  align-items: stretch;
  height: 2.2rem;width: 100%;
}
#fileSearchTypeSel {
  padding: 0 .5rem;
  border: 1px solid #efefef;
  border-radius: 0;
}
.file-search-input {
  min-width: 0;
  flex: 1;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 0 1rem;
}
.file-search-btn {
  flex: 0 0 5rem;
  background-color: #006dba;
  color: #fff;
  border: 0; cursor:pointer;
}
