.list-banner{width: 100%;position: relative;}
.list-banner img{width: 100%;}
.list-banner::before{
    content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc((100% - 16rem) / 2);
	margin-right: 7rem;
	height: 0.9rem;
	background: rgba(0, 119, 80, 0.9);
}
.nymain{width: 100%;position: relative;}
.nymain .leftNav {
	position: relative;
	z-index: 2;
	margin-top: -0.9rem;
	font-size: 0;
}
.nymain .leftNav::before{content: "";}
.nymain .leftNav .leftNav-tit>h2 {
    line-height: 0.7rem;
    font-size: 0.26rem;
    text-align: left;
    padding-left: 0.2rem;
    font-weight: 600;
    background: #007750;
    display: none;
    color: #ffffff;
}

.nymain .leftNav .leftNav-tit>h2 span {
    float: right;
    width: 0.7rem;
    height: 0.7rem;
    background: url(../image/m_nav.svg) no-repeat center center;
    background-size: auto 0.34rem;
    cursor: pointer;
}

.nymain .leftNav>ul {
	display: inline-block;
	background: rgba(0, 119, 80, 0.9);
	padding-right: 1rem;
	position: relative;
}

.nymain .leftNav>ul::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: -0.89rem;
	border-left: 0.45rem solid rgba(0, 119, 80, 0.9);
	border-bottom: 0.45rem solid rgba(0, 119, 80, 0.9);
	border-top: 0.45rem solid transparent;
	border-right: 0.45rem solid transparent;
}

.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(../image/raw-b.png) no-repeat center;
	background-size: 0.09rem 0.17rem;
	display: none;
}

.nymain .leftNav>ul>li>a {
	position: relative;
	color: #fff;
	padding-left: 0.15rem;
	min-width: 0.96rem;
	transition: all 0.4s;
}

.nymain .leftNav>ul>li>a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.05rem;
	height: 0.05rem;
	background: #fff;
	border-radius: 50%;
	transition: all 0.4s;
}

.nymain .leftNav>ul>li:hover>a,
.nymain .leftNav>ul>li.on>a {
	font-weight: bold;
	padding-left: 0.28rem;
}

.nymain .leftNav>ul>li:hover>a::after,
.nymain .leftNav>ul>li.on>a::after {
	width: 0.18rem;
	height: 0.18rem;
	background: url(../image/s6-nyzs.png) no-repeat;
	background-size: 100% 100%;
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 0.22rem;
	line-height: 0.9rem;
	margin: 0 0.3rem;
}

.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.18rem;
	line-height: 0.46rem;
	padding: 0 0.1rem;
	color: #666666;
	text-align: center;
	margin: 0;
}

.nymain .leftNav>ul>li>ul>li:hover>a {
	color: #007750;
	font-weight: bold;
}

.position {
	position: relative;width: 100%;padding-bottom: 0.25rem;
}

.position::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #dddddd;
}

.position-ny::before {
	right: 2.5rem;
}

.position h3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 0.3rem;
	font-weight: bold;
	color: #007750;
	padding-left: 0.25rem;
}

.position h3::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.08rem;
	height: 0.35rem;
	background: #007750;
}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: 0.4rem;
    padding-top: 0.25rem;
}

.position span {
	color: #191919;
	font-size: 0.18rem;
	vertical-align: middle;
}

.position img {
	height: 0.24rem;
	vertical-align: middle;
	margin-right: 0.1rem;
}

.position a {
	font-size: 0.18rem;
	color: #333;
	margin: 0 0.05rem;
	vertical-align: middle;
}

.position a:hover,
.position a.position-dq {
	color: #007750;
}

.ny-right{width: 100%;padding: 0.3rem 0 1.5rem;background: url(../image/nymain_bg.jpg) no-repeat left top;background-size: cover;}


/*文章内容开始*/
.content{width: 100%;padding-top: 0.2rem;}
.content h3.title{text-align: center;font-size: .26rem;color: #333333;margin: 0.3rem 0 0.15rem;line-height: 0.34rem;}
.content .sub-title{text-align: center;font-size: .24rem;color: #434343;line-height: 0.32rem;margin-bottom: 0.15rem;}
.content .art-itro{width: 100%;border-bottom:1px solid #dcdcdc;padding-bottom:.15rem;line-height: 0.3rem;margin-bottom: 0.2rem;text-align: center;}
.content .art-itro>span{font-size: .18rem;color: #666666;margin: 0 0.15rem;display:inline-block;}
.article{color: #434343;line-height: 0.32rem;width: 100%;}
.article table{margin:0 auto !important;max-width: 920px;min-width: 500px;}
.article table p{text-indent: 0;margin: 0;}
.article video{display: block;width: 100%;margin: 0 auto;height: auto;}
.article img{max-width: 100%;height: auto !important;}
.article p.con-img{text-align: center;text-indent: 0 !important;}
/*文章内容结束*/

/*文章列表开始*/
.list ul li {
	line-height: 0.9rem;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
	z-index: 1;
}

.list ul li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.4rem;
	width: 0;
	background: #007750;
	z-index: -1;
	transition: all 0.4s;
}

.list ul li:hover::after {
	right: -0.4rem;
	width: 100%;
	width: calc(100% + 0.8rem);
}

.list ul li a {
	display: block;
	overflow: hidden;
}

.list ul li a span {
	float: right;
	font-size: 0.16rem;
	padding-left: 0.2rem;
	transition: all 0.4s;
    color: #999999;
font-family: textfont;
}

.list ul li a h3 {
	font-size: 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	padding-left: 0.3rem;
	transition: all 0.4s;
    color: #333333;
    font-weight: normal;
font-family: textfont;
}

.list ul li a h3::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	border: 0.03rem solid #007750;
	transition: all 0.4s;
}

.list ul li:hover a h3::after {
	width: 0.09rem;
	height: 0.09rem;
	border: 1px solid #fff;
}

.list ul li:hover a h3,
.list ul li:hover a span {
	color: #fff;
}

/*文章列表结束*/

/*图片列表开始*/
.img-lists{width: 100%;margin-top: 0.3rem;}
.img-lists ul {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}

.img-lists ul li {
	width: 25%;
	padding: 0 0.25rem;
    margin-bottom: 0.5rem;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.img-lists ul li:hover {
	top: -0.1rem;
}

.img-lists ul li a {
	display: block;
	width: 100%;
    border: 1px solid #eee;
    transition: all 0.3s;
}
.img-lists ul li a{
    box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
}
.img-lists ul li a .pic {
	padding-top: 61%;
}

.img-lists ul li a>div.info {
	padding: 0.2rem;
	font-size: 0;
	text-align: center;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
font-family: textfont;
}

.img-lists ul li:hover a>div.info p {
	color: #007750;
}
.img-lists ul li:hover .pic::before{-webkit-animation: shine 1s;animation: shine 1s;}

/*图片列表结束*/

.pictxt-lists{width: 100%;margin-top: 0.2rem;}
.pictxt-lists ul li{width: 100%;}
.pictxt-lists ul li:nth-child(n+2){margin-top: 0.4rem;}
.pictxt-lists ul li a{width: 100%;background: url(../image/border.png) no-repeat left top;background-size: 100% 100%;}
.pictxt-lists ul li .pic{width: 4.32rem;height: 2.7rem;}
.pictxt-lists ul li .pic .image{transition: 0.2s;}
.pictxt-lists ul li .txt{width: calc(100% - 4.32rem);padding:0 0.3rem;}
.pictxt-lists ul li .txt .time{font-size: 0.18rem;color: #007750;line-height: 0.32rem;font-family: textfont;}
.pictxt-lists ul li .txt h3{width: 100%;font-size: 0.2rem;color: #333333;line-height: 0.36rem;font-family: textfont;font-weight: normal;margin: 0.15rem 0;}
.pictxt-lists ul li .txt p{width: 100%;font-size: 0.18rem;color: #999999;line-height: 0.32rem;height: 0.64rem;display: block\0;}
.pictxt-lists ul li:hover .pic::before{-webkit-animation: shine 1s;animation: shine 1s;}
.pictxt-lists ul li:hover .pic .image{transform: scale(1.1,1.1);}
.pictxt-lists ul li:hover .txt h3{color: #007750;}

.sz ul li {
	width: 48%;
	margin-top: 0.5rem;
}
.sz ul li:nth-child(even) {
	margin-left: 4%;
}

.sz ul li a {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #dcdcdc;
	position: relative;
	z-index: 1;transition:0.3s;
}
.sz.leader ul li{width:100%;}
.sz.leader ul li:nth-child(even){margin-left: 0;}
.sz.teacher ul li a{align-items: center;}

.sz ul li .sz-pic {
	width: 1.52rem;
	position: relative;
	left: 0.2rem;
	bottom: 0.2rem;
}

.sz ul li .sz-pic .pic {
	padding-top: 142%;
}

.sz ul li .sz-tx {
	width: calc(100% - 2.47rem);
	margin-left: 0.55rem;position: relative;
}
.sz.leader ul li .sz-tx{padding-top:0.3rem;}
.sz ul li .sz-tx h3{font-size:0.24rem;color:#333333;font-family:textfont;line-height:0.32rem;width:100%;border-bottom:1px solid #dcdcdc;font-weight:normal;padding-bottom:0.15rem;transition:0.3s;}
.sz.teacher ul li .sz-tx p {
	line-height: 0.4rem;
	font-size: 0.2rem;
	color: #333333;
	display: block;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition:0.3s;
}
.sz.teacher ul li .sz-tx p span {
	font-size: 0.2rem;
	font-weight: bold;
	color: #007750;transition:0.3s;
}
.sz.leader ul li .sz-tx .ld-intro{width:100%;margin-top:0.2rem;line-height:0.36rem;}
.sz.leader ul li .sz-tx .ld-intro p{width:100%;font-size:0.18rem;color:#999999;transition:0.3s;}
.sz ul li:hover a {
	border-color: #007750;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
/*
.sz ul li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
height:100%;
	background: #007750;
transition:0.3s;
}
.sz ul li:hover a::before{width:100%;}*/
.sz ul li:hover .sz-tx h3{color:#007750;}
.sz ul li:hover .pic::before{-webkit-animation: shine 1s;animation: shine 1s;}