a:focus{
	color: #151515;
}
/* 背景图 */
.news-bg{
	height: 500px;
	position: relative;
}

.news-bg:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

/* 内容一 */
.news-partOne{
	margin: 100px 0 60px;
	background: #fff;
}

.news-title-1{
	font-size: 14px;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

.news-title-2{
	font-size: 20px;
	letter-spacing: 2px;
	padding-bottom: 4px;
}

.news-time{
	color: #666;
	margin-bottom: 14px;
}

.news-title-1 a:hover ,.news-title-2 a:hover{
	color: #005660;
	cursor: pointer;
}

.news-img{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.news-img a{
	display: block;
	position: relative;
}

.news-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;
}

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

.news-img a:hover img{
	transform: scale(1.2);
	cursor: pointer;
}

.news-img a:hover:after{
	opacity: 1;
}

.news-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: 30px;
}

.news-line{
	content: '';
	border-top: 1px solid #e6e6e6;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

.mar-t30{
	margin-top: 30px;
}
