@charset "utf-8";

* {
	box-sizing: border-box;
	font-size: 14px;
}

p {
	margin: 0;
}

html,body {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.top {
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 0px 15px;
}

.top a {
	color: #537db9;
	float: right;
	display: block;
	position: relative;
}

.container {
	padding: 10px 15px;
}

.content {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;
}

.box {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-left: 8px solid #ff9502;
	padding-left: 10px;
	display: block;
	color: #000000;
}

.title {
	font-size: 17px;
	margin-bottom: 7px;
}

.name {
	color: #999;
	font-size: 13px;
	margin-bottom: 7px;
}

.btn-more {
	width: 100%;
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background: #5ac8fa;
}

.bottom {
	padding: 10px;
}

.content-top {
	width: 100%;
	padding: 0px 10px;
}

.title-xq {
	font-size: 20px;
	margin-bottom: 15px;
	width: 100%;
	text-align: left;
	line-height: 30px;
}

.ms-xq {
	font-size: 14px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.ms-xq span {
	display: inline-block;
	float: left;
	width: 70px;
	height: 23px;
	line-height: 22px;
	border-radius: 22px 0px 22px 22px;
	text-align: center;
	background: rgb(255, 149, 2);
	color: #fff;
	margin-right: 6px;
}

.content-center {
	padding: 0px 10px;
}

.content-center p {
	line-height: 26px;
}

.content-center hr {
	width: 100%;
	height: 2px;
	background: #eee;
	border: none;
}

.lan {
	color: #27a3ff;
	margin-right: 10px;
}

.content-fj {
	padding: 10px 10px;
}

.a-fj {
	display: block;
	width: 100%;
	margin: 15px auto;
	height: auto;
	overflow: hidden;
}

.content-fj p {
	font-size: 17px;
}

.a-fj span {
	display: block;
	float: left;
}

.text {
	width: calc(100% - 28px);
	margin-top: -3px;
}

.wzlj {
	width: 128px;
	height: 27px;
	line-height: 26px;
	border-radius: 22px 0px 22px 22px;
	text-align: center;
	background: rgb(255, 149, 2);
	color: #fff !important;
	margin-right: 6px;
	float: left !important;
	margin-top: 9px;
}

.wzlj span {
	margin-right: 4px;
}