* {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
}

.body {
	width: 100%;
	height: auto;
	background: url(../img/jishu_view_bg.png) center no-repeat;
	background-size: cover;
	padding: 0.8rem 0 1.2rem;
	box-sizing: border-box;
}


.view {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 0.8rem 1rem;
	box-sizing: border-box;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.16);
	border-radius: 0.1rem;
}


.title {
	font-weight: bold;
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.45rem;
	text-align: center;
}

.body_hr {
	width: 100%;
	height: 0rem;
	border: 0.01rem solid rgba(0, 0, 0, 0.08);
	margin-bottom: 0.3rem;
	margin-top: 0.2rem;
}

.body_content {
	padding-bottom: 0.33rem;
	box-sizing: border-box;
	border-bottom: 0.01rem solid #DCDCDC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}

.body_content p {
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	margin-bottom: 0.23rem;
}

.body_content img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}


.list {
	height: 0.8rem;
	border-bottom: 0.01rem solid #DCDCDC;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.list::before,
.list::after{
	content: "";
	position: absolute;
	width: 0rem;
	height: 0.17rem;
	border: 0.01rem solid #949494;
}
.list::before{
	left: 0.25rem;
}
.list::after{
	right: 0.25rem;
}
.list a {
	width: auto;
	max-width: 50%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #5A5A5A;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
}

.list a img {
	width: 0.1rem;
	height: 0.17rem;
	display: block;
	margin-right: 0.35rem;
}

.list a:nth-child(2) img {
	margin-left: 0.35rem;
	margin-right: 0;
}

.list a:hover {
	color: #23478C;
}