.banner{
	width: 100%;
	height: 270px;
	background: url(../images/news-bg.jpg) no-repeat;
	background-size:100% 100% ;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.banner h4{
	font-size: 45px;color: #333;
	font-weight: 100;
	margin-bottom: 25px;
}
.banner h5{
	font-size: 19px;color: #666;
}

.navigate{
	width: 100%;
	height: 86px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 86px;
	padding:0 3%;
	box-sizing: border-box;
	color: #b2b2b2;
}
.navigate .left{
	float: left;
	font-size: 16px;
}
.navigate .right{
	float: right;
	font-size: 20px
}
.main{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.main .title{
	font-size: 3vw;
	color: #333;
	margin: 60px 0;
	line-height: 55px;
}
.main p span{
	font-size: 12px;
}

.main .center{
	box-sizing: border-box;
	padding: 20px 0;
	border-top:1px solid #e3e3e3 ;
	border-bottom:1px solid #e3e3e3 ;
	text-align: center;
}
.main .center p{
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: left;
}
.main .center .share{
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: #333;
	margin: 15px 20px;
}
.main .center .share::before{
	content: " ";
	display: inline-block;
	height: 1px;
	width: 100px;
	background: #eee;
	vertical-align: middle;
	margin-right: 30px;
}
.main .center .share::after{
	content: " ";
	display: inline-block;
	height: 1px;
	width: 100px;
	background: #eee;
	vertical-align: middle;
	margin-left: 30px;
}
.main .center .fenxiang span{
	display: inline-block;
	border-radius:50% ;
	width: 58px;
	height: 58px;
	background: url(../images/share1.png) no-repeat;
	margin: 0 10px;
	transition: all .5s;
	cursor: pointer;
}
.main .center .fenxiang span:hover{
	transform: translateY(-5px);
}
.main .list{
	box-sizing: border-box;
	padding:30px 0 ;
	text-align: left;
	overflow:hidden ;
	
}
.main .list .list-title{
	float: left;
}
.main .list .list-title p{
	margin-bottom: 10px;
}
.main .list .list-title p a:hover{
	color: #3184fb;
	text-decoration: underline !important;
}
.main .list .return{
	float: right;
} 
.main .list .return a{
	display: block;
	width: 130px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	background: #3184fb;
	transition: all .5s;
}
.main .list .return a:hover{
	transform: translateY(-10px);
}
@media screen and (max-width: 1024px){
	.main{
		width: 85%;
	}
	.main .title{
		font-size: 5vw;
		margin: 30px 0;
	}
}
@media screen and (max-width: 768px) {
	.banner{
		height: 30vw;
	}
	.banner h4{
		font-size: 5vw;
		margin-bottom: 1vw;
	}
	.banner h5{
		font-size: 3vw
	}
	.navigate .right{
		display: none;
	}
	
	.main .title{
		font-size: 6vw;
		margin: 20px 0;
		line-height: 40px;
	}
	.main .center p{
		font-size: 2vw;
		line-height: 6vw;
	}
	
}
@media screen and (max-width: 450px){
	.main .center .share::before,.main .center .share::after{
		display: none;
	}
	.main .title{
		line-height: 30px;
	}
}









