.prt-list{
    margin-left: 1.5%;
}
.prt-list ul li{
    width: 30%;
	float: left;
	margin: 0 26px 26px 0;
	position: relative;
	background: #fff;
	border: 1px solid #dddddd;
    border-radius: 6px   ;
    height:310px;
    position:relative
}
.prt-list ul li:nth-child(3n){
    margin-right: 0;
}
.prt-list ul li img{
  max-width: 100%;
  display: block;
  margin: auto;
  max-height: 200px;
  object-fit: cover
}
.prt-list ul li span{
    width: 90px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 10px;
	font-size: 14px;
	border-radius: 20px;
	border: 1px solid #f95927;
	color: #f95927;
	text-align: center;
	transition: all ease 300ms;
  position: absolute;
  bottom:5px;
}
.prt-1{
    border-top:1px solid #ccc;
    padding: 0 5px;
}
.prt-list h3{
    line-height:30px;
    display: inline-block;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.prt-smyd{
    width: 230px;
    height: 200px;
    z-index: 10;
    padding: 17px 0;
    position: absolute;
    left: -2%;
    top: 0;
    background: url(../images/black20.png) repeat 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease 300ms;
    left: 20%;
}
.prt-smyd img{
    width: 160px;
	height: 160px;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.pr-index:hover .prt-smyd {
	opacity: 1;
	/* filter: alpha(opacity=100); */
	left: 0;
}
.pr-index:hover  span {
	background: #f95927;
    color: #fff;
    cursor: pointer;
}
/* .pr-index:hover .prt-smyd span {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: 38px;
	z-index: 10;
	font-size: 16px;
	color: #333;
} */
.pages{
    padding: 30px 0;
    width: 100%;
    text-align: center;
    clear: both;
}
.pages ul li{
    display: inline-block;
    vertical-align: middle;
	line-height: 39px;
	border: 1px solid #ccc;
}
.pages ul li a{
    padding:10px 20px;
}
.pages ul .active{
background:#3ba53b;
color:#fff;
border-color:#3ba53b
}
.pages ul li span{
    padding:10px 20px;
}
.pages ul li a{
    padding:10px 20px;
}
.pages ul li a:hover{
    color:#fff;
	background-color: #f95927;
	border: none;
}
.pages ul li a:hover{
border-color:#f95927
}