.list .content{
	margin:-40px auto 60px;
	width:1200px;	
}
.list, a,.list .box,.list p{
	font-family: "microsoft yahei";
	color:#333;
}
.banner{
	background: url(../images/list/list-banner.jpg) no-repeat scroll center center;
	background-size: cover;
	width: 100%;
	height: 568px;	
}
.banner .content{
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.p-a{
	position:relative;
}
.zh{
	font-size:40px;
	color:#fff;	
}
.en{
	font-size:16px;
	color:#16a0fc;
	margin-top:10px;
}

.category{
	background:#fff;
	padding:10px 30px ;
	box-shadow:0 5px 10px rgba(0,0,0,0.1);	
	margin-top: -40px;
}
.flex a{
	line-height:30px;
	padding-right:30px;
	font-size:14px;
	color:#333;
	display:inline-block;
	padding: 0 12px;
	border-radius:50px;
}
.flex a.active,.flex a:hover{
	background:#009bfd;
	color:#fff;
}
.flex.b-b{
	border-bottom:1px solid #e0e0e0;
	padding:10px 0;
}
.flex.p-t{
	padding-top:10px;
}

.box{
	margin-top:20px;
}
.list .name{
	font-size:30px;
	text-align:center;
	line-height:77px;
	position:relative;
	border-bottom:1px solid #e0e0e0;
}
.list .name::after{
	content:"";
	height:6px;
	width:50px;
	left:50%;
	bottom:0px;
	margin-left:-25px;
	background:#007eff;
	position: absolute;
}
.list .item{
	padding:30px 0;
	line-height: 30px;
	overflow:hidden;
}
.list .left{
	width:680px;	
	overflow:hidden;
	float:left;
}
.list .right{
	width:440px;
	overflow:hidden;
	float:right;
	text-align: center;
}
.list .right img{
	max-width:100%;
	margin-top:10px;
}
.list .text{
	font-size:16px;
	text-indent: 30px;
}

.more{
	text-align:right;
}
.more span{
	background:#3e9afd;
	color:#fff;
	line-height:30px;
	text-align:center;
	border-radius: 50px;
	display:inline-block;
	padding:0 30px;
	clear:both;
}
