.head{
	height: .68rem !important;
	position: fixed;
	width: 100%;
}

.detail{
	border-top: 1px #BFC6D6 solid !important;
}
.new-detail{
	padding: .23rem 0;
	width: 12rem;
	margin-top: .68rem;
}

.detail-left{
	width: 8rem;
}
.detail-left-title{
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: .26rem;
	color: #333333;
}
.detail-left-time{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: .14rem;
	color: #7484A7;
	margin-top: .24rem;
}
.detail-left-time img{
	width: .12rem;
	height: .12rem;
	margin-right: .12rem;
}
.detail-left-val{
	border-top: 1px #BFC6D6 solid;
	margin-top: .12rem;
}
.detail-left-val p{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: .16rem;
	color: #333333;
	line-height: .24rem;
	margin: .32rem 0;
}
.detail-left-val img{
	width: 100%;
	height: 4.15rem;
	display: block;
}
.detail-left-val .two{
	height: 7.72rem;
}


.detail-right{
	padding: .16rem .2rem;
	border-radius: .08rem;
	border: 1px solid #D8D8D8;
	width: 3.3rem;
}
.detail-right h6{
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: .2rem;
	color: #333333;
	padding-bottom: .16rem;
	border-bottom: 1px #BFC6D6 solid;
}
.detail-right a{
	display: block;
}
.detail-right a img{
	width: 100%;
	height: 1.8rem;
	border-radius: .04rem;
	display: block;
	margin: .2rem 0 .12rem;
}
.detail-right a h5{
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: .16rem;
	color: #333333;
	display: -webkit-box;
	  -webkit-line-clamp: 2; /* 显示的行数 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
}


































