* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
@font-face {
	font-family: LianMengQiYi;
	src: url('../font/LIANMENGQIYILUSHUAIZHENGRUIHEITI-2.TTF') format('truetype')
}
@font-face {
	font-family: YouSheTitleBlack;
	src: url('../font/YouSheTitleBlack.ttf') format('truetype')
}
@font-face {
	font-family: SourceHanSansRegular;
	src: url('../font/SourceHanSansCN-Regular.otf') format('opentype')
}
@font-face {
	font-family: SourceHanSansBold;
	src: url('../font/SourceHanSansCN-Bold.otf') format('opentype')
}
body {
	font-family: "Microsoft YaHei", Arial, sans-serif;
	color: #333;
	line-height: 1.5;
	background-color: #fff;
	font-size: 14px
}
ul {
	list-style: none
}
a {
	text-decoration: none;
	color: #333
}
a:hover {
	color: #c00
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px
}
img {
	max-width: 100%;
	height: auto
}
.full-banner {
	width: 100%;
	height: 600px;
	background-color: #004a8d;
	background-image: url('../images/微信图片_20260511111942_613_39.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1920px 600px;
	position: relative;
	overflow: hidden
}
.banner-container {
	height: 100%
}
.top-links {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 10
}
.top-links a {
	color: #000;
	font-family: SourceHanSansRegular, sans-serif;
	font-size: 18px
}
.top-links .sep {
	color: rgba(0,0,0,.5);
	margin: 0 10px
}
.top-links a:hover {
	color: #06c
}
.banner-main {
	width: 100%;
	height: 100%;
	position: relative
}
.banner-main .logo-group {
	position: absolute;
	top: 30px;
	left: 10px;
	display: flex;
	align-items: center
}
.banner-main .logo {
	width: 60px;
	height: 63px;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.3))
}
.banner-main .logo-info {
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.banner-main .logo-text {
	font-family: SourceHanSansBold, sans-serif;
	font-size: 26px;
	color: #e42743;
	line-height: 1.2;
	white-space: nowrap
}
.banner-main .logo-url {
	font-family: SourceHanSansBold, sans-serif;
	font-size: 14px;
	color: #e42743;
	line-height: 1.2;
	margin-top: 6px;
	white-space: nowrap
}
.banner-slogan {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: YouSheTitleBlack, sans-serif;
	font-size: 90px;
	font-weight: 400;
	letter-spacing: 4px;
	white-space: nowrap;
	background-image: linear-gradient(90deg, #fffca4 16.83%, #fffdd2 50%, #fffca4 81.73%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	filter: drop-shadow(0 4px 10px #000)
}
.content-wrapper {
	background-color: transparent;
	padding: 20px 0 10px
}
.main-layout {
	display: flex;
	gap: 20px;
	flex-wrap: wrap
}
.layout-full {
	width: 100%
}
.news-panel {
	position: relative;
	padding-bottom: 20px;
	background-color: transparent;
	border: none
}
.news-panel .panel-bd {
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.news-banner-img {
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: inline-block
}
.news-banner-img img {
	width: 214px;
	max-width: 100%;
	height: auto;
	display: block
}
.news-banner-text {
	position: absolute;
	top: 38.06%;
	left: 34.81%;
	width: 50%;
	height: 32.84%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: LianMengQiYi, sans-serif;
	font-size: 22px;
	color: #fff;
	letter-spacing: .2em;
	text-shadow: 0 2px 2px rgba(0,0,0,.25);
	white-space: nowrap;
	pointer-events: none
}
.news-list-wrapper {
	width: 100%;
	padding: 0 20px
}
.news-cards {
	display: flex;
	justify-content: space-between;
	gap: 20px
}
.news-cards li {
	flex: 1;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.08);
	border: 1px solid #e8e8e8;
	transition: all .2s ease-in-out;
	cursor: default
}
.news-cards li:hover {
	border-color: #06c;
	box-shadow: 0 4px 12px rgba(0,102,204,.15);
	transform: translateY(-2px)
}
.news-card-inner {
	padding: 16px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start
}
.news-card-title {
	font-family: SourceHanSansBold, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.news-card-date {
	font-family: SourceHanSansRegular, sans-serif;
	font-size: 13px;
	color: #999;
	text-align: left
}
.panel {
	background-color: transparent;
	border: none;
	margin-bottom: 20px
}
.panel-hd {
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	border-bottom: 2px solid #c00;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.panel-hd .title {
	font-size: 18px;
	font-weight: 700;
	color: #c00
}
.panel-hd .more {
	font-size: 12px;
	color: #999
}
.panel-bd {
	padding: 0
}
.ann-content {
	font-family: SourceHanSansRegular, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 2.2;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}
.list-items li {
	padding: 15px 0;
	border-bottom: 1px dashed #eee;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.list-items li:last-child {
	border-bottom: none
}
.list-items li a {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 15px;
	font-size: 15px
}
.list-items li .date {
	color: #999;
	font-size: 13px;
	white-space: nowrap
}
.bottom-banner {
	width: 100%;
	height: 200px;
	background-image: url('../images/dibu.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.footer {
	background-color: #fff;
	color: #333;
	border-top: 40px solid #1c76ca;
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px
}
.footer-links {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center
}
.footer-links a {
	font-family: SourceHanSansRegular, sans-serif;
	font-size: 14px;
	color: #fff
}
.footer-links .footer-sep {
	color: #fff;
	margin: 0 25px
}
.footer-content {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 20px;
	position: relative
}
.footer-left-img, .footer-mid-img, .footer-right {
	display: block;
	flex-shrink: 0
}
.footer-left-img img, .footer-mid-img img, .weibo-img {
	display: block
}
.weibo-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px
}
.weibo-img {
	width: 60px;
	height: 60px
}
.weibo-text {
	font-family: SourceHanSansRegular, sans-serif;
	font-size: 14px;
	color: #333
}
.footer-info p {
	margin-bottom: 10px;
	font-size: 14px;
	font-family: SourceHanSansRegular, sans-serif;
	color: #333
}
@media (max-width:1200px) {
.full-banner {
	background-size: cover
}
}
@media (max-width:992px) {
.full-banner {
	height: 400px
}
.top-links {
	top: 15px
}
.top-links a {
	font-size: 14px
}
.news-cards {
	gap: 15px
}
.news-banner-img {
	width: auto;
	max-width: 100%
}
.news-banner-text {
	font-size: 18px;
	width: 50%;
	left: 34.81%;
	top: 38.06%;
	transform: none
}
}
@media (max-width:768px) {
.main-layout {
	flex-direction: column;
	gap: 15px
}
.full-banner {
	height: 250px
}
.top-links {
	position: absolute;
	top: 8px;
	right: 8px;
	width: auto;
	max-width: 68%;
	padding: 0;
	background: 0 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	gap: 4px;
	z-index: 20;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.top-links a {
	font-size: 9px;
	color: #000;
	text-shadow: none;
	white-space: nowrap;
	letter-spacing: -.02em
}
.top-links .sep {
	display: none
}
.banner-main .logo-group {
	position: absolute;
	top: 8px;
	left: 8px;
	transform: none;
	width: auto;
	max-width: 32%;
	justify-content: flex-start;
	z-index: 21
}
.banner-main .logo {
	width: 22px;
	height: 23px;
	flex-shrink: 0
}
.banner-main .logo-text {
	font-size: 10px;
	white-space: nowrap
}
.banner-main .logo-url {
	font-size: 8px;
	margin-top: -2px;
	white-space: nowrap;
	transform: scale(.9);
	transform-origin: left center
}
.news-cards {
	flex-direction: column;
	padding: 0 10px
}
.news-panel .panel-bd {
	height: auto;
	padding: 20px 0
}
.footer-content {
	flex-direction: column;
	gap: 15px
}
.footer-links {
	flex-wrap: wrap;
	padding: 5px;
	height: auto;
	min-height: 40px
}
.news-banner-text {
	font-size: 14px;
	width: 50%;
	left: 34.81%;
	top: 38.06%;
	transform: none
}
.footer-links .footer-sep {
	margin: 0 8px
}
}
@media (max-width:480px) {
.full-banner {
	height: 180px
}
.news-banner-text {
	font-size: 20px
}
.ann-content {
	font-size: 14px;
	line-height: 1.8
}
}
@media print {
.action-btns, .bottom-banner, .breadcrumb, .footer, .full-banner {
	display: none!important
}
body {
	background-color: #fff;
	font-size: 12pt
}
.container {
	width: 100%!important;
	max-width: none!important;
	margin: 0!important;
	padding: 0!important
}
.content-wrapper {
	padding: 0!important
}
.main-layout {
	display: block!important
}
.layout-full {
	width: 100%!important
}
}


/*20260511*/
.allnewtext p {
        font-size: 16px;
    text-indent: 2em;
    margin-bottom: 10px;
    line-height: 27px;
}
 .allnewtext strong{
         font-size: 16px;
    font-weight: bold;
    color: #000;
 }