.news{
	width: 100%;
	height: auto;
	background: #F1F1F1;
	padding: 100px 0;
}
.news-a{
	width: 100%;
	height: auto;
	background: #fff;
}
.news-a1{
	width: 100%;
	height: auto;
	position: relative;
}
.news-a1 img{
	width: 100%;
	height: 100%;
}
.news-a2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(91,83,255,0.5);
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.news-a3{
	padding: 30px;
}
.news-a3 p:first-child{
	color: #437dff;
	font-size: 14px;
	margin-bottom: 20px;
}
.news-a3 p:nth-child(2){
	color: #3c3c5e;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-a3 p:nth-child(3){
	color: #9397a8;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-a:hover .news-a2{
	opacity: 1;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.news-b{
	padding: 100px 0;
}
.news-b1{
	width: 100%;
	height: auto;
	border: 1px solid #ececec;
}
.news-b2{
	width: 40%;
	height: auto;
	display: inline-block;
	position: relative;
}
.news-b2 img{
	width: 100%;
	height: 100%;
}
.news-b3{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(91,83,255,0.5);
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s; 
}
.news-b4{
	width: 59%;
	height: auto;
	display: inline-block;
	padding: 30px;
	float: right;
}
.news-b4 p:first-child{
	color: #437dff;
	font-size: 14px;
	margin-bottom: 20px;
}
.news-b4 p:first-child span:nth-child(2){
	float: right;
}
.news-b4 p:nth-child(2){
	color: #3c3c5e;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
	white-space: nowrap;
}
.news-b4 p:nth-child(3){
	color: #9397a8;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-b .col-md-6{
	margin-bottom: 30px;
}
.news-b1:hover .news-b3{
	opacity: 1;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.news-c{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
}
.news-c ul{
	width: auto;
	height: auto;
	display: inline-block;
}
.news-c ul li{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 15px #e7e7f5;
	display: inline-block;
	margin: 0 5px;
}
.news-c ul li a{
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	color: #437dff;
	line-height: 50px;
	text-align: center;
}
#sel{
	background: linear-gradient(to right, #5947fe, #36b4df);
    background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
}
#sel a{
	color: #fff;
}
.news-c ul li:hover{
	background: linear-gradient(to right, #5947fe, #36b4df);
    background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
}
.news-c ul li:hover a{
	color: #fff;
}
/*最新动态详情*/
.news-d{
	padding: 100px 15px 0;
}
.news-d1{
	border-bottom: 1px solid #eeeeee;
}
.news-d1 p:first-child{
	font-size: 38px;
	color: #3c3c5e;
	margin-bottom: 30px;
}
.news-d1 p:nth-child(2){
	font-size: 14px;
	color: #437dff;
	margin-bottom: 30px;
}
.news-d2{
	padding: 50px 0 20px;
	border-bottom: 1px solid #eee;
}
.news-d2 p{
	color: #9397a8;
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: center;
}
.news-d2 p img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.news-d2 p span{
	text-align: center;
	display: block;
	margin-top: 20px;
}
.news-d3 ul{
	width: 100%;
	height: auto;
	padding-top: 40px;
	margin-bottom: 20px;
}
.news-d3 ul li{
	width: auto;
	height: auto;
	font-size: 16px;
	color: #555;
	line-height: 46px;
	float: left;
	margin-right: 80px;
}
.news-d3 ul li a{
	color: #555;
	font-size: 16px;
}
.news-d3 ul li a:hover{
	color: #437dff;
}
.news-d3 ul li:nth-child(3){
	float: right;
	margin-right: 0px;
}
.news-d3 ul li:nth-child(3) a{
	width: 140px;
	height: 50px;
	background: linear-gradient(to right, #5947fe, #36b4df);
    background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
	display: inline-block;
	color: #fff;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 50px;
}
.news-d3 ul li:nth-child(3) a:hover{
	background: linear-gradient(to left, #5947fe, #36b4df);
    background: -webkit-linear-gradient(to left, #5947fe, #36b4df);
    box-shadow: 0 0 15px rgba(91,66,255,0.5);
}
.news-d3 ul li span{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: inline-block;
	background: #437dff;
	position: relative;
	top: -3px;
	margin-right: 5px;
}
.news-d4{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
	padding:0;
}
.news-d5{
	color: #3c3c5e;
	font-size: 30px;
	margin-left: 15px;
	margin-bottom: 30px;
}
@media (max-width: 1200px){
	.news{
		padding: 80px 0;
	}
	.news-a3 p:nth-child(2){
		font-size: 20px;
	}
	.news-b{
		padding: 80px 0;
	}
	.news-b4 p:first-child{
		margin-bottom: 10px;
	}
	.news-b4 p:nth-child(2){
		margin-bottom: 10px;
		font-size: 18px;
	}
	.news-b4 p:nth-child(3){
		font-size: 12px;
		line-height: 24px;
	}
	.news-b4{
		padding: 25px;
		float: right;
	}
	.news-d{
		padding: 80px 15px 0;
	}
	.news-d1 p:first-child{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.news-d1 p:nth-child(2){
		margin-bottom: 20px;
	}
	.news-d2{
		padding: 40px 0 10px;
	}
	.news-d2 p{
		line-height: 30px;
	}
	.news-d3 ul{
		padding: 20px 0 0;
		margin-bottom: 0;
	}
	.news-d4{
		margin-bottom: 80px;
	}
	.news-d5{
		margin-left: 15px;
	}
}
@media (max-width: 991px){
	.news{
		padding: 40px 0;
	}
	.news-b{
		padding: 40px 0;
	}
	.news-a3{
		padding: 15px;
	}
	.news-a3 p:first-child{
		margin-bottom: 10px;
	}
	.news-a3 p:nth-child(2){
		margin-bottom: 10px;
	}
	.news-b4{
		padding: 15px;
	}
	.news-b4 p:nth-child(2){
		font-size: 16px;
	}
	.news-b4 p:nth-child(3){
		-webkit-line-clamp: 2;
	}
	.news-c{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.mid-a1{
		margin-left: 15px;
	}
	.news-d{
		padding: 40px 15px 0;
	}
	.news-d1 p:first-child{
		font-size: 24px;
	}
	.news-d2{
		padding: 30px 0;
	}
	.news-d2 p{
		margin-bottom: 0;
	}
	.news-d5{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.news-d4{
		margin-bottom: 60px;
	}
}
@media (max-width: 767px){
	.news{
		padding: 20px 0;
	}
	.news-b{
		padding: 20px 0;
	}
	.news .col-sm-4{
		margin-bottom: 15px;
	}
	.news .col-sm-4:last-child{
		margin-bottom: 0px;
	}
	.news-a3 p:nth-child(2){
		font-size: 18px;
	}
	.news-a3 p:nth-child(3){
		font-size: 12px;
		line-height: 24px;
	}
	.news-b .col-md-6{
		margin-bottom: 15px;
	}
	.news-b4{
		padding: 10px;
	}
	.news-b4 p:nth-child(3){
		-webkit-line-clamp: 3;
		line-height: 22px;
	}
	.news-b4 p:first-child{
		margin-bottom: 5px;
	}
	.news-b4 p:nth-child(2){
		margin-bottom: 5px;
	}
	.news-c{
		margin-bottom: 30px;
	}
	.news-c ul li{
		width: 40px;
		height: 40px;
		margin: 0 2.5px;
	}
	.news-c ul li a{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.mid-a1{
		margin-left: 0;
	}
	.news-d{
		padding: 20px 15px;
	}
	.news-d1 p:first-child{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.news-d1 p:nth-child(2){
		margin-bottom: 10px;
	}
	.news-d2{
		padding: 15px 0;
	}
	.news-d2 p{
		line-height: 28px;
	}
	.news-d2 p span{
		margin-top: 10px;
	}
	.news-d3 ul li{
		width: 100%;
		line-height: 30px;
	}
	.news-d3 ul li:nth-child(3){
		text-align: center;
		margin-top: 10px;
	}
	.news-d3 ul li:nth-child(3) a{
		width: 120px;
		height: 35px;
		font-size: 14px;
		line-height: 35px;
		margin: auto;
	}
	.news-d3 ul li a{
		font-size: 14px;
	}
	.news-d4 .col-md-6{
		margin-bottom: 15px;
	}
	.news-d5{
		font-size: 18px;
	}
}
@media (max-width: 320px){
	.news-b4 p:nth-child(3){
		-webkit-line-clamp: 2;
		line-height: 22px;
	}
}
