@charset "utf-8";
/* CSS Document */
/*矿机买卖页样式*/


.cp-list-l1 {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
}
.cp-p1 {
    flex: 0 0 100%;
    width: 100%;
    padding: 24px 16px 6px;
    transition: 0.4s;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.cp-p1:hover {
    transform: translateY(-4px);
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 4px;
	border-bottom: #fff;

}
.cp-pic {
    width: 24%;
    margin: 0 50px 0 0;
    float: left;
    padding: 8px 12px 12px;
}
.cp-pic img {
    transition: 0.3s
}
.cp-pic img:hover {
    transform: scale(1.06, 1.06)
}
.cp-p1 h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 12px;
    width: 50%;
    float: left;
    margin-top: 6px;
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	height: auto;
	text-align: left;
}
.cp-p1 h2:hover{
	color: #2a69e8;
    font-weight: normal;
}
.cp-p1 p {
    font-size: 14px;
    color: #999;
    max-width: 100%;
    margin-bottom: 28px;
    line-height: 20px;
	max-height: 40px;
    overflow: hidden;
    width: 70%;
    float: left;
    padding-right: 25%;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	pointer-events:none;
	height: auto;
	text-align: left;
}

.cp-an {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #dbdbdb;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    transition: 0.2s all;
    float: left;
}
.cp-an:hover {
    background-color: #2a69e8;
}
.fabu-time{
	position: absolute;
	font-size: 12px;
	color: #ccc;
	right: 4%;
	top: 12%;
	pointer-events:none;
}
.jiage{
	position: absolute;
	font-size: 24px;
	line-height: 24px;
	color: #999;
	right: 4%;
	top: calc(50% - 12px);
}
.zhuan-m{
	position: absolute;
	width: 75px;
	height: 75px;
	background: no-repeat url("../images/zhuanm.png");
	background-size: 100%;
	display: block;
	z-index: 6;
	top: 0;
	left: 0;
}


@media(max-width:991px){
	.cp-list {
        margin-top: 30px;
    }
    .cp-list .cp-list-l1 {
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .cp-list .cp-p1 {
    flex: 0 0 100%;
    width: 100%;
    padding: 14px 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.16) 0px 8px 24px;
    border-radius: 4px;
	border-bottom: none;
    }
    .cp-list .cp-p1:hover {
        transform: translateY(0);
        box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
        border-radius: 4px;
    }
    .cp-list .cp-pic {
    max-width: 42%;
    width: 42%;
    margin: 0;
    float: left;
    padding-right: 18px;
    padding-bottom: 6px;
    }
    .cp-list .cp-p1 h2 {
    font-size: 16px;
    max-width: 58%;
    width: 58%;
    float: left;
    padding-top: 0px;
    padding-left: 0px;
    line-height: 20px;
    max-height: 40px;
    margin-top: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    }
    .cp-list .cp-p1 p {
    max-width: 56%;
    width: 56%;
    float: left;
    font-size: 12px;
    max-height: 32px;
    padding-left: 6px;
    overflow: hidden;
    line-height: 16px;
    display: none;
    }
    .cp-list .cp-an {
    float: left;
    width: 76px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background-color: #2a69e8;
    margin-left: 6px;
    display: none;
    }
	.jiage{
    position: unset;
    float: left;
    font-size: 18px;
	}
	.fabu-time{
    position: unset;
    float: left;
    width: 56%;
    line-height: 12px;
    margin-bottom: 12px;
	}
	.zhuan-m{
		width: 50px;
		height: 50px;
	}
	
	
	
	
	
}