/*新闻列表页*/
body {
	min-width: 1240px;
}
*{
  box-sizing: content-box;
}
.main {
	padding-bottom: 60px;
	background-color: #f3f3f3;
}

.wrap {
	width: 1200px;
}

.crumbs-nav {
	margin-bottom: 30px;
	padding: 30px 0 0 20px;
	width: 100%;
	font-size: 14px;
	color: #333;
	background: url('../images/article/home_icon.png') no-repeat 0 32px;
}

.crumbs-nav a {
	color: #333;
}

.crumbs-nav a:hover {
	color: #0068b7;
}

.news-list-wrap {
	padding: 20px 40px 20px 40px;
	width: 810px;
	background-color: #fff;
}

.news-list {
	
}

.news-list li {
	padding: 20px 0;
	border-bottom: 1px solid #f3f3f3;
}

.news-list li:last-child {
	border-bottom: none;
}

.news-list-img {
	margin-right: 20px;
	width: 215px;
	height: 140px;
}

.news-list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list-text {
	position: relative;
	width: 575px;
	height: 134px;
}

.news-list-text h4 {
	margin: 16px 0;
	width: 100%;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list-text h4 a {
	color: #333;
}

.news-list-text h4 a:hover {
	color: #0068b7;
}

.news-list-text p {
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.news-list-desc {
	color: #666;
}

.news-list-info {
	position: absolute;
	left: 0;
	bottom: 0;
}

.news-list-area {
	margin-right: 10px;
}

.news-list-time {
	margin-left: 10px;
}

.page {
	width: 100%;
	height: 30px;
}

.page a, .page span {
	display: inline-block;
	margin: 0 4px;
	padding: 7px 12px !important;
	width: auto !important;
	cursor: pointer;
}

.page a {
	color: #333;
	background-color: #f3f3f3;
}

.page a:hover, .page a.active, .page span {
	background: #0068b7;
	color: #fff;
}

.page .a1:hover {
	color: #333;
	background-color: #f3f3f3;
	cursor: default;
}

.news-type-wrap {
	/*加这个是为了防止左边列表高度不够造成页面贴边*/
	margin-bottom: 60px;
	width: 300px;
}

.news-block {
	padding: 30px 0 10px 20px;
	background-color: #fff;
}

.news-block  h4 {
	padding: 0 0 10px 13px;
	width: 246px;
	font-size: 20px;
	color: #333;
	background: url('../images/article/news_type_bg.png') no-repeat 0 4px;
	border-bottom: 1px solid #ccc;
}

.news-type ul {
	margin-top: 30px;
}

.news-type li {
	float: left;
	margin: 0 20px 20px 0;
	width: 120px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.news-type li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	background-color: #f3f3f3;
}

.news-type li a.on, .news-type li a:hover {
	color: #fff;
	background-color: #0068b7;
}

.news-recommend {
	margin-top: 40px;
	padding-bottom: 22px;
}

.news-recommend ul {
	margin-top: 8px;
}

.news-recommend li {
	padding: 7px 0;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-recommend li:last-child {
	border-bottom: none;
}

.news-recommend li a {
	color: #333;
}

.news-recommend li a:hover {
	color: #0068b7;
}

.news-recommend li span {
	margin-right: 5px;
	color: #ccc;
}

/*新闻详情页*/
.news-content {
	padding: 40px 40px 90px 40px;
	width: 810px;
	min-height: 660px;
	background-color: #fff;
}

.news-content-top {
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}

.news-content-top h1 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}

.news-content-top p {
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.news-content-time {
	margin-right: 10px;
}

.news-content-main {
	padding-top: 30px;
}

.news-content-main, .news-content-main p, .news-content-main span {
	line-height: 30px !important;
	font-size: 14px !important;
	color: #333;
	/*text-indent: 2em;*/
}

.news-content-main img {
	margin: 8px 0;
	max-width: 810px !important;
}

.news-content-main a {
	/*color: #333 !important;*/
	
}

.news-content-main a:hover {
	/*color: #0068b7;*/
	
}

.news-content-bottom {
	margin-top: 20px;
}

.news-content-bottom .share {
	margin-bottom: 40px;
}

.news-content-bottom p {
	margin-bottom: 6px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
}

.news-content-bottom a {
	color: #333;
}

.news-content-bottom a:hover {
	color: #0068b7;
}