<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
.body {
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	min-height: 500px;
}

.content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 36px;
	box-sizing: border-box;
}

.content-box-left {
	float: left;
	width: 200px;
}

.box-left-title {
	width: 100%;
	height: 50px;
	background-image: url(../../image/sidebarbeijing.png);
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 5px;
}

.box-left-list {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

.box-left-list ul li {
	color: #333;
	font-size: 15px;
	padding: 13px 20px;
	border-bottom: 1px solid #d9d9d9;
}

.box-left-list ul li a { 
	width: 140px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box-left-list ul li a:hover {
	cursor: pointer;
	color: #0364BF;
	transform: .5s;
}

.left-list-right {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #0168B7;
	margin-right: 5px;
	margin-bottom: 4px;
}

.box-left-list .hidden {
	visibility:hidden;
}

.content-box-right {
	float: right;
	width: 960px;
}

.content-head {
	width: 100%;
	display: inline-block;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(217, 217, 217);
}

.content-head a:hover {
	cursor: pointer;
	color: #0364bf;
	transform: .5s;
}

.content-head-left {
	font-size: 20px;
	color: #333;
	float: left;
}
@media screen and (max-width: 1440px){
	.content-head-left {
		font-size: 18px;
	}
}

.content-head-right {
	font-size: 16px;
	color: #999;
	line-height: 26px;
	float: right;
}
@media screen and (max-width: 1440px){
	.content-head-right {
		font-size: 14px;
	}
}

.content-box {
	width: 100%;
	padding-top: 30px;
	margin-bottom: 40px;
	box-sizing: border-box;
	word-break: break-all;
}

.content-title {
	font-size: 22px;
	color: #ff1010;
	text-align: center;
}
@media screen and (max-width: 1440px){
	.content-title {
		font-size: 17px;
	}
}

.content-time {
	font-size: 16px;
	color: #5b5f6d;
	text-align: center;
	margin: 10px 0;
}
@media screen and (max-width: 1440px){
	.content-time {
		font-size: 14px;
	}
}

.content-box-text {
	width: 100%;
	padding-top: 20px;
}

.content-box-text &gt; p {
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
@media screen and (max-width: 1440px){
	.content-box-text &gt; p {
		font-size: 15px;
	}
}

.content-box-text &gt; p &gt; strong {
	display: inline;
}</pre></body></html>