  /*list*/
.art-main {
	min-height: 300px;
}

.txt-list {
	margin-top: 20px;
	min-height: 300px;
}

.list-banner {
	height: 580px;
	position: relative;
	/* overflow: hidden; */
}

.list-banner:after {
	content: "";
	position: absolute;
	/* background:rgba(0,0,0,.25); */
	width: 100%;
	height: 36%;
	bottom: 0;
	right: 0;
	/* top:0; */
	left: 0;
	background: url(/images/fj-bj.png) repeat-x left bottom;
	background-size: 100% 110%;
}

.nymain {
	position: relative;
	padding-bottom: 40px;
	padding-top: 40px;
	/* top: 0; */
	background: url(/images/box2.jpg) no-repeat left center;
	min-height: 450px;
}

.nymain>div.px1480 {
	background-color: #fff;
	margin-top: -120px;
	padding: 70px;
}

.nymain2>div.px1480 {
	padding: 30px 70px 70px 70px;
}



.list-powz {
	/* margin-top: -170px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #d0adc4;
}

.lm-name {
	color: #333;
	font-size: 28px;
	margin-bottom: 0;
	font-weight: 400;
	/* font-family: 'SHSCN-Bold'; */
}

.lm-name span {
	/* display: inline-block; */
	/* padding: 20px 30px; */
	/* background:rgba(161,10,19,.8); */
	/* border: 1px solid #ddd; */
	/* font-weight: bold; */
}

.list-bar {
	box-shadow: 0 0 10px rgb(201 147 151 / 60%);
	margin-top: 69px;
}

.nymain .leftNav {
	float: left;
	width: 300px;
	/* position: relative; */
	/* overflow: hidden; */
	margin-right: 40px;
}

.nymain .leftNav>h2 {
	line-height: 100px;
	color: #fff;
	background: #894771;
	/* background-size: cover; */
	font-size: 30px;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	margin: 0;
	/* float: left; */
	/* display: none; */
	border-radius: 10px 30px 0 0;
}

.nymain .leftNav>ul {
	position: relative;
	padding-bottom: 118px;
	background-color: #fafafa;
	/* float: right; */
	overflow: hidden;
	border-left: 8px solid #894771;
	border-radius: 0 0 0 10px;
	background: url(/images/title-m.png) no-repeat bottom center;url(
	../omages/url(/images/title-m.png) no-repeat);url(
	../omages/url(/images/title-m.png) no-repeat);
}

.nymain .leftNav>ul::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	/* background: #f4f4f4; */
}

.nymain .leftNav>ul>li {
	position: relative;
	/* float: left; */
	/* padding: 0 20px; */
	/* border-bottom: 1px solid #ddd; */
	/* margin: 0 15px; */
}




.nymain .leftNav>ul>li:first-child {
	border-top: none;
}

.nymain .leftNav>ul>li>a {
	display: block;
	font-size: 19px;
	/* font-weight: bold; */
	/* line-height: 55px; */
	text-align: center;
	position: relative;
	padding: 15px 20px;
	margin: 0 15px;
	border-bottom: 1px dashed #d0adc4;
}

.nymain .leftNav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 0;
	/* top: 0; */
	bottom: 0;
	width: 100%;
	/* height: 5px; */
	/* background: #cc6951; */
	display: none;
	transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>a {
	/* background-color: #efefef; */
	color: #894771;
}

.nymain .leftNav>ul>li.on>a::after {
	display: block;
}

.nymain .leftNav>ul>li.active>a {
	/* background-color: #fff; */
	color: #894771;
}

.nymain .leftNav>ul>li.active>a::after {
	display: block;
}

.nymain .leftNav>ul>li.on>a {
	color: #894771;
	/* background: #cc6951; */
	font-weight: bold;
}

.nymain .leftNav>ul>li:hover>a {
	/* background-color: #fff; */
	color: #894771;
}


.nymain .leftNav>ul>li:hover>a::after {
	display: block;
}

.nymain .leftNav ul li.active {
	background: #ededed;
}

.nymain .leftNav ul li.active ul {
	display: none;
}

.nymain .leftNav ul li a:hover {
	/* background: #cc6951; */
	color: #894771;
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-top: 10px;
}

.nymain .leftNav>ul>li>ul>li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #666666;
}

.ny-right {
	overflow: hidden;
}

.ny-rcom {
	font-size: 24px;
	color: #a10a13;
	margin-bottom: 15px;
	font-weight: normal;
}


.position>div {
	position: relative;
	text-align: left;
	font-size: 14px;
	line-height: 40px;
	/* padding-top: 20px; */
	/* border-bottom: 1px solid #e5e5e5; */
	color: #333;
}

.position>div a {
	color: #333;
}

.position h3 {
	position: absolute;
	width: 235px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: left;
	top: 0;
	left: 0;
}

.position h3::after {
	position: absolute;
	right: -37px;
	bottom: -30px;
	width: 74px;
	height: 74px;

	background-size: 100% 100%;
	z-index: 9;
}

.position span {
	font-size: 16px;
	vertical-align: middle;
}

.position img {
	vertical-align: middle;
	margin-right: 10px;
}

.position a {
	font-size: 16px;
	margin: 0 5px;
	vertical-align: middle;
}

.position a:hover {
	color: #333;
}

.text-list ul li {
	padding-left: 15px;
	padding-right: 110px;
	position: relative;
	line-height: 60px;
	font-size: 16px;
	position: relative;
	left: 0;
	transition: all 0.5s;

	background-position: left center;
}

.txt-list ul li {

/* margin-bottom: 35px; */

padding: 20px 0;

border-bottom: 1px solid #ddd;
}

.txt-list ul li a {
	display: block;
	overflow: hidden;
	padding: 0px 0px;
	position: relative;
	z-index: 1;
	/* border-bottom: 1px dashed #ddd; */
	transition: all .3s;
	background: #fff;
	border-radius: 0px 0 15px 0px;
	display: flex;
	align-items: center;
}
.txt-list ul li a:hover{margin:0 10px;}
.txt-list ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #894771;
	z-index: -1;
	transition: all 0.6s;
	transform: translateY(100%);
}

.txt-list ul li a:hover:before {
	transform: translateY(0)
}

.txt-list ul li a:hover .tx-info p {
	color: #fff;
}

.txt-list ul li a:hover h3 {
	color: #fff;
}

.tx-date {
	float: left;
	width: 80px;
	height: 80px;
	padding-top: 1px;
	background-color: #fff;
	transition: all 0.3s;
	text-align: center;
	/* border-radius: 10px; */
	padding-top: 8px;
	border: 1px solid #894771;
	font-weight: bold;
}

.tx-date b {
	font-size: 16px;
	font-weight: bold;
	color: #894771;
	display: block;
	transition: all 0.3s;
	/* background: #894771; */
	border-radius: 40px;
	/* padding: 0px 5px; */
	/* width: 59px; */
	margin: 0 auto;
	margin-top: 5px;
}

.tx-date span {
	font-size: 27px;
	color: #894771;
	transition: all 0.3s;
	/* line-height: 40px; */
	/* margin-top: 10px; */
	font-weight: bold;
}

.tx-info {
	overflow: hidden;
	padding-right: 15px;
	padding-left: 20px;
	flex: 1;
}

.tx-info h3 {
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s;
	margin-top: 0;
	/* margin-bottom: 5px; */
}

.tx-info p {
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 50px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;

	line-clamp: 2;
	-webkit-box-orient: vertical;
	/* margin-top: 10px; */
	transition: all 0.3s;
}

/*content*/
.art-main .art-tit h3 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 30px;
}

.art-main .art-body {
	padding-top: 30px;
}

.art-main .art-body p,
.art-main .art-body h1,
.art-main .art-body h3 {
	color: #333333;
	/*text-indent: 2em;*/
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

.art-main .art-body img {
	max-width: 95% !important;
	display: block;
	margin: 0 auto;
	height: auto !important;
}

.art-main .cont-tit p {
	font-size: 0;

	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	background: bottom;
	/* border-top: 1px solid #e5e5e5; */
	border-bottom: 1px solid #e5e5e5;
	margin-top: 25px;
	/* background: #ece8e8; */
}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.art-main .cont-tit p span.tz-time {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
	margin: 0 15px;
}

.art-info {
	border-top: 1px solid #e5e5e5;
	margin-top: 25px;
}

.pnext {
	margin-top: 20px;
}

.pnext p {
	text-indent: initial;
	font-size: 15px;
	line-height: 30px;
	color: #666;
	/* margin-top: 10px; */
}

.pnext p a {
	font-size: 15px;
	color: #666;
}

.pnext p:hover {}

.pnext p:hover a {
	color: #894771;
}


.ny-r-tit {
	font-size: 30px;
	line-height: 40px;
	padding-left: 20px;
	color: #111111;
	border-left: 4px solid #1c50af;
	margin-bottom: 50px;
}

.img-lists ul {
	overflow: hidden;
	padding: 0 10px 20px 10px;
}

.img-lists ul li {
	float: left;
	width: 31%;
	margin-left: 3.5%;
	margin-top: 35px;
	transition: all 0.3s;
	box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.1);
}

.img-lists ul li:nth-child(3n+1) {
	margin-left: 0;
}

.img-lists ul li .n-pic {
	padding-top: 65%;
	overflow: hidden;
	position: relative;

}

.img-lists ul li .n-pic .n-pic-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s;
}

.img-lists ul li:hover .n-pic .n-pic-img {
	transform: scale(1.1)
}

.img-lists ul li:hover {
	box-shadow: 0px 13px 21px 0px rgba(68, 68, 68, 0.1);
	top: -10px;
}

.img-lists ul li a {
	display: block;
	width: 100%;
}

.img-lists ul li a .pic {
	padding-top: 62.74%;
	/* padding-top: 75%; */
	position: relative;
	overflow: hidden;
}

.img-lists ul li a .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.img-lists ul li a .pic img:hover {
	transform: scale(1.1);
}

.img-lists ul li a>img {
	display: block;
	width: 100%;
	height: 196px;
}

.img-lists ul li a .pic span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	line-height: 36px;
	background-color: rgba(204 105, 81, .85);
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 0 36px 36px 0;
}

.img-lists ul li a>div.info {
	padding: 20px 25px;
	font-size: 0;
	background-color: #fff;
	transition: all .3s;
}

.img-lists ul li a>div.info h3 {
	font-size: 18px;
	/* font-weight: bold; */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin: 0;
	text-align: center;
}

.img-lists ul li a>div.info p {
	color: #999;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.img-lists ul li a>div.info img {
	height: 14px;
	vertical-align: middle;
}

.img-lists ul li a>div.info span {
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	color: #999;
	vertical-align: middle;
}

.img-lists ul li:hover a>div.info h3 {
	color: #fff;
}

.img-lists ul li:hover a>div.info {
	background: #894771;
}

.posi-sm {
	display: none;
}

.txt-list22 {
	margin-top: 20px;
}

.img-ul-left {
	width: 270px;
	/* height: 175px; */
}

.img-ul-left .n-pic {
	padding-top: 67%;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

.img-ul-left .n-pic .n-pic-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s;

}

.xrld .img-ul-left img {
	width: 150px;
	height: 225px;
}

.img-ul-a li {
	/* padding: 20px 0; */
	transition: 0.5s all;
	background: #fafbff;
	margin: 0 auto 30px auto;
	width: 99%;
	border-radius: 0 0 0px 0;
}

.img-ul-a li a {
	display: block;

}

.img-ul-right {
	margin-left: 290px;
	padding: 20px 30px 10px 20px;
}

.img-ul-right .img-ul-tt {
	font-size: 18px;
	/* padding-top: 15px; */
	font-weight: bold;
}

.xrld .img-ul-right {
	margin-left: 190px;
}

.img-ul-tt a {
	font-size: 17px;
	color: #444;
	font-weight: bold;
}

.xrld li a .img-ul-tt {
	font-size: 17px;
	color: #444;
	font-weight: bold;
}

.img-ul-p {
	color: #999;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 15px;
	font-size: 15px;
}

.xrld .img-ul-p {
	height: 175px;
}

.img-ul-date {
	color: #999;
	margin-top: 30px;
	background: url(/images/more-r.png) no-repeat 98% center;
}

.img-ul-a li:hover {

	border-color: transparent;

}

.img-ul-a li:last-child {
	border: none;
}

.img-ul-a {
	padding-bottom: 30px;
	margin-top: 30px;
}

.img-ul-a li:hover a {
	color: #894771;
}

.img-ul-a li:hover {
	box-shadow: 5px 5px 0 #894771;
}

.img-ul-a li:hover .n-pic .n-pic-img {
	transform: scale(1.1)
}

.xrld li a:hover .img-ul-tt {
	color: #fff;
}

.txt-list-two li {
	width: 48%;
	float: left;
}

.txt-list-two li:nth-child(even) {
	margin-right: 0;
	float: right
}

.zzjg-list {
	margin-top: 40px;
}

.zzjg-list li {
	width: 20%;
	float: left;
	margin-bottom: 20px;
}

.zzjg-list li a {
	display: block;
	margin: 0 15px;
	background: #fff;
	font-size: 17px;
	line-height: 80px;
	border-radius: 8px;
	text-align: center;
	transition: all .3s;
}

.zzjg-list li a:hover {
	background: #bc0707;
	color: #fff;
}

.xb-box{ position: relative; margin-bottom: 55px; margin-left: 5px; margin-top:25px;}
.xb-box-tt{margin-right: 25px;height: 70px;padding-left: 25px;line-height: 70px;border-radius: 0px 40px 0px 0px;background: #fdf7fb;font-size: 22px;color: #333;}
.xb-box-tt span{ position: relative; padding-left: 25px; }
.xb-box-tt span:before{display: block;content: "";position: absolute;left: 0;top: 50%;width: 5px;height: 22px;margin-top: -10px;background: #bc9e68;}
.xb-list li{ float: left; width:33.33333333333%; margin-bottom: 30px; padding:0 15px; }
.xb-list li a{ font-size: 18px; color: #333; line-height: 1; padding-left: 20px; position: relative; }
.xb-list{border: 1px solid #e2cddb;padding:35px 15px 5px 15px;}
.xb-list li a:before{display: block;content: "";position: absolute;left: 0;top: 50%;margin-top: -2px;width: 4px;height: 4px;background: #894771;border-radius: 4px;}
.xb-box:before{display: block;content: "";position: absolute;left: -5px;top: 0;width: 5px;background: #894771;height: 135px;border-radius: 0 0px 0 40px;}
.xb-list li a:hover,.nav-b a:hover{color: #894771;}