.main_wrap {
    overflow: hidden;
    max-width: 750px;
    width: 100%;
   padding: 0.3rem 0.3rem 0.5rem 0.3rem;
   background: #f4f4f4;
}

/* 列表页 */
#position {
	overflow: hidden;
	padding: 0.15rem;
	font-size: 0.22rem;
}

#position .iconfont {
	font-size: 0.34rem;
	color: #0039ac;
	margin-right: 0.1rem;
}

#position,
#position a {
	color: #97a1ad;
}

.white_box {
	background: #fff;
}

.list1 {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 1.8rem;
}

.list1.open {
	height: auto;
}

.list1 .item {
	width: 20%;
	text-align: center;
	margin-top: 0.3rem;
}

.list1 .item .ico {
	width: 0.8rem;
	height: 0.8rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.list1 .item p {
	display: block;
	margin-top: 0.1rem;
}

#list1_btn {
	height: 0.5rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

#list1_btn img {
	width: 0.2rem;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#list1_btn.open img {
	transform: rotate(180deg);
}
.mt35 {
    margin-top: 0.35rem;
}
.white_box {
    background: #fff;
}


.common_pd {
	padding: 0.3rem 0.25rem 0.3rem 0.25rem;
	overflow: hidden;
	position: relative;
}

.common_pd-ss {
	overflow: inherit !important;
	position: relative;
}

.common_pd-s {
	overflow: inherit !important;
	position: relative;
}

.list_list {
	overflow: hidden;
}

.list_list .item {
	overflow: hidden;
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
	border-bottom: 0.01rem solid #ddd;
}

.list_list .item:last-child {
	border: none;
}

.list_list .item .shang {
	font-size: 0.28rem;
	overflow: hidden;
}

.list_list .item .shang img {
	width: 0.55rem;
	height: auto;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0.1rem;
}

.list_list .item .zhong {
	margin-top: 0.1rem;
	color: #666;
	overflow: hidden;
	line-height: 1.5;
	font-size: 0.24rem;
}

.list_list .item .xia {
	overflow: hidden;
	font-size: 0.24rem;
	margin-top: 0.1rem;
	color: #999;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;

}

.pages {
	overflow: hidden;
	text-align: center;
}

.pages li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	margin-left: 0.05rem;
	margin-right: 0.05rem;
	border: 0.01rem solid #ddd;
	-moz-border-radius: 0.05rem;
	/* Gecko browsers */
	-webkit-border-radius: 0.05rem;
	/* Webkit browsers */
	border-radius: 0.05rem;
	/* W3C syntax */
	font-size: 0.24rem;
}

.pages a.thisclass {
	background: #013FA4;
	border-color: #013FA4;
	color: #fff;
}

.pages {
	overflow: hidden;
	text-align: center;
}

.pages li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	margin-left: 0.05rem;
	margin-right: 0.05rem;
	border: 0.01rem solid #ddd;
	-moz-border-radius: 0.05rem;
	/* Gecko browsers */
	-webkit-border-radius: 0.05rem;
	/* Webkit browsers */
	border-radius: 0.05rem;
	/* W3C syntax */
}

.pages a.thisclass {
	background: #013FA4;
	border-color: #013FA4;
	color: #fff;
}

.pages ul li .pageinfo{
	font-size: 0.24rem;
}