<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	box-sizing: content-box;
}

.tuwen {
	width: 80%;
	height: 190px;
	box-sizing: content-box;
	padding-bottom: 20px;
	margin: 0 auto;
}

.tuwen .photo {
	width: 230px;
	float: left;
	margin: 0;
}

.tuwen .info {
	width: 880px;
	color: #000;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
}
.tuwen .info .intro {
	font-size: 15px;
	padding-top: 5px;
}
.intro&gt;a, .intro&gt;a:hover, .intro&gt;a:visited, .intro&gt;a:link {
	color: #065483;
}

.name span {
	font-weight: 500;
	font-size: 20px;
}

.pic {
	width: 180px;
	height: 180px;
	overflow: hidden;
}
.tablet {
	display: none;
}

@media (max-width: 1024px) {
	.tuwen {
		width: 95%;
	}
}

@media (max-width: 991px) {
	.tuwen {
		width: 95%;
		height: 230px;
	}
	.tuwen .photo {
		height: 230px;
	}
	.tuwen .photo&gt;img {
		padding-top: 10px;
	}
	.tuwen .info {
		width: 730px;
	}
	#akatyev.tuwen, #skhuang.tuwen {
		height: 300px !important;
	}
	#akatyev&gt;.photo, #skhuang&gt;.photo {
		height: 270px !important;
	}
	#btseng.tuwen {
		height: 340px !important;
	}
	#btseng&gt;.photo {
		height: 310px !important;
	}
	.tablet {
		display: block;
	}
	.normal {
		display: none;
	}
}

@media (max-width: 768px) {
	.tuwen {
		width: 100%;
		margin: 0;
	}
	.tuwen .info {
		width: 780px;
	}
	
}</pre></body></html>