* {
	margin: 0;
	padding: 0;
}
html,#body {
	min-height: 100%;
}
body {
	max-width: 960px;
	margin: 0 auto;
	font-size: 0.24rem;
	line-height: 0.34rem;
	background: #efeff4;
	width: 100%;
	color: #23354b;
	min-height: 100%;
}

article {
	background: #fff;
}

a {
	text-decoration: none;
	color: #4778b5;
	font-size: 0.26rem;
}

ul {
	list-style-type: none;
}

li {
	line-height: 0.6rem;
	padding-left: 0.3rem;
}

img {
	max-width: 100%;
}

hr {
	margin: 0.5em 0;
}

strong {
	font-size: 1.1em;
}

h1,h2,h3 {
	padding: 0.3rem 0;
	font-size: 1.3rem;
}

.container-flex-column {
	display: flex;
	flex-flow: column;
	height: 100%;
}

.container-flex-column-item {
	flex:1;
}

.title {
	font-size:0.26rem;
	border-bottom:solid 1px #eee;
	line-height:0.8rem;
	margin-bottom: 0.1rem;
	padding-left: 0.3rem;
}

.zixunW {
	height: 1rem;
	line-height: 1rem;
	color: #293a51;
	font-size: 0.28rem;
	padding:0.2rem 0 0.2rem 0.3rem;
	display: block;
}

.zixunW-img {
	height: 100%;
  vertical-align: top;
	margin-right: 0.2rem;
}

.wb_arrow {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	height: 10px;
	width: 10px;
	margin: 0.1rem auto 0;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	/*不加这两个属性三角会比上一个略丑, 大家可以试一下*/
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
	float: right;
  margin: 0.35rem;
	margin-top: 0.4rem;
}

.wb_arrow_down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.anchorclass {
	cursor: auto;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding:0.5em 1em;
	border:solid 1px #0098ec;
	border-radius: 0.3em;
	color:#0098ec;
}

/*ueditor*/
.list-paddingleft-2 {
    padding-left: 30px;
}
