p {
	margin: 0;
}
.bottomSet a{
	color: #876528!important;
}
@media only screen and (min-width: 1200px) {
	body {
		padding-bottom: 80px;
	}

	.newscontent {
		width: 1200px;
		margin: 120px auto 30px;
		position: relative;
		padding: 40px 50px 80px 50px;
		min-height: 600px;
		background: #FDF5E6;
		border-radius: 10px;
		border: 1px solid #D0AD9A;
		position: relative;
	}

	.angleBox {
		width: 1188px;
		position: absolute;
		z-index: 2;
		left: 6px;
		display: flex;
		justify-content: space-between;
	}

	.angleBox:first-child {
		top: 6px;
	}

	.angleBox:last-child {
		bottom: 6px;
	}

	.angleBox img {
		width: 21px;
		height: 22px;
	}

	.newsBox {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.time {
		margin-bottom: 30px;
		margin-top: 15px;
	}

	.time span {
		font-size: 14px;
		font-weight: 400;
		color: #666666;
	}

	.time a {
		font-size: 14px;
		font-weight: 400;
		margin-left: 36px;
		    background: #876528;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 5px;
	}
	
	
		.newsBox img  {
	        width: 100%;
    object-fit: cover;
    height: auto;
	}

	.contentText {
		width: 1100px;
		font-size: 14px;
		font-weight: 400;
		color: #333333;
		line-height: 22px;
	}

	.bottomSet {
		width: 1100px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		bottom: 40px;
		left: 50px;
	}

	.bottomSet li {
		display: flex;
		align-items: center;
		cursor: pointer;
	}

	.bottomSet li p {
		font-size: 14px;
		color: #333333;
	}

	.bottomSet li span {
		font-size: 14px;
		color: #876528;
	}
}

@media only screen and (max-width: 1200px) {
	body {
		padding-bottom: 6.4vw;
	}
	
	.newscontent {
		width: 94vw;
		margin: 9vw auto 2.4vw;
		position: relative;
		padding: 3.2vw 4vw 15.4vw 4vw;
		min-height: 600px;
		background: #FDF5E6;
		border-radius: 0.8vw;
		border: 1px solid #D0AD9A;
		position: relative;
		
	}
	
	.angleBox {
		width: 92.5vw;
		position: absolute;
		z-index: 2;
		left: 0.6vw;
		display: flex;
		justify-content: space-between;
	}
	
	.angleBox:first-child {
		top: 0.6vw;
	}
	
	.angleBox:last-child {
		bottom: 0.6vw;
	}
	
	.angleBox img {
		width: 1.68vw;
		height: 1.68vw;
	}
	
	.newsBox {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.time {
		margin-bottom: 2.4vw;
		margin-top: 1.2vw;
	}
	
	.time span {
		font-size: 1.4vw;
		font-weight: 400;
		color: #666666;
	}
	
	.time a {
		font-size: 1.4vw;
		font-weight: 400;
		color: #876528;
		margin-left: 2.88vw;
	}
	
	.contentText {
		width: 85vw;
		font-size: 1.4vw;
		font-weight: 400;
		color: #333333;
		line-height: 1.76vw;
	}
	
	.bottomSet {
		width: 85vw;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		bottom: 3.2vw;
		left: 4vw;
	}
	
	.bottomSet li {
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	
	.bottomSet li p {
		font-size: 1.12vw;
		color: #333333;
	}
	
	.bottomSet li span {
		font-size: 1.12vw;
		color: #876528;
	}
}

@media only screen and (max-width: 720px) {
    .newscontent {
		margin-top: 14.5vw;
	}
    	.newsBox img  {
	        width: 100%;
    object-fit: cover;
    height: auto;
	}
    
	.time span,.bottomSet a ,.time a,.contentText{
		font-size: 3vw;
	}
		.time a{
		    background: #876528;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 5px;
	}
		.bottomSet {
		flex-direction: column;
		    align-items: baseline;
	}

}