.info-banner {
	position: relative;
}

.info-banner img {
	width: 100%;
	height: 100%;
}

.info-banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.info-banner-text .font64 {
	padding-top: 30px;
	margin-bottom: 30px;
}

.font64 {
	font-size: 0.64rem;
}

.font32 {
	font-size: 0.32rem;
}

.info-tab .news-type {
	margin: 0;
	padding: 0;
	display: none;
	/* display: flex;
	flex-direction: row; */
	min-height: 600px;
	color: #333;
}

.info-tab .tab {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.info-tab .tab li {
	width: 1.6rem;
	height: 0.64rem;
	background: #EEEEEE;
	border-radius: 0.32rem;
	text-align: center;
	line-height: 0.64rem;
	cursor: pointer;
	color: #333;
	margin-left: 0.3rem;
}

.info-tab .on {
	display: block;
}

.info-tab .tab li.cur {
	background: #E60012;
	color: #fff;
}

.news-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list .time {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #999999;
}

.news-list .font20,
.time {
	padding: 20px;
}

.font20 {
	font-size: 0.2rem;
}

.font16 {
	font-size: 0.16rem;
}

.news-list .col-md-4 {
	padding: 30px;
}

.news-list .news-item {
	display: block;
	color: #333;
	box-shadow: 0px 10px 35px 0px rgba(83, 83, 83, 0.17);
	cursor: pointer;
}

.news-page {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
	margin-bottom: 70px;
}

.news-page img {
	width: 0.57rem;
	height: auto;
}

.prevbtn, .nextbtn {
	width: 0.57rem!important;
	height: auto!important;
}

.news-page span {
	margin: 0 15px;
}


.newsdetail-main {
	color: #333;
	padding-bottom: 50px;
}

.back {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.back span {
	margin: 10px 0;
}

.font16 {
	font-size: 0.16rem;
}

.font26 {
	font-size: 0.26rem;
}

.morenews .font26 {
	padding-left: 15px;
}

.news-con {
	margin-bottom: 30px;
	text-align: center;
}

.news-con h2 {
	font-size: 0.32rem;
	font-weight: bold;
	text-align: left;
}

.news-con p {
	text-align: left;
	font-size: 0.16rem;
	line-height: 0.28rem;
}

.news-con img {
	width: 60%;
	margin: 20px auto;
}

.laiyuan {
	font-size: 0.2rem;
	color: #666;
	margin-bottom: 30px;
}

.news-list-img {
	width: 100%;
	height: 2.5rem;
	min-height: 250px;
}

#list1:after,
#list:after {
	display: block;
	content: "";
	clear: both;

}
.newdetail-fanye{
	margin: 80px 0;
}
.newdetail-fanye p, .newdetail-fanye p a{
	color: #333;
}
.news-item .font20, .news-item .font16 span{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}