/* 新闻banner */
.n-banner{ width: 100%; display: flex; justify-content: flex-end; align-items: flex-end;}
.n-banner.nopic{ height: 4rem; background: var(--gold);}
/* 新闻 - 类目 */
.nav-list{ display: block;font-size: 0; margin-bottom: .6rem;}
.nav-list ul{ display: block; text-align: right; font-size: 0;}
.nav-list ul li{ display: inline-block; margin: 0 .26rem; position: relative;}
.nav-list ul li::after{ content: ""; position: absolute; left: -.26rem; top: 50%; transform: translateY(-50%); width: 2px; height: .2rem; background: #fff;}
.nav-list ul li a{ font-size: .2rem; color: #fff; font-family: "SourceHanSansCN-Normal"; line-height: .36rem; position: relative; display: inline-block; transition: all 0.3s ease-in-out;}
.nav-list ul li a:hover{ opacity: .7;}
.nav-list ul li a::after{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #fff; opacity: 0;}
.nav-list ul li.cur a::after{ opacity: 1;}
.nav-list ul li:first-of-type::after{ display: none;}
/* 新闻 - 主体 */
.container{ margin-top: 1.1rem;}
/* 新闻 - 标题 */
.box-tit{ width: 100%; display: block; margin-bottom: 1.7rem;}
.box-tit h2{ font-size: .48rem; color: var(--gold); font-family: "SourceHanSansCN-Normal"; line-height: .6rem;}
/* 新闻 - 列表 */
.newslist ul {  display: block;  width: 100%;  font-size: 0;}
.newslist .swiper-slide{ width: 100%; border-bottom: 1px solid #ccc; padding-bottom: .2rem; margin-bottom: .2rem;}
.newslist .swiper-slide a{ width: 100%; display: inline-flex; justify-content: space-between; flex-wrap: nowrap; align-items: top;}
.newslist .picture {  width: 2.7rem; height: 1.7rem; position: relative; overflow: hidden; flex-shrink: 0;}
.newslist .picture::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, .4); opacity: 0; transition: opacity .9s ease-in-out;}
.newslist .picture img { max-width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1; transition: transform 1s ease-in-out; transform-origin: 0 0;}
.newslist .news-info { font-size: 0; width: 100%; box-sizing: border-box; padding: 0 .8rem; flex-shrink: 1;}
.newslist .news-info .SortName{ color: #000; font-size: .2rem; display: inline-block; line-height: .24rem; transition: all 0.3s ease-in-out; font-family: "SourceHanSansCN-Normal";}
.newslist .news-info .news-title { font-size: .3rem; color: #000; line-height: 1.5; height: .9rem; display: block; transition: all 0.3s ease-in-out; font-family: "SourceHanSansCN-Normal";}
.newslist span.time{ font-size: .2rem; font-family: DIN-Medium; color: #1e1e1e; line-height: .4rem; text-align: center; display: inline-block; transition: all 0.3s ease-in-out;}
.newslist span.time:hover{ color: var(--gold);}


.newslist .swiper-slide:hover .picture::before { opacity: 1;}
.newslist .swiper-slide:hover .picture img { transform: scale(1.08) translate(-50%, -50%);}
.newslist .swiper-slide:hover .news-info .time{ color: var(--titleColor);}
.newslist .swiper-slide:hover .news-info .SortName{ color: var(--titleColor);}
.newslist .swiper-slide:hover .news-info .news-title{ color: var(--gold);}

/* 新闻详情 */
.news-view{ display: block; width: 100%; font-size: 0; position: relative;}
.news-view .news-title{ width: 100%; display: block; font-size: .36rem; line-height: 1.5; color: #000; text-align: center;}
@media screen and ( min-width:1280px) {
	.news-view .news-title{ box-sizing: border-box; padding: 0 1.8rem; height: 1.9rem;}
	.news-view .news-info{ position: absolute; left: 0; top: 0;}
}
.news-view .news-info .SortName{ font-size: .22rem; color: #000; line-height: 1.75;}
.news-view .news-info .time{ margin-top: .4rem; font-size: .22rem; color: #000; font-family: "DIN-Medium"; line-height: 1;}
.news-view-picture{ width: 100%; text-align: center; display: block; margin-bottom: .8rem;}
.news-view-picture img{ max-width: 100%;}
.news-content{ width: 100%; display: block; margin: 0 auto; max-width: 8rem;}
.news-content p { font-size: .2rem; width: 100%; line-height: 1.5; margin-bottom: .16rem; font-family: "SourceHanSansCN-Normal"; color: #3c3c3c;}
.news-content img {max-width: 100%;display: block;margin: .06rem auto;}
/* 新闻 详情 上一个 下一个*/
.index-news-tool{ width: 100%; display: block; margin: .9rem auto; max-width: 8rem; border: none; border-top: 2px solid #ccc}
.index-news-tool > div, .index-news-tool > a{ width: auto;}
.index-news-tool .iconfont{ transform: skewX(0); font-family: "iconfont"; color: #000; font-size: .2rem; line-height: 1.8; margin: .26rem 0;}
.index-news-tool .iconfont span{ font-size: .2rem; color: #000; display: inline-block; margin: 0 .1rem; transition: all 0.3s ease-in-out; }
.index-news-tool .iconfont:hover{ background: none; color: var(--gold);}
.index-news-tool .iconfont:hover span{ color: var(--gold);}
.icon-next{ float: right;}

/* 页码样式 */
.page_zt { width: 100%; display: block; padding: .2rem 0 .5rem; text-align: center;}
.page_zt .page_r { width: auto; display: inline-block; height: .42rem;}
.page_zt .page_r a,
.page_zt .page_r .ym2 { height: .42rem; margin: 0 3px; width: .42rem; color: #000; text-align: center; display: inline-block; position: relative; line-height: .42rem; font-size: .16rem; font-family: "SourceHanSansCN-Normal";}
.page_zt .page_r .ym2::after{ content: ""; position: absolute; width: .16rem; left: 50%; bottom: 0; transform: translateX(-50%); background: var(--gold); height: 1px;}
.page_zt .page_r a.page_prev,.page_zt .page_r a.page_next { line-height: .42rem; font-family: "iconfont"; position: relative; display: inline-block; vertical-align: top}
.page_zt .page_r a.page_next::after{ content: "\e70b";}
.page_zt .page_r a.page_prev::after{ content: "\e640";}
.page_zt .page_r a:hover {  border-color: #535865; cursor: pointer; }
.page_zt .page_r .ym2 { border-color: #535865; cursor: pointer; }
.page_zt .page_r .ym2:hover { opacity: .7; cursor: pointer;}

/* 内页通用配置 */
center {font-size: 20px; margin: 20px auto;}
.none{ display: none;}




@media screen and ( max-width:768px) {
	.n-banner.nopic{ height: 2rem;}
	.nav-list{ margin-bottom: .2rem;}
	.nav-list ul{ text-align: center;}
	.container{ margin: .5rem 0;}
	.box-tit{ text-align: center; margin-bottom: .4rem;}
	.box-tit h2 {font-size: .36rem;}
	.newslist li { margin-bottom: .4rem; width: 100%;}
	.newslist .swiper-slide a{ flex-wrap: wrap;}
	.newslist span.time{ width: 100%; text-align: left;}
	.newslist .news-info{ padding: 0;}
	.newslist .picture img { height: 100%; object-fit: cover;}
	.newslist .news-info .news-title { margin: 0 0 .15rem; width: 100%;font-size: .24rem;}
	.newslist .news-info .SortName{ display: none;}
	.newslist .picture{ width: 100%;}

	.news-view .news-info{ width: 100%; display: flex; justify-content: center; margin: .2rem 0;}
	.news-view .news-info .SortName,
	.news-view .news-info .time{ line-height: 1.75; margin: 0 .1rem;}
	.news-view-picture{ margin-bottom: .4rem;}
	.index-news-tool{ margin: .4rem 0;}

}
