/* 6p */

@media all and (min-width: 376px) {
	.b_con img {
		width: 120px;
		height: 120px;
	}
	.p3{
		width: calc( 100% - 130px ) ;
	}
	.p4{
		left: 130px;
	}
	.b_con{
		height: 120px;
	}
}


/* 6 */

@media all and (min-width: 321px) and (max-width: 375px) {
	.b_con img {
		width: 110px;
		height: 110px;
	}
	.p3{
		width: calc( 100% - 120px ) ;
	}
	.p4{
		left: 120px;
	}
	.b_con{
		height: 110px;
	}
}


/* 5 */

@media all and (max-width: 320px) {
	.b_con img {
		width: 100px;
		height: 100px;
	}
	.p3{
		width: calc( 100% - 110px ) ;
	}
	.p4{
		left: 110px;
	}
	.b_con{
		height: 100px;
	}
}



.block {
	padding: 12px 5% 0;
	background: white;
	margin-bottom: 5px;
}

.b_title {
	position: relative;
	height: 48px;
}

.block .b_title1 {
	position: relative;
	height: 80px;
}

.clock {
	width: 13.2px;
	position: absolute;
	left:0;
	top: 9px;
}

.b_title1 .ac_jt{
	width: 12px;
	position: absolute;
	left: 0;
	top:34px;
}

.b_title .ac_jt{
	width: 12px;
	position: absolute;
	left: 0;
	top:34px;
}

.b_title1 .p1 {
	position: absolute;
	font-size: 14.4px;
	left: 15px;
	top: 6px;
	color: black;
}


.b_title1 .p2 {
	color: #222222;
	position: absolute;
	font-size: 14.4px;
	width: calc( 100% - 60px);
	left: 15px;
	top: 29.5px;
}
.b_title .p2 {
	color: #222222;
	position: absolute;
	font-size: 14.4px;
	width: calc( 100% - 60px);
	left: 15px;
	top: 29.5px;
}

.b_title1 .p5{
	color:#585858;
	font-size: 14px;
	position: absolute;
	left: 12px;
	top: 55px;
}
.b_title .p5{
	color:#585858;
	font-size: 14px;
	position: absolute;
	left: 12px;
	top: 55px;
}

 .ele .img{
	width: 100%;
}

.b_con {
	margin: 12px 0 ;
	position: relative;
}

.p3{
	color: #909090;
	font-size: 14.4px;
	float: right;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.p4{
	color: #e51329;
	font-size: 15.6px;
	position: absolute;
	bottom: 30px;
}

.manjian{
	width:10%;
	height: 14.5px;
	border: 1px solid #e51329;
	text-align: center;
	position: absolute;
	bottom: 32px;
	left: 180px;
	color: #e51329;
	font-size: 10px;
	line-height: 12.5px;
	border-radius: 4px;
}

.muji{
	width: 39%;
	height: 16px;
	background: #ffd7d7;
	position: absolute;
	bottom: 10px;
	left: 122px;
	font-size:10px;
	color:#e51329;
	line-height: 16px;
	text-align: center;
}