.cards-item-second {
	height: 30px;
	line-height: 30px;
	color: #333;
	border-bottom: 1px dashed #dedede;
	position: relative;
	font-size: 12px;
}

.cards-item-second .ph-index {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 20px;
	top: 5px;
	position: absolute;
	float: left;
	background: rgb(222, 230, 233);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left:5px;
}

.ph-index.one {
	color: #fff;
	background: rgb(240, 99, 89);
}

.ph-index.two {
	color: #fff;
	background: rgb(246, 133, 67);
}

.ph-index.three {
	color: #fff;
	background: rgb(196, 147, 130)
}
.hzhp-item-div {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 4px;
}
.hzhp-item-a-margin {
	margin-left: 8px;
}

/* breadcrumb- */
.breadcrumb-wrap{
    height: 42px;
    line-height: 42px;
    background: #fafafa;
    padding: 0px;
    margin-bottom: 10px;
}
.pmdt{
    margin-top: -10px;
    border: 1px solid rgb(230, 230, 230);
    border-top-color: rgb(247, 116, 0)!important;
}
.pmdt>.tit{
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: rgb(247, 116, 0);
    font-size: 16px;
    background: #fafafa;
    border-bottom: 1px solid rgb(230, 230, 230);
}
.pmdt>.box{
    padding: 0 20px;
}
.pmdt-wrap,.czdw-wrap,.dqzt-wrap{
    height: 46px;
    padding: 11px 0;
    border-bottom: 1px dotted rgb(230, 230, 230);
    margin-bottom: 0px;
}
.dqzt-wrap{
    border-bottom: none;
}
#pmsu,#bgtime,#edtime{
    width: 280px;
    height: 24px;
    border-radius: 0px!important;
    display: inline-block;
}
#czdw,#bgtime,#edtime{
    width: 280px;
    height: 24px;
    border-radius: 0px!important;
    display: inline-block;
}
#bgtime,#edtime{
    width: 160px;
}
#query-btn{
    width: 50px;
    height: 24px;
    line-height: 10px;
    border-radius: 2px;
    background: #7a7a7a;
    color: #fff;
    font-size: 12px;
    position: relative;
    bottom: 1px;
    margin-left: 20px;
}
.pm-time{
    padding-left: 60px;
}
.list{
    display: inline-block;
    margin-left: 10px;
}
.list>li{
    list-style: none;
    float: left;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px;
    margin-right: 20px;
}
.list>li:hover{
    background: rgb(247, 116, 0);
    color: #fff;
    border-radius: 2px;
}
.list>li.active{
    background: rgb(247, 116, 0);
    color: #fff;
    border-radius: 2px;
}
.czdw-wrap>span,.dqzt-wrap>span{
    position: relative;
    bottom: 5px;
}

/*  */
.pm-list-wrap{
	width:1212px;
	overflow:hidden;
}
.item-box{
    width: 291px;
    height: 320px;
    border: 1px solid rgb(230, 230, 230);
    float: left;
    position: relative;
    margin-right: 12px;
    margin-top: 20px;
    transition: all .5s linear;
}
.item-box:hover{
    box-shadow: rgb(15, 15, 15) 0 0 20px;
}
.item-box.last{
    margin-right: 0px!important;
}
.item-pic{
    width: 100%;
    height: 160px;
    border-bottom: 1px solid rgb(230, 230, 230);
    background-repeat: no-repeat;
    background-size:100% 100%;
}
.item-statu{
    width: 84px;
    height: 32px;
    padding-top: 5px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
    position: absolute;
    left: -8px;
    top: 120px;
    background: url("../images/statu.png") no-repeat center;
}
.item-name{
    width: 271px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;
}
.item-info{
    width: 100%;
    height: 120px;
    padding: 10px 10px;
}
.item-info>ul>li{
    height: 25px;
    line-height: 25px;
}
.hl{
    font-size: 16px;
    color: rgb(247, 116, 0);
}
.ll{
    color: #000;
    padding-left: 3px;
}
.page-center{
    width: 300px;
    display: inline-block;
    width:fit-content;
    text-align: center;
    margin: 20px auto;
}
.page-center li.active>a{
    background: rgb(247, 116, 0)!important;
    border-color: rgb(247, 116, 0)!important;
}
.page-wrap{
    margin-left: 450px;
}
.form-control{
	padding: 0 8px;
}

.formore{
	cursor:pointer;
	display:block;
	float:right;
	color:rgb(247,116,0);
}
