body{
	background:  rgba(135,174,220,1);
}
.content{
	background:linear-gradient(to top, rgba(218,235,253,1),rgba(135,174,220,1));
	padding-bottom: 48px;
}

.box1{
	background: #fff;
	margin-bottom: 24px;
	position: relative;
	z-index: 999;
}
.box1:after{
	display: block;
	content: '';
	width: 1200px;
	height: 28px;
	position: absolute;
	left: 0;
	bottom: -14px;
	background-image: url(../images/box1bg.png);
	z-index: 1;
}
.box1:nth-last-child(1){
	margin-bottom: 0;
}
/*.box1 .title{
	line-height:60px;
	padding: 0 20px;
	background:linear-gradient(0deg,rgba(11,72,141,1) 0%,rgba(29,142,201,1) 100%);
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}*/
.box1 .list{
	position: relative;
	z-index: 999;
	background: #fff;
}
.box1 .list ul li{
	border-bottom: 1px dashed #C6C6C6;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:57px;
	padding: 0 24px 0 35px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.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:rgba(148,148,148,1);
	float: right;
}
.model{
	text-align: center;
}
.model h3{
	line-height: 177px;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.model .btn{
	border-top: 1px solid #D3D3D3;
	box-sizing: border-box;
}
.model .btn a{
	display: block;
	float: left;
	width: 50%;
	border-right: 1px solid #D3D3D3;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:64px;
	box-sizing: border-box;
}
.model .btn a:nth-child(2){
	border-right: none;
}