﻿.part {
	overflow: hidden;
}

.part .title {
	font-size: 42px;
	color: #008fee;
	padding-bottom:15px;
}

.part .subtitle {
	font-size: 18px;
	color: #999;
	margin-top: 15px;
	letter-spacing: 1.5px;
}
.part7 {
	background: #f5f7f8;
	padding: 80px 0;
	text-align: center;
}

.part7 .tab .tab-hd ul li+li {
	margin-left: 70px;
}

.part7 .tab .tab-hd {
	margin-top: 70px;
	margin-bottom: 50px;
}

.part7 .tab .tab-bd ul li {
	width: 599px;
	height: 254px;
	background: #fff;
	position: relative;
	float: left
}

.part7 .tab .tab-bd ul li:nth-child(2n+2) {
	margin-left: 2px;
}

.part7 .tab .tab-bd ul li:nth-child(n+3) {
	margin-top: 2px;
}

.part7 .tab .tab-bd ul li a {
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
}

.part7 .tab .tab-bd ul li a>div {
	position: relative;
	z-index: 999;
	padding: 20px;
	padding-top: 10px;
	line-height: 30px;
	text-align: left;
}

.part7 .tab .tab-bd ul li a .time {
	color: #666;
	margin-bottom: 10px;
}

.part7 .tab .tab-bd ul li a .newsinfo>img {
	width: 50%;
	display: block;
	float: left;
	height: 91px;
	width: 273px;
}

.part7 .tab .tab-bd ul li a .newsinfo .name {
	font-size: 18px;
	padding-left: 30px;
	width: 50%;
	float: left;
	color: #333;
	text-align: left;
}

.part7 .tab .tab-bd ul li a:hover .newsinfo .name {
	color: #005da2;
}

.part7 .tab .tab-bd ul li a .des {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	line-height: 28px;

}

.part7 .tab-bd ul li:hover {
	z-index: 99999;
}

.part7 .tab-bd ul li:hover a:before {
	position: absolute;
	content: '';
	width: 633px;
	height: 285px;
	top: -8PX;
	left: 50%;
	background: url(../img_2019/shadowbg2_s.png);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99;

}