a:focus{

	color: #151515;

}

/* 背景图 */

.news-page-bg{

	height: 500px;

	position: relative;

}



.news-page-bg:before{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, 0.4);

}



/* 内容一 */

.newsPage-partOne{

	margin: 100px 0 60px;

	background: #fff;

}



.newsPage-title-1{

	font-size: 14px;

	letter-spacing: 2px;

	padding-bottom: 10px;

}



.newsPage-title-2{

	font-size: 20px;

	letter-spacing: 2px;

	padding-bottom: 4px;

}



.newsPage-time{

	color: #666;

	margin-bottom: 14px;

}



.newsPage-title-1 a:hover ,.newsPage-title-2 a:hover{

	color: #005660;

	cursor: pointer;

}



.newsPage-img{

	max-width: 800px;

	width: 100%;

	margin: 0 auto;

}



.newsPage-img a{

	display: block;

	position: relative;

}



.newsPage-img a:after{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	content: '';

	background: rgba(0, 0, 0, 0.7);

	opacity: 0;

	transition: linear 0.2s opacity;

	-webkit-transition: linear 0.2s opacity;

}



.newsPage-img img{

	width: 100%;

}



.newsPage-img a:hover img{

	/* transform: scale(1.2);

	cursor: pointer; */

}



.newsPage-img a:hover:after{

	/* opacity: 1; */

}



.newsPage-txt{

	max-width: 800px;

	width: 100%;

	padding-top: 30px;

	margin: 0 auto;

}



.more-btn a{

	display: block;
/* 
	width: 33px;

	height: 30px; */

	margin: 0 auto;

}



.more-btn{

	margin-top: 60px;

}



.news-line{

	content: '';

	border-top: 1px solid #e6e6e6;

	max-width: 800px;

	width: 100%;

	margin: 0 auto;

	margin-top: 30px;

}

