@charset "utf-8";
/* ==================================================================
   News 列表页样式
 
   ================================================================== */



.ny-ba .txt h5 {
	font-family: 'GeorgiaB', Georgia, serif;
	letter-spacing: 0.03rem;
}

.ny-ba .txt span a {
	transition: color ease 0.3s;
}

.ny-ba .txt span a:hover {
	color: #E0BB8B !important;
}

/* ==================================================================
   以下为新闻列表样式
   ================================================================== */


.n_bg1 {
	background: url(../images/n_bg1.jpg) center top repeat-y;
	background-size: 100% auto;
}

.news {
	padding-bottom: 1rem;
}

@media(max-width: 1024px) {
	.news {
		overflow: hidden;
	}
}

@media(max-width: 800px) {
	.news {
		padding-bottom: .5rem;
	}
}

/* 
   作用于 .n_container 下的所有 .wp（news 列表页 + details 详情页共用） ---- */
.n_container .wp {
	max-width: 14.4rem;
	width: 94%;
}

@media (max-width: 1024px) {
	.n_container .wp {
		padding: 0 15px;
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.n_container .wp {
		padding: 0 .7rem;
	}
}

@media screen and (max-width: 800px) {
	.n_container .wp {
		padding: 0 15px;
	}
}

/* ---- 基础类 ---- */
.trans {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.imgBox {
	position: relative;
	overflow: hidden;
	isolation: isolate
}

.imgBox .img,
.imgBox .imgLi {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important
}

.imgBox .img,
.imgBox .imgLi {
	padding-bottom: 60%;
	transition: .5s;
	background-size: cover;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	background: #eee
}

.imgBox img,
.imgBox video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: .5s
}

.l3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.flexjs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.h6s1 {
	font-size: .14rem;
	color: #777;
	line-height: 1.25;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-family: Bebas;
}

.h4s3 {
	font-size: .23rem;
	color: #333;
	line-height: .36rem;
	max-height: calc(.36rem * 3)\0;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-family: SF-Pro-Text-Medium;
}

.ps3 {
	font-size: .2rem;
	color: rgba(85, 85, 85, 0.8);
	line-height: .3rem;
	max-height: calc(.3rem * 3)\0;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (min-width: 1201px) {

	.imgBox.trans:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	.a:hover .imgBox.trans img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
}

@media screen and (max-width: 800px) {
	.h4s3 {
		font-size: .18rem !important;
		line-height: .26rem !important;
		max-height: .78rem\0 !important;
	}

	.ps3 {
		font-size: .16rem !important;
		line-height: .26rem !important;
		max-height: .78rem\0 !important;
	}
}

/* ---- 列表 ---- */
.list13 .a {
	align-items: center;
	position: relative;
	z-index: 1;
}

.list13 .txt {
	flex: 1;
	overflow: hidden;
	padding-bottom: 1rem;
}

.list13 h6 {
	font-size: 18px;
	color: #333;
}

.list13 h4 {
	margin: .2rem 0 .3rem;
	font-size: .32rem;
	line-height: .5rem;
	max-height: calc(.5rem*3)\0
}

.list13 p {
	font-size: .16rem;
	color: #666;
}

.list13s2 li {
	margin-top: 1.4rem;
}

.list13s2 .a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 2rem;
	background: #F8F3EF;
	z-index: -1;
	transition: .5s;
}

.list13s2 .imgW {
	width: 6.03rem;
	transform: translateY(-.44rem)
}

.list13s2 .imgBox {
	border-radius: .8rem 0 0 0;
}

.list13s2 .imgBox .img {
	padding-bottom: 67.92%;
}

.list13s2 .txt {
	flex: 1;
	overflow: hidden;
	padding: 0 .6rem;
}

.list13s2 li:nth-child(2n) .imgW {
	order: 1;
}

.list13s2 li:nth-child(2n) .a:before {
	left: 0;
	right: 2rem
}

@media(min-width: 1024px) {

	.list13s2 .a:hover:before {
		background: #347243;
	}

	.list13s2 .a:hover * {
		color: #fff !important;
	}
}

@media(max-width: 1024px) {

	.list13s2 .imgW {
		width: 100%;
		margin: 0;
		transform: translateY(0);
	}

	.list13s2 .txt {
		width: 100%;
		flex: auto;
		padding-bottom: .4rem;
		padding: .3rem .25rem;
		order: 1;
	}

	.list13s2 .imgBox {
		width: 100%;
		border-radius: 0.4rem 0 0 0;
	}

	.list13s2 .a:before {
		right: 0;
		width: 100%;
		left: 0;
		top: 1rem;
	}

	.list13s2 li {
		margin-top: .6rem
	}
}

@media(max-width: 800px) {

	.list13s2 li {
		margin-top: .25rem
	}

	.list13 h4 {
		margin: .1rem 0 .2rem;
	}
}

/* ---- 翻页条 ---- */
.pages {
	margin: 1rem 0 0;
}

.p_pages {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: .15rem;
	color: #333;
	margin: 1rem 0 0;
}

.p_first,
.p_first_d,
.p_last,
.p_last_d {
	display: none;
}

.p_pages span {
	text-align: center;
	margin: .03rem .04rem;
	font-size: .16rem;
	color: #999;
	align-items: center;
}

.p_pages span:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: #d2d5da 1px solid;
	border-radius: .04rem;
	z-index: -1
}

.p_pages span a,
.p_next_d,
.p_prev_d {
	height: .5rem;
	text-align: center;
	padding: 0 .1rem;
	min-width: .5rem;
	display: flex;
	border: 1px solid #C5C5C5;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: .5s;
	color: #999;
}

.p_pages .p_no_d {
	color: #fff;
	background: #347243;
	border: #347243 1px solid;
	padding: 0 8px;
	min-width: .5rem;
	height: .5rem;
	line-height: .5rem;
	border-radius: 50%;
}

.p_pages svg {
	width: .16rem;
	height: .16rem;
	transition: .5s;
}

.p_pages a:hover,
.p_pages a.on,
.p_goto a:hover {
	background: #347243;
	color: #fff !important;
}

.p_pages a:hover svg {
	fill: #fff
}

@media(max-width: 800px) {
	.pages {
		margin-top: .3rem;
	}

	.p_pages span {
		margin: .03rem .04rem;
	}

	.p_pages span a,
	.p_pages .p_no_d {
		height: .42rem;
		min-width: .42rem;
		line-height: .4rem;
		padding: 0 .05rem;
	}
}

/* ---- 滚动入场动画（对应 BUA 的 AOS.init({duration:1200})） ---- */
[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 1.2s;
	transition-timing-function: ease;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	transform: translateZ(0)
}

[data-aos=fade-up] {
	transform: translate3d(0, 100px, 0)
}

[data-aos^=fade].aos-animate {
	opacity: 1;
	transform: translateZ(0)
}

/* ==================================================================
   News 详情页样式（details.html）

   ================================================================== */


.flex {
	display: flex;
	flex-wrap: wrap;
}

.l2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.h4s2 {
	font-size: .24rem;
	color: #333;
	line-height: .36rem;
	max-height: calc(.36rem * 2)\0;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media(max-width: 800px) {
	.h4s2 {
		font-size: .18rem !important;
		line-height: .26rem !important;
		max-height: .52rem\0 !important;
	}
}

/* ---- 面包屑（源自 BUA css/ny.css） ---- */
.n_detail .breadcrumb {
	align-items: center;
	line-height: 1.35;
	border-bottom: 1px solid rgba(151, 151, 151, .3);
	min-height: .9rem;
	display: flex;
}

.n_detail .breadcrumb .wp {
	align-items: center
}

.n_detail .breadcrumb .ll {
	position: relative;
	padding: 0 0 0 .3rem;
	line-height: .9rem;
}

.n_detail .breadcrumb .ll:before {
	content: "";
	position: absolute;
	left: 0;
	background: url(../images/home.svg) center no-repeat;
	background-size: 100% 100%;
	width: .16rem;
	height: .16rem;
	top: 50%;
	transform: translateY(-50%);
}

.n_detail .breadcrumb .ll * {
	font-size: .2rem;
	color: #333;
	transition: .5s
}

.n_detail .breadcrumb .ll img {
	width: .22rem;
	margin: 0 .1rem 0 0
}

.n_detail .breadcrumb .ll span {
	margin: 0 .05rem;
	font-size: 0;
	position: relative;
	z-index: 1;
}

.n_detail .breadcrumb .ll span:before {
	content: "";
	position: absolute;
	width: 1px;
	height: .08rem;
	background: #979797;
	top: 50%;
	transform: translateY(-20%);
}

.n_detail .breadcrumb .ll em {
	color: #347243;
}

.n_detail .list_erji li {
	margin-left: 5vw;
}

.n_detail .list_erji .a {
	line-height: .9rem;
	font-size: .2rem;
	color: #333;
	display: block;
	position: relative;
	z-index: 1;
}

.n_detail .list_erji .a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: .04rem;
	background: #347243;
	bottom: 0;
	transition: .5s;
}

.n_detail .list_erji li.on .a:before,
.n_detail .list_erji li:hover .a:before {
	width: 100%
}

.n_detail .list_erji li.on .a,
.n_detail .list_erji li:hover .a {
	color: #347243
}

/* ---- 详情容器 ---- */
.n_detail {
	position: relative;
	z-index: 1;
}

.n_detail::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: url(../images/n_detail.png) center top no-repeat;
	background-size: 100% auto;
}



.n_detail .fl1 {
	padding: .5rem 0 2rem;
}

.n_detail .left {
	width: calc(100% - 3.6rem - .6rem);
	padding: .6rem;
	background: #FFFFFF;
	box-shadow: 2px 2px 19px -1px rgba(0, 0, 0, 0.0977);
}

.n_detail .right {
	width: 3.6rem;
	padding: .5rem 0 0;
}

/* ---- 标题条 & LATEST NEWS 侧栏（源自 BUA css/ny.css） ---- */
.tit1 {
	align-items: flex-end;
	margin-bottom: .48rem;
}

.tit1 h3 {
	font-family: Gloock;
	font-size: .22rem;
	color: #000;
	display: flex;
	align-items: center;
}

.tit1 h3 img {
	margin: 0 .12rem 0 0
}

.n_detail .right .tit1 {
	margin-bottom: .4rem;
}

.list27 li {
	margin-bottom: .2rem
}

.list27 h4 {
	font-size: .18rem;
	line-height: .3rem;
	max-height: calc(.3rem* 2) \0;
	margin: 0 0 .1rem;
	font-weight: 300;
}

.list27 h6 {
	justify-content: space-between;
	color: #A6B2A5;
	align-items: baseline
}

.list27 h6 .line {
	border-bottom: 1px dashed #284629;
	margin: 0 .1rem;
	flex: 1;
	overflow: hidden;
	opacity: .4
}

.list27 h6 img {
	width: .22rem
}

/* ---- 文章标题区  ---- */
.ar_tit {
	padding: 0 0 .3rem;
	position: relative;
	z-index: 1;
	margin: 0 0 .45rem;
	border-bottom: 1px solid #284629;
}

.ar_tit h3 {
	font-size: .32rem;
	color: #333;
	line-height: 1.35;
	margin-bottom: .3rem;
}

.ar_tit .con .ll p {
	font-size: .18rem;
	color: #666;
	line-height: .24rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 .3rem 0 0
}

.ar_tit .con .ll p:last-child {
	margin-right: 0
}

.ar_tit .con .ll p img {
	width: .22rem;
	margin: 0 .1rem 0 0
}

.arc-con {
	line-height: 1.875;
}

.arc-con p {
	margin-bottom: .15rem;
	font-size: 0.16rem !important;
	text-align: justify;
}

.ar_tj {
	border-top: 1px solid #284629;
	padding: .35rem 0 0;
	position: relative;
	z-index: 1;
	margin: .5rem 0 0
}

.ar_tj .a {
	display: block;
	font-size: .2rem;
	color: #666;
	line-height: 1.5;
	margin: .1rem 0;
	position: relative;
	padding: 0 0 0 .3rem;
}

.ar_tj .a::before {
	content: "";
	position: absolute;
	background: url(../images/dots.svg) center no-repeat;
	width: .18rem;
	height: .2rem;
	background-size: cover;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ar_tj .a span {
	color: #90000A
}

.ar_tj .a:hover::before {
	background: url(../images/dots_on.svg) center no-repeat;
	background-size: cover;
}

.ar_tj .a:hover {
	color: #284629;
}

/* ---- 正文内容排版 ---- */
.v_news_content a {
	display: inline;
	word-break: break-all;
}

.v_news_content span {
	text-indent: inherit !important;
}

.v_news_content img {
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 auto;
	height: 100% !important;
}

.v_news_content IMG {
	border: none !important;
	max-height: 100% !important;
	max-width: 100% !important;
	margin: 0 auto;
}

.v_news_content TABLE {
	border-collapse: collapse;
	border: none !important;
	max-width: 100%;
	word-break: break-all;
	overflow: auto;
	margin: 0 auto;
	white-space: normal;
	width: auto;
}

.v_news_content video {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 1024px) {
	.v_news_content TABLE {
		white-space: nowrap;
		display: block;
	}

	.v_news_content p {
		word-break: break-all;
		word-wrap: break-word;
	}

	.v_news_content img {
		display: block;
		height: auto !important;
	}

	.v_news_content IMG {
		display: block;
		height: auto !important;
	}
}

/* ---- 响应式 ---- */
@media(max-width: 1024px) {
	.n_detail .breadcrumb {
		display: none;
	}

	.n_detail .left {
		width: 100%;
		padding: .25rem;
	}

	.n_detail .right {
		width: 100%;
		padding: .4rem 0 0;
	}
}

@media(max-width: 800px) {
	.ar_tit h3 {
		font-size: .24rem;
	}

	.ar_tit {
		padding: 0 0 .2rem;
		text-align: center;
		margin-bottom: .3rem
	}

	.ar_tit .ll {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.ar_tit .con .ll p {
		font-size: .15rem
	}

	.arc-con p {
		margin-bottom: .2rem;
		font-size: .16rem;
	}

	.ar_tj .a {
		font-size: .16rem
	}

	.ar_tj {
		padding: .2rem 0 0
	}

	.n_detail .fl1 {
		padding: .4rem 0 .8rem;
	}
}

/* ========== list27（LATEST NEWS 侧栏）鼠标悬浮动效 ========== */
.list27 li{
	position: relative;
	cursor: pointer;
	transition: padding-left .3s ease, background-color .3s ease;
}
/* 左侧绿色指示条：悬停时自上而下展开 */
.list27 li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: .03rem;
	height: 0;
	background: linear-gradient(#347243, #a8d5a2);
	border-radius: 0 .03rem .03rem 0;
	transform: translateY(-50%);
	transition: height .3s ease;
}
.list27 li:hover{
	padding-left: .14rem;
	background: linear-gradient(90deg, rgba(52,114,67,.06), rgba(52,114,67,0));
}
.list27 li:hover:before{height: 72%;}
/* 标题：变绿 + 轻微右移 */
.list27 h4{
	transition: color .3s ease, transform .3s ease;
}
.list27 li:hover h4{
	color: #347243;
	transform: translateX(.04rem);
}
/* 日期行：颜色加深，虚线提亮，箭头右移 */
.list27 h6{
	transition: color .3s ease;
}
.list27 h6 .line{
	transition: border-color .3s ease, opacity .3s ease;
}
.list27 h6 img{
	transition: transform .3s ease;
}
.list27 li:hover h6{color: #2c5e3a;}
.list27 li:hover h6 .line{
	border-color: #347243;
	opacity: .7;
}
.list27 li:hover h6 img{
	transform: translateX(.06rem);
}
