.stone {
    background: rgba(255, 255, 255, 0.96);
    padding: 32px;
    text-align: center;
}
.stone .title {
    font-size: 32rem;
    color: #0F0700;
    line-height: 45px;
    margin-bottom: 64px;
}
.stone .content {
    margin-top: 32px;
    font-size: 20rem;
    color: #0F0700;
    line-height: 30px;
}
.stone .bold {
    font-weight: 600;
}

.stone .title-h {
    margin-top: 64px;
    font-size: 24rem;
    color: #bd6842;
    line-height: 30px;
    text-indent: 41rem;
    text-align: left;
    letter-spacing: 1rem;
}

.stone .title-hb {
    margin-top: 64px;
    font-size: 24rem;
    color: #bd6842;
    line-height: 30px;
    text-align: left;
    letter-spacing: 1rem;
}

.stone .content-title {
	margin-top: 32px;
	color: rgb(39, 84, 255);
	font-size: 20rem;
	line-height: 30px;
	text-align: left;
	font-weight: 600;
	text-indent: 41rem;
}

.stone .content-p {
    margin-top: 32px;
    font-size: 20rem;
    color: #0F0700;
    line-height: 30px;
    text-indent: 41rem;
    text-align: left;
    letter-spacing: 1rem;
}

.stone .content-img {
    margin-top: 32px;
    width: 100%;
}

.stone .content-img-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.stone .content-img-three {
    margin-top: 32px;
    width: 32.5%;
}

.stone .content-img-desc {
    width: 100%;
    font-size: 18rem;
    line-height: 30px;
    color: #939393;
}


.stone .content-card-title {
    margin: 30rem 0;
    width: 180rem;
    font-size: 18rem;
    font-weight: bold;
    background-color: rgb(202, 172, 131);
    padding: 0px 20px 0px 5px;
    line-height: 40rem;
    color: #fff;
}

.stone .content-card-body {
    display: block;
    text-align: left;
    padding: 10px 20px ;
    font-size: 22rem;
    white-space: nowrap;
    background-color: #fefefe;
}

.stone .content-card-body-item {
    margin: 10px 0;
    display: flex;
}

.stone .content-card-body-title {
    display: inline-block;
    width: 80rem;
    text-align: justify;
    text-align-last: justify;
    text-align: start;

}
.stone .content-card-body-content {
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    width: calc(100% - 80rem);
    white-space: wrap;
    word-wrap:break-word;
}

.stone .content-right {
    margin-top: 100px;
    width: 90%;
    text-align: right;
    font-size: 18rem;
}

.stone .content-img-grid {
	width: 100%;
	display: flex;
}

.stone .content-img-grid .content-img-grid-left {
	width: 50%;
	margin-right: 5px;
}

.stone .content-img-grid .content-img-grid-right {
	width: 50%;
}

.stone .content-img-grid .content-img-grid-left .content-img-grid-1 {
	width: 100%;
	margin-bottom: 5px;
}

.stone .content-img-grid .content-img-grid-left .content-img-grid-2 {
	width: 100%;
}

.stone .content-img-grid .content-img-grid-right .content-img-grid-3 {
	width: 100%;
	margin-bottom: 5px;
}

.stone .content-img-grid .content-img-grid-right .content-img-grid-4 {
	width: 100%;
}

.stone .content-center {
	margin-top: 100px;
	width: 100%;
	text-align: center;
	font-size: 18rem;
	line-height: 32rem;
}

.stone .content-title-center {
	text-align: center;
  font-size: 20rem;
  color: #0F0700;
  line-height: 30px;
  margin-top: 32px;

}

.stone .content-title-left-bold {
	text-align: left;
  font-size: 20rem;
  color: #0F0700;
  line-height: 30px;
  margin-top: 32px;
  font-weight: bold;
}

.stone h4 {
  text-align: left;
  font-size: 20rem;
  color: #0F0700;
  font-weight: bold;
  margin-top: 10px;
}

.stone .content-li {
  text-align: left;
  font-size: 20rem;
  color: #0F0700;
  line-height: 16px;
  margin: 16px 0;
}