@font-face {
	font-family: "FZDHTJW";
	src: url(./FZDHTJW.ttf);
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}
body {
	font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
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: 85%;
	text-decoration: none;
	color: #cc0000;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1330px;
}
}
.header {
	height: 520px;
	background: top center/cover url(../img/bg-header.jpg) no-repeat;
}
.header .logo-wrapper {
	padding-top: 2rem;
}
.header .logo-wrapper img {
	max-width: 100%;
}
.header .mid-header {
	padding-top: 4rem;
}
.headline {
	position: relative;
}
.headline-badge {
	position: absolute;
	top: 0;
	left: 0;
}
.headline-title a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #17579f;
	font-size: 2rem;
}
.headline-title a:hover {
	color: #bd0000;
}
.headline-des a {
	font-size: 0.9rem;
	color: #555;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.headline-des a:hover {
	color: #999;
}
.headline-list {
	display: flex;
	overflow: hidden;
	justify-content: center;
}
.headline-list .entry-wrapper {
	overflow: hidden;
	padding: 0 12px;
}
.headline-list .entry-wrapper + .entry-wrapper {
	border-left: 1px solid #999;
}
#mainCarousel {
	height: 380px;
}
#mainCarousel .carousel-indicators {
	left: unset;
	justify-content: flex-end;
	padding: 1rem 1rem 1rem 0;
	margin: 0;
}
#mainCarousel .carousel-indicators li {
	width: 14px;
	height: 14px;
	opacity: 0.9;
	border: 0;
	margin: 0 0.2rem;
	border-radius: 50%;
}
#mainCarousel .carousel-indicators li.active {
	background-color: #ff0000;
}
#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;
}
.carousel {
	height: 100%;
}
.carousel .carousel-inner {
	height: 100%;
}
.carousel .carousel-inner .carousel-item {
	height: 100%;
}
.carousel .carousel-inner .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-tab-wrapper {
	border-bottom: 1px solid #d1d1d1;
	display: flex;
	align-items: center;
}
.news-tab-wrapper .more-tag {
	margin-left: auto;
	flex: 0 0 70px;
	text-align: center;
}
.news-tab-wrapper .more-tag::after {
	color: #999;
	font-size: 20px;
	flex: 0 0 20px;
	margin-left: 4px;
	font-family: iconfont;
	content: "\e8f0";
}
.news-list-wrapper .entry-wrapper {
	padding: 6px 0;
	display: flex;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #333;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
	flex: 0 0 3.5rem;
	text-align: right;
	align-self: flex-end;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #3f72d7;
	margin-right: 6px;
}
ul.news-list-wrapper .line {
	height: 0;
	line-height: normal;
	margin: 12px auto;
	padding: 0px;
	border-bottom: 1px solid #e4e4e4;
	background: none;
}
.column-title {
	display: flex;
	height: 40px;
	background: url(../img/title-icon.jpg) left center no-repeat;
	border-bottom: 1px solid #ddd;
	align-items: center;
	margin-bottom: 10px;
	padding-left: 2rem;
	font-size: 24px;
	color: #17579f;
}
.title-bg2 {
	background: url(../img/title-icon1.jpg) left center no-repeat;
}
.column-title a {
	color: #17579f;
}
.column-title > .more-tag {
	font-size: 14px;
	padding: 2px 8px;
	color: #333;
	background: #e3e3e3;
	border-radius: 4px;
}
.column-list-wrapper {
	border: 1px solid #1f51b9;
}
.column-list-wrapper .title {
	background-color: #1f51b9;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #fff;
	padding: 6px 20px;
}
.column-list-wrapper .title .iconfont {
	font-size: 28px;
	margin-right: 10px;
}
.column-list-wrapper .title .btn-collapse {
	color: #fff;
	transition: all 0.3s ease;
	transform: rotate(90deg);
}
.column-list-wrapper .title .btn-collapse.collapsed {
	transform: rotate(0deg);
}
.column-list-wrapper .list-wrapper {
	padding: 15px 10px;
}
.column-list-wrapper .list-wrapper .entry {
	font-size: 18px;
	padding: 4px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column-list-wrapper .list-wrapper .entry::before {
	content: "?";
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n+6) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #aaa;
}
.zcjd-wrapper .card {
	border: none;
}
.zcjd-wrapper .card img {
	width: 100%;
	height: 180px;
	display: block;
	object-position: center top;object-fit: cover;
}
.zcjd-wrapper .card .card-title a {
	color: #17579f;
}
.h-5 {
	height: 5px;
}
.foot-link-bg {
	background: #17579f;
}
.copyright {
	padding-bottom: 20px;
	color: #666;
	font-size: 0.875rem;
	line-height: 2;
}
.copyright span {
	display: inline-block;
	padding: 0 5px;
}
@media only screen and (max-width: 991px) {
.header .mid-header img {
	width: 90%;
}
}
@media only screen and (max-width: 767px) {
.header {
	height: 350px;
}
.header .mid-header {
	padding-top: 20px;
}
.header .bottom-header {
	padding-top: 10px;
}
#mainCarousel {
	height: 260px;
}
#topNavbar {
	padding: 0 15px;
}
#topNavbar .navbar-nav {
	padding-bottom: 20px;
}
#topNavbar .navbar-nav .nav-item {
	padding: 8px;
}
#topNavbar .navbar-nav .nav-item .nav-link {
	font-size: 18px;
}
.logo-wrapper {
	padding: 5px;
}
.logo-wrapper img {
	width: 100%;
}
.headline-section .container .headline-wrapper {
	padding: 16px;
}
.main-news-list .entry-wrapper .title {
	height: auto;
}
}
@media only screen and (max-width: 575px) {
.header {
	height: 260px;
}
.headline-section .container .headline-wrapper .title a {
	font-size: 24px;
}
.news-tab-wrapper > .news-tab.tab-nav .nav-item .nav-link {
	font-size: 22px;
}
.open-wrapper .open-list-wrapper .entry {
	flex: 1 1 100%;
	font-size: 18px;
}
.open-wrapper .open-list-wrapper .entry a .iconfont {
	font-size: 35px;
	margin-right: 8px;
}
.header .logo-wrapper img {
	width: 65%;
	margin: 0 auto;
	display: block;
}
.header .mid-header {
	padding-top: 30px;
}
.header .mid-header img {
	width: 90%;
}
.main-news-list .entry-wrapper {
	font-size: 1.2rem;
}
.news-list-wrapper .entry-wrapper .title {
	font-size: 1.2rem;
	white-space: nowrap;
}
.headline-title a {
	font-size: 1.4rem;
}
.zcjd-wrapper .card img {
	width: 100%;
	height: auto;
	display: block;
}

