@charset "UTF-8";
@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%;
	color: #005197;
	text-decoration: none;
}
.image-link img {
	width: 100%;
	object-fit: cover;
}
.header {
	height: 472px;
	background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img {
	margin-top: 26px;
}
.main-title-wrapper {
	text-align: center;
	margin-top: 85px;
}
.column-title-wrapper img {
	max-width: 100%;
}
.xyb-list-wrapper li {
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	background-color: #bfbfbf;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.xyb-list-wrapper li i {
	height: 56px;
	display: block;
	float: left;
	line-height: 56px;
	font-size: 30px;
	font-weight: bold;
	width: 56px;
	text-align: center;
	margin-right: 20px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: #fff;
	color: #bfbfbf;
}
.xyb-list-wrapper li a {
	color: #fff;
}
.xyb-list-wrapper li.active {
	background: #0160ba;
}
.xyb-list-wrapper li.active i {
	color: #0160ba;
}
.xyb-title-wrapper {
	border-bottom: 3px solid #ddd;
	display: flex;
}
.xyb-title-wrapper .xyb-title {
	font-size: 24px;
	color: #0d71be;
	border-bottom: 3px solid #0d71be;
	padding: 0 8px 8px;
	margin-bottom: -3px;
}
.news-list-wrapper .entry-wrapper {
	display: flex;
	font-size: 16px;
	line-height: 42px;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	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 3rem;
	text-align: right;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #666;
	margin-right: 6px;
}
.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: 767px) {
.header {
	height: 240px;
	background: top right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 70%;
}
.main-title-wrapper {
	margin-top: 15px;
}
.top-logo-wrapper img {
	width: 180px;
	margin-top: 10px;
}
}
 @media only screen and (max-width: 575px) {
.header {
	height: 140px;
	background: top right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 70%;
}
.main-title-wrapper {
	margin-top: 5px;
}
.top-logo-wrapper img {
	width: 150px;
	margin-top: 10px;
}
.xyb-list-wrapper li {
	line-height: 50px;
	font-size: 20px;
}
.xyb-list-wrapper li i {
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
}
}
 @media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1630px;
}
}
body.senior-mode .col-sm-1, body.senior-mode .col-sm-2, body.senior-mode .col-sm-3, body.senior-mode .col-sm-4, body.senior-mode .col-sm-5, body.senior-mode .col-sm-6, body.senior-mode .col-sm-7, body.senior-mode .col-sm-8, body.senior-mode .col-sm-9, body.senior-mode .col-sm-10, body.senior-mode .col-sm-11, body.senior-mode .col-md-1, body.senior-mode .col-md-2, body.senior-mode .col-md-3, body.senior-mode .col-md-4, body.senior-mode .col-md-5, body.senior-mode .col-md-6, body.senior-mode .col-md-7, body.senior-mode .col-md-8, body.senior-mode .col-md-9, body.senior-mode .col-md-10, body.senior-mode .col-md-11, body.senior-mode .col-lg-1, body.senior-mode .col-lg-2, body.senior-mode .col-lg-3, body.senior-mode .col-lg-4, body.senior-mode .col-lg-5, body.senior-mode .col-lg-6, body.senior-mode .col-lg-7, body.senior-mode .col-lg-8, body.senior-mode .col-lg-9, body.senior-mode .col-lg-10, body.senior-mode .col-lg-11 {
	max-width: 100% !important;
	flex: 0 0 100%;
}
