.page_banner .img{
	height: 287px;
	width: 100%;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.content{
	background: linear-gradient(to top, rgba(218,235,253,1),rgba(135,174,220,1));
	padding: 20px 0;
}
.box1{
	background:rgba(255,255,255,.6);
	margin-bottom: 24px;
	position: relative;
	z-index: 999;
	padding: 68px 26px 96px;
	min-height: 665px;
	box-sizing: border-box;
}
.box1 .title{
	font-size:22px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:22px;
	margin-bottom: 20px;
}
.box1 .list{
	position: relative;
	z-index: 999;
	border: 1px solid #3D79C0;
	background:rgba(61,121,192,0.21);
	border:1px solid rgba(61,121,192,1);
}
.box1 .list ul li{
	border-bottom: 1px dashed #fff;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#333333;
	line-height:57px;
	padding: 0 24px 0 35px;
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.box1 .list ul li:nth-last-child(1){
	border-bottom: none;
}
.box1 .list ul li i{
	display: block;
	background: #3D79C0;
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index:99999;
}
.box1 .list ul li:hover i{
	width: 100%;
	transition: .6s all;
}
.box1 .list ul li:hover p{
	color:#3D79C0;
}
.box1 .list ul li p{
	max-width: 940px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow-y: hidden;
	float: left;
}
.box1 .list ul li span{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#949494;
	float: right;
}


.box1 .p{
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:28px;
	padding: 0 50px;
}