body {
	padding: 0px;
	margin: 0px;
}

.entirety {
	width: 100%;
	margin: 0px;
}

.main-image {
	width: 100%;
	/* height: 28rem; */
}

.main-image img {
	width: 100%;
	height: 100%;
}

.layout {
	width: 75%;
	margin: 40px auto 0px;
}

.backdrop {
    display: flex;
    justify-content: space-between;
    align-items: center;
		background-color: #A09C81;
}

.backdrop-left {
	width: 50%;
	background-color: #A09C81;
}

.backdrop-right {
	width: 50%;
	    background: #fff;
}

.backdrop-right img {
	width: 100%;
}

.title {
	margin-top: 4rem;
	text-align: center;
	color: #fff;
}

.title-name {
	font-size: 1.2rem;
	letter-spacing: 2px;
}

.title-link {
	margin-top: 13px;
	display: flex;
	justify-content: center;
}

.title-link span {
	width: 7rem;
	display: block;
	height: 2px;
	border-radius: 10px;
	background: #fff;
}

.text {
	width: 80%;
	margin: 30px auto 0px;
	line-height: 2.2;
	font-size: 0.9rem;
	text-indent: 2rem;
	color: #fff;
	font-family: monospace;
}

.backdrop ul {
	list-style-type: none;
	    padding-inline-start: 30px;
}

.backdrop ul li {
	line-height: 3;
}

.backdrop li:before {
	content: " ";
	display: inline-block;
	height: 0.9rem;
	width: 0.9rem;
	border-radius: 50%;
	margin-right: 1.2rem;
	background-color: #227700;
}

.erty {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 2px;
}

.imagety {
	width: 100%;
	margin-top: 30px;
}

.imagety img {
	width: 100%;
	height: 100%;
}

.flat {
	background-image: url(../img/养牛-背景.jpg);
	width: 100%;
	padding: 2rem 0rem;
	    height: 30rem;
}

.block {
	width: 23%;
	background-color: #2B2B2B;
}

.block-imgage {
	width: 100%;
	height: 9rem;
}

.block-imgage img {
	width: 100%;
	height: 100%;
}

.article {
	background-color: #2B2B2B;
	color: #fff;
	padding: 0rem 1rem;	
    min-height: 11rem;
}
.article-title{
	font-size: 1rem;
	    letter-spacing: 2px;
	    font-family: fangsong;
		padding-top: 1rem;
}
.article-text{
	font-size: 0.8rem;
	    margin-top: 15px;
	    line-height: 2;
	    font-family: fangsong;
		text-indent: 2rem;
}
.dispty{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;}