<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style-type: none;
}

#box {
	width: 1920px;
	min-height: 1000px;
	margin: 0 auto;
	overflow-x: hidden;
}

.header {
	width: 100%;
	height: 594px;
	background: url(../image/bg1.jpg) no-repeat top center;
}

.navi {
	width: 100%;
	height: 64px;
	background: url(../image/navi_bg.png) no-repeat top center;
	margin-top: -20px;
}

.main_text {
	width: 100%;
	height: 940px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
	padding: 0 224px;
}

.left_box {
	width: 416px;
	height: 910px;
}

.window1 {
	width: 412px;
	height: 465px;
	border: 2px solid #a8daff;
	border-radius: 20px;
	position: relative;
	margin: 15px 0;
}

.window1 .title {
	height: 55px;
	width: 400px;
	margin: 6px 6px 10px 6px;
	background-image: linear-gradient(to bottom, #84d6ff, #d1f2ff);
	border-radius: 15px 15px 0 0;
}

.window1 .title img {
	display: block;
	float: left;
	position: absolute;
	top: 26px;
	left: 28px;
}

.window1 .title h3 {
	float: left;
	line-height: 55px;
	margin-left: 50px;
}

.window1 .Artical_list {
	height: 392px;
	width: 400px;
	margin: 6px;
}

.right_box {
	width: 416px;
	height: 910px;
}

.window2 {
	width: 412px;
	height: 410px;
	border: 2px solid #a8daff;
	border-radius: 20px;
	position: relative;
}

.window2 .title {
	height: 55px;
	width: 400px;
	margin: 6px 6px 10px 6px;
	background-image: linear-gradient(to bottom, #84d6ff, #d1f2ff);
	border-radius: 15px 15px 0 0;
}

.window2 .title img {
	display: block;
	float: left;
	position: absolute;
	top: 26px;
	left: 28px;
}

.window2 .title h3 {
	float: left;
	line-height: 55px;
	margin-left: 50px;
}

.window2 .Artical_list {
	height: 322px;
	width: 400px;
	margin: 6px;
}

.center_box {
	height: 904px;
	width: 606px;
	margin-right: 5px;
}

.window3 {
	width: 100%;
	height:894px;
	border: 2px solid #a8daff;
	border-radius: 20px;
	margin: 15px 0;
}

.window3 .title {
	height: 55px;
	width: 594px;
	margin: 6px;
	background-image: linear-gradient(to bottom, #84d6ff, #d1f2ff);
	border-radius: 15px 15px 0 0;
	position: relative;
}

.window3 img {
	float: left;
	position: absolute;
	top: 20px;
	left: 25px;

}

.window3 .title h3 {
	float: left;
	line-height: 55px;
	margin-left: 55px;
}

.window3 .carousel {
	width: 558px;
	height: 370px;
	margin: 11px 22px;
	background: #eeeeee;
}

.window3 .carousel .carousel_photo {
	width: 100%;
	height: 100%;
}

.window3 .Artical_list {
	width: 558px;
	height: 425px;
	margin: 20px auto;
}

.code_right {
	width: 100%;
	height: 80px;
	background-color: #005fff;
	position: relative;
	padding-top: 44px;
}

.code_right img {
	display: block;
	line-height: 100px;
	margin: 0 auto;
}



/* navi_windows */
div#wp_nav_w1 {
	width: 1500px;
	margin: 0 auto;
	padding-left: 20px;
}

#wp_nav_w1&gt;ul&gt;li&gt;a&gt;span {
	font-size: 24px;
	color: #ffffff;
}

ul.wp_nav {
	padding-top: 14px;
}

.wp_nav .nav-item {

	margin: 0 38px;
}

ul&gt;li {
	background: url(../image/list_icon.png) no-repeat center left;
}

.wp_article_list .list_item {
	width: 100%;
	height: 40px;
	line-height: 24px;
	vertical-align: top;
}

ul {
	margin-top: 30px;
}

a {
	font-size: 24px;
	color: #333333;
}

.wp_article_list .list_item .Article_Index {
	text-indent: -99em;

}

.wp_article_list .list_item {
	line-height: 40px;
	margin: 10px;
}

.window3 .carousel {
	margin: 20px 22px 25px;
}

#wp_news_w2&gt;ul&gt;li.list_item&gt;div.fields.pr_fields&gt;span.Article_Index {
	display: none;
}

#wp_news_w3&gt;ul&gt;li.list_item&gt;div.fields.pr_fields&gt;span.Article_Index {
	display: none;
}

#wp_news_w5&gt;ul&gt;li.list_item&gt;div.fields.pr_fields&gt;span.Article_Index {
	display: none;
}

#wp_news_w6&gt;ul&gt;li.list_item&gt;div.fields.pr_fields&gt;span.Article_Index {
	display: none;
}

#wp_news_w7&gt;ul&gt;li.list_item&gt;div.fields.pr_fields&gt;span.Article_Index {
	display: none;
}

.wp_article_list .list_item {
	border-bottom: none;
	padding-left: 20px;
}

div.Artical_list&gt;div {
	margin-left: 10px;
}

.title h3 {
	font-size: 25px;
	color: #0047bf;
}
#wp_nav_w1 &gt; ul &gt; li.nav-item {
    background-image: none;
}</pre></body></html>