@charset "utf-8";

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.banner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2.07rem;
	opacity: 0.8;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

/* 分页 */

.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 0.4rem;
}

.pagination a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 0 0.12rem;
	height: 0.35rem;
	font-size: 0.14rem;
	line-height: 0.35rem;
	text-align: center;
	color: #666;
	margin: 0 0.07rem;
}

.pagination a.active {
	background: #1853b9;
	color: #fff;
	border: 1px solid #1853b9;
}

.pagination a:hover {
	background: #1853b9;
	color: #fff;
	border: 1px solid #1853b9;
}

.pagination span {
	display: inline-block;
	font-size: 0.14rem;
}

/* 主体 */
.nymain {
	position: relative;
	padding-bottom: 0.5rem;
	padding-top: 0.2rem;

}

.nymain .leftNav {
	float: left;
	width: 2.47rem;
	background: linear-gradient(180deg, #FFFFFF 38%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}

.nymain .leftNav>h2 {
	line-height: 1rem;
	color: #fff;
	background: #1853b9;

	font-family: 'sySong';
	font-size: 0.3rem;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
}

.nymain .leftNav>ul {

	padding-bottom: 1.47rem;
}

.nymain .leftNav>ul>li {
	position: relative;
	border-bottom: 1px dashed #d8d8d8;
}

.nymain .leftNav>ul>li>span {
	display: block;
	position: absolute;
	right: 0.28rem;
	top: 0.33rem;
	width: 0.08rem;
	height: 0.14rem;
	background: url(../images/leftNav-sj1.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s;
}

.nymain .leftNav>ul>li.active>span {
	background-image: url(../images/leftNav-sj2.png);
}

.nymain .leftNav>ul>li.on>span {
	transform: rotate(90deg);
}

.nymain .leftNav>ul>li>a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0.16rem 0;
	min-height: 0.8rem;
	color: #2c2c2c;
	font-size: 0.16rem;
	padding-left: 0.26rem;
	padding-right: 0.6rem;
}

.nymain .leftNav>ul>li.on>a {
	color: #1853b9;
	font-weight: bold;
}

.nymain .leftNav>ul>li:hover>a {
	color: #1853b9;
}

.nymain .leftNav>ul>li.active>a {
	background: #EAF3F7;
	color: #1853b9;
	font-weight: bold;
}

.nymain .leftNav ul li.active ul {
	display: block;
}

.nymain .leftNav ul li a:hover {
	color: #1853b9;
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
	display: block;
	font-size: 0.14rem;
	padding: 0.05rem 0.28rem 0.1rem 0.46rem;
	color: #666666;
	background-image: url(../images/leftNav-q.png);
	background-repeat: no-repeat;
	background-position: 0.26rem 0.12rem;
	background-size: 0.05rem auto;
}

.nymain .leftNav>ul>li>ul>li.active>a {
	color: #1853b9;
}

.ny-right {
	float: right;
	width: calc(100% - 3.2rem);
	min-height: 7.5rem;
}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: 0.66rem;
	border-bottom: 1px solid #d8d8d8;
}

.position h3 {
	position: absolute;
	font-family: 'sySong';
	font-size: 0.28rem;
	font-weight: bold;
	color: #2c2c2c;
	text-align: left;
	bottom: 0;
	left: 0;
	background: url(../images/sx.png) no-repeat left center;
	background-size: 0.05rem 0.3rem;
	padding-left: 0.22rem;
}


.position span {
	color: #626262;
	font-size: 0.14rem;
	vertical-align: middle;
}

.position img {
	height: 0.14rem;
	vertical-align: middle;
	margin-right: 0.1rem;
}

.position a {
	font-size: 0.14rem;
	color: #888;
	margin: 0 0.05rem;
	vertical-align: middle;
}

.position a:hover {
	color: #1853b9;
}

/* 列表页 */
.text-list {
	margin-top: 0.2rem;
}

.text-list ul li {
	border-bottom: 1px dashed rgba(216, 216, 216, 0.8);
	position: relative;
	z-index: 1;
}

.text-list ul li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background: #1853b9;

	z-index: -1;
	transition: all 0.5s;
}

.text-list ul li:hover::before {
	width: 100%;
}

.text-list ul li a {
	display: flex;
	flex-wrap: wrap;
	padding: 0.33rem 0.65rem 0.33rem 0.4rem;
}

.text-list ul li a .date {
	font-family: "Bebas";
}

.text-list ul li a .date>p {
	font-size: 0.38rem;
	color: #1853b9;
	transition: all 0.5s;
}

.text-list ul li a .date>span {
	display: block;
	font-size: 0.16rem;
	color: rgba(11, 142, 181, 0.6);
	position: relative;
	transition: all 0.5s;
}

.text-list ul li:hover a .date>p {
	color: #fff;
}

.text-list ul li:hover a .date>span {
	color: rgba(255, 255, 255, 0.6);
}

.text-list ul li a .date>span::after {
	content: '';
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	right: 0.05rem;
	width: 0.22rem;
	border-top: 0.04rem solid #D8D8D8;
	transition: all 0.5s;
}

.text-list ul li a .text-zs {
	width: 0.05rem;
	height: 0.6rem;
	background: url(../images/text-line.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 0.62rem;
	transition: all 0.5s;
}

.text-list ul li:hover a .text-zs {
	background-image: url(../images/text-line2.png);
}

.text-list ul li a .text-h3 {
	flex: 1;
	font-size: 0.18rem;
	line-height: 0.3rem;
	max-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.text-list ul li:hover a .text-h3 {
	color: #fff;
	font-weight: bold;
}

.text-list ul li a .text-more {
	display: none;
	font-size: 0.14rem;
	height: 0.3rem;
	line-height: 0.3rem;
	color: #fff;
	width: 0.81rem;
	background: url(../images/more2.png) no-repeat right bottom;
	background-size: 0.63rem auto;
	margin-left: 0.6rem;
	transition: all 0.5s;
}

.text-list ul li:hover a .text-more {
	display: block;
}



/* 内容页 */
.art-main .art-tit h3 {
	text-align: center;
	color: #333;
	font-size: 0.24rem;
	margin-top: 0.3rem;
	font-weight: 600;
	line-height: 0.38rem;
}

.art-main .art-body {
	padding-top: 0.3rem;
}

.art-main .art-body p,
.art-main .art-body p * {
	color: #333;
	text-indent: 2em;
	font-family: "微软雅黑" !important;
	font-size: 0.18rem !important;
	line-height: 0.36rem !important;
	margin-bottom: 0.2rem;
}

.art-main .art-body img {
	max-width: 80% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	line-height: 0.2rem;
	background: bottom;
}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	height: 0.16rem;
	margin-right: 0.05rem;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.16rem;
	color: #555;
	margin: 0 0.1rem;
}

.art-info {
	margin-top: 0.38rem;
	background: #ECF4F7;
	padding: 0.25rem 0.35rem;
}

.pnext p {
	text-indent: initial;
	line-height: 0.36rem;
	color: #7F7F7F;
	transition: all 0.5s;
}

.pnext p a {
	color: #333;
	transition: all 0.5s;
}

.pnext p:hover,
.pnext p:hover a {
	color: #1853b9;
}

.pnext p:hover {
	text-decoration: underline;
}


/* 图片列表 */

.img-lists ul {
	overflow: hidden;
	margin-left: -2%;
	margin-right: -2%;
}

.img-lists ul li {
	float: left;
	width: 29%;
	margin: 0.4rem 2% 0 2%;
	border: 1px solid #eee;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.img-lists ul li:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
	top: -10px;
}

.img-lists ul li a {
	display: block;
	width: 100%;
}

.img-lists ul li a .pic {
	padding-top: 61%;
}

.img-lists ul li a>img {
	display: block;
	width: 100%;
	height: 196px;
}

.img-lists ul li a>div.info {
	padding: 10px;
	font-size: 0;
	text-align: center;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
	color: #1853b9;
}


/*领导*/
.list-ld {
	overflow: hidden;
}

.list-ld ul {
	margin-left: -0.18rem;
	margin-right: -0.18rem;
}

.list-ld ul li {
	float: left;
	width: 25%;
}

.list-ld ul li a {
	display: block;
	margin: 0.25rem 0.2rem;
}

.list-ld ul li .pic {
	padding-top: 114.81%;
}

.list-ld ul li .ld-tx {
	background-color: #fff;
	box-shadow: 0px 0.02rem 0.08rem 0px rgba(10, 11, 24, 0.1);
	padding: 0.1rem 0;
}

.list-ld ul li h3 {
	font-size: 0.18rem;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 0 0.1em;
}

.list-ld ul li h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.04rem;
	height: 0.24rem;
	background: #1853b9;
}

.list-ld ul li p {
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: #999;
	margin-top: 0.1rem;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding: 0 0.1rem;
}

.list-ld ul li:hover h3::after {
	background-color: #1853b9;
}

.list-ld ul li:hover h3 {
	color: #1853b9;
}


.list-ld ul li:hover .pic img {
	transform: scale(1.1);
}

/* 师资列表页 */
.sz-nav {
	margin-top: 0.3rem;
}

.sz-nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.12rem;
}

.sz-nav ul li {
	width: 33.333%;
}

.sz-nav ul li a {
	display: block;
	line-height: 0.65rem;
	text-align: center;
	background-color: #fff;
	font-size: 0.18rem;
	color: #333333;
	margin: 0 0.12rem;
	transition: all 0.5s;
}

.sz-nav ul li.on a {
	background: linear-gradient(270deg, #0EA1BF 0%, #1853b9 100%);
	color: #fff;
}

.sz-nav ul li:hover a {
	color: #1853b9;
}

.sz-nav ul li.on:hover a {
	color: #fff;
}

.sz-tit {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.38rem;
	color: #333333;
	margin-top: 0.3rem;
}

.sz-list dl {
	margin-top: 0.32rem;
}

.sz-list dl dt {

	font-family: 'sySong';
	font-size: 0.24rem;
	font-weight: bold;
	color: #1853b9
}

.sz-k {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.16rem;
}

.sz-list dl {
	padding-bottom: 0.3rem;
	border-bottom: 1px dashed rgba(216, 216, 216, 0.4);
}

.sz-list dl:last-child {
	border-bottom: none;
}

.sz-list dl dd {
	width: 16.66%;
	margin-top: 0.2rem;
}

.sz-list dl dd a {
	display: block;
	margin: 0 0.16rem;
	background: #fff;
	font-size: 0.18rem;
	line-height: 0.55rem;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	text-align: center;
	transition: all 0.5s;
}

.sz-list dl dd a span {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin-left: 0;
	background: url(../images/sz-jt.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s;
}

.sz-list dl dd:hover a span {
	width: 0.21rem;
	height: 0.06rem;
	margin-left: 0.1rem;
}

.sz-list dl dd:hover a {
	background: #1853b9;
	color: #fff;
}


/* 师资内容 */
.sz-con {
	margin-top: 0.57rem;
}

.sz-con .pic1 {
	position: relative;
	z-index: 1;
	padding-left: 0.1rem;
	padding-bottom: 0.1rem;
}

.sz-con .pic1::before {
	content: '';
	position: absolute;
	top: 0.15rem;
	right: 0.15rem;
	left: 0;
	bottom: 0;
	background: linear-gradient(161deg, #0FA3BE 1%, #1853b9 88%);
	z-index: -1;
}

.sz-con .pic1 img {
	display: block;
	width: 1.8rem;
}

.sz-t {
	margin-top: 0.26rem;
}

.sz-ty {
	overflow: hidden;
	padding-left: 1rem;
}

.sz-ty h3 {
	font-size: 0.3rem;
	font-weight: normal;
	color: #1853b9;
}

.sz-ty>div {
	margin-top: 0.16rem;
}

.sz-ty>div p {
	font-size: 0.18rem;
	line-height: 0.44rem;
	color: #666666;
	background: url(../images/leftNav-q.png) no-repeat left center;
	background-size: 0.05rem auto;
	padding-left: 0.25rem;
}

.sz-d {
	position: relative;
	z-index: 1;
}

.sz-d::before {
	content: '';
	position: absolute;
	top: 0.15rem;
	bottom: 0;
	left: 0.15rem;
	border-left: 1px solid rgba(13, 66, 167, 0.1);
	z-index: -1;
}

.sz-box {
	margin-top: 30px;
}

.sz-box h4 {
	font-size: 0;
	padding-left: 0.8rem;
	margin-bottom: 0.3rem;
	background-image: url(../images/sz-dot.png);
	background-repeat: no-repeat;
	background-size: 0.29rem auto;
	background-position: left center;
}

.sz-box h4 span {
	display: inline-block;
	font-family: 'sySong';
	font-size: 0.3rem;
	font-weight: bold;
	color: #1853b9;
	background: linear-gradient(90deg, #1853b9 0%, #0FA0BF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.sz-box p {
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #666666;
	padding-left: 0.8rem;
}

.sz-p p {
	text-indent: 2em;
	margin-top: 0.3rem;
}

.sz-p p:first-child {
	margin-top: 0;
}

/* 图文列表页  start */
.tw {
	margin-top: 0.3rem;
}

.tw ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.24rem;
}

.tw ul li {
	width: 33.33%;
	position: relative;
	z-index: 1;
}

.tw ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	background: #1853b9;

	z-index: -1;
	transition: all 0.5s;
}

.tw ul li a {
	display: block;
	overflow: hidden;
	padding: 0.3rem 0 0.4rem 0;
	margin: 0 0.24rem;
	transition: all 0.5s;
}

.tw ul li a .pic {
	padding-top: 64.07%;
}

.tw ul li a h3 {
	font-size: 0.18rem;
	line-height: 0.32rem;
	margin-top: 0.17rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.tw ul li a span {
	display: block;
	text-align: right;
	font-family: 'Bebas';
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #1853b9;
	margin-top: 0.05rem;
	transition: all 0.5s;
}

.tw ul li:hover::before {
	height: 100%;
}

.tw ul li:hover a h3,
.tw ul li:hover a span {
	color: #fff;
}

/* 机构设置 */
.jg-list dl dd {
	width: 50%;
}

.jg-list .sz-k {
	margin: 0 -0.25rem;
}

.jg-list dl dd a {
	margin: 0 0.25rem;
	text-align: left;
	padding: 0 0.55rem 0 0.25rem;
	position: relative;
}

.jg-list dl dd a span {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.25rem;
}

/* 网上报名 */
.wsbm ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.26rem;
}

.wsbm ul li {
	width: 50%;
}

.wsbm ul li a {
	display: block;
	margin: 0.26rem;
	height: 3.23rem;
	text-align: center;
	padding: 0 0.2rem;
	overflow: hidden;
	color: #fff;
	transition: all 0.5s;
	position: relative;
	top: 0;
}

.wsbm ul li:first-child a {
	background: #3690ce;
	background-size: cover;
}

.wsbm ul li:nth-child(2) a {
	background: #d8af5f;
	background-size: cover;
}

.wsbm ul li:nth-child(3) a {
	background: #e8906c;
	background-size: cover;
}

.wsbm ul li:nth-child(4) a {
	background: #0c67c6;
	background-size: cover;
}

.wsbm ul li a h3 {
	font-family: 'sySong';
	font-size: 0.38rem;
	margin-top: 1rem;
	margin-bottom: 0.16rem;
}

.wsbm ul li a p {
	font-size: 0.2rem;
	line-height: 0.44rem;
}

.wsbm ul li:hover a {
	top: -0.1rem;
}

/* 学院系所 */
.xyxs-box {
	display: flex;
	flex-wrap: wrap;
	padding: 0.38rem 0;
}

.xyxs-tit {
	width: 48%;
	font-family: 'sySong';
	font-size: 0.34rem;
	font-weight: bold;
	color: #FFFFFF;
	height: 3.62rem;
	text-align: center;
	padding: 0.2rem;
	line-height: 3.22rem;
}

.xyxs-box1 .xyxs-tit {
	background: #e37c4b;
	background-size: cover;
}

.xyxs-box2 .xyxs-tit {
	background: #1b63bb;
	background-size: cover;
}

.xyxs-box2 .xyxs-a {
	order: 1;
}

.xyxs-box2 .xyxs-tit {
	order: 2;
}

.xyxs-a {
	flex: 1;
	position: relative;
	z-index: 1;
}

.xyxs-a ul {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	background: #fff;
	height: 100%;
	padding-left: 0.8rem;
}

.xyxs-a ul li {
	width: 48.5%;
}

.xyxs-a ul li:nth-child(even) {
	margin-left: 3%;
}

.xyxs-a ul li a {
	display: block;
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #666666;
	background: url(../images/leftNav-q.png) no-repeat left 0.24rem;
	padding: 0.12rem 0 0.12rem 0.3rem;
	transition: all 0.5s;
	position: relative;
	left: 0;
}

.xyxs-box1 .xyxs-a {
	margin: 0 0.13rem 0.13rem 0;
}

.xyxs-box1 .xyxs-a::before {
	content: '';
	position: absolute;
	right: -0.13rem;
	bottom: -0.13rem;
	top: 0.23rem;
	left: 0;
	background: #F7DDD2;
	z-index: -1;
}

.xyxs-box2 .xyxs-a {
	margin: 0 0 0.13rem 0.13rem;
}

.xyxs-box2 .xyxs-a::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -0.13rem;
	top: 0.23rem;
	left: -0.13rem;
	background: #C6D4EB;
	z-index: -1;
}

.xyxs-a ul li:hover a {
	left: 0.1rem;
	color: #1853b9;
}

/* 新增页面 */
.xz-list {}

.xz-list-t ul li {
	margin-top: 0.3rem;
}

.xz-list-t ul li a {
	display: block;
	overflow: hidden;
}

.xz-list-t ul li .pic {
	float: left;
	width: 3rem;
	padding-top: 0;
	height: 2rem;
}

.xz-list-t ul li:hover .pic img {
	transform: scale(1.1);
}

.xz-list-t ul li .xz-list-r {
	overflow: hidden;
	padding-left: 0.3rem;
}

.xz-list-t ul li .xz-list-r h3 {
	font-size: 0.18rem;
	line-height: 0.3rem;
	max-height: 0.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.xz-list-t ul li:hover .xz-list-r h3 {
	color: #1853b9;
}

.xz-list-t ul li .xz-list-r span {
	display: block;
	font-size: 0.16rem;
	color: #999;
	margin-top: 0.2rem;
}

.xz-listbox {
	margin-top: 0.5rem;
}

.xz-listbox li {
	line-height: 0.6rem;
	border-bottom: 1px solid #d8d8d8;
}

.xz-listbox li span {
	float: right;
	font-size: 0.16rem;
	color: #999;
	padding-left: 0.2rem;
}

.xz-listbox li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 0.18rem;
	position: relative;
	padding-left: 0.2rem;
}

.xz-listbox li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.06rem;
	height: 0.06rem;
	background: #1853b9;
	border-radius: 50%;
}

.xz-listbox li:hover a {
	color: #1853b9;
}


@media screen and (max-width: 1024px) {
	.banner::after {
		display: none;
	}

	.text-list ul li a {
		padding: 0.25rem 0;
	}

	.text-list ul li a .text-zs {
		margin: 0 0.31rem;
	}

	.text-list ul li a .date>p {
		font-size: 0.26rem;
	}

	.text-list ul li a .date>span::after {
		width: 0.12rem;
		border-top: 0.03rem solid #D8D8D8;
	}

	.list-ld ul {
		margin-left: -0.18rem;
		margin-right: -0.18rem;
	}

	.list-ld ul li a {
		display: block;
		margin: 0.2rem;
	}

	.jg-list .sz-k {
		margin: 0 -0.15rem;
	}

	.jg-list dl dd a {
		margin: 0 0.15rem;
		padding: 0 0.2rem;
	}

	.jg-list dl dd span {
		display: none !important;
	}

	.xyxs-box {
		padding: 0.25rem 0;
	}

	.xyxs-tit {
		font-size: 0.26rem;
	}

	.xyxs-a ul {
		padding-left: 0.2rem;
	}

	.sz-ty {
		padding-left: 0.5rem;
	}

	.position h3 {
		position: static;
	}

	.position>div {
		position: relative;
		text-align: left;
		line-height: .4rem;
	}

}

@media screen and (max-width:768px) {
	.nymain .leftNav>h2 {
		height: inherit;
		line-height: 0.56rem;
		font-size: 0.2rem;
		text-align: left;
		padding-left: 0.15rem;
		font-weight: 600;
		background: #1853b9;
	}

	.nymain .leftNav>h2::before,
	.nymain .leftNav>h2::after {
		display: none;
	}

	.nymain .leftNav>h2 span {
		float: right;
		width: 0.5rem;
		height: 0.56rem;
		background: url(../images/sub_left_down2.png) no-repeat center center;
		background-size: 0.14rem 0.14rem;
		cursor: pointer;
	}

	.nymain {
		padding: 0.25rem 0;
	}

	.nymain .leftNav {
		float: none;
		width: auto;
		box-shadow: none;
		background-color: #fff;
	}

	.nymain .leftNav ul {
		display: none;
		padding-bottom: 0;
		background-image: none;
	}

	.nymain .leftNav>ul>li>a {
		min-height: 0.7rem;
		font-size: 0.18rem;
	}

	.nymain .leftNav>ul>li>span {
		top: 0.28rem;
	}

	.nymain .leftNav>ul>li.active>span {
		top: 0.31rem;
	}

	.nymain .leftNav>ul>li>ul>li>a {
		font-size: 0.16rem;
		background-size: 5px auto;
		background-position: 0.26rem 0.17rem;
		padding: 0.1rem 0.28rem 0.1rem 0.46rem
	}


	.ny-right {
		float: none;
		width: auto;
		padding-bottom: 0.4rem;
	}

	.position {
		padding: 16px 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.position>div {
		text-align: left;
		line-height: 22px;
		padding-bottom: 10px;
	}

	.position h3 {
		display: none;
	}

	.position span {
		font-size: 0.16rem;
	}

	.pagination {
		padding-top: 25px;
	}

	.pagination a {
		padding: 0 5px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 0 3px;
	}

	.text-list {
		margin-top: 0;
	}

	.pnext {
		float: none;
		border: none;
		width: auto;
	}

	.zzjg_text li {
		width: 50%;
	}

	.img-lists ul li {
		margin: 10px 1%;
	}

	.img-lists ul li a>img {
		height: 191px;
	}

	.xbxx {
		padding-top: 0;
	}

	.xbxx ul li a {
		padding: 15px 10px;
	}

	.xbxx ul li a h3 {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.xbxx ul li a p {
		font-size: 14px;
		line-height: 26px;
		height: 72px;
		padding: 0;
	}

	.xbxx ul li a div span {
		font-size: 12px;
	}

	.xbxx ul li a div img {
		height: 14px;
	}

	.nymain .leftNav>h2 img {
		height: 20px;
	}

	.dt-list2 li a>.dt-text h3 {
		font-size: 18px;
	}

	.dt-list2 li a>.dt-text p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;
	}

	.dt-list2 li a>.dt-text {
		padding-left: 10px;
	}

	.dt-list2 li .date {
		width: 60px;
	}

	.dt-list2 li .date span {
		font-size: 24px;
	}

	.dt-list2 li .date {
		padding: 4px 0;
	}

	.dt-list2 li {
		padding: 15px 0;
	}

	.art-main .art-body {
		padding-top: 20px;
	}

	.twnymain {
		padding-top: 0;
	}

	.tw {
		margin-top: 0;
	}

	.tw ul {
		margin: 0 -0.12rem;
	}

	.tw ul li a {
		padding: 0.15rem 0;
		margin: 0 0.12rem;
	}

	.tw ul li a h3 {
		margin-top: 0.1rem;
	}

	.sz-nav {
		margin-top: 0;
	}

	.wsbm ul {
		margin: 0 -0.15rem;
	}

	.wsbm ul li a {
		height: 2.23rem;
		margin: 0.15rem;
	}

	.wsbm ul li a h3 {
		font-size: 0.3rem;
		margin-top: 0.5rem;
		margin-bottom: 0.1rem;
	}

	.wsbm ul li a p {
		font-size: 0.18rem;
		line-height: 0.3rem;
	}

	.sz-con {
		margin-top: 0.25rem;
	}

	.sz-t {
		margin-top: 0.2rem;
	}

	.sz-ty h3 {
		font-size: 0.26rem;
	}

	.sz-box h4 span {
		font-size: 0.26rem;
	}

	.sz-box p {
		font-size: 0.18rem;
		line-height: 0.3rem;
		padding-left: 0.5rem;
	}

	.sz-box h4 {
		background-size: 0.25rem auto;
		padding-left: 0.5rem;
	}

	.sz-d::before {
		left: 0.12rem;
	}

	.xz-list-t ul li .pic {
		width: 2.2rem;
		height: 1.47rem;
	}

}

@media screen and (max-width:640px) {
	.sz-ty h3 {
		padding-left: 20px;
	}

	.sz-ty>div {
		padding-left: 20px;
	}

	.list-ld ul li {
		width: 33.333%;
	}
}

@media screen and (max-width:480px) {
	.nymain>div {
		padding: 0 10px 10px;
	}

	.img-lists ul li a>img {
		height: 100px;
	}

	.art-main .cont-tit p .liulan {
		margin-left: 15px;
	}

	.nymain .leftNav ul li a {
		/* line-height: 45px; */
		font-size: 14px;
	}

	.nymain .leftNav>ul>li>ul>li>a {
		font-size: 12px;
	}

	.sz-con {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.sz-con .sz-r {
		width: 100%;
	}

	.sz-ty {
		padding-left: 0;
	}

	.sz-ty h3 {
		padding-left: 0;
		text-align: center;
	}

	.sz-ty>div p {
		line-height: 0.34rem;
	}

	.tw ul li {
		width: 50%;
	}

	.list-ld ul li {
		width: 50%;
	}

	.list-ld ul {
		margin-left: -0.12rem;
		margin-right: -0.12rem;
	}

	.list-ld ul li a {
		margin: 0.15rem;
	}

	.art-main .art-tit h3 {
		margin-top: 0.1rem;
	}

	.sz-nav ul {
		margin: 0;
	}

	.sz-nav ul li {
		width: 100%;
		margin-bottom: 0.15rem;
	}

	.sz-nav ul li a {
		line-height: 0.55rem;
		margin: 0;
	}

	.sz-tit {
		font-size: 0.22rem;
		margin-top: 0.2rem;
	}

	.sz-list dl dt {

		font-size: 0.22rem;
	}

	.sz-list dl dd {
		width: 33.333%;
	}

	.sz-k {
		margin: 0 -0.1rem;
	}

	.sz-list dl dd a {
		margin: 0 0.1rem;
		line-height: 0.25rem;
		padding: 0.1rem 0.2rem;
		white-space: normal;
		text-overflow: inherit;
	}

	.jg-list dl dd {
		width: 100% !important;
	}

	.jg-list .sz-k {
		margin: 0;
	}

	.jg-list dl dd a {
		margin: 0;
	}

	.wsbm ul {
		margin: 0;
	}

	.wsbm ul li {
		width: 100%;
	}

	.wsbm ul li a {
		margin: 0.15rem 0;
	}

	.xyxs-tit {
		width: 100%;
		height: 1.62rem;
		line-height: 1.22rem;
	}

	.xyxs-box2 .xyxs-tit {
		order: 1;
	}

	.xyxs-box2 .xyxs-a {
		order: 2;
	}

	.xyxs-box .xyxs-a::before {
		top: 0;
	}

	.xyxs-a ul {
		height: auto;
		padding: 0.25rem;
	}

}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {

	.art-main .art-tit span {
		font-size: 12px;
		padding-bottom: 5px;
		line-height: 24px;
		height: 24px;
	}

	.art-main .art-body p {
		font-size: 15px;
	}

	.img-lists ul li a>img {
		height: 84px;
	}
}