.mycate{
	display: flex;
	justify-content:center;
}
.mycate div{
	height: 39px;
	font-size: 15px;
	line-height: 15px;
	color: #01417F;
	line-height: 39px;
	border-radius:6px;
	border: 1px solid #01417F;
	margin-right:13px;
	padding:0px 16px;
    transition: all 0.36s ease;
    cursor: pointer;
}
.mycate .active,.mycate .ishover{
 transition: all 0.36s ease;
background: #004EA1;
color: #FFFFFF;

}
.plist{
	display: flex;
	
	margin:30px 0px;
	justify-content: space-between;
	flex-wrap:wrap;
}
.p-info{
font-size: 15px;
width:360px;
height: 307px;
text-align: center;
background: #F0F0F0;
margin-bottom:60px;
}
.p-info img{
	height:200px;
	width:200px;
	display: inline-block;
	margin:27px auto;

}
.p-db{
	width: 360px;
	height: 50px;
	line-height: 50px;
	background: #004EA1;
	display: flex;
	justify-content: space-between;
	color:#FFFFFF;
	
}
.p-name{
	width:290px;
		text-align: left;
	padding-left:18px;
white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.p-more{
width: 70px;
    display: flex;
    align-items: center ;
    color:#FFFFFF;
}
.p-more img{
display: inline-block;
height: 18px;
margin:0px 3px;
width:18px;
}
