﻿@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0 auto;
}

*+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;
}

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 {
	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;
}

.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-color: #045199;
	transition: all 1s;
	opacity: 1;
}

.molvtiao1 {
	background-color: #045199;
	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: 100%;
}

.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 1rem;
}

.nav li ol {
	display: none;
	background: rgba(3, 99, 186, 0.9);
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -5.5rem;
	top: 4.4rem;
	width: 17rem;
	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(4, 81, 153, 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;
}

.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;
}

.picnewsBox .swiper-pagination-bullet{padding:1px}

.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: #0264bb;
}

.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, .5);
}

.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/jzxyh_r2_c10.png) no-repeat 4rem center;
	text-indent: .6rem;
	font-size: 1.4rem;
}

.til1 {
	position: relative;
	height: 8rem;
}

.til1 h1 {
	font-size: 28px;
	line-height: 8rem;
	color: #333;
	padding-left: 1.5rem;
	position: relative;
}

.til1 h1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -12px);
	width: 5px;
	height: 28px;
	background: #0363ba;
}

.til1 a.more {
	position: absolute;
	top: 50%;
	transform: translate(0, -14px);
	right: 0;
}

.til2 {
	margin-bottom: 2rem;
	height: 6rem;
}

.til2 h1 {
	padding-left: 0;
	float: left;
	line-height: 6rem;
}

.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*5);

}

.m1 .wrap .newslist {
	width: calc((100% - 2.5%)/12*3.5);

}

.m1 .wrap .gzdt {
	width: calc((100% - 2.5%)/12*3.5);

}


.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: 23rem;
}

.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 2s ease;
	//指定过渡规则
}

img.fyFangDa:hover {
	transform: scale(1.2);
}

.picnewsBox {
	background: #fff;
	border: 1px solid #ddd;
	padding: 1rem;
}

.picnews .swiper-container {}

.picnews .swiper-wrapper {}

.picnews .swiper-slide img {
	width: 100%;
	height: 44rem;
	object-fit: cover;
	display: block;
}

.picnews .swiper-slide ul {
	position: relative;
	padding: 1.5rem 1.5rem .5rem 1.5rem;
}

.picnews .swiper-slide ul h6 {
	font-size: 2.2rem;
	margin-left: 10rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.picnews .swiper-slide ul p {
	font-size: 1.6rem;
	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;
}

.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;
}

.picnews .swiper-pagination {
	bottom: 13rem;
}

.picnews .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	opacity: 1;
	background: #fff;
}

.picnews .swiper-pagination-bullet-active {
	background: #0264bb;
}

.picnews .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, .5);
}

.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: 54.6rem;
}

.gzdtlist ul {}

.gzdtlist ul li {
	line-height: 4.6rem;
	height: 4.6rem;
	position: relative;
	font-size: 1.6rem;
}

.gzdtlist ul li h6 {
	margin-right: 6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}

.gzdtlist ul li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #7F7D7B;
}

.gzdtlist ul li.first {
	line-height: 3.4rem;
	height: auto;
	border-bottom: 1px solid #0264bb;
}

.gzdtlist ul li.first img {
	display: block;
	height: 23rem;
	object-fit: cover;
	width: 100%;
	margin-bottom: 1rem;
}

.gzdtlist ul li.first h6 {
	font-weight: bold;
	margin-right: 0rem;
	position: relative;
	padding-left: 1.5rem;
	position: relative;
	padding-right: 40px;
}

.gzdtlist ul li.first h6:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -3px);
	width: 6px;
	height: 6px;
	background: #0363ba;
}

.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;
}

.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: 27rem;
	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: 5rem;
}

.mtsd .swiper-button-prev {
	background: url(../images/jzxyh_r2_r1_c1.png) no-repeat center center;
	opacity: 1;
	margin-top: 0;
	font-size: 0;
	display: inline-block;
}

.mtsd .swiper-button-next {
	background: url(../images/jzxyh_r2_r1_c5.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;
}

.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: 16.5rem;
	padding: 1.5rem;
	background: rgba(0, 0, 0, .06);
	width: calc((100% - 2.6%)/3);
	float: left;
	box-sizing: border-box;
	margin-top: 1.3%;
}

.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: #0363ba;
	color: #fff;
	font-style: normal;
	font-size: 2.8rem;
}

.tzgglist ul li ol span {
	display: block;
	height: 3.8rem;
	line-height: 3.8rem;
	color: #0363ba;
}

.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;
}

.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;
}
.qby20250329{
min-height:455px;
}
.kjlink  div {
	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;
}

.bottom {
	background: #0363ba;
	line-height: 3rem;
	font-size: 1.6rem;
	color: #fff;
	position: relative;
}

.bottom a {
	color: #fff;
}

.bottom .wrap {
	display: flex;
	justify-content: space-between;
	padding: 4rem 0;
}

.bottom .mail {
	padding-left: 4.5rem;
	background: url(../images/b_r1_c1.png) no-repeat left top;
}

.bottom .botlogo {
	width: 35%;
}

.bottom .botlogo img {
	max-width: 100%;
}

.QRcode ul {
	float: left;
	margin-left: 4rem;
	text-align: center;
}

.QRcode ul img {
	max-width: 8.4rem;
}

.schoolinfo {
	background: #045199;
	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: #0363ba;
	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: #0363ba;
	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 #0363ba;
	background: #fff;
	text-align: center;
	float: left;
}

.pagelist ul li ol i {
	display: block;
	height: 3.8rem;
	line-height: 3.8rem;
	background: #0363ba;
	color: #fff;
	font-style: normal;
	font-size: 2.8rem;
}

.pagelist ul li ol span {
	display: block;
	height: 3.8rem;
	line-height: 3.8rem;
	color: #0363ba;
}

.pagelist ul li div {
	margin-left: 10rem;
}

.pagelist ul li div h6 {
	line-height: 3rem;
	padding-top: 1rem;
}

.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: 80%;
}

.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: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
	}

	.gsgg {
		width: 100%;
	}

	.m1 .wrap {
		display: block;
	}

	.picnews {
		width: 100% !important;
	}

	.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;
	}

	.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;
	}

	.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: #045199;
		opacity: 1;
	}

	.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-between;
		width: 100%;
		margin-top: 3rem;
	}

	.QRcode ul {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}

	.bottom .mail {
		margin: auto !important;
	}

	.schoolinfo {
		background: #045199;
		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;}
}