﻿/* 最新动态样式 */

.head-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 400px;
	overflow: hidden;
}

.head-box img {
	width: 100%;
}
.ns-box {
	width: 100%;
	background: url(../images/bg.jpg) no-repeat;
	background-position: center center;
}

.new-list-box {
	width: 100%;
	border-top: 1px solid #000;
	padding: 10px;
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
	color: #000000;

}
.new-list-box:hover  {
	color: #000000;
	text-decoration: none;
}

.news-list-time {
	font-size: 16px;
	font-weight: 600;
}

.news-title {
	height: 52px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
}

.news-content {
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.new-list-box .news-img {
	width: 100%;
	max-height: 260px;
	overflow: hidden;
	margin-top: 50px;
	
}

.news-img img {
	width: 100%;
	transition: all 0.8s;
}
.news-img img:hover {
	 transform: scale(1.1);
}
.fy-box {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}
.fy-box a{
	color: #000;
}
.fy-box a:hover {
	color: #000000;
	text-decoration: none;
}
.fy-box ul {
	width: 300px;
	text-align: center;
	margin-bottom: 0;
	height: 30px;
	line-height: 30px;
}
.fy-box ul li {
	float: left;
	width: 30px;
	height: 30px;
}
.fy-box ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.fy-box ul li a:hover {
	background-color: #000000;
	color: #fff;
}
.fy-box ul li a:focus {
	background-color: #000000;
	color: #fff;
	text-decoration: none;
}
.one-page {
	display: block;
	padding: 0 10px;
}
.page-skip {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-skip input {
	width: 35px;
	border: 1px solid #000;
	margin: 0;
}
.page-skip a {
	padding: 0px 2px;
	background-color: #000000;
	color: #fff;
	text-align: center;
}
.page-skip a:hover {
	color: #fff;
}
.news-d-title {
	padding: 50px 0;
	text-align: center;
}
.news-time {
	color: #9D9D9D;
	font-size: 14px;
}
.news-d-title-small {
	width: 100%;
	height: 50px;
	background-color: #f7f7f7;
	text-align: left;
	line-height: 50px;
	padding-left: 15px;
}
.news-box {
	padding-top: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	text-indent: 2em;
	color: #000000;
}
.news-box p {
	text-align: left;
	
}