* {
	padding: 0;
	margin: 0;font-family: "微软雅黑";
}

.fix-title p {
	margin-top: 30px;
	font-size: 28px;
	font-family: "微软雅黑";
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.fix-title p span {
	font-size: 15px;
}

.fix-title p span a {
	color: #999;
	text-decoration: none;
}

.fix-title p span a:hover {
	color: #293977;
}

.fix-content {
	margin-top: 15px;
}

.fix-left {
	float: left;
	width: 20%;
	background: #f9f9f9;
}

.fix-left ul {}

.fix-left ul li {
	font-family: "微软雅黑";
	list-style: none;
	line-height: 3;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	font-size: 13px;
	color: #293977;
	cursor: pointer;
}

.fix-left ul li:hover {
	background: #23326A;
	color: #fff;
}

.fix-right {
	float: right;
	width: 78%;
	margin-left: 2%;
	padding-bottom: 50px;
}

.top-left {
	float: left;
	width: 25%;
}

.top-left img {
	width: 100%;
}

.top-right {
	float: right;
	width: 73%;
	margin-left: 2%;
}

.top-right p {
	color: #999999;
	line-height: 1.8;
	font-size: 13px;
	margin-top: 5px;
}

.btn {
	float: right;
	border: 0;
	background: #cb3136;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	margin-top: 15px;
}

.btn:hover {
	background: #bb292e;
	cursor: pointer;
}

.right-top {
	margin-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
}

.right-title {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.right-box {
	padding-bottom: 30px;
}

.right-box ul li {
	list-style: none;
	font-size: 14px;
	line-height: 3;
	border-bottom: 1px dashed #ccc;
}

.right-box ul li span {
	color: #999;
	float: right;
	font-size: 12px;
	word-break: break-word;
}

.right-box ul li a:hover {
	color: #23326A;
	cursor: pointer;
}