@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0 auto;
}

#icon-shows {
	display: flex;
	min-height: 260px;

}

#text {
	width: 100%;
	/* 				flex: 1; */
	margin: 0 10px;
}

#text:nth-child(2n-1) {
	/*! position: relative; */
	margin: 0 10px 20px 10px;
	height: 230px !important;
	;
}

#text:nth-child(2n) {
	/*! position: relative; */
	margin: 45px 10px 0 10px;
	min-height: 240px;
}

.state,
.static {
	width: 10%;
	min-height: 220px;
	position: absolute;
	/* background-color: rebeccapurple; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.state {
	background-image: url('/gif/icon01.gif');
	display: none;
}

.static {
	background-image: url('/img/icon04.png');
	background-size: 50%;
}

#text:hover .state {
	display: block;
	background-size: 92%;
	background-position: 3.5px 52px;
}


#text:hover .static {
	display: none;
}

#text a {
	text-decoration: none;
}

.state p,
.static p {
	text-align: center;
	color: white;
	position: relative;
	top: 183px;
	font-family: 'Noto Serif SC', serif;
	/* 思源宋体 */
	font-weight: bold;
}

#text:nth-child(1) {
	background: #a22222;
}

#text:nth-child(2) {
	background: #6cbcdf;
	/*! min-height: 260px; */
}

#text:nth-child(3) {
	background: #68a19c;
}

#text:nth-child(4) {
	background: #6bb495;
}

#text:nth-child(5) {
	background: #8a90db;
}

#text:nth-child(6) {
	background: #e17784;
}

#text:nth-child(7) {
	background: #e49d39;
}

#text:nth-child(8) {
	background: #a5a09d;
}

#text:nth-child(9) {
	background: #69b8cd;
}

.gif01 {
	background-image: url('/gif/icon02.gif');
}

.icon01 {
	background-image: url('/img/icon05.png');
}

#text:hover .gif01 {
	display: block;
	background-size: 123%;
	background-position: -13.2px 36px;
}

.gif02 {
	background-image: url('/gif/icon03.gif');
}

.icon02 {
	background-image: url('/img/icon06.png');
}

#text:hover .gif02 {
	display: block;
	background-size: 80%;
	background-position: 16px 63.2px;
}

.gif03 {
	background-image: url('/gif/icon04.gif');
}

.icon03 {
	background-image: url('/img/icon07.png');
}

#text:hover .gif03 {
	display: block;
	background-size: 97.5%;
	background-position: -1px 46.6px;
}

.gif04 {
	background-image: url('/gif/icon05.gif');
}

.icon04 {
	background-image: url('/img/icon08.png');
}

#text:hover .gif04 {
	display: block;
	background-size: 99.5%;
	background-position: 0px 48.9px;
}

.gif05 {
	background-image: url('/gif/icon06.gif');
}

.icon05 {
	background-image: url('/img/icon09.png');
	background-size: 40%;
}

#text:hover .gif05 {
	display: block;
	background-size: 95%;
	background-position: -1.7px 46px;
}

.gif06 {
	background-image: url('/gif/icon07.gif');
}

.icon06 {
	background-image: url('/img/icon10.png');
}

#text:hover .gif06 {
	display: block;
	background-size: 92%;
	background-position: 7px 56px;
}

.gif07 {
	background-image: url('/gif/icon08.gif');
}

.icon07 {
	background-image: url('/img/icon11.png');
}

#text:hover .gif07 {
	display: block;
	background-size: 86%;
	background-position: 10px 57px;
}

.gif08 {
	background-image: url('/gif/icon09.gif');
}

.icon08 {
	background-image: url('/img/icon12.png');
}

#text:hover .gif08 {
	display: block;
	background-size: 102%;
	background-position: 0px 24px;
}

.icon09 {}

.gif09 {}

#text:hover .gif09 {}

#tm_viewDH {
	position: relative;
}

#tm_viewDH a {
	font-family: 'Noto Serif SC', serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
}

*+html * {
	padding: 0;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
input,
ifram,
em,
span,
i {
	margin: 0;
	padding: 0
}

img {
	border: 0px;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}

ul,
li {
	list-style-type: none;
}

a,
a:link,
a:hover,
a:visited,
a:active {
	color: #333;
}

a:hover {
	color: #b52726;
	transition: all 0.5s;
	opacity: 1;
}

.m1 a:hover {
	color: #a20000 !important;
}

html,
body {
	height: 100%
}

input,
textarea,
select {
	padding: 0;
	font-family: inherit;
	outline: none;
	resize: none;
	background: none;
	border: none;
	color: inherit;
}

input::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

select::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

i,
em {
	font-style: normal;
}

input::-moz-placeholder {
	color: #fff;
	font-size: 1.6rem;
}

input:-ms-input-placeholder {
	color: #fff;
	font-size: 1.6rem;
}

html,
body {
	font-size: 10px;
	font-size: 62.5%;
	/* =16px */
}

body {
	background: #FAFAFA;
	font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti;
	color: #222;
}

.contS .article .xx img {
	max-width: calc(100% - 60px);
}

/*����������߿������� �߿��ֱ��Ӧ�����������ĳߴ�*/
::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #c8c8c8;
}

.ovhid {
	overflow: hidden;
}

.marbot20 {
	margin-bottom: 6rem;
}

.top {
	position: relative;
	z-index: 9999999999999;
}

.top .header {
	padding: 1.5rem 0 2rem 0;
	height: calc(10rem - 2px);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-image: url(/images/jzxy_tbg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

#wp_news_w1038 {}

.molvtiaoWai {
	position: relative;
	z-index: 2;
}

.molvtiao_ {
	position: absolute;
	top: -20px;
	z-index: 1;
	width: 100%;
	height: calc(100% + 34px);
}

.molvtiao {
	/* background-image: url('/images/logo.png') !important;
	background-size: contain;
	background-position: center; */
	border-bottom: 4px solid #d0724e;
	background-color: #a20000;
	transition: all 1s;
	opacity: 1;
}

.molvtiao1 {
	background-color: #a20000;
	transition: all 1s;
	opacity: 0;
}

.top .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}

.top .logo {
	max-width: 38%;
}

.top .logo img {
	max-width: 166%;
}

.nav ul {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}

.nav ul li {
	height: 4.4rem;
	line-height: 4.4rem;
	position: relative;
}

.nav ul li a {
	color: #fff;
	display: block;
}

.nav li h1 {
	font-size: 2.2rem;
	color: #fff;
	padding: 0 2rem;
}

.nav li ol {
	display: none;
	background: rgba(162, 0, 0, 0.6);
	text-align: center;
	position: absolute;
	left: 34%;
	margin-left: -5.5rem;
	top: 4.4rem;
	width: 13rem;
	z-index: 5;
	padding: 0.6rem 0;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	border-radius: 0.5rem;
}

.nav li ol:before {
	content: "";
	top: -8px;
	left: 50%;
	margin-left: -4px;
	width: 0;
	position: absolute;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid rgba(255, 96, 33, 0.9);
}

.nav li:hover ol {
	/* display: block; */
}

.nav li ol div {
	position: relative;
}

.nav li ol div h2 {
	line-height: 20px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #fff;
	padding: 1rem 0px;
}

.nav li ol div h2:hover a {
	color: #f2b100;
}

.nav li ol div dl {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 110%;
	background: rgba(3, 99, 186, 0.8);
}

.nav li ol div dl h3 {
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: normal;
	padding: 0.8rem 0px;
	color: #fff;
}

.nav li ol div dl h3:hover a {
	color: #f2b100;
}

.nav li ol div:hover dl {
	display: block;
}


.searchbut {
	float: left;
	width: 3.6rem;
	height: 3.6rem;
	background-image: url(/images/jzxyh_r1_c20.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: none;
}

.mob-menu {
	display: none;
	float: left;
	margin-left: 2rem;
	width: 3.6rem;
	height: 3.6rem;
	background-image: url(/images/menu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.banner {
	min-height: 300px;
	height: 40vw
}

.banner .swiper-slide img {
	width: 100%;
	object-fit: cover;
	display: block;
	height: 40vw;
	/*图片实际大小 1920*420*/
}

.banner .swiper-pagination {
	bottom: 3rem;
	left: 10%;
	width: 80%;
	text-align: right;
}

.banner .swiper-pagination-bullet {
	width: 4.6rem;
	height: 0.6rem;
	border-radius: 0;
	opacity: 0.7;
	background: #fff;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #a20000;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	height: 6.6rem;
	width: 6.6rem;
	background: rgba(0, 0, 0, 0);
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	font-size: 3rem;
}

a.more {
	text-align: left;
	color: #999;
	/* border: 1px solid#ddd; */
	border-radius: 1.3rem;
	width: 6rem;
	height: 2.6rem;
	/* line-height: 2.6rem; */
	background: url('/images/more.png') no-repeat 1.2rem center;
	text-indent: .6rem;
	font-size: 1.4rem;
	background-size: contain;
	background-position: 0px center;
}

.til1 {
	position: relative;
	height: 4rem;
}

.til1 h1 {
	font-size: 28px;
	line-height: 8rem;
	color: #909090;
	padding-left: 1rem;
	position: relative;
}

.til1 h1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -12px);
	width: 5px;
	height: 28px;
	background: #0363ba;
	display: none;
}

.til1 a.more {
	position: absolute;
	top: 18px;
	transform: translate(0, -14px);
	right: 0;
	line-height: 71px;
	overflow: hidden;
	width: 34px;
	margin-right: 14px;
}

.til2 {
	margin-bottom: 2rem;
	height: 6rem;
}

.til2 h1 {
	padding-left: 0;
	float: left;
	line-height: 6rem;
}

.picnews .til1 {
	text-align: center;
}

.picnews .til1 a {
	position: relative;
	z-index: 999;
}

.picnews .til1 img {
	width: 400px;
	position: relative;
	/* top: 510px; */
	/*  position: relative;
  top: 450px;
  font-weight: 600;
  font-size: 30px;
  color: #9e0000;
  text-align: center; */
}

/* .picnews .til1 h1:before {
	display: inline-block;
	content: "";
	position: relative;
	margin-right: 10px;
	top: 6%;
	left: 0;
	transform: translate(0, -12px);
	width: 60px;
	height: 3px;
	background: #9e0000;
}

.picnews .til1 h1:after {
	display: inline-block;
	content: "";
	position: relative;
	margin-left: 10px;
	top: 8%;
	left: 0;
	transform: translate(0, -12px);
	width: 60px;
	height: 3px;
	background: #9e0000;
} */

.til2 h1:before {
	content: "";
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	transform: translate(0, 0);
	width: 100%;
	height: 4px;
	background: #0363ba;
}

.til3 {
	font-size: 28px;
	color: #333;
	margin-bottom: 4rem;
	text-align: center;
}


.m1 {
	padding: 3rem 0;
	background: #FAFAFA;
}

.m1 .wrap {
	display: flex;
	justify-content: space-between;
}

.m1 .wrap .picnews {
	width: calc((100% - 2.5%)/12*6);

}

.m1 .wrap .newslist {
	width: calc((100% - 2.5%)/12*3.5);

}

.m1 .wrap .gzdt {
	width: calc((100% - 2.5%)/12*3.0);
	margin-top: 60px;

}


.m1 .wrap .picnews,
.m1 .wrap .newslist,
.m1 .wrap .gzdt {
	overflow: hidden;
}

.tm_news_date1001 span {
	font-size: 10px;
}


.tm_plus1001 {
	overflow: hidden;
}

.tm_plus1002 {
	display: block;
	width: 100%;
	height: 100%;
}

.tm_plus1003 {
	overflow: hidden;
	width: 100%;
	display: block;
	height: 20rem;
}

.tm_plus1003 img {
	height: 23rem;
}

/*.news{ width:72%;}
.gzdt{ width:28%;}
.newstil{ margin-right:2.5rem;}
.picnews{width:56%; float:left; }
.newslist{width:44%; float:left;}*/

img {
	border: none;
}

img.fyFangDa {
	transition: transform 0.7s ease;
	//指定过渡规则
}

img.fyFangDa:hover {
	transform: scale(1.2);
}

.picnewsBox {
	/* background: #fff; */
	/* border: 1px solid #ddd; */
	padding: 1rem;
	min-height: 66rem;
}

.picnews .swiper-container {}

.picnews .swiper-wrapper {}

.picnews .swiper-slide img {
	width: 100%;
	height: 48.60rem;
	object-fit: cover;
	display: block;
}

.picnews .swiper-slide ul {
	position: relative;
	padding: 1.5rem 0rem 1.5rem 0rem;
}

.zxdt-more {
	margin: 0 auto;
	width: 80px;
	height: 20px;
	font-size: 40px;
	text-align: center;
	color: #a20000 !important;
}

.zxdt-img {
	display: block;
	margin: 0 auto;
	width: 80px;
	object-fit: contain;
}

.picnews .swiper-slide ul h6 {
	font-size: 2rem;
	/* margin-left: 10rem; */
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	margin-top: 60px;
	font-weight: bold;
	color: #333;
}

.picnews .swiper-slide ul p {
	font-size: 1.6rem;
	min-height: 4.6rem;
	line-height: 2.4rem;
	color: #7F7D7B;
	/* overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box; */
}

.picnews .swiper-slide ul li {
	color: #fff;
	font-size: 2.4rem;
	line-height: 3rem;
	position: absolute;
	top: -4.5rem;
	left: 2rem;
	width: 7.5rem;
	height: 9rem;
	background: url(/images/time_r1_c1.png) no-repeat center center;
	display: none;
}

.picnews .swiper-slide ul li b {
	display: block;
	padding: 1rem 0 0 0.2rem;
}

.picnews .swiper-slide ul li strong {
	display: block;
	padding: 1rem 0 0 2.6rem;
}

.swiper-slide ul a:last-child {
	color: #333 !important;
}

.picnews .swiper-pagination {
	bottom: 27rem;
}

.picnews .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	border-radius: 20px;
	opacity: 1;
	background: #fff;
}

.picnews .swiper-pagination-bullet-active {
	background: #a20000c9;
	padding: 0 6px;
}

.picnews .swiper-button-next,
.banner .swiper-button-prev {
	color: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	height: 6.6rem;
	width: 6.6rem;
	background: rgba(0, 0, 0, 0);
}

.picnews .swiper-button-next:after,
.banner .swiper-button-prev:after {
	font-size: 3rem;
}

.newslist ul {
	/* margin:0 2.5rem;*/
}

.newslist ul li {
	background: #fff;
	border: 1px solid #ddd;
	padding: 1.4rem 1.4rem;
	margin-bottom: 2rem;
}

.newslist ul li div {
	line-height: 2.4rem;
	float: left;
	width: 6rem;
	text-align: center;
}

.newslist ul li div i {
	display: block;
	color: #0264bb;
	font-style: normal;
	font-size: 1.8rem;
}

.newslist ul li div span {
	display: block;
	height: 2.4rem;
	font-size: 1.4rem;
	border-radius: 1.2rem;
	background: #0264bb;
	color: #fff;
}

.newslist ul li ol {
	margin-left: 7.5rem;
	line-height: 2.4rem;
	height: 4.8rem;
	overflow: hidden;
	font-size: 1.6rem;
}

.newslist ul li ol h6 {
	max-height: 4.8rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.newslist ul li ol p {
	height: 2.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7F7D7B;
}

.gzdtlist {
	/* background: #fff; */
	/* border: 1px solid #ddd; */
	padding: 1rem;
	height: 66rem;
}

.gzdtlist ul {}

.gzdtlist ul li {
	/* line-height: 12.6rem; */
	height: 6.6rem;
	position: relative;
	/* font-size: 1.6rem; */
	border-bottom: 1px lightgray solid;
	font-size: 24px;
	font-weight: 400;
}

.gzdtlist ul li h6 {
	/*! margin-right: 6rem; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*! font-weight: normal; */
	line-height: 60px;
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0;
	/* display: flex; */
	/*! justify-content: center; */
	align-self: center;
	min-height: 60px;
}


.gzdtlist ul li span {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.gzdtlist ul li.first {
	line-height: 3.4rem;
	height: auto;
	border-bottom: 1px solid #a20000;
}

.gzdtlist ul li.first img {
	display: block;
	height: 20rem;
	object-fit: cover;
	width: 100%;
	margin-bottom: 1rem;
}

.gzdtlist ul li h6 {
	transition: transform 0.2s ease,
		font-weight 0.2s ease,
		padding 0.2s ease,
		box-shadow 0.2s ease;
}

.gzdtlist ul li h6:hover {
	transform: scale(1.07);
	font-weight: 600;
	padding: 0 10px;
	box-shadow: 2px 2px 2px 2px #fff;
}

.gzdtlist ul li.first h6 {
	/*! margin-right: 0rem; */
	position: relative;
	/* padding-left: 1.5rem; */
	position: relative;
	/*! padding-right: 40px; */
	font-size: 20px;
	/*! line-height: 60px; */
	margin: 10px 0;
	min-height: 60px;
	/* display: flex; */
	/*! justify-content: center; */
	align-items: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.gzdtlist ul li.first h6:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -3px);
	width: 6px;
	height: 6px;
	background: #0363ba;
	display: none;
}

.gzdtlist ul li.first span {
	position: absolute;
	top: auto;
	bottom: 4rem;
	right: 0;
	color: #7F7D7B;
}

.gzdtlist ul li.first p {
	color: #7F7D7B;
	height: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 1rem;
	padding-left: 1.5rem;
	display: none;
}

.m2 {
	padding: 3rem;
}

.m2til {
	text-align: center;
	margin-bottom: 1rem;
}

.m2til h1:before {
	display: none;
}

.mtsd .swiper-slide {
	position: relative;
}

.mtsd .swiper-slide img {
	width: 100%;
	height: 33rem;
	object-fit: cover;
	display: block;
}

.mtsd .swiper-slide div {
	background: rgba(4, 81, 153, .8);
	color: #fff;
	font-size: 1.8rem;
	height: 5rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.mtsd .swiper-slide div p {
	height: 5rem;
	line-height: 5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 1rem;
}

.mtsd .swiper-slide div p span {
	display: block;
	margin-top: 1.5rem;
}

.mtsd .swiper-slide:hover div {
	height: 100%;
	line-height: 3rem;
	/* opacity:0.1;transition: opacity 0.5s linear; */
	transition-property: height;
	/* 需要参与过渡的属性 */
	transition-duration: 0.3s;
	/* 过渡动画的持续时间 */
	transition-delay: 0s;
	/* 延迟过渡的时间，单位秒s或毫秒ms */
	transition-timing-function: ease-out;

}

.mtsd .swiper-slide:hover div p {
	height: auto;
	margin: 4rem 3rem 0 3rem;
	white-space: normal;
	line-height: 3rem;
}

.mtsd .swiper-button-next,
.mtsd .swiper-button-prev {
	position: static;
	height: 5rem;
	width: 10rem;
}

.mtsd .swiper-button-prev {
	background: url("/images/prev58.png") no-repeat center center;
	opacity: 1;
	margin-top: 0;
	font-size: 0;
	display: inline-block;
}

.mtsd .swiper-button-next {
	background: url("/images/next58.png") no-repeat center center;
	opacity: 1;
	font-size: 0;
	margin-top: 0;
	display: inline-block;
}

.prev-next-zs {
	height: 5rem;
	width: 5rem;
	/* background: url(/images/jzxyh_r2_r1_c3.png) no-repeat center center; */
	display: inline-block;
}

.mtsd .swiper-button-prev:after,
.mtsd .swiper-button-next:after {
	display: none;
}

.mtsd .prev-next-box {
	text-align: center;
	padding-top: 2rem;
}

.m3 {
	/* background: url(/images/jzxyh_r6_c1.png) no-repeat center center; */
	padding: 3rem 0;
}

.more-tzgg {
	color: white !important;
	display: block;
	margin: 10px auto;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 80px;
	background-color: #a20000;
	transition: transform 0.2s ease,
		background 0.2s ease,
		color 0.2s ease,
		font-weight 0.2s ease;
}

.more-tzgg:hover {
	transform: scale(1.1);
	background-color: white;
	color: #a20000 !important;
	font-weight: 600;
}

#news-title {
	width: 520px;
	display: block;
	position: relative;
	top: -34px;
	margin: 34px auto;
}

.m3 .til1 h1 {
	font-size: 28px;
	line-height: 8rem;
	color: #909090;
	padding-left: 1rem;
	position: relative;
	text-align: center;
}

.tzgglist ul {
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	/* display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2.5rem; */
	/*display:flex; justify-content:space-between;flex-wrap: wrap;flex-direction: row;gap: 40px 20px;*/
}

.tzgglist ul li {
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 2.4rem;
	height: 12.5rem;
	padding: 1.5rem;
	background: #e7e7e7;
	box-shadow: 3px 3px 3px 3px aliceblue;
	width: calc((100% - 2.6%)/3);
	float: left;
	box-sizing: border-box;
	margin-top: 1.3%;
}

.tzgglist ul li:hover {
	background: #a20000;
	background-image: url('/images/star.png');
	background-repeat: no-repeat;
	background-position: 100% 180%;
}

.tzgglist ul li:hover i,
.tzgglist ul li:hover span,
.tzgglist ul li:hover a {
	transition: color 1s all;
}

.tzgglist ul li:hover i,
.tzgglist ul li:hover span,
.tzgglist ul li:hover a {
	color: white !important;
}

.tzgglist ul li:nth-of-type(3n - 1) {
	margin-left: 1.3%;
	margin-right: 1.3%;
}

.tzgglist ul li ol {
	width: 7.6rem;
	/* border: 1px solid #0363ba; */
	/* background: #fff; */
	text-align: center;
	float: left;
}

.tzgglist ul li ol i {
	display: block;
	height: 3.8rem;
	line-height: 3.8rem;
	/* background: #fff; */
	color: #000;
	font-style: normal;
	font-size: 2.8rem;
}

.tzgglist ul li ol span {
	display: block;
	height: 3.8rem;
	line-height: 3.8rem;
	color: #000;
	background-color: transparent;
}

.tzgglist ul li h6 {
	margin-left: 9.5rem;
	line-height: 3rem;
	padding-top: 1rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.tzgglist ul li p {
	clear: both;
	padding-top: 1.5rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.m4 {
	display: flex;
	justify-content: space-between;
	margin: 60px auto;
}

.gsgg {
	width: calc((100% - 2.5%)/12*4);
}

.zsdt {
	width: calc((100% - 2.5%)/12*4);
}

.jyxx {
	width: calc((100% - 2.5%)/12*4);
}

.gsgg,
.zsdt,
.jyxx {
	overflow: hidden;
}

.zsdt ul {}

.zsdt ul li {
	height: 6.2rem;
	line-height: 6.2rem;
	border: 1px solid #ddd;
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	padding: 0 1.5rem;
}

.zsdt ul li span {
	color: #0363ba;
	display: block;
	float: left;
}

.zsdt ul li i {
	margin: 0 1rem;
	color: #ccc;
	font-style: normal;
	display: block;
	float: left;
}

.zsdt ul li h6 {
	font-weight: normal;
	margin-left: 7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jyxx ul {
	border: 1px solid #ddd;
	padding: 1.5rem 1.5rem 0 1.5rem;
}

.jyxx ul li {
	position: relative;
	margin-bottom: 2rem;
	font-size: 1.8rem;
	line-height: 3.4rem;
	padding-left: 1.5rem;
}

.jyxx ul li h6 {
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jyxx ul li span {
	color: #999;
	display: block;
}

.jyxx ul li:before {
	content: "";
	position: absolute;
	top: 1.5rem;
	left: 0;
	width: 6px;
	height: 6px;
	background: #0363ba;
}

.jyxx ul li:after {
	content: "";
	background: #ddd;
	height: 1px;
	position: absolute;
	bottom: 1.8rem;
	right: 0;
	left: 13rem;
}

.gsggcont {
	border: 1px solid #ddd;
}

.gsggtil {
	box-sizing: border-box;
	margin-bottom: 2rem;
	height: 6rem;
	line-height: 6rem;
}

.gsggtil .swiper-slide {
	width: auto !important;
	cursor: pointer;
}

.gsggtil .swiper-slide h1 {
	font-size: 2.8rem;
	position: relative;
	margin-right: 4rem;
	font-weight: normal;
	color: #999;
}

.gsggtil .swiper-slide-thumb-active h1 {
	color: #333;
	font-weight: bold;
}

.gsggtil .swiper-slide-thumb-active h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #0363ba;
}

.gsggcont ul {
	padding: 0rem 1.5rem 0rem 1.5rem;
}

.gsggcont ul li {
	font-size: 1.8rem;
	line-height: 3rem;
	border-bottom: 1px solid #ddd;
	padding: 1rem 0;
}

.gsggcont ul li h6 {
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gsggcont ul li i {
	color: #999;
	display: block;
	font-size: 1.6rem;
}

.gsggcont ul li.first {
	border-bottom: 1px solid #0363ba;
	position: relative;
}

.gsggcont ul li.first span {
	display: block;
	color: #0363ba;
	font-size: 1.6rem;
}

.gsggcont ul li.first span b {
	font-size: 2.4rem;
}

.gsggcont ul li.first h6 {
	font-weight: bold;
	line-height: 3.2rem;
}

.gsggcont ul li.first p {
	line-height: 2.4rem;
	font-size: 1.6rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.gsggcont ul li.first:before {
	content: "";
	position: absolute;
	top: 1.5rem;
	left: -1.5rem;
	width: 5px;
	height: 28px;
	background: #0363ba;
}

.m5 {
	display: flex;
	justify-content: space-between;
	/* grid-template-columns: 2fr 1fr;
	gap: 2.5rem; */
	margin-bottom: 4rem;
	overflow: hidden;
}

.xyzx {
	width: calc((100% - 1.5%)/12*8);
}

.zt {
	width: calc((100% - 1.5%)/12*4);
}

.xyzx,
.zt {
	overflow: hidden;
}

.ztpic img {
	width: 100%;
	height: 28.5rem;
	object-fit: cover;
}

.xylist {
	padding: 1rem;
	border: 1px solid #ddd;
}

.xylist div {
	overflow: hidden;
}

.xylist ol,
.xylist ul {
	width: 50%;
	float: left;
}

.xylist ol img {
	width: 100%;
	height: 26.5rem;
	object-fit: cover;
}

.xylist ul li {
	margin-left: 2rem;
	padding-left: 2rem;
	height: 4.4rem;
	line-height: 4rem;
	position: relative;
	font-size: 1.6rem;
}

.xylist ul li h6 {
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 6rem;
}

.xylist ul li span {
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}

.xylist ul li.first {
	height: auto;
	margin-bottom: 1rem;
}

.xylist ul li.first h6 {
	font-weight: bold;
	margin-right: 0;
}

.xylist ul li.first span {
	color: #999;
	position: static;
	display: block;
}

.xylist ul li.first:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #0363ba;
}

.m6 {
	background: #F4F4F4;
}

.kjdh {
	padding: 4rem 0;
}

.kjlink {
	display: flex;
	justify-content: space-around;
}

.kjlink a {
	display: block;
	height: 4.4rem;
	line-height: 4.4rem;
	width: 13rem;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.6rem;
	overflow: hidden;
}

#fwzn {
	width: 90%;
	min-height: 300px;
	/* background-color: red; */
	margin: 10px auto;
	display: flex;
	justify-content: space-around;
}

#wp_news_w9527 .wp_article_list {
	display: block;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

#wp_news_w9527 .wp_article_list .list_item {
	width: 100%;
	min-height: 260px;
	line-height: 24px;
	border-bottom: 1px dashed #ccc;
	vertical-align: top;
	display: flex;
	flex-direction: column-reverse;
	background: red;
	margin: 0 5px auto;
	color: white;
	background: red;
	justify-content: space-between;
	/* padding: 10px 0; */
}

#wp_news_w9527 .wp_article_list .list_item .Article_Index {
	display: none;
}

#wp_news_w9527 .Article_MicroImage a img {
	width: 18rem;
	height: 18rem;
	object-fit: cover;
}

#wp_news_w9527 a {
	color: white;
}

#wp_news_w9527 a:hover {
	color: #777;
}

#wp_news_w9527 .wp_article_list {
	display: block;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

#wp_news_w9527 .wp_article_list .list_item {
	width: 100%;
	min-height: 230px;
	line-height: 24px;
	border-bottom: none;
	vertical-align: top;
	display: flex;
	flex-direction: column-reverse;
	background: red;
	margin: 0 5px auto;
	color: white;
	background: #94080b;
	/* padding: 0 10px; */
}

#wp_news_w9527 .wp_article_list .list_item:nth-child(2n-1) {
	/* 	background: rgba(165, 160, 157, 1); */
	transform: translateY(10px);
}

#wp_news_w9527 .wp_article_list .list_item:nth-child(2n) {
	background: rgba(165, 160, 157, 1);
	transform: translateY(60px);
}

#wp_news_w9527 .wp_article_list .list_item:nth-child(3n) {
	background: rgba(89, 112, 153, 1);
	transform: translateY(30px);
}

#wp_news_w9527 .wp_article_list .list_item:nth-child(4n) {
	background: rgba(139, 114, 110, 1);
	transform: translateY(40px);
}

#wp_news_w9527 .wp_article_list .list_item .Article_Index {
	display: none;
}

#wp_news_w9527 .Article_MicroImage a img {
	width: 10rem;
	height: 10rem;
	object-fit: cover;
	margin: 30px;
}

#wp_news_w9527 .wp_article_list .list_item .pr_fields {
	display: inline;
	float: left;
	margin: 0 auto 10px auto;
}

#wp_news_w9527 .wp_article_list .list_item span {
	/* display: inline-block; */
	/* vertical-align: top; */
	float: left;
	margin: 10px 5px;
}

#wp_news_w9527 a {
	color: white;
}

#wp_news_w9527 a:hover {
	color: #000;
}

@media screen and (max-width:700px) {

	#text .state,
	#text .static {
		background-image: none;
		display: flex;
		flex: 1;
		flex-direction: column;
		letter-spacing: 2px;
		justify-content: center;
		align-items: center;
	}

	.state p,
	.static p {
		text-align: center;
		color: white;
		position: relative;
		top: 0;
		font-family: 'Noto Serif SC', serif;
		font-weight: bold;
	}

	.icon09,
	.gif09 {
		background-color: #a22222;
	}

	.icon01,
	.gif01 {
		background-color: #6cbcdf;
	}

	.icon02,
	.gif02 {
		background-color: #68a19c;
	}

	.icon03,
	.gif03 {
		background-color: #6bb495;
	}

	.icon04,
	.gif04 {
		background-color: #8a90db;
	}

	.icon05,
	.gif05 {
		background-color: #e17784;
	}

	.icon06,
	.gif06 {
		background-color: #e49d39;
	}

	.icon07,
	.gif07 {
		background-color: #a5a09d;
	}

	.icon08,
	.gif08 {
		background-color: #69b8cd;
	}

	#text:nth-child(2n) {
		margin: 45px 10px 0 10px;
		min-height: 0;
	}

	#text:nth-child(2n-1) {
		height: 160px !important;
	}
}

.bottom {
	top: 100px;
	/* margin: 20px 0; */
	background: #a20000;
	line-height: 3rem;
	font-size: 1.6rem;
	color: #fff;
	position: relative;
	background: url('/images/dw.png') no-repeat;
	background-size: 100% 100%;
}

.bottom a {
	color: #fff;
}

.bottom .wrap {
	display: flex;
	justify-content: space-around;
	padding: 6rem 0;
}

.bottom .mail {
	line-height: 40px;
	letter-spacing: 2px;
	/* background: url(/images/b_r1_c1.png) no-repeat left top; */
	font-family: 'Noto Serif SC', serif;
	font-weight: 600;
	flex: 1;
}

.bottom .botlogo {
	flex: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom .botlogo img {
	max-width: 80%;
}

.QRcode {
	flex: 1;
	flex-direction: row-reverse;
	display: flex;
}

.QRcode ul {
	float: left;
	margin-left: 4rem;
	text-align: center;
	font-size: 14px;
}

.QRcode ul img {
	max-width: 8.4rem;
}

.schoolinfo {
	background: #a20000;
	line-height: 3rem;
	padding: 2rem;
	text-align: center;
	vertical-align: middle;
}

.schoolinfo p {
	display: inline-block;
	vertical-align: middle;
	line-height: 3rem;
}

.schoolinfo span {
	display: inline-block;
	opacity: 0.6;
	margin: 0 1rem;
}

.schoolinfo img {
	vertical-align: middle;
	display: inline-block;
	line-height: 3rem;
	height: 2rem;
}



/*二级页面*/
.bannerS img {
	width: 100%;
	height: 19vw;
}

.bgS {
	background: #F4F4F4;
}

.mainS {
	overflow: hidden;
	padding: 4rem 0;
}

.navS {
	width: 34rem;
	float: left;
}

.contS {
	margin-left: 40rem;
}

.navS {}

.navS h1 {
	height: 8rem;
	line-height: 8rem;
	background: #a20000;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 1px;
}

.navS ol {
	line-height: 6rem;
}

.navS ol h2 {
	font-size: 1.8rem;
	color: #333;
	text-align: center;
	font-weight: normal;
	background: rgba(4, 81, 153, .03);
	margin-bottom: 1px;
}

.navS ol h2.current {
	color: #0363ba;
	font-weight: bold;
}



.candl {
	height: 8rem;
	line-height: 8rem;
}

.candl h2 {
	font-size: 2.4rem;
	color: #a20000;
	float: left;
}

.location {
	font-size: 1.6rem;
	float: right;
	color: #696969;
}

.pagelist ul {
	border-top: 1px solid #ddd;
}

.pagelist ul li {
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 3rem;
	padding: 2rem 0;
	border-bottom: 1px solid #ddd;
}

.pagelist ul li ol {
	width: 7.6rem;
	border: 1px solid #a20000;
	background: #fff;
	text-align: center;
	float: left;
}

.pagelist ul li ol i {
	display: block;
	height: 3.8rem;
	line-height: 3.8rem;
	background: #a20000;
	color: #fff;
	font-style: normal;
	font-size: 2.8rem;
}

.pagelist ul li ol span {
	display: block;
	height: 3.8rem;
	line-height: 3.8rem;
	color: #a20000;
}

.pagelist ul li div {
	margin-left: 10rem;
}

.pagelist ul li div h6 {
	line-height: 3rem;
	padding-top: 1rem;
	font-weight: bold;
	font-size: 18px;
}

.pagelist ul li div p {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.pagestyle {
	padding: 2rem;
}

.article {
	border-top: 1px solid #ddd;
	font-size: 1.6rem;
}

.article .til {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3rem;
	padding: 4rem 0 2rem 0;
	text-align: center;
}

.article .info {
	color: #777;
	line-height: 3rem;
	margin-bottom: 2rem;
	font-size: 1.6rem;
	text-align: center;
}

.article .xx {
	line-height: 3rem;
	text-indent: 2em;
}

/*.article .xx img,
.article .xx object,
.article .xx video {
	max-width: 80% ;
	margin: 1.5rem ;
	height: auto ;
}*/

.article .xx table {
	max-width: 96% !important;
}

.article .prev-next {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2rem;
	line-height: 3rem;
	margin: 2rem 0;
}


.wrap {
	margin: 0 auto;
	width: 75%;
}

.Article_MicroImage a img {
	width: 33rem;
	height: 22rem;
}

.Article_MicroImage {}

.Article_MicroImage a {}

.wp_listalbumn {}

.wp_listalbumn .albumn_info .Article_Title {
	display: block;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	line-height: 1.7em;
	background: #dfdfdf;
}

.wp_listalbumn .albumn_info {
	width: auto;
	border: 1px solid #dfdfdf;
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 2.4rem;
	background: #fff;
}



.wp_listalbumn .albumn_info a {
	font-size: 16px;
}

#wp_news_w1038 table.wp_article_list_table {
	display: block !important;
}

#wp_news_w1038 table.wp_article_list_table tbody {
	display: block !important;
}

#wp_news_w1038 table.wp_article_list_table tbody tr {
	display: inline-block !important;
}

#wp_news_w1038 table.wp_article_list_table tbody tr {
	display: inline-block !important;
	padding: 0px 10px !important;
}

#wp_news_w1038 table.wp_article_list_table tbody td {
	display: block !important;
}

.zhaobiaohejieguo {
	position: absolute;
	right: 0px;
	top: 1.4rem;
	z-index: 555;
}

.sousuoinput input {
	background-color: #fff;
	line-height: 30px;
	height: 30px;
	padding: 0px 10px;
	border: 1px solid #dfdfdf;
	color: #333;
	font-size: 15px;
	width: 110px;
	box-sizing: border-box;
}

.sousuobutton input {
	background-color: #139fe0;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
}

@media screen and (min-width:725px) {
	.top .logo img {
		max-width: 100%;
	}
}

@media screen and (min-width:701px) {
	.wp_paging {
		width: 100%;
	}



	.wp_paging li {
		border-bottom: 0px !important;
		margin-top: 0px !important;
		line-height: 25px !important;
	}

	.meitijianjie {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}

	.contS {
		min-height: 60rem;
	}

	.contSbak .candl {
		background: #fff;
		padding: 0px 30px;
	}

	.contS .article {
		background: #fff;
		padding: 0px 30px 30px 30px;
		border: none;
	}

}

@media screen and (max-width:1840px) {
	.nav li h1 {
		font-size: 2rem;
	}
}

@media screen and (max-width:1680px) {
	.wrap {
		width: 88%;
	}

	.nav li h1 {
		font-size: 1.8rem;
		color: #fff;
	}
}

@media screen and (max-width:1440px) {
	.wrap {
		width: 90%;
	}

	.nav li h1 {
		font-size: 1.6rem;
		color: #fff;
	}

	.searchbut {
		width: 3rem;
	}
}


@media screen and (max-width:1360px) {
	.wrap {
		width: 90%;
	}

	.top .logo {
		max-width: 32%;
	}

	.nav li h1 {
		font-size: 1.6rem;
		color: #fff;
	}

	.m1 .wrap {
		/* display: grid;
		grid-template-columns: 1.5fr 1fr; */
	}

	.gzdt {
		grid-column: 1 / 3;
	}

	.gzdtlist ul {
		/* display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2.5rem; */
	}

	.m4 {
		/* display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 4rem 0; */
	}

	.jyxx {
		grid-column: 1 / 3;
	}

	.jyxx ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2.5rem;
	}

	.xylist ol {
		display: none;
	}

	.xylist ul {
		width: 100%;
	}

	/*.m1 .wrap{ display:block;}
.m1 .wrap .picnews{width:60%; float:left;}
.m1 .wrap .newslist{width:40%; float:left;}
.m1 .wrap .gzdt{ width:100%;}*/
}



@media screen and (max-width:700px) {
	.banner {
		min-height: 40px;
		height: 40vw
	}

	#wp_news_w9527 {
		width: 100% !important;
	}

	#wp_news_w9527 .wp_article_list .list_item {
		min-height: 120px;
		font-size: 9px;
		padding: 0;
		width: 70px;
	}

	#wp_news_w9527 .Article_MicroImage a img {
		width: 3rem;
		height: 3rem;
		margin: 20px;
	}

	#wp_news_w9527 .wp_article_list .list_item span {
		margin: 0;
	}

	.con-left,
	#wp_news_w21 .Article_MicroImage,
	#wp_news_w22 .Article_MicroImage,
	#wp_news_w23 .Article_MicroImage {
		display: none;
	}

	#wp_news_w21 .wp_article_list .list_item,
	#wp_news_w22 .wp_article_list .list_item,
	#wp_news_w23 .wp_article_list .list_item {
		height: 67px !important;
		/* line-height: 67px !important; */
		font-size: 20px;
		border-bottom: 1px solid #ccc;
		display: flex;
		overflow: hidden;
		justify-content: space-between;
	}

	.gsgg {
		width: 100%;
	}

	.m1 .wrap {
		display: block;
	}

	.picnews {
		width: 100% !important;
	}

	.picnews .til1 img {
		position: relative;
		top: 270px;
	}

	.picnews .til1 h1 {
		position: relative;
		top: 260px;
	}

	.picnews .swiper-pagination {
		bottom: 34rem;
	}

	.newslist {
		width: 100% !important;
	}

	.gzdt {
		width: 100% !important;
	}

	.tzgglist ul li {
		width: 100% !important;
		height: 10rem !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 1rem;
	}

	.tzgglist ul li h6 {
		/* height: 7.8rem; */
		align-items: center;
		display: flex;
		padding-top: 0;
		font-size: 14px !important;
	}

	.tzgglist ul li p {
		display: none;
	}

	.m4 {
		display: block;
	}

	.zsdt {
		width: 100%;
	}

	.jyxx {
		width: 100%;
	}

	.m5 {
		display: block;
	}

	.m5 .xyzx {
		width: 100%;
	}

	.m5 .zt {
		width: 100%;
	}

	.top {
		top: 9rem;
	}

	.m1 {
		padding: 9rem 0;
	}

	#news-title {
		width: 100%;
		display: block;
		position: relative;
		top: -34px;
		margin: 34px auto;
	}

	.banner .swiper-pagination {
		bottom: 1rem;
		left: 0px;
		width: 100%;
		text-align: center;
	}

	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		zoom: 0.5;
	}

	.molvtiao_ {
		background-color: #a20000;
		opacity: 1;
	}

	.top .logo img {
		max-width: 123%;
	}

	.contS {
		margin-top: 5rem;
	}

	.navS {
		display: none;
	}

	.wp_paging li {
		width: 100%;
		text-align: center;
		line-height: 4rem !important;
		height: 4rem;
		padding: 0px !important;
	}

	.wp_paging li a {
		height: auto;
		line-height: 4rem !important;
	}

	.wp_paging li input {
		margin-top: 0.8rem !important;
		height: 2rem !important;
		line-height: 2rem !important;
	}

	.wp_paging {
		border: none !important;
	}

	.pagelist ul li div h6 {
		padding: 0px !important;
		line-height: 2rem !important;
	}

	.QRcode {
		display: flex;
		justify-content: space-around;
		width: 100%;
	}

	.QRcode ul {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}

	.bottom .mail {
		margin: auto !important;
		padding: 0 0;
		text-align: center;
	}

	.schoolinfo {
		background: #a20000;
		line-height: 1rem;
		padding: 2rem;
		text-align: center;
		vertical-align: middle;
		font-size: 15px;
	}

	.schoolinfo p {
		vertical-align: middle;
		line-height: 2.3rem;
		display: block;
	}

	.schoolinfo span {
		display: none;
	}
}

.wp_articlecontent div {
	margin: auto;
}






/*.wrap2{margin: 0 auto; width:84%;}*/
/*@media sreen and (min-width:1440px) {
.wrap{ max-width:1400px; min-width:1280px;}

}
*/
/*@media (min-width:1360px) and (max-width:1440px) {
.wrap{ min-width:1200px;}
.wrap2{min-width:1024px;}
.top .logo img{max-width:36rem;}
.top .navAndSearch .nav li h5{ padding:0 0.8rem;}
}*/

/*@media (min-width:1152px) and (max-width:1360px) {
.wrap{ min-width:1100px;}
.wrap2{min-width:1024px;}
.top .logo img{max-width:32rem;}
.top .navAndSearch .nav li h5{ padding:0 0.8rem;font-size: 1.6rem;}
}*/
/*@media (min-width:1152px) and (max-width:1360px) {
.wrap{ min-width:1100px;}
.wrap2{min-width:1024px;}
.top .logo img{max-width:32rem;}
.top .navAndSearch .nav li h5{ padding:0 0.8rem;font-size: 1.6rem;}
}*/

/*@media (min-width: 1024px) and (max-width: 1152px) {
	.wrap{min-width:auto; max-width:auto;}
	.wrap2{min-width:auto; max-width:auto;}
	.top .navAndSearch .mob-smenu{ display:block;height:4rem; width:4rem;background-image:url(/images/mob_r2_c3.png); background-repeat:no-repeat; background-position: center center ; background-size:2.4rem auto; background-color:#255302; border-radius:50%;}
	.top .navAndSearch .mob-smenu img{ width:auto; height:3rem;}
	.top .navAndSearch .nav{display:none;}
	
	.top.fixedA{ position:relative;}
	.top.fixedA .navAndSearch .nav{display: block;position: absolute;bottom: -44px;right: 0;left: 0;z-index: 11;background: #f9f9f9; text-align:center;}
	.top.fixedA .navAndSearch .nav li{ float:none; display:inline-block;}
	
	
	.notice-r li{ width:50%; margin-bottom:2rem;}
	
	.m2 ol{ width:25%; }
	.m2 ol.active{ width:25%;}
	.m2 ol.active div{border:0px; padding:0;}
	.m2 ol.active div h2{width:100%;float:none;}
	.m2 ol.active div h2 img{width:100%; height:38rem; display:block; object-fit:cover;}
	.m2 ol.active div h2 span{ position:absolute; bottom:0; left:18%; right:18%;background:rgba(255,255,255,0.8); width:62%; margin-left:auto; margin-right:auto;}	
	.m2 ol.active div ul{ display:none; }
	
}*/


@media print {
	.navS {
		display: none;
	}

	.wrap {
		width: 100%
	}

	.top {
		display: none;
	}

	.contS {
		margin-left: 0px;
	}

	.contS img {
		max-width: 100%;
	}

	.mainS {
		padding: 0px;
	}

	.candl {
		height: 4rem;
		line-height: 4rem;
	}
}

.svg,
.svg1,
.svg2,
.svg3,
.svg4,
.svg5,
.svg6,
.svg7,
.svg8,
.svg9 {
	width: 64px;
	height: 63px;
	margin: 0 auto 15px;
	color: #fff;

}

/* .st0 {
								fill: none;
								stroke: #fff;
								stroke-width: 3;
								stroke-linecap: round;
								stroke-miterlimit: 10;
							} */

#d1,
#d2,
#d21,
#d22,
#d23,
#d24,
#d25,
#d26,
#d27,
#d28 {
	padding: 80px 10px;
	flex: 1;
	/* width: 260px;
								height: 280px; */
	margin: 10px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rebeccapurple;
}

#d2 {
	background-color: darkblue;
}

a {
	flex: 1;
	text-decoration: none;
}

#WS a:nth-child(2n-1) {
	position: relative;
	top: 60px;
}

#WS p {
	text-align: center;
	color: white;
}