@charset "utf-8";

i,
em,
b {
	font-style: normal
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.l2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 1.03rem
}

.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 7px
}

.pagination a.active {
	background: #b81b12;
	color: #fff;
	border: 1px solid #b81b12
}

.pagination a:hover {
	background: #b81b12;
	color: #fff;
	border: 1px solid #b81b12
}

.pagination span {
	display: inline-block;
	font-size: 0.14rem
}

.head {
	opacity: 1;
	transform: none
}

.head.on {
	background: #566244
}

.banner img {
	display: block;
	width: 100%
}

.banner {
	position: relative
}

.banner:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background: url("/img/b-sd.png") no-repeat top*/
}

.ny-main {
	padding-bottom: 1.32rem;
	background: url("/img/ny-mian.jpg") no-repeat bottom;
	background-size: cover;
	height: auto
}

.leftNav {
	width: 3.34rem;
	float: left
}

.leftNav h4 {
	position: relative;
	font-size: 0.32rem;
	line-height: 1.5em;
	padding: 0.3rem 0.55rem;
	color: #fff;
	font-family: "Æ»·½";
	background: url("/img/ny-img02.jpg") no-repeat 50%;
	background-size: cover;
	margin-top: -1.08rem
}

.leftNav>ul>li {
	position: relative
}

.leftNav>ul>li>a {
	display: block;
	font-size: 0.2rem;
	color: #333333;
	line-height: 2em;
	padding: 0.15rem 0.5rem 0.15rem 0.27rem;
	border-bottom: 1px dashed #cacaca;
	border-radius: 0.05rem;
	overflow: hidden;
	position: relative
}

.leftNav>ul>li i {
	position: absolute;
	width: 0.16rem;
	height: 0.7rem;
	right: 0.2rem;
	top: 0;
	background: url("/img/ny-img03.png") no-repeat 50%;
	background-size: 0.16rem;
	cursor: pointer
}

.leftNav>ul>li ul a {
	display: block;
	font-size: 0.16rem;
	line-height: 1.5em;
	padding: 0.1rem 0.3rem;
	color: #333
}

.leftNav>ul>li ul {
	padding-top: 0.15rem;
	display: none
}

.leftNav>ul>li>a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 100%;
	height: 0.03rem;
	background: #b81b14;
	transition: all .3s
}

.leftNav>ul>li.active>a,
.leftNav>ul>li.on>a {
	color: #b81b14;
	background: url("/img/ny-img05.png") no-repeat 50%;
	background-size: 100% 100%;
	border: none
}

.leftNav>ul>li.active>a:after,
.leftNav>ul>li.on>a:after {
	right: 0
}

.leftNav>ul>li.active>i,
.leftNav>ul>li.on>i {
	background-image: url("/img/ny-img04.png")
}

.leftNav>ul>li ul a:hover {
	color: #b81b14
}

.leftNav>ul {
	padding: 0.1rem 0.2rem 1.88rem;
	background: #f4f4f4 url("../img/ny-img06.jpg") no-repeat bottom center;
	background-size: 100%
}

.rightBox {
	width: calc(100% - 3.8rem);
	float: right
}

.ny-tit {
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	margin-top: 0.35rem
}

.ny-tit h4 {
	position: relative;
	display: inline-block;
	font-size: 0.3rem;
	line-height: 0.6rem;
	color: #222222
}

.ny-tit h4:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0.04rem;
	background: #b81b14
}

.position {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0.52rem
}

.position>* {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.14rem;
	color: #333333
}

.position a.active {
	color: #b81b14
}

.position a:hover {
	color: #b81b14
}

.list .a-box a {
	display: block;
	position: relative;
	line-height: 0.6rem;
	font-size: 0.16rem;
	border-bottom: 1px dashed #d9cece;
	transition: all .3s;
	background-size: auto 0.6rem;
	background-position: right center;
	background-repeat: no-repeat
}

.list .a-box a em {
	display: block;
	color: #333333;
	padding-left: 0.26rem;
	padding-right: 1.85rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list .a-box a span {
	position: absolute;
	right: 0.1rem;
	top: 0;
	color: #777e6e
}

.list .a-box a:before {
	content: '';
	position: absolute;
	left: 0.08rem;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #777e6e;
	border-radius: 50%
}

.list .a-box a:hover em,
.list a:hover span {
	color: #b81b12
}

.list .a-box a:hover:before {
	left: 0.05rem;
	background-color: #b81b12
}

.list .a-box {
	margin-top: 0.28rem
}

.pic-list .a-box a {
	display: block;
	width: 30.5%;
	border: 1px solid #dfdfdf;
	padding: 0.12rem 0.15rem;
	margin: 0.19rem 0;
	transition: all .3s
}



.pic-list .a-box a .pic {
	padding-top: 65.2%
}

.pic-list .a-box a p {
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.5em;
	text-align: center;
	margin-top: 0.2rem
}

.pic-list .a-box {
	margin-top: 0.14rem
}

.pic-list .a-box a:hover {
	border-color: #ccc;
	box-shadow: 0 0 0.2rem #ccc
}

.txt-list .a-box a {
	font-size: 0;
	display: block;
	position: relative;
	padding-bottom: 0.38rem;
	padding-top: 0.39rem;
	border-bottom: 1px dashed #d9cdcd
}

.txt-list .a-box a.hpt .txt {
	padding-right: 2.28rem
}

.txt-list .a-box a.hpt:hover .txt h4 {
	color: #b81b14;
	font-weight: bold;
	transition: all 0.3s
}

.txt-list .a-box .txt time {
	display: inline-block;
	vertical-align: middle;
	width: 1.2rem
}

.txt-list .a-box .txt span {
	display: block;
	font-size: 0.3rem;
	color: #546143;
	font-family: "Æ»·½";
	text-align: center;
	line-height: 1
}

.txt-list .a-box .txt em {
	display: block;
	text-align: center;
	font-size: 0.14rem;
	color: #72696a;
	line-height: 1;
	margin-top: 0.1rem
}

.txt-list .a-box .txt>div {
	display: inline-block;
	width: calc(100% - 1.3rem);
	vertical-align: top;
	padding-left: 0.34rem;
	border-left: 1px solid #dad3d4
}

.txt-list .a-box .txt h4 {
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.5;
	margin-bottom: 0.2rem
}

.txt-list .a-box .txt p {
	font-size: 0.14rem;
	line-height: 2em;
	color: #666666;
	height: 0.5rem;
	text-indent: 2em
}

.txt-list .a-box .img {
	position: absolute;
	top: 0.2rem;
	right: 0;
	width: 1.95rem;
	height: 1.28rem
}

.txt-list .a-box .img img {
	display: block;
	width: 100%
}

.txt-list .a-box {
	margin-top: 0.32rem
}

.content p {
	font-size: 0.16rem;
	line-height: 2;
	color: #333;
	text-indent: 2em;
	margin-bottom: 0.3rem
}

.content {
	margin-top: 0.2rem
}

.detail {
	margin-top: 0.35rem
}

.dtl-tit h4 {
	font-size: 0.24rem;
	color: #333333;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 0.1rem
}

.dtl-tit p {
	font-size: 0;
	text-align: center
}

.dtl-tit p span {
	font-size: 0.14rem;
	color: #999999;
	line-height: .5rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.08rem
}
.dtl-tit p span span{
    margin: 0;
    display: contents;
}
.dtl-tit {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	border-bottom: 1px solid #dfdfdf
}

.content img {
	display: block;
	width: auto;
	max-width: 60%;
	margin: 0 auto;
	margin-bottom: 10px;
	height: auto !important;
}

.p-page {
	border-top: 1px solid #dfdfdf;
	padding-top: 0.23rem;
	margin-top: 0.7rem
}

.p-page p {
	font-size: 0.16rem;
	line-height: 2.25em;
	color: #333333
}

.system .a-box a {
	display: block;
	border: 1px solid #dfdfdf;
    width: 23%;
    float: left;

    padding: 0.25rem 0.28rem 0.12rem;

    margin: 1%;
}

.system .a-box a h4 {
	font-size: 0.18rem;
	color: #333333;
	line-height: 1;
	margin-bottom: 0.2rem
}

.system .a-box a p {
	font-size: 16px;
	color: #666666;
	line-height: 1.71em
}

.system .a-box a:hover {
	box-shadow: 0 0 0.2rem #ccc
}

.system .a-box {
	margin-top: 0.15rem
}

.leader .a-box a {
	display: block; 
	justify-content: flex-start;
	width: 60%;
	border-bottom: 1px solid #dfdfdf;
	align-items: center;
	padding: 0.405rem 0;
	position: relative;
	/*float: left*/
}

.leader .a-box a span {
	font-size: 16px;
	color: #951e18;
	line-height: 1.5em;
	min-width: 2.35rem;
	padding-left: 0.15rem;
	font-weight: normal
}
/*
.leader .a-box a:nth-child(2n) span {
	min-width: 2.45rem
}
*/
.leader .a-box a em {
	font-size: 16px;
	color: #333;
	line-height: 1.5em
}
/*
.leader .a-box a:nth-child(2n):before {
	position: absolute;
	content: '';
	left: -0.46rem;
	top: 50%;
	width: 1px;
	background: #dfdfdf;
	height: 0.92rem;
	transform: translateY(-50%)
}*/

.leader .a-box {
	padding: 0.23rem 0.4rem 0.23rem 0.2rem;
	height: auto;
	overflow: hidden
}

@media screen and (max-width: 1060px) {
.system .a-box a p{
line-height: 0.4rem;
}
.dtl-tit h4{
font-size: 0.34rem;
}

	.leftNav {
		width: 100%;
		margin-bottom: 0.25rem
	}

	.leftNav h4 {
		margin-top: 0.25rem;
		font-size: 0.3rem;
		padding: 0.125rem 0.15rem
	}

	.leftNav h4 span {
		position: absolute;
		top: 50%;
		right: 0.15rem;
		width: 0.37rem;
		height: 0.46rem;
		transform: translateY(-50%);
		background: url('/img/sub-h4.png') no-repeat center center;
		background-size: 0.2rem
	}

	.leftNav>ul {
		padding: 0.125rem;
		background: #f4f4f4;
		display: none
	}

	.rightBox {
		width: 100%
	}

	.list .a-box a {
		font-size: 0.2rem;
		line-height: 0.7rem
	}

	.ny-tit {
		margin-top: 0
	}

	.pagination {
		padding-top: 0.4rem
	}

	.ny-main {
		padding-bottom: 0.5rem
	}

	.banner:after {
		display: none
	}

	.pic-list .a-box a {
		width: 32%
	}

	.pic-list .a-box a p {
		font-size: 0.22rem
	}

	.content p {
		font-size: 0.3rem
	}

	.leader .a-box {
		padding: 0.2rem 0
	}
}

@media screen and (max-width: 820px) {
	.pic-list .a-box a {
		width: 49%;
		margin: 0.125rem 0
	}

	.system .a-box a {
		width: 32%;
		margin: 0.125rem 0
	}

	.system .a-box a h4 {
		font-size: 0.2rem
	}

	.leader .a-box a {
		width: 100%;
		padding: 0.25rem 0
	}

	.leader .a-box a:nth-child(2n) span {
		min-width: 2.35rem
	}

	.txt-list .a-box .txt p {
		font-size: 0.18rem;
		height: 0.46rem
overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}
}

@media screen and (max-width: 640px) {
	.position {
		position: static
	}

	.pic-list .a-box a {
		width: 100%
	}

	.system .a-box a {
		width: 48%
	}

	.txt-list .a-box .img {
		position: static;
		width: auto;
		height: auto;
		margin-bottom: 0.25rem
	}

	.txt-list .a-box .img {
		max-width: 100%
	}

	.txt-list .a-box a {
		padding: 0.25rem 0
	}

	.txt-list .a-box a.hpt .txt {
		padding-right: 0
	}

	.txt-list .a-box .txt h4 {
		font-size: 0.22rem
	}

	.txt-list .a-box .txt>div {
		padding-left: 0.2rem
	}
}

@media screen and (max-width: 420px) {
	.system .a-box a {
		width: 100%
	}

	.leader .a-box a span,
	.leader .a-box a em {
		font-size: 0.22rem
	}
}