﻿.background-header{
	height: 90px;
	width: 100%;
	background: url(./images/img/主图.png) 0 0 no-repeat;
}
.news-center-content{
	width: 100%;
	height: 250px;
	margin-bottom: 50px;
	background: #E7E8ED;
	overflow: hidden;
	position: relative;
}
.news-center-pic{
	width: 390px;
	height: 100%;
	float: left;
}
.news-center-pic img{
width: 100%;
	height: 100%;
}
.news-center-text{
	float: left;
	width: calc(100% - 390px);
	height: 100%;
	color: #333333;
	font-size: 14px;
	padding: 20px 30px;
	box-sizing: border-box;
}
.news-center-text h5{
        height:24px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	font-size: 24px;
	font-weight: initial;
	padding-bottom: 15px;
}
.news-center-text p{
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	position: relative; 
	margin-bottom: 25px;
}
.news-center-text .p-after::after{
	content: "..."; 
	position: absolute; 
	bottom: 0; 
	right: 6px; 
	padding-left: 3px;
    background: #E7E8ED
}
.news-center-text div span:nth-child(3){
	margin-left: 40px;
}
.view-details a{
display:block;
	cursor: pointer;
	margin-top: 20px;
	width: 160px;
	box-sizing: border-box;
	height: 40px;
	border: 1px solid #3695ff;
	color: #3695FF;
	text-align: center;
	line-height:40px;
	background: transparent;
	transition: background .4s ease-in-out,color .4s ease-in-out,border .4s ease-in-out;
}
.view-details a:hover{
	border: 1px solid #226BBC;
	background: #226BBC;
	color: white;
}
.arrow{
 	border-top:10px transparent dashed;
    border-left:20px transparent dashed;
    border-bottom:10px transparent dashed;
    border-right:20px #E7E8ED solid;
	position: absolute;
	left: 355px;
	top: 40px;
}

