

.content_bg{
	position: relative;
	height: 6.07rem;
	margin:1rem auto .5rem auto;
	background: url(../images/shzr_bg.png) no-repeat;
	background-size: cover;
}
.anquan .info_text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .5rem;
	width: 6.26rem;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px 20px 0 0;
}
.anquan .info_text p{
	font-size: .16rem;
	color: #333;
	line-height: .26rem;
}
.anquan .info_text ul{
	padding-top: 30px;
}
.anquan .info_text li{
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	background: url(../images/dian.png) left center no-repeat;
		overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.anquan{
	position: relative;
}
.zrsj_content .commit_main_title{
	position: relative;
	border-bottom: 1px solid #dedede;
	padding: 50px 0 0 0;
}

.zrsj_content{
	padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.content{
		width: 80%;
	}
	
	
	.anquan .info_text p{
		font-size: 12px;
    	line-height: 15px;
	}
	.anquan .info_text{
		border-radius: 0;
	}
}
@media screen and (max-width: 414px) {
	
	.anquan .info_text{
		position: relative;
		width: auto;
		padding:0;
	}
	.anquan .info_text p{
		padding:10px 0;
	}
	.anquan .info_text ul{
		padding-top: 0;
	}
	.anquan{
		margin: 20px auto;
	}
	.commit_main_title .line{
		margin-left: -10px;
	}
	.zrsj_content .commit_main_title{
		padding: 20px 0 0 0;
	}
	.commit-plate_item .plate_bottom .n,.commit-plate_item .plate_bottom .t,.anquan .info_text li,.plate_title h3{
		font-size: 12px;
	}
}