<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	height: 100%;
	width: 100%;
	min-width: 1180px;
}

.main {
	width: 100%;
	min-width: 1180px;
	height: 100%;
}

.headClass {

	height: 98px;
	padding-top: 12px;
	background-color: #005bac;
	min-width: 1180px;
	width: 100%;
}

.headClass .imgClass {
	width: 80%;
	margin: auto;
}

.menuListClass {
	width: 100%;
	background: #005bac;
	height: 60px;
	display: flex;
	opacity: 0.6;
	min-width: 1180px;
}

.menuListClass .cloums {
	display: flex;
	width: 90%;
	min-width: 1180px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

.menuListClass .cloums .menu-item {
	text-decoration: none;
	color: #f1e8e8;
	cursor: pointer;
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

.menuListClass .cloums .menu-item:hover,
.menuListClass .cloums .menu-item.active {
	color: white;
}

.headImg {
	width: 100%;
	min-width: 1180px;
	min-height: 420px;
	overflow: hidden;
}

.headImg&gt;img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news {
	display: flex;
	flex-direction: column;
	width: 80%;
	min-width: 1180px;
	margin: 0px auto;
	height: 696px;
	padding: 52px 0px 118px 0px;
}

.news .news-tit-box {
	display: flex;
	padding: 4px 16px;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

.news .news-tit-box .news-tit-left {
	white-space: nowrap;
	margin-right: 40px;
}

.news .news-tit-box .news-tit-left .news-tit_1 {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #005BAA;
	z-index: 9999;
}

.news .news-tit-box .news-tit-left .news-tit_2 {
	width: 80%;
	margin: auto;
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #B1CDE8;
	z-index: 999;
}

.news .news-tit-box .news-tit-right {
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.news .news-tit-box .news-tit-right .news-right-line {
	width: 90%;
	border-bottom: 2px dashed #80ADD6;
	padding-bottom: 6px;
}

.news .news-tit-box .news-tit-right .news-tit-more {
	width: 160px;
	text-align: right;
	border-bottom: 2px solid #80ADD6;
	margin-left: 16px;
	font-weight: 540;
	font-size: 20px;
	color: #005BAA;
	padding-bottom: 6px;
}

.news .news-tit-box .news-tit-right .news-tit-more&gt;a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	text-align: right;
	font-weight: 540;
	font-size: 20px;
	color: #005BAA;
}

.news .newX {
	display: flex;
	margin: 30px 0px;
	gap: 20px;
}

.news .newX .gdImg .slideshow-container {
	position: relative;
	margin: auto;
	overflow: hidden;
}

.news .newX .gdImg .slideshow-container .slide {
	display: none;
}

.news .newX .gdImg .slideshow-container .slide .cimg {
	width: 640px;
	height: 432px;
	position: relative;
	min-width: 640px;
	min-height: 432px;
}

.news .newX .gdImg .slideshow-container .prev,
.news .newX .gdImg .slideshow-container .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
}

.news .newX .gdImg .slideshow-container .next {
	right: 0;
}

.news .newX .gdImg .slideshow-container .prev:hover,
.news .newX .gdImg .slideshow-container .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.news .newX .gdImg .dot {
	cursor: pointer;
	height: 10px;
	width: 9px;
	margin: 0 2px;
	background-color: #e5d5d5;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.news .newX .gdImg .active,
.news .newX .gdImg .dot:hover {
	background-color: #717171;
}

.news .newX .sz .content {
	display: flex;
	flex-direction: column;
	
}

.news .newX .sz .content .s {
	font-family: "å®‹ä½“", Arial, sans-serif;
	font-weight: bold;
	color: #005bac;
	font-size: 30px;

	word-break: break-word;
	/* åœ¨å¿…è¦æ—¶æ–­å¼€é•¿å•è¯ */
	overflow: hidden;
	/* éšè—å¤šä½™å†…å®¹ */
	text-overflow: ellipsis;
	/* æ˜¾ç¤ºçœç•¥å· */
	display: -webkit-box;
	/* ä½¿ç”¨å¼¹æ€§ç›’å­å¸ƒå±€ */
	-webkit-line-clamp: 1;
	/* åªæ˜¾ç¤º 8 è¡Œ */
	-webkit-box-orient: vertical;

}

.news .newX .sz .content .x span {
	font-family: "é»‘ä½“", "SimHei", Arial, sans-serif;
	font-weight: 300;
	color: #333333;
	font-size: 18px;
        margin-top: 18px;
        display: inline-block;
}


.news-container{
    width: 98%;
    min-height: 240px;
    margin: auto;
    overflow: hidden;
    min-width:1180px;

}


@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}


.xxContainer {
	flex-shrink: 0;
	width: 307px;
       display: inline-block; /* ä¿æŒæ°´å¹³æŽ’åˆ— */
}



.xxList {
        display: flex;
        transition: transform 0.5s ease-in-out;
	width: 100%;
        min-width:24%;
	gap: 20px;
	position: relative;
	animation: scroll 50s linear infinite;
        min-height:100px;
        padding-top:12px;
}



.xxList .xxContiner {
	display: block;
	min-width: 24%;
	overflow: hidden;
	border-radius: 4px;
	margin: auto;
	text-decoration: none;
	background-color: #fff;
	display: flex;
	color: #1C1C1C;
}

.xxList .xxContiner:hover {
	color: #005bac;
	box-shadow: 0px 0px 12px rgba(1, 75, 164, 0.5);
        animation-play-state: paused;

}

.xxList .xxContiner .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	overflow: hidden;
	padding: 16px;
}

.xxList .xxContiner .content .zc {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	color: #363636;
}

.xxList .xxContiner .content .zc .zs-text_1 {
	font-size: 20px;
	font-weight: bold;
}

.xxList .xxContiner .content .zc .zs-text_2 {
	font-size: 12px;
	white-space: nowrap;
}

.xxList .xxContiner .content .zc::after {
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
	width: 1px;
	transform: translateY(-50%);
	height: 32px;
	bottom: 0;
	background: #c9b7b7;
}

.xxList .xxContiner .content .zy {
	display: flex;
	flex-direction: column;
}

.xxList .xxContiner .content .zy .s {
	font-family: "å®‹ä½“", SimSun, serif;
    font-weight: bold;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.xxList .xxContiner .content .zy .x {
	    overflow: hidden;
    font-family: "é»‘ä½“", SimSun, serif;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top: 10px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    width: 100%;
    line-height:1.5;
}

.tjgz {
	height: 600px;
	min-width: 1180px;
	width: 100%;
	background-image: url('../img/tjbj.png');
	padding: 30px 0px;
}

.tjgz .tjgzContent {
	display: flex;
	width: 80%;
	min-width: 1180px;
	margin: 0px auto;
	gap: 10px;
}

.tjgz .tjgzContent .zb {
	width: 62%;
        min-width:730px;
}

.tjgz .tjgzContent .zb .zbs {
	display: flex;
}

.tjgz .tjgzContent .zb .zbs .newsZ {
	display: flex;
	flex-direction: column;
	width: 76%;
}

.tjgz .tjgzContent .zb .zbs .newsZ .xws .nfont {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color:#eb1b23;
}

.tjgz .tjgzContent .zb .zbs .newsZ .xwx {
	display: flex;
	margin: -12px 0px 0px 14px;
}

.tjgz .tjgzContent .zb .zbs .newsZ .xwx .ywfont {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: rgb(248 178 180);
}

.tjgz .tjgzContent .zb .zbs .newsY {
	display: flex;
	align-items: center;
	flex: 1;
}

.tjgz .tjgzContent .zb .zbs .newsY .mores {
	display: flex;
	align-items: center;
	flex: 1;
}

.tjgz .tjgzContent .zb .zbs .newsY .mores .sXClass {
	position: relative;
	width: 83px;
}

.tjgz .tjgzContent .zb .zbs .newsY .mores .findmores {
	padding: 0px 0px 25px 80px;
	color: #eb1b23;
}

.tjgz .tjgzContent .zb .zbx {
	padding: 32px 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0px;
	width: 100%;
}

.tjgz .tjgzContent .zb .zbx .content {
	text-decoration: none;
	width: 48.7%;
	margin: auto;
	position: relative;
}

.tjgz .tjgzContent .zb .zbx .content .imgClass1 {
	width: 100%;
	height: 230px;
	min-width: 200px;
	overflow: hidden;
        object-fit: cover;
}

.tjgz .tjgzContent .zb .zbx .content .imgFont {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	color: #fff;
	font-size: 14px;
	z-index: 999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
        display:none;
}

.tjgz .tjgzContent .zb .zbx .content .imgFont .imgTit {
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}

.tjgz .tjgzContent .zb .zbx .content .imgFont .imgDesc {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	width: 90%;
	margin: auto;
}

.tjgz .tjgzContent .yb {
	display: flex;
	flex-direction: column;
	border: 1px solid #f2f7fb;
	position: relative;
	bottom: 110px;
	border-radius: 12px;
	background: #fff;
	height: 700px;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
	min-width: 448px;
        width: 38%;
}

.tjgz .tjgzContent .yb .ybs {
	width: 90%;
	display: flex;
	padding: 20px;
}

.tjgz .tjgzContent .yb .ybs .newsZ {
	display: flex;
	flex-direction: column;
}

.tjgz .tjgzContent .yb .ybs .newsZ .xws .nfont {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #005bac;
}

.tjgz .tjgzContent .yb .ybs .newsZ .xwx {
	display: flex;
	margin: -12px 0px 0px 14px;
        min-width:236px;
}

.tjgz .tjgzContent .yb .ybs .newsZ .xwx .ywfont {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: rgba(0, 91, 172, 0.3);
}

.tjgz .tjgzContent .yb .ybs .newsY {
	display: flex;
	align-items: center;
	flex: 1;
}

.tjgz .tjgzContent .yb .ybs .newsY .mores {
	display: flex;
	align-items: center;
	flex: 1;
}

.tjgz .tjgzContent .yb .ybs .newsY .mores .sXClass {
	position: relative;
	width: 83px;
}

.tjgz .tjgzContent .yb .ybs .newsY .mores .findmores {
    padding: 0px 0px 25px 80px;
    color:#1065b0;
   /* min-width: 94px;
    width: 100%;
    display: flex;
    justify-content: flex-end;*/
}

.tjgz .tjgzContent .yb .ybx .newList {
	text-decoration: none;
	margin-left: 18px;
	position: relative;
	display: flex;
}

.tjgz .tjgzContent .yb .ybx .newList .dates {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80px;
        white-space: nowrap;
}

.tjgz .tjgzContent .yb .ybx .newList .dates .s .ss {
	font-family: é»‘ä½“, Heiti, Microsoft YaHei, å¾®è½¯é›…é»‘, STHeiti, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #1468b3;
}

.tjgz .tjgzContent .yb .ybx .newList .dates .x .xs {
	font-family: é»‘ä½“, Heiti, Microsoft YaHei, å¾®è½¯é›…é»‘, STHeiti, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
}

.tjgz .tjgzContent .yb .ybx .newList .listContent {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
    width: 76%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tjgz .tjgzContent .yb .ybx .newList .listContent .sContent {
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: SimSun, å®‹ä½“, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #4d4d4d;
        padding-top: 15px;
}


.tjgz .tjgzContent .yb .ybx .newList .listContent .xContent {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: é»‘ä½“, Heiti, Microsoft YaHei, å¾®è½¯é›…é»‘, STHeiti, sans-serif;
	color: #666666;
}


.tjgz .tjgzContent .yb .ybx .newList::after {
	content: '';
	position: absolute;
	top: 25px;
	left: 85px;
	width: 1px;
	transform: translateY(-50%);
	height: 4vh;
	bottom: 0;
	background: #c9b7b7;
}

.kcsz {
	height: 650px;
	width: 100%;
	min-width: 1180px;
	background-image: url('../img/kcsz.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	object-fit: cover;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
}

.kcsz .zb {
	width: 60%;
	margin: 0px auto;
	padding-top: 54px;
	display: flex;
	flex-direction: column;
}

.kcsz .zb .newsZ {
	display: flex;
	flex-direction: column;
	width: 83%;
	margin-left: 17%;
}

.kcsz .zb .newsZ .xws .nfont {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
}

.kcsz .zb .newsZ .xwx {
	display: flex;
	margin: -12px 0px 0px 14px;
}

.kcsz .zb .newsZ .xwx .ywfont {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #659ccc;
}

.kcsz .zb .zbx {
	padding-top: 54px;
	width: 77%;
	margin-left: 15%;
	margin-right: 3%;
	flex-wrap: wrap;
	display: flex;
}

.kcsz .zb .zbx&gt;a {
	display: inline-block;
	text-decoration: none;
	width: 48%;
	margin: 12px auto;
	min-height: 160px;
	max-height: 200px;
}

.kcsz .zb .zbx&gt;a&gt;img {
	width: 100%;
	min-height: 160px;
	max-height: 200px;
}

.kcsz .yb {
	position: relative;
	width: 40%;
	display: flex;
	flex-direction: column;
}

.kcsz .yb .ybs {
	display: flex;
	flex-direction: column;
	margin-top: 120px;
	width: 90%;
	padding-left: 16px;
}

.kcsz .yb .ybs .xws .nfont {
	width: 90%;
	display: inline-block;
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #005bac;
}

.kcsz .yb .ybs .xwx {
	display: flex;
	margin: -12px 0px 0px 14px;
}

.kcsz .yb .ybs .xwx .ywfont {
	width: 90%;
	display: inline-block;
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #90bfdf;
}

.kcsz .yb .ybx {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.kcsz .yb .ybx&gt;a {
	display: inline-block;
	text-decoration: none;
	width: 90%;
	margin: 12px auto;
}

.kcsz .yb .ybx&gt;a&gt;img {
	width: 80%;
	min-height: 160px;
	max-height: 200px;
}

.xlzx {
    width: 100%;
    min-width: 1180px;
    background-color: #f2f6f9;
    min-hegiht:auto;
}

.xlzx .xlzxContent {
	display: flex;
	flex-direction: column;
	width: 80%;
	min-width: 1180px;
	margin: 0px auto;
	padding: 52px 0px 118px 0px;
}

.xlzx .xlzxContent .news-tit-box {
	display: flex;
	padding: 4px 16px;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

.xlzx .xlzxContent .news-tit-box .news-tit-left {
	white-space: nowrap;
	margin-right: 40px;
}

.xlzx .xlzxContent .news-tit-box .news-tit-left .news-tit_1 {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #005BAA;
	z-index: 9999;
}

.xlzx .xlzxContent .news-tit-box .news-tit-left .news-tit_2 {
	width: 80%;
	margin: auto;
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #B1CDE8;
	z-index: 999;
}

.xlzx .xlzxContent .news-tit-box .news-tit-right {
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.xlzx .xlzxContent .news-tit-box .news-tit-right .news-right-line {
	width: 100%;
	border-bottom: 2px dashed #80ADD6;
	padding-bottom: 6px;
}

.xlzx .xlzxContent .news-tit-box .news-tit-right .news-tit-more {
	width: 160px;
	text-align: right;
	border-bottom: 2px solid #80ADD6;
	margin-left: 16px;
	font-weight: 540;
	font-size: 20px;
	color: #005BAA;
	padding-bottom: 6px;
}

.xlzx .xlzxContent .news-tit-box .news-tit-right .news-tit-more&gt;a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	text-align: right;
	font-weight: 540;
	font-size: 20px;
	color: #005BAA;
}

.xlzx .xlzxContent .xlzxX {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.xlzx .xlzxContent .xlzxX .xz {
	width: 46%;
	min-width: 240px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.xlzx .xlzxContent .xlzxX .xz .zs {
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
        min-width:590px;
}

.xlzx .xlzxContent .xlzxX .xz .zs .jxz {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	border: 1px solid #005bac;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	color: #005bac;
        padding: 0 17px;
        height: 76px;
}

.xlzx .xlzxContent .xlzxX .xz .zs .dateIml {
	display: flex;
	align-items: center;
	position: relative;
	left: -120px;

}

.xlzx .xlzxContent .xlzxX .xz .zs .xzc {
	text-decoration: none;
	align-items: center;
	display: flex;
	flex-direction: column;
	/*width: 70px;*/
	border: 1px solid #005bac;
	background: #005bac;
	color: #fff;
	justify-content: center;
	border-radius: 6px;
        height: 76px;
        padding: 0px 8px;
}

.xlzx .xlzxContent .xlzxX .xz .zx {
          	
    min-width: 590px;
    height: 486px;
    overflow: scroll;
    margin-top: 30px;
}

.xlzx .xlzxContent .xlzxX .xz .zx&gt;img {
    width: 100%;
    height: 684px;
    object-fit: fill;
}

.xlzx .xlzxContent .xlzxX .xz::after {
	content: '';
    position: absolute;
    top: 54%;
    left: 112%;
    width: 1px;
    transform: translateY(-50%);
    height: 44vh;
    bottom: 0;
    background: #dfe3e4;
}

.xlzx .xlzxContent .xlzxX .xy-container {
	width: 43%;
	display: flex;
	min-width: 380px;
}

.xlzx .xlzxContent .xlzxX .xy-container .xy {
	display: flex;
	flex-direction: column;
	min-width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xlzx .xlzxContent .xlzxX .xy-container .xy .ys {
	margin: 40px auto;
	font-weight: bold;
	color: #005bac;
	font-size: 28px;
	display: flex;
	justify-content: center;
}

.xlzx .xlzxContent .xlzxX .xy-container .xy .yx {
	gap: 80px;
	display: flex;
	flex-direction: column;
        margin-top:32px;
}

.xlzx .xlzxContent .xlzxX .xy-container .xy .yx .content {
	display: flex;
	gap: 40px;
}

.xlzx .xlzxContent .xlzxX .xy-container .xy .yx .content .z {
	color: #fff;
	background: #005bac;
	width: 25px;
	padding: 6px;
	text-align: center;
	border-radius: 6px;
}

.xlzx .xlzxContent .xlzxX .xy-container .xy .yx .content .y {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.xlzx .xlzxContent .xlzxX .xy-container .xy .yx .content .y .yys {
	display: flex;
	gap: 20px;
}

.xlzx .xlzxContent .xlzxX .xy-container .yx .content .y .yyx {
	display: flex;
	gap: 20px;
}

.fczs {
	min-width: 1180px;
	width: 100%;
}

.fczs .content {
	display: flex;
	flex-direction: column;
	min-width: 1180px;
	width: 80%;
	margin: auto;
	padding: 52px 0;
}

.fczs .content .fczsS {
	display: flex;
	flex-direction: column;
}

.fczs .content .fczsS .xws .nfont {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #005bac;
}

.fczs .content .fczsS .xwx {
	display: flex;
	margin: -12px 0px 0px 14px;
}

.fczs .content .fczsS .xwx .ywfont {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: rgba(0, 91, 172, 0.3);
}

.fczs .content .fczsX {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 14px;
    width: 100%;
        
}

.fczs .content .fczsX .xContent {
	text-decoration: none;
    width: 33%;
    position: relative;
    margin-bottom: 7px;
    overflow: hidden;
    display: flex;
    margin-left: 0px;
}




.fczs .content .fczsX .xContent&gt;img {
	width: 100%;
    object-fit: cover;
    transition: all 0.6s;
    cursor: pointer;
    height: 100%;
        
}

.fczs .content .fczsX .xContent&gt;img:hover {
    transform: scale(1.3);        
}




.fczs .content .fczsX .xContent .btClass {
	position: absolute;
	bottom: 0px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 32px;
	overflow: hidden;
	color: white;
	display: flex;
	align-items: center;
}

.fczs .content .fczsX .xContent .btClass .bt-desc {
	width: 96%;
	margin: auto;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yqlj {
	width: 80%;
	min-width: 1180px;
	margin: 0px auto;
	padding-bottom: 60px;
}

.yqlj .yqljS {
	display: flex;
	flex-direction: column;
}

.yqlj .yqljS .xws .nfont {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #005bac;
}

.yqlj .yqljS .xwx {
	display: flex;
	margin: -12px 0px 0px 14px;
}

.yqlj .yqljS .xwx .ywfont {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: rgba(0, 91, 172, 0.3);
}

.yqlj .yqljX {
	padding: 20px 0px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.yqlj .yqljX .content {
	text-decoration: none;
	border-radius: 16px;
	padding: 6px;
	border: 1px solid #d5e4f2;
	display: flex;
	justify-content: center;
}

.yqlj .yqljX .content .spanContent {
	border-radius: 12px;
	background: #005bac;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 1px 1px 10px rgb(0 91 172);
	color: #fff;
	height: 31px;
	padding: 0px 65px;
	opacity: 0.8;
}

.yqlj .yqljX .content .spanContent span {
	font-family: "é»‘ä½“", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
}

.footer {
	width: 100%;
	min-width: 1180px;
	height: 227px;
	background: #005bac;
	display: flex;
	flex-direction: column;
}

.footer .content {
	width: 80%;
	min-width: 1180px;
	margin: 0px auto;
	display: flex;
}

.footer .content .contentTop {
	margin: 20px 0px;
}

.footer .content .contentBottom {
	gap: 20px;
	display: flex;
	flex-direction: column;
	margin: auto;
	color: #fff;
	font-family: "é»‘ä½“", sans-serif;
	font-weight: 300;
	font-size: 14px;
}
</pre></body></html>