﻿* {
	list-style: none;
}
html {
	background: #ffffff;
	font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	color: #333;
}
ul,
li,
dl,
dt,
dd,
ol,
p,
img {
  list-style: none;
  border: none;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
a {
	color: #333;
}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.bg-light {
	background: #f7f7f7 !important;
}
.toppest-header {
	background-color: rgba(209, 240, 254, 0.65);
}
.toppest-link {
	display: inline-block;
	font-size: 14px;
	color: #006dac;
	line-height: 45px;
}
.header {
	position: relative;
	background: top center url(../img/header_bg.jpg);
}
.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 {
	margin-left: auto;
	width: 300px;
	background-color: rgba(255, 255, 255, 0.65);
	border-radius: 6px;
	transition: all 0.5s ease;
}
.search-outline:focus-within {
 width: 320px;
 box-shadow: 0 0 6px #3d79ac;
}
.search-input {
	background: transparent;
	flex: 1;
	line-height: 40px;
	font-size: 14px;
	border: none;
	padding-left: 1rem;
	color: #005c8e;
}
.btn-search {
	background: #3d79ac;
	color: #016faa;
	padding: 0 10px;
	border-radius: 0 6px 6px 0;
}
.btn-search:hover {
	color: #0098e9;
}
.btn-search .iconfont {
	font-size: 25px;
}
#topNavWrapper .navbar {
	margin-top: 95px;
}
#topNavWrapper .navbar-nav {
	padding: 0px;
	background: #0071ae;
}
#topNavWrapper .navbar-brand {
	color: #fff;
}
#topNavWrapper .navbar-toggler .iconfont {
	color: #fff;
}
.navbar .nav-item {
	flex: 1;
	text-align: center;
}
.navbar .nav-item {
	border-right: 1px solid #1c90e2;
	border-left: 1px solid #005a99;
}
.navbar .nav-item:first-child {
	border-left: none;
}
.navbar .nav-item:last-child {
	border-right: none;
}
.navbar .nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
	padding: 8px 0;
}
.navbar .nav-link .iconfont {
	font-size: 30px;
	margin-right: 5px;
}
.nav-link:hover, .nav-item.active {
	color: #fff;
	background: #345b96;
}
.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: 360px;
}
.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: #111;
}
#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;
}
.zhuanti-title {
	width: 55px;
	font-size: 18px;
	line-height: 20px;
	padding: 24px 18px;
	background: #006dba;
}
.zhuanti-title a {
	color: #fff;
}
.zhuanti-swiper-wrapper {
	border: 1px solid #e9e9e9;
	background: #fff;
	width: calc(100% - 55px);
	position: relative;
	padding: 15px 20px;
	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;
}
.news-tab {
	border-bottom: 2px solid #e1e1e1;
	align-items: baseline;
}
.news-tab .nav-link {
	padding: 6px 8px 10px;
	font-size: 20px;
	color: #333333;
	line-height: 32px;
}
.news-tab .nav-link.active {
	color: #355e92;
	border-bottom: 4px solid #355e92;
	position: relative;
}
.news-tab .nav-link:hover {
	background: none;
	color: #0071ae;
}
.news-tab .more-tag .iconfont {
	font-size: 25px;
	color: #999;
}
.fgjdwrap {
	width: 100%;
	height: 300px;
	background: url(../img/fgjd_bg.png) left top no-repeat;
	background-size: 100% 100%;
}
.list {
	margin: 0px;
	padding: 0px;
}
.list li {
	color: #fff;
}
.list li {
	font-size: 16px;
	color: #fff;
	line-height: 37px;
	/* display: flex; */
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.list li::before {
	content: "\2022";
	color: #fff;
	margin-right: 8px;
}
.list li a {
	color: #fff;
}

/*列表*/
.breadcrumb {
  background-color: transparent;
  padding: 15px;
  border-radius: 0;
  align-items: center;
}
.breadcrumb .iconfont {
  color: #666;
  font-size: 24px;
}
#mainContent {
  background-color: #fff;
}
.main-column-wrapper {
/*  background-color: #e0f5fe; 
*/
border:1px solid #eee;
}
.column-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
.column-title .title {
  font-size: 22px;
  color: #355e92;
  line-height: 48px;
  padding: 0 18px;
  border-bottom: 4px solid #355e92;
}
.menu-dropdown {
  margin-left: auto;
  background-color: #f8f9fa;
}
.menu-dropdown .iconfont {
  font-size: 20px;
}
.menu-dropdown .dropdown-toggle {
  font-size: 16px;
  padding: 2px 10px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: transparent;
}
.menu-dropdown .dropdown-menu {
  max-width: 300px;
  max-height: 400px;
  overflow: auto;
}
.menu-dropdown .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list-wrapper.column-news-list .entry-wrapper {
  padding: 3px 0;
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n + 6) {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #c5c5c5;
}
.contents-list .entry-wrapper {
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  padding: 20px;
  margin-top: 30px;
}
.contents-list .entry-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.contents-list .entry-wrapper .title-wrapper .date {
  color: #999999;
  width: 6rem;
  flex-shrink: 0;
}
.contents-list .entry-wrapper .title-wrapper .title {
  color: #333;
  font-size: 18px;
}
.contents-list .entry-wrapper .desc {
  color: #999;
}
.contents-list .entry-wrapper .btn-more {
  display: inline-block;
  padding: 8px 18px;
  background: #eeeeee;
  color: #666;
  border-radius: 2px;
  margin: 10px 0;
}
.contents-list .entry-wrapper:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.contents-list .entry-wrapper:hover .btn-more {
  background-color: #0071ae;
  color: #fff;
}
.image-list-entry img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.image-list-entry .title {
  padding: 4px 16px;
  text-align: center;
}
.sub-column-wrapper {
  margin-top: 10px;
  background-color: #f6f6f6;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.sub-column-wrapper .entry-wrapper {
  color: #355e92;
  font-size: 18px;
  padding: 4px 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s transform ease;
}
.sub-column-wrapper .entry-wrapper.curr {
  background-color: #355e92;
  border-radius: 4px;
}
.sub-column-wrapper .entry-wrapper.curr a {
  color: #fff;
}
.sub-column-wrapper .entry-wrapper:hover {
  transform: translateX(-5px);
}
.sub-column-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #355e92;
}
.sub-column-wrapper .entry-wrapper.curr::before {
  color: #fff;
}
/*专题*/
.column-entry-wrapper {
  padding: 8px;
  background-color: #f2f2f2;
}
.column-entry-wrapper .column-entry {
  background-color: #f6f6f6;
  padding: 20px 15px;
}
.column-entry-wrapper .column-entry .title {
  font-size: 20px;
  color: #333333;
}
.column-entry-wrapper .column-entry .btn-column {
  margin-top: 40px;
  padding: 6px 18px;
  font-size: 18px;
  background: #1c8ac6;
  color: #fff;
  border-radius: 4px;
}
.column-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
.column-title .title {
  font-size: 22px;
  color: #355e92;
  line-height: 48px;
  padding: 0 18px;
  border-bottom: 4px solid #355e92;
}


.fg-title {
	color: #fff;
	font-size: 24px;
	line-height: 90px;
}
.fg-title a {
	color: #fff;
}
.overview-section .container>.title {
	height: 32px;
	background: top center / auto 100% url(../img/school-title.png) no-repeat;
}
.overview-section .list .entry-wrapper img {
	height: 220px;
	width: 100%;
	object-fit: cover;
	display: block;
}
.overview-section .list .entry-wrapper .title {
	padding: 15px 10px;
	text-align: center;
}
.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;
	line-height: 37px;
	display: flex;
}
.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;
}
.article-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	text-align: center;
	font-size: 30px;
	color: #0071ae;
}
.info-wrapper {
	padding: 1rem 0;
	color: #999;
}
.content-wrapper {
	color: #555;
	line-height: 180%;
}
.content-wrapper img {
	max-width: 75%;
	margin: 0 auto;
	display: block;
}
.content-wrapper video {
	max-width: 100%;
}
.controls {
	display: flex;
	align-items: center;
}
.controls .iconfont {
	font-size: 22px;
	color: #999;
}
.controls .divider {
	font-size: 20px;
	color: #eee;
}
@media only screen and (max-width: 767px) {
.content-wrapper img {
	max-width: 100%;
}
.info-wrapper {
	flex-wrap: wrap;
	justify-content: space-around;
}
}
@media print {
body * {
	visibility: hidden;
}
.main-section .container, .main-section .container * {
	visibility: visible;
}
.main-section .container {
	position: absolute;
	left: 0;
	top: 0;
}
}
.xgld-title {
	padding: 1rem 0;
margin-bottom:.5rem;
	border-bottom: 1px solid #eee;
	clear: both;
	font-weight: bold;
}
ul.news-list li {
	position: relative;
padding: .48rem 0 .48rem 0;
}
ul.news-list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
ul.news-list li:hover {/* background-position: 10px center; padding-left:25px; */
}
ul.news-list li:hover a {
	color: #006dba;
}
ul.news-list li:hover span {
	color: #006dba;
}
ul.news-list li span {
	display: block;
	float: right;
	text-align: right;
	color: #878787;
}
ul.news-list .line {
	height: 0;
	line-height: normal;
	margin: 10px auto;
	padding: 0px;
	border-bottom: 1px dashed #e4e4e4;
	background: none;
}
.clear {
	clear: both;
}
.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: #f7f7f7;
	padding-top: 22px;
	padding-bottom: 30px;
}
.footer-section img {
	max-width: 100%;
}
.external-link-wrapper {
	color: #333;
	font-size: 16px;
	padding-bottom: 20px;
}
.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;
}
.contents-wrapper {
	border: 1px solid #eee;
	margin: 0;
	padding: 16px;
}
.channel-title-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1rem;
	align-items: center;
}
.channel-title-wrapper .title {
	font-size: 1.5rem;
	height: 30px;
 padding-left: .5rem;
	border-left: 8px solid #006dba;
	color: #006dba;
	display: flex;
	align-items: center;
}
.contents-wrapper {
	border: 1px solid #eee;
	margin: 0;
	padding: 16px;
}
.contents-entry-wrapper {
	padding: 8px 0;
	display: flex;
}
.contents-entry-wrapper:nth-child(5n+5) {
	padding-bottom: 18px;
}
.contents-entry-wrapper:nth-child(5n+6) {
	padding-top: 18px;
	border-top: 1px dashed #e4e4e4;
}
.contents-entry-wrapper::before {
	content: "\2022";
	color: #293aae;
	margin-right: 0.5rem;
}
.contents-entry-wrapper .title {
	flex: 1;
}
.contents-entry-wrapper .date {
	flex: 0 0 6rem;
	text-align: right;
}
.btn-group .dropdown-menu {
	font-size: 15px;
	text-align: center;
}
.btn-group .dropdown-item {
	padding: 4px 6px;
	text-align: center;
}
.btn-group .dropdown-item a {
	white-space: normal;
}
.child-channel-list-wrapper {
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
	padding: 20px;
	background: #f9f9f9;
}
.child-item-wrapper {
	padding: 4px 15px;
	max-width: 180px;
}
.child-item-wrapper:hover {
	background: #293aae;
	border-radius: 10px;
	color: #fff;
}
.child-item-wrapper:hover a {
	color: #fff;
}
.child-item-wrapper::before {
	content: "\2022";
}
/*分页*/
.pages {
margin:.4rem auto 0;
	color: #555;
	text-align: center;
}
.pages .pages-l {
	display: inline-block;
	margin-right: 30px;
	font-size: 0;
}
.pages .pages-l a {
	display: inline-block;
	margin: 0px 7px 0 8px;
padding:.4rem 1rem;
	font-size: 1rem;
	color: #555;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
}
.pages .pages-l a.on, .pages .pages-l a.on:hover {
	background: #1c6eb8;
	border: 1px solid #1c6eb8;
	color: #fff;
}
.pages .pages-l a:hover {
	background: #1c6eb8;
	color: #fff;
	border: 1px solid #1c6eb8;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	font-style: normal;
}
.pages .pages-l a.prevStop, .pages .pages-l a.nextStop {
	background: #f2f2f2;
	color: #999;
}
.pages .pages-l a.prevStop:hover, .pages .pages-l a.nextStop:hover {
	border: 1px solid #d9d9d9;
	background: #f2f2f2;
	color: #999;
	cursor: default;
}
.pages .pages-l a.prev em, .pages .pages-l a.next em {
	font-style: normal;
	font-family: simsun;
	font-size: 12px;
}
.pages .pages-l a.prev em {
	margin-right: 6px;
}
.pages .pages-l a.next em {
	margin-left: 6px;
}
.pages .pages-r {
	display: inline-block;
	line-height: 38px;
}
.pages .fy_inp {
	border: 1px solid #d9d9d9;
	background: #fff;
	border-radius: 3px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: -2px 8px 0 8px;
	font-size: 15px;
	color: #555;
}
.pages .fy_go {
	display: inline-block;
	background: #f9f9f9;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 8px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 1100px) {
.pages {
	text-align: center;
}
.pages .pages-l {
	float: inherit;
	text-align: center;
	margin: 0;
}
.pages .pages-l a, .pages .pages-r {
	display: none;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	display: inline-block;
}
}
 @media only screen and (max-width: 1199px) {
.service-left {
	width: 45%;
}
.service-mid {
	width: 100%;
	padding: 10px 15px;
}
.service-right {
	width: 55%;
	padding: 10px 15px;
}
}
@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: 90%;
}
 .search-outline:focus-within {
 width: 75%;
}
.hot-words {
	justify-content: center;
	flex-wrap: wrap;
}
#topNavWrapper .navbar {
	margin-top: 30px;
}
#topNavWrapper .navbar-nav {
	padding: 0;
}
}
@media only screen and (max-width: 767px) {
#topNavWrapper {
	background: #0071ae;
}
.navbar .nav-item {
	border: none;
}
.navbar .nav-link {
	font-size: 18px;
	padding: 5px 0;
}
.headline-wrapper .headline-title {
	padding: 0px 5px 10px 25px;
	font-size: 24px;
}
.headline-tag img {
	width: 70%;
}
.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%;
}
.online-service-list .entry {
	width: calc(50% - 10px);
}
}
@media only screen and (max-width: 575px) {
.zhuanti-title {
	padding: 15px 10px;
	width: 40px;
}
.zhuanti-swiper-wrapper {
	width: calc(100% - 40px);
}
.zhuanti-swiper .swiper-slide img {
	height: 80px;
}
.service-left {
	width: 100%;
}
.service-right {
	width: 100%;
}
.online-service-list .entry {
	width: 100%;
	margin: 6px 0;
}
#mainCarousel {
	height: 240px;
}
}
@media only screen and (max-width: 350px) {
}
.detail-file-list .file-list-title {
  border-bottom: 1px solid #c6c6c6;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 12px;
  margin:30px 0 12px;
}
.detail-file-list .file-entry {
  line-height: 2;
  display: flex;
}
.detail-file-list .file-entry .date {
  flex: 0 0;
  padding-left: 5px;
  text-align: right;
  white-space: nowrap;
  color: #999;
}