@media screen and (min-width:1200px) {
	.layout {
	    width: 75%;
	    margin: 40px auto 0px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.layout-left {
		width: 35%;
	}
	.layout-right {
		width: 45%;
	}
	.title-text {
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 2px;
	}
	.text {
		margin-top: 30px;
		line-height: 2.3;
		color: #7b7979;
		font-size: 0.8rem;
	}
	.layoutout {
		width: 75%;
		margin: 40px auto 0px;
	}
	.layouttitle-text {
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 2px;
		text-align: center;
	}
	.article h5 {
		text-align: center;
		line-height: 2;
		color: #686666;
		font-weight: 500;
	}
	.Imgss {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 30px;
	}
	.layoutImgs {
		width: 43%;
		border: 1px #e0e0e0 solid;
		box-shadow: 2px 2px 2px #ebebebe3;
	}
}

@media screen and (min-width:960px) and (max-width:1200px) {
.layout {
	    width: 75%;
	    margin: 40px auto 0px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.layout-left {
		width: 35%;
	}
	.layout-right {
		width: 45%;
	}
	.title-text {
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 2px;
	}
	.text {
		margin-top: 30px;
		line-height: 2.3;
		color: #7b7979;
		font-size: 0.8rem;
	}
	.layoutout {
		width: 75%;
		margin: 40px auto 0px;
	}
	.layouttitle-text {
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 2px;
		text-align: center;
	}
	.article h5 {
		text-align: center;
		line-height: 2;
		color: #686666;
		font-weight: 500;
	}
	.Imgss {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 30px;
	}
	.layoutImgs {
		width: 43%;
		border: 1px #e0e0e0 solid;
		box-shadow: 2px 2px 2px #ebebebe3;
	}
}

@media screen and (max-width:960px) {
.layout {
    width: 90%;
    margin: 40px auto 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout-left {
    width: 0;
}
.layout-right {
    width: 100%;
}
.title-text {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.text {
    margin-top: 30px;
    line-height: 2.3;
    color: #7b7979;
    font-size: 1rem;
    text-align: center;
}
.layoutout {
    width: 90%;
    margin: 40px auto 0px;
}
.layouttitle-text {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.article h5 {
    text-align: center;
    line-height: 2;
    color: #686666;
    font-weight: 500;
    font-size: 1rem;
}
.Imgss {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.layoutImgs {
    width: 100%;
    border: 1px #e0e0e0 solid;
    box-shadow: 2px 2px 2px #ebebebe3;
}
}
body {
	padding: 0px;
	margin: 0px;
}

.entirety {
	width: 100%;
	margin: 0px;
}

.main-image {
	width: 100%;
	/* height: 28rem; */
}

.main-image img {
	width: 100%;
	height: 100%;
}



.layout-left img {
	width: 100%;
	height: 100%;
}



.title {
	position: relative;
	width: 100%;
}



.title-num {
	position: absolute;
	float: right;
	right: 0;
	font-size: 3rem;
	color: #DCE7F9;
	margin-top: -3rem;
	font-style: oblique;
}





.images {
	width: 100%;
}

.images img {
	width: 100%;
	height: 100%;
}



.images {
	width: 100%;
	margin-top: 30px;
}

.images img {
	width: 100%;
	height: 100%;
}

.article {
	margin-top: 30px;
}





.layoutImgs img {
	width: 100%;
	height: 100%;
}

