@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;
	background: url(../images/top-yy.png) repeat-x;
	height: 3.32rem;}

.banner::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 50%;
	margin-right: 7.5rem;
	height: 0.55rem;
	background: rgba(6, 117, 184, 0.85);}

/* 分页 */

.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: #076eac;
	color: #fff;
	border: 1px solid #076eac;}

.pagination a:hover {
	background: #076eac;
	color: #fff;
	border: 1px solid #076eac;}

.pagination span {
	display: inline-block;
	font-size: 0.14rem;}

/* 主体 */
.nymain {
	position: relative;}

.nymain::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0.78rem;
	background: url(../images/ny-bzs.png) no-repeat;
	background-size: 100% 100%;}

.nymain .leftNav {
	position: relative;
	z-index: 9999;
	margin-top: -2.2rem;
	font-size: 0;}

.nymain .leftNav .leftNav-tit>h2 {
	display: inline-block;
	font-size: 0.32rem;
	font-weight: bold;
	color: #fff;
	/*! background: url(../images/nyl-h2zs.png) no-repeat center bottom; */
	background-size: 0.53rem 0.14rem;
	padding-bottom: 0.2rem;}

.nymain .leftNav>ul {
	display: inline-block;
	background: rgba(6, 117, 184, 0.85);
	border-radius: 0 0.35rem 0 0;
	padding-right: 1rem;
	margin-top: 1.03rem;}

.nymain .leftNav>ul>li {
	float: left;
	position: relative;}

.nymain .leftNav>ul>li>span {
	position: absolute;
	right: 0;
	top: 0;
	width: 0.56rem;
	height: 0.56rem;
	background: url(../images/raw-b.png) no-repeat center;
	background-size: 0.09rem 0.17rem;
	display: none;}

.nymain .leftNav>ul>li::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0.3rem;
	height: 0.14rem;
	background: url(../images/ny-l-sj.png) no-repeat;
	background-size: 100% 100%;
	display: none;}

.nymain .leftNav>ul>li>a {
	position: relative;
	color: #fff;}

.nymain .leftNav ul li a {
	display: block;
	font-size: 0.18rem;
	line-height: 0.55rem;
	padding: 0 0.35rem;}

.nymain .leftNav ul li:last-child a {
	border-bottom: none;}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
	display: block;}

.nymain .leftNav ul li.active ul {
	display: block;}

.nymain .leftNav ul li a:hover {
	background-position: 0.31rem center;}

.nymain .leftNav>ul>li>ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
	transform-origin: top;
	width: 100%;
	top: 100%;
	background: #fff;
	padding: 0.05rem 0;
	box-shadow: 0 0.1rem 0.15rem 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
	z-index: 9;
	visibility: hidden;
	opacity: 0;}

.nymain .leftNav>ul>li:hover>ul {
	transform: translateX(-50%) scaleY(1);
	visibility: visible;
	opacity: 1;}

.nymain .leftNav>ul>li>ul>li>a {
	font-size: 0.15rem;
	line-height: 0.46rem;
	padding: 0 0.1rem;
	color: #666666;
	text-align: center;}

.nymain .leftNav>ul>li>ul>li:hover>a {
	color: #076eac;
	font-weight: bold;}

.ny-right {
	min-height: 4rem;
	background: url(../images/nymainbg.png) no-repeat center bottom;
	background-size: cover;
	padding-top: 0.35rem;}

.ny-rk {
	border-top: 2px solid #076eac;
	background: linear-gradient(#fff, rgba(255, 255, 255, 0));
	padding: 0.3rem 0.6rem 0.6rem;}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: 0.3rem;
	margin-bottom: 0.1rem;}

.position span {
	color: #191919;
	font-size: 0.16rem;
	vertical-align: middle;}

.position img {
	height: 0.16rem;
	vertical-align: middle;
	margin-right: 0.1rem;}

.position a {
	font-size: 0.16rem;
	color: #191919;
	margin: 0 0.05rem;
	vertical-align: middle;}

.position a:hover {
	color: #076eac;}

/* 列表页 */
.text-list {}

.text-list ul li {
	padding: 0.25rem;
	position: relative;
	z-index: 1;}

.text-list ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	bottom: 0;
	background: url(../images/text-listbg.png) no-repeat;
	background-size: cover;
	transition: all 0.3s;
	z-index: -1;}

.text-list ul li:hover::after {
	width: 100%;}

.text-list ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}

.text-list ul li .date {
	width: 0.84rem;
	border-top: 2px solid #076eac;
	padding-top: 0.15rem;
	margin-top: 0.05rem;
	text-align: right;
	transition: all 0.3s;
	margin-right: 10px;}

.text-list ul li .date>span {
	display: block;
	font-size: 0.16rem;
	color: #b1b1b1;
	transition: all 0.3s;}

.text-list ul li .date>p {
	display: block;
	font-size: 0.24rem;
	font-weight: bold;
	color: #076eac;
	transition: all 0.3s;}

.text-list ul li .text-list-r {
	width: calc(100% - 1.1rem);}

.text-list ul li .text-list-r h3 {
	font-size: 0.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #171717;
	transition: all 0.3s;}

.text-list ul li .text-list-r>p {
	font-size: 0.14rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #aba9a9;
	transition: all 0.3s;
	margin-top: 0.1rem;}

.text-list ul li:hover .date {
	border-top-color: #fff;}

.text-list ul li:hover .date>span,
.text-list ul li:hover .date>p {
	color: #fff;}

.text-list ul li:hover .text-list-r h3 {
	color: #fff;
	font-weight: bold;}

.text-list ul li:hover .text-list-r>p {
	color: #fff;}

/* 内容页 */
.art-main .art-tit h3 {
	text-align: center;
	color: #1a1a1a;
	font-weight: normal;
	font-size: 0.24rem;
	margin-top: 0.3rem;}

.art-main .art-body {
	padding-top: 0.3rem;}

.art-main .art-body p {
	color: #1a1a1a;
	text-indent: 2em;
	font-family: "微软雅黑" !important;
	font-size: 0.16rem !important;
	line-height: 0.3rem !important;
	margin-bottom: 0.2rem !important;}

.art-main .art-body img {
	max-width: 80% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;}

.art-main .art-body video {
	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;
	border-bottom: 1px solid #f0f0f0;}

.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: #b6b6b6;
	margin: 0 0.3rem;}

.art-info {
	border-top: 1px dashed #eee;
	margin-top: 0.25rem;}

.pnext {
	margin-top: 0.25rem;}

.pnext p {
	text-indent: initial;
	line-height: 0.34rem;
	color: #076eac;}

.pnext p a {
	color: #191919;}

.pnext p:hover {}

.pnext p:hover a {
	color: #076eac;}


/* 图片列表 */

.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: #076eac;}


/*领导*/
.list-ld {
	overflow: hidden;}

.list-ld ul {
	justify-content: flex-start;}

.list-ld ul li {
	width: 48%;
	padding: 0 0.3rem 0.3rem;
	margin-top: 0.5rem;
	position: relative;
	z-index: 1;}

.list-ld ul li::before {
	content: '';
	position: absolute;
	top: 0.42rem;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f2f7ff;
	z-index: -1;}

.list-ld ul li:nth-child(even) {
	margin-left: 4%;}

.list-ld ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}

.list-ld ul li .pic {
	width: 2.06rem;
	padding-top: 2.37rem;
	border-radius: 0 0.2rem 0 0;}

.list-ld ul li .ld-tx {
	width: calc(100% - 2.36rem);
	padding-top: 0.7rem;}

.list-ld ul li h3 {
	font-size: 0.2rem;
	font-weight: bold;
	color: #076eac;
	margin-bottom: 0.2rem;}

.list-ld ul li p {
	font-size: 0.16rem;
	line-height: 0.26rem;
	color: #191919;
	margin-top: 0.05rem;}

.list-ld ul li p.dw {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;}

.list-ld ul li p.zy {
	height: 0.52rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;}

.list-ld ul li .gd {
	text-align: right;
	font-size: 0.16rem;
	color: #b1b1b1;
	margin-top: 0.05rem;
	position: relative;
	transition: all 0.3s;}

.list-ld ul li .gd::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0.8rem;
	border-bottom: 1px dashed #e0e0e0;}

.list-ld ul li:hover .pic img {
	transform: scale(1.1);}

.list-ld ul li:hover .gd {
	color: #076eac;}


/* 师资内容 */
.sz-t {
	margin-top: 30px;
	position: relative;
	z-index: 1;}

.sz-t::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 50px;
	right: 0;
	width: 100%;
	background-color: #edf1fa;
	z-index: -1;}

.sz-t .pic {
	width: 250px;
	height: 188px;
	padding-top: 0;}

.sz-ty {
	overflow: hidden;}

.sz-ty h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-left: 50px;
	line-height: 44px;}

.sz-ty>div {
	padding-left: 50px;
	margin-top: 10px;
	padding: 10px 0 0 50px;
	overflow: hidden;}

.sz-ty>div p {
	float: left;
	width: 50%;
	min-width: 180px;
	line-height: 40px;
	color: #000;}

.sz-box {
	margin-top: 30px;}

.sz-box h4 {
	font-size: 18px;
	font-weight: bold;
	color: #076eac;
	line-height: 36px;}

.sz-box p {
	color: #4c4c4c;
	line-height: 28px;}

.sz-box p b {
	font-weight: bold;}

/* 图文列表页  start */

.tw ul li .pick {
	width: 2.17rem;}

.tw ul li .pic {
	padding-top: 62.67%;}

.tw ul li .date {
	margin-top: 0;}

.tw ul li .text-list-r {
	width: calc(100% - 3.53rem);}

.tw ul li .text-list-r>p {
	height: 0.72rem;
	-webkit-line-clamp: 3;
	line-clamp: 3;}

/* 组织机构 */
.xz-zzjgnav dl {
	justify-content: flex-start;
	font-size: 0.24rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #deeffa;}

.xz-zzjgnav dl dd {
	margin-left: 11%;}

.xz-zzjgnav dl dd:first-child {
	margin-left: 0;}

.xz-zzjgnav dl dd a {
	display: block;
	position: relative;
	padding-left: 0.16rem;
	line-height: 0.32rem;
	transition: all 0.5s;}

.xz-zzjgnav dl dd a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.04rem;
	height: 0.18rem;
	background: #076eac;
	display: none;}

.xz-zzjgnav dl dd a::after {
	content: '';
	position: absolute;
	bottom: -0.21rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.21rem;
	height: 0.11rem;
	background: url(../images/jg-sj.png) no-repeat;
	background-size: 100% 100%;
	display: none;}

.xz-zzjgnav dl dd:hover a,
.xz-zzjgnav dl dd.on a {
	font-weight: bold;
	color: #076eac;}

.xz-zzjgnav dl dd.on a::before,
.xz-zzjgnav dl dd.on a::after {
	display: block;}


.zzjg ul {
	justify-content: flex-start;}

.zzjg ul li {
	width: 28.333%;
	margin-left: 6%;
	margin-top: 0.57rem;
	position: relative;
	float: left;
}

.zzjg ul li::before {
	content: '';
	position: absolute;
	top: -0.03rem;
	right: 0.2rem;
	left: -0.05rem;
	bottom: 0.2rem;
	background: #e9b666;
	display: none;}

.zzjg ul li:hover::before {
	display: block;}

.zzjg ul li:nth-child(3n + 1) {
	margin-left: 0;}

.zzjg ul li a {
	display: block;
	background: url(../images/zz-bg1.png) no-repeat center bottom;
	background-size: 100% 100%;
	height: 0.69rem;
	line-height: 0.64rem;
	text-align: center;
	font-size: 0.18rem;
	position: relative;
	z-index: 1;
	transition: all 0.3s;}

.zzjg ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scaleX(0);
	right: 0.24rem;
	width: 0.4rem;
	height: 0.08rem;
	background: url(../images/jdt-next.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;}

.zzjg ul li a:hover::after {
	transform: translateY(-50%) scaleX(1);}

.zzjg ul li a:hover {
	background-image: url(../images/zz-bg2.png);
	color: #fff;}

/* 校园风光 */

.group-big .slick-list {
	margin: 0 0.7rem;}

.group-big li a {
	display: block;}

.group-big li a .pic {
	padding-top: 53.73%;
	display: block;
	position: relative;
	overflow: hidden;}

.group-big li a .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;}

.group-big li a img {
	display: block;
	width: 100%;}

.group-big .slick-prev,
.group-big .slick-next {
	width: 0.49rem;
	height: 0.7rem;
	opacity: 0.2;
	transition: all 0.3s;}

.group-big .slick-prev {
	background: url(../images/group-bigprev.png) no-repeat;
	background-size: 100% 100%;
	left: 0;}

.group-big .slick-next {
	background: url(../images/group-bignext.png) no-repeat;
	background-size: 100% 100%;
	right: 0;}

.group-big .slick-prev:hover,
.group-big .slick-next:hover {
	opacity: 1;}

.group-big .slick-dots {
	margin: 0 0.7rem;
	width: calc(100% - 1.4rem);
	height: 0.6rem;
	line-height: 0.6rem;
	background: rgba(50, 50, 50, 0.5);
	color: #fff;}

.group-big .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;}

.group-big .slick-dots li .dot-page {
	display: none;}

.group-big .slick-dots li.slick-active .dot-page {
	display: block;}

.group-big .slick-dots li .dot-page span {
	font-family: Arial;
	font-size: 0.26rem;
	padding-right: 0.05rem;}

.group-big .slick-dots li .dot-page b {
	font-family: Arial;
	font-size: 0.16rem;
	font-weight: normal;
	padding-left: 0.05rem;}

.group-sml {
	margin-top: 0.5rem;
	margin-left: 0.7rem;
	margin-right: 0.7rem;
	background: #076eac;
	padding: 0.2rem;
	overflow: hidden;}

.group-sml li.slick-current.slick-active a {
	border: 0.03rem solid #fff;}

.group-sml li a {
	display: block;
	margin: 0 0.05rem;
	border: 0.03rem solid transparent;}

.group-sml li a .pic {
	padding-top: 63.3%;
	display: block;
	position: relative;
	overflow: hidden;}

.group-sml li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;}

.group-sml .slick-prev,
.group-sml .slick-next {
	width: 0.4rem;
	height: 100%;
	background-color: #035f97;}

.group-sml .slick-list {
	margin: 0 0.3rem;}

.group-sml .slick-prev {
	left: 0;
	background-image: url(../images/group-smlprev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.2rem 0.28rem;}

.group-sml .slick-next {
	right: 0;
	background-image: url(../images/group-smlnext.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.2rem 0.28rem;}

/* 宣传视频 */
.xcsp-t a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;}

.xcsp-t a .xcsp-tpic {
	width: 63.48%;
	padding-left: 0.5rem;
	padding-bottom: 0.5rem;
	position: relative;}

.xcsp-t a .xcsp-tpic::before {
	content: '';
	position: absolute;
	top: 0.6rem;
	left: 0;
	bottom: 0;
	right: 1.3rem;
	background: url(../images/s4-pic2-bg.png) no-repeat;
	background-size: 100% 100%;}

.xcsp-t a .xcsp-tpic::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.67rem;
	height: 0.67rem;
	background: url(../images/s4-bf.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;}

.xcsp-t a .xcsp-tpic .pic {
	padding-top: 60.05%;
	box-shadow: 0px 12px 24px 0px rgba(0, 14, 78, 0.5);}

.xcsp-t a .xcsp-tr {
	width: 32.57%;}

.xcsp-t a .xcsp-tr h3 {
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 0.38rem;
	max-height: 0.76rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;}

.xcsp-t a .xcsp-tr p {
	font-size: 0.2rem;
	line-height: 0.3rem;
	max-height: 2.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	-webkit-box-orient: vertical;
	margin-top: 0.25rem;}

.xcsp-t a .xcsp-tr span {
	display: inline-block;
	float: right;
	font-size: 0.26rem;
	color: #076eac;
	margin-top: 0.3rem;
	background: url(../images/rl2.png) no-repeat left center;
	padding-left: 0.4rem;}

.xcsp ul {
	margin: 0.6rem -0.3rem 0 -0.3rem;}

.xcsp ul li {
	width: 33.333%;
	margin-top: 0.3rem;}

.xcsp ul li a {
	display: block;
	margin: 0 0.3rem;}

.xcsp ul li .pic {
	padding-top: 64.5%;}

.xcsp ul li .pic::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.55rem;
	height: 0.55rem;
	background: url(../images/s4-bf.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;}

.xcsp ul li .pic p {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(7, 110, 172, 0.7);
	border-radius: 0 0.22rem 0.22rem 0;
	line-height: 0.42rem;
	width: 1.87rem;
	text-align: center;}

.xcsp ul li .pic p span {
	background: url(../images/rl1.png) no-repeat left center;
	padding-left: 0.35rem;
	font-size: 0.2rem;
	color: #fff;}

.xcsp ul li .xcsp-d {
	background: #fff;
	padding: 0.25rem;}

.xcsp ul li h3 {
	font-size: 0.2rem;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;}

.xcsp ul li a:hover h3 {
	color: #076eac;}

/* 新增视频列表 */
.xz-xcsp ul {
	justify-content: flex-start;
	margin: 0 !important;}

.xz-xcsp ul li {
	width: 22.6%;
	margin-left: 3.2%;
	margin-top: 0.5rem;}

.xz-xcsp ul li:nth-child(4n + 1) {
	margin-left: 0;}

.xz-xcsp ul li a {
	margin: 0 !important;}

.xz-xcsp ul li .pic::after {
	width: 0.43rem;
	height: 0.43rem;}

.xz-xcsp ul li .pic p {
	width: 1.46rem;
	line-height: 0.34rem;
	background: rgba(7, 110, 172, 1);}

.xz-xcsp ul li .pic p span {
	background-size: 0.14rem auto;
	font-size: 0.16rem;
	padding-left: 0.24rem;}

.xz-xcsp ul li .xcsp-d {
	overflow: hidden;
	padding: 0.2rem;}

.xz-xcsp ul li h3 {
	font-size: 0.16rem;
	line-height: 0.26rem;
	height: 0.52rem;}

.xz-xcsp ul li .dj {
	float: right;
	display: block;
	background: url(../images/djl.png) no-repeat left center;
	background-size: 0.16rem 0.1rem;
	padding-left: 0.26rem;
	color: #a5a5a5;
	margin-top: 0.1rem;}


@media screen and (max-width: 1435px) {
	.banner::before {
		right: auto;
		margin-right: 0;
		width: 3%;}
}

@media screen and (max-width: 1100px) {
	.sz-ty>div {
		padding: 10px 0 0 25px;}

	.sz-ty h3 {
		padding-left: 25px;}
}

@media screen and (max-width: 1024px) {
	.banner::after {
		display: none;}

	.nymain .leftNav>h2 {
		font-size: 24px;
		padding-left: 20px;
		line-height: 70px;}


	.ny-right {
		padding-top: 0.2rem;}

	.ny-rk {
		padding: 0.3rem;}

	.xcsp-t a .xcsp-tpic {
		padding-left: 0.25rem;
		padding-bottom: 0.25rem;}

	.xcsp ul {
		margin: 0.2rem -0.15rem 0 -0.15rem;}

	.xcsp ul li a {
		margin: 0 0.15rem;}
}

@media screen and (max-width:900px) {
	.sz-t .pic {
		float: none;
		margin: 0 auto;}

	.sz-ty h3 {
		padding-left: 0;
		text-align: center;
		margin-top: 10px;}

	.sz-ty>div {
		padding: 0 20px;}

}

@media screen and (max-width:768px) {
	.banner::before {
		display: none;}

	.nymain::before {
		display: none;}

	.nymain .leftNav .leftNav-tit>h2 {
		display: block;
		height: inherit;
		line-height: 0.56rem;
		font-size: 0.18rem;
		text-align: left;
		padding-left: 0.15rem;
		font-weight: 600;
		background: #076eac;
		padding-bottom: 0;}

	.nymain .leftNav .leftNav-tit>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 .leftNav>ul {
		margin-top: 0;
		border-radius: 0;
		padding-right: 0;}

	.nymain .leftNav>ul>li {
		float: none;
		width: auto;}

	.nymain .leftNav>ul>li::before {
		display: none !important;}

	.nymain .leftNav>ul>li>ul {
		position: static;
		display: none;
		transform: none;
		width: calc(100% - 0.4rem);
		margin: 0 0.2rem;
		background: rgba(255, 255, 255, 0.8);
		box-shadow: none;
		transition: none;
		visibility: visible;
		opacity: 1;}

	.nymain .leftNav>ul>li:hover>ul {
		transform: none;
		visibility: visible;
		opacity: 1;}

	.nymain .leftNav>ul>li>ul>li>a {
		text-align: left;}

	.nymain .leftNav>ul>li>span {
		display: block;}

	.nymain .leftNav>ul>li.on>span {
		transform: rotate(90deg);}

	.nymain {
		padding-top: 0.25rem;}

	.nymain .leftNav {
		float: none;
		width: auto;
		margin-top: 0;}

	.nymain .leftNav>p {
		font-size: 18px;
		padding: 10px 0;}

	.nymain .leftNav ul li a {
		line-height: 0.56rem;}


	.ny-right {
		margin-top: 0.25rem;}

	.ny-rk {
		padding: 0.2rem 0.2rem 0.4rem 0.2rem;}

	.position>div {
		text-align: left;}

	.position h3 {
		left: 0;
		width: auto;
		height: 45px;
		font-size: 20px;
		line-height: 45px;
		position: relative;
		left: 0;
		margin-bottom: 10px;
		font-weight: 600;
		display: none;}

	.position h3::after {
		width: 37px;
		height: 37px;
		right: -10px;
		bottom: -15px;}

	.pagination {
		padding-top: 25px;}

	.pagination a {
		padding: 0 5px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 0 3px;}

	.nymain .leftNav ul {
		display: none;
		padding-bottom: 0;}

	.text-list {
		margin-top: 0;}

	.text-list ul li {
		padding: 0.2rem 0.1rem;}

	.text-list ul li .date {
		padding-top: 0.1rem;}

	.pnext {
		float: none;
		border: none;
		width: auto;}

	.pnext p {
		line-height: 30px;
		font-size: 14px;}

	.pnext p a {
		font-size: 14px;}

	.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;}

	.art-main .art-body {
		padding-top: 20px;}

	.list-ld ul li {
		width: 100%;
		margin-left: 0 !important;
		margin-top: 0.3rem;}

	.xcsp-t a .xcsp-tpic {
		width: 100%;}

	.xcsp-t a .xcsp-tr {
		width: 100%;
		margin-top: 0.25rem;}

	.xcsp-t a .xcsp-tr span {
		font-size: 0.22rem;
		background-size: 0.2rem 0.2rem;
		padding-left: 0.3rem;}

	.xcsp ul li {
		width: 50%;}

	.xcsp ul li .pic p span {
		font-size: 0.18rem;
		background-size: 0.2rem 0.2rem;
		padding-left: 0.3rem;}

	.xz-xcsp ul li {
		width: 31%;
		margin-left: 3.5%;}

	.xz-xcsp ul li:nth-child(4n + 1) {
		margin-left: 3.5%;}

	.xz-xcsp ul li:nth-child(3n + 1) {
		margin-left: 0;}
}

@media screen and (max-width:640px) {
	.sz-ty h3 {
		padding-left: 20px;}

	.sz-ty>div {
		padding-left: 20px;}

	.xz-zzjgnav dl {
		overflow-x: auto;
		white-space: nowrap;
		flex-wrap: nowrap;}

	.xz-zzjgnav dl::-webkit-scrollbar {
		display: none;}
}

@media screen and (max-width:480px) {

	.img-lists ul li a>img {
		height: 100px;}

	.art-main .cont-tit p .liulan {
		margin-left: 15px;}

	.nymain .leftNav>ul>li>ul>li>a {
		font-size: 12px;}

	.sz-ty h3 {
		padding-left: 0;
		text-align: center;}

	.sz-ty>div {
		margin-top: 0;
		padding-bottom: 10px;}

	.sz-ty>div p {
		line-height: 34px;}

	.text-list ul li a {
		justify-content: flex-start;}

	.tw ul li .pick {
		margin-left: 0.26rem;}

	.tw ul li .text-list-r {
		width: 100%;
		margin-top: 0.2rem;}

	.list-ld ul li .pic {
		margin: 0 auto;}

	.list-ld ul li .ld-tx {
		width: 100%;
		padding-top: 0.2rem;}

	.list-ld ul li .ld-tx h3 {
		text-align: center;}

	.zzjg ul li {
		width: 100%;
		margin-left: 0;
		margin-top: 0.25rem;}

	.zzjg ul li:nth-child(3n + 1) {
		margin-left: 0;
		width: 100%;}

	.zzjg ul li:nth-child(2n + 1) {
		margin-left: 0;
		width: 100%;}

	.group-big .slick-list {
		margin: 0 0.4rem;}

	.group-big .slick-prev,
	.group-big .slick-next {
		width: 0.29rem;
		height: 0.41rem;
		opacity: 0.2;
		transition: all 0.3s;}

	.group-big .slick-dots {
		margin: 0 0.4rem;
		width: calc(100% - 0.8rem);
		height: 0.46rem;
		line-height: 0.46rem;}

	.group-sml {
		margin-top: 0.25rem;
		margin-left: 0.4rem;
		margin-right: 0.4rem;}

	.xcsp ul li {
		width: 100%;}

	.xz-xcsp ul li {
		margin-left: 0 !important;
		margin-top: 0.3rem;}

	.xz-xcsp ul li h3 {
		height: auto;
		max-height: 0.52rem;}

}

@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;}
}

.img-fit-contain {
	object-fit: contain;
	font-family: 'object-fit: contain;}