* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #181717;
}

.main {
	max-width: 750px;
	margin: 0 auto;
	background-color: #B8171F;
}

.banner img {
	width: 100%;
}

.part1_title {
	width: 3.77rem;
	display: block;
	margin: 0.2rem auto 0.45rem;
}

.infoBox {
	width: 7.07rem;
	background: #FFFFFF;
	box-shadow: 0px 7px 0px 0px rgba(231, 102, 77, 0.48);
	border-radius: 0.2rem;
	margin: 0 auto 0.5rem;
	overflow: hidden;
}

.infoBox .text {
	padding: 0.4rem;
}

.infoBox p {
	font-size: 0.3rem;
	color: #181717;
	line-height: 1.7;
	text-align: justify;
	text-indent: 2em;
}

.infoBox .fold {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.infoBox .open {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: inherit;
}

.infoBox .more {
	width: 0.6rem;
	display: block;
	margin: 0.3rem auto 0;
	transition: 0.5s;
	cursor: pointer;
}

.part2 {
	width: 100%;
	height: 3.31rem;
}

.part3 {
	width: 6.92rem;
	margin: 0.3rem auto;
}

.part3_title {
	height: 0.74rem;
	display: block;
	margin: 0 auto 0.25rem;
}

.part3 .type {
	position: relative;
}

.part3 .type img {
	width: 100%;
}

.part3 .type .dot {
	position: absolute;
	/* background-color: #70ff7a; */
	/* opacity: .5; */
}

.part3 .type .dot1 {
	width: 2.4rem;
	height: 1.7rem;
	left: 0;
	top: 0;
}

.part3 .type .dot2 {
	width: 2.4rem;
	height: 1.7rem;
	right: 0;
	top: 0;
}

.part3 .type .dot3 {
	width: 2.4rem;
	height: 1.7rem;
	left: 0;
	bottom: 0;
}

.part3 .type .dot4 {
	width: 2.4rem;
	height: 1.7rem;
	right: 0;
	bottom: 0;
}

.part3 .type .dot5 {
	width: 2.2rem;
	height: 2.4rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.part4 {
	width: 100%;
}

.part5 {
	background: #ffffff;
	width: 7.07rem;
	box-shadow: 0px 7px 0px 0px rgba(231, 102, 77, 0.48);
	border-radius: 0.2rem;
	margin: 0 auto 0.5rem;
	overflow: hidden;
}

.part5 .textList {
	padding: 0.22rem 0.29rem 0.4rem;
}

.part5 .title {
	/* background-color: #C42000; */
	height: 0.96rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.part5 .title img {
	height: 100%;
}

.part5 .item {
	background: #FFEAD3;
	border-radius: 0.1rem;
	padding: 0.25rem 0.2rem;
	font-size: 0.3rem;
	color: #181717;
	line-height: 1.8;
	text-indent: 2em;
	position: relative;
	margin-bottom: 0.45rem;
}

.part5 .item .index {
	position: absolute;
	left: 0.25rem;
	top: -0.1rem;
	height: 0.44rem;
}

.part5 .more {
	width: 0.6rem;
	display: block;
	margin: 0.3rem auto 0;
	transition: 0.5s;
	cursor: pointer;
}

.part5.fold .item:nth-child(3),
.part5.fold .item:nth-child(4),
.part5.fold .item:nth-child(5) {
	display: none;
}

.part6 {
	background: #ffffff;
	width: 7.07rem;
	border-radius: 0.2rem;
	margin: 0 auto 0.5rem;
	overflow: hidden;
}

.part6 .title {
	height: 0.96rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.part6 .title img {
	height: 100%;
}


.part6 .part6_list {
	padding: 0.22rem 0.29rem 0.4rem;
}


.part6 .part6_list a {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fe7e3b;
}

.part6 .part6_list a:last-child {
	border-bottom: none;
}

.part6 .part6_list p {
	width: 98%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 0.95rem;
	margin-left: 2%;
	font-size: 0.3rem;
}

.part6 .part6_list a:before {
	content: '';
	display: block;
	width: 0.06rem;
	height: 0.06rem;
	background-color: #B8171F;
	border-radius: 50%;
}

.part7 {
	background: #ffffff;
	width: 7.07rem;
	border-radius: 0.2rem;
	margin: 0 auto 0.5rem;
	overflow: hidden;
}

.part7 .title {
	height: 0.96rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.part7 .title img {
	height: 100%;
}

.part7_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.24rem;
}

.part7_list a {
	display: block;
	width: 3.08rem;
	height: 1.62rem;
	margin-bottom: 0.18rem;
}

.part7_list a img {
	width: 100%;
	height: 100%;
}

.footer img {
	width: 100%;
}

.part_erji {
	background: #ffffff;
	width: 7.07rem;
	border-radius: 0.2rem;
	margin: 0 auto 0.5rem;
	overflow: hidden;
}

.part_erji .title {
	height: 0.96rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.part_erji .title img {
	height: 100%;
}

.erji_content {
	padding: 0.3rem 0.4rem 0.68rem;
}

.erji_content p {
	color: #8A0007;
	text-indent: 2em;
	line-height: 1.6;
	font-size: 0.3rem;
}

.erji_content p.bold{
	font-weight: bold;
}