﻿
.w1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
.w1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}
.container {
	max-width: 510px;
  margin: auto;
}
.nd-caption {
	max-width: 922px
}

.nd-caption h1 {
	color: #E60012
}

.nd-time {
	font-size: 16px;
	color: #555;
	margin-top: .9375em
}

.nd-time time {

	font-weight: 500;
	position: relative;
	display: inline-block;
	padding-right: .75em;
	margin-right: .25em
}

.nd-time time:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: .28571em;
	width: .125em;
	height: 12px;
	background-color: #D9D9D9
}

.nd-time span {
	font-size: 14px;
	letter-spacing: 1px
}
.mt-140{
	margin-top: 140px;
}
.fs40 {
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: 1px
}
.nd-inner {
	width: 100%;
	/* height: 350px; */
}
.nd-inner iframe,
.nd-inner video{
	width: 100%;
	height: 100%;
}

.paragraph {
	font-size: 16px;
	color: #555;
	line-height: 1.875;
}

.paragraph img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin-top: 10px
}

.paragraph h3 {
	color: #E60012;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.66667;
	margin-bottom: .27778em
}
.mt-60{
	margin-top: 60px;
}
.mt-120{
	margin-top: 120px;
}
.mt-220{
	margin-top: 220px;
}
.list-toggle {
	font-size: 0;
	position: relative;
	z-index: 100
}

.list-toggle>div {
	display: inline-block;
	vertical-align: middle;
	width: 33.33%
}

.list-toggle a {
	position: relative;
	display: inline-block;
	font-size: 20px
}

.list-toggle .row-left {
	text-align: left
}

.list-toggle .row-center {
	text-align: center
}

.list-toggle .row-right {
	text-align: right
}

.list-toggle .list-arrow {
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	background-color: #E60012
}

.list-toggle .list-arrow i {
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.list-toggle .list-back::after {
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	content: "\e654";
	font-family: "iconfont";
	display: block;
	font-size: 2.9em;
	color: #E60012
}

.list-toggle .dots {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1.1em;
	padding-top: .6em;
	font-size: 20px;
}

.list-toggle .dots span {
	font-size: 0;
	display: block
}

.list-toggle .dots i {
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out;
	position: relative;
	z-index: 10;
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #FFFFFF;
	border-radius: 50%;
	margin: 2px
}
.nd-share {
	max-width: 95%;
	margin: auto;
	text-align: right;
	
}

.nd-share span {
	font-size: 16px;
	color: #555;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 1.25em;
	padding-right: 8px
}

.nd-share__btn {
	font-size: 20px;
	max-width: 2.25em;
	display: inline-block;
	text-align: center;
}

.nd-share__btn a {
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out;
	display: inline-block;
	width: 2.25em;
	height: 2.25em;
	border-radius: 50%;
	background-color: #E60012;
	position: relative;
	margin-bottom: 1em
}

.nd-share__btn a:before {
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: #FFFFFF
}
.page-column {
	text-align: center;
	font-size: 20px
}
.pg-title {
	color: #E60012;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: .33333em;
	font-size: 60px;
}

.news-item-wrap {
	width: 75%;
	margin: 0 auto;
	margin-top: 68px;
	margin-bottom: 80px;
}

.news-item-wrap .news-item {
	width: 30%;
	background: #FAFAFA;
	margin-top: 32px;
	border-radius: 14px;
	overflow: hidden;
	display: inline-block;
	margin-left: 2.6%;
}
.news-item-wrap .news-item .news-a:hover{
	background: #E60012;
}
.news-item-wrap .news-item .news-a {
	width: 100%;
	height: 100%;
}

.news-item-wrap .news-item .news-img {
	width: 100%;
}

.news-item-wrap .news-item .news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-item-wrap .news-item .news-title-wrap {
	padding: 24px 24px 0 24px;
}

.news-item-wrap .news-item .news-title-wrap .news-title {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-item-wrap .news-item .news-a:hover .news-title-wrap .news-title {
	color: #FFFFFF;
}

.news-item-wrap .news-item .news-title-wrap .news-line {
	width: 30px;
	height: 1px;
	margin-top: 20px;
	background-color: #979797;
}
.news-item-wrap .news-item .news-a:hover .news-title-wrap .news-line{
	background-color: #FFFFFF;
}
.news-item-wrap .news-item .news-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 8px 24px 24px 24px;
}

.news-item-wrap .news-item .news-info p {
	font-size: 16px;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 21px;
}
.news-item-wrap .news-item .news-a:hover .news-info p{
	color: #FFFFFF;
}


.index-footer{
	position: relative;
}
.index-footer .footer-text{
	background-image: url(../image/首页底部辣椒.png);
	background-size: cover;
	background-position: center;
}

.index-footer .footer-text {
	width: 100%;
	padding-top: 43px;
	padding-bottom: 42px;
}
.index-footer .footer-text img{
	width: 14.06%;
	/* height: 100%; */
	display: block;
	margin: 0 auto;
}
@media(min-width:1025px){
	.nd-share {
		position: fixed;
		top: 105px;
		left: 0;
		right: 0;
		pointer-events: none
	}
	.nd-share__btn {
		pointer-events: auto
	}
}
@media(max-width:1024px){
	.w1000 {
		width: auto;
		margin-right: 30px;
		margin-left: 30px;
		max-width: 100%
	}
	.w1000,
	.nd-share{
		max-width: 100%;
	}
	.nd-share {
		text-align: left;
		margin-top: 40px
	}
	.nd-share span {
		margin-bottom: 0;
		margin-right: 30px
	}
	.nd-share__btn a,
	.nd-share span {
		display: inline-block;
		vertical-align: middle
	}
	.nd-share__btn {
		max-width: 100%
	}
	.nd-share__btn a {
		margin-bottom: 0;
		margin-right: 40px
	}
	.mt-140{
		margin-top: 70px;
	}
	
	.nd-caption h1{
		font-size: 32px;
	}
	
	.news-item-wrap{
		width: 97%;
		margin-top: 16px;
	}
	.news-item-wrap .news-item{
		width: 47%;
	}
	.news-item-wrap .news-item .news-title-wrap .news-title{
		font-size: 32px;
		line-height: 45px;
	}
	.news-item-wrap .news-item .news-title-wrap .news-line{
		height: 2px;
	}
	.news-item-wrap .news-item .news-info{
		padding: 20px 24px 24px 24px;
	}
	
	.news-item-wrap .news-item .news-info p{
		font-size: 24px;
	}
	.index-footer {
		margin-top: 0;
	}
	.index-footer .footer-text{
		display: none;
	}
}