html,body{
	min-height: 100%;
}
input{
	outline: none;
}
a.link-blue,a.link-blue:link,a.link-blue:hover,a.link-blue:visited{
	color:#2F6DFE;
	text-decoration: none;
}
/* 头部导航 */
.nav {
	/* position: fixed; */
	width: 100%;
	/* top: 0; */
	/* z-index: 1000; */
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 1.08rem 1.25rem;
	box-sizing: border-box;
	align-items: center;
	border-bottom: 1px solid #E8E8E8;
}

.nav-back {
	width: 0.71rem;
	height: 1.29rem;
	flex: none;
}

.nav .nav-title {
	flex: 1;
	text-align: center;
	padding-right: 1.25rem;
	font-size: 1.58rem;
}
/* 头部导航 over */
.footer {
	margin-top: 2.08rem;
	padding: 1.6rem 0;
	text-align: center;
	border-top: 1px solid #D7D7D7;
}
.footer p {
		margin-top: 0.7rem;
		font-size: 1.08rem;
		color: #333333;
}
.footer p:first-child {
			margin-top: 0;
}
.footer p a{
	color: #333333;
}

/*标题样式*/
.ycw-pub-title {
  display: flex;
  justify-content: space-between;
  padding: 0 1.25rem;
}
.ycw-pub-title p {
  padding-left: 0.83rem;
  line-height: 1.25rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333333;
  position: relative;
}
.ycw-pub-title p:before {
  content: '';
  width: 0.25rem;
  height: 1.25rem;
  background: #2F6DFE;
  border-radius: 0.13rem;
  position: absolute;
  left: 0;
}
.ycw-pub-title .tongcheng-diqu {
  display: flex;
  align-items: center;
}
.ycw-pub-title .tongcheng-diqu span {
  font-size: 1.08rem;
  color: #333333;
}
.ycw-pub-title .tongcheng-diqu img {
  width: 0.83rem;
  height: 0.42rem;
  margin-left: 0.42rem;
}