@charset "utf-8";

header {
	height: 1.173333rem;
	background: #00d865;
	position: relative;
	text-align: center;
}

header h1 {
	font-weight: normal;
	font-size:0.426667rem;
	height: 1.173333rem;
	line-height: 1.173333rem;
	color:#fff;
}

header .back {
	position: absolute;
	left: 0.266667rem;
	top: 0.266667rem;
}

header .back a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
}

.back i {
	font-size:0.666667rem;

}
header .back {
	position: absolute;
	left: 0.266667rem;
	top: 0.266667rem;
}

.back img{
	width: 0.25rem;
    vertical-align: middle;
    margin-left: 0.133333rem;
    margin-top: 0.05rem;
}

header .back a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
}

header .news {
	position: absolute;
	right: 0.266667rem;
	top: 0.266667rem;
	font-size: 0.32rem;
}
.news .redround {
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background: red;
	position: absolute;
	right: 0;
	top: 0.053333rem;
}
header .msg{
	position: absolute;
	right: 0.366667rem;
	top: 0.366667rem;
	font-size: 0.32rem;
}
.msg img{
	width:0.466667rem;
	vertical-align: middle;
	margin-right: 0.133333rem;
}
.back i,.news i{
	font-size:0.666667rem;
	color:#fff;
}

.news i{
	vertical-align: middle;
	margin-left: 0.133333rem;
}
section {}

section .content .list {
	margin-top: 0.133333rem;
	background: #fff;
}

.content .list h2{
	font-weight: normal;
	background: #f5f7f4;
	padding: 0.266667rem;
	font-size: 0.32rem;
}

.content .list .main {
	/*height: 1.173333rem;
	line-height: 1.173333rem;
	padding: 0 0.266667rem;*/
	position: relative;
	padding: 0.266667rem;
	line-height: 0.6rem;
	font-size:0.373333rem;
	overflow: hidden;
}

.content .list .main:before {
	content:'';
	position: absolute;
	bottom: auto;
	left: 0;
	right: auto;
	top: 0;
	width: 100%;
	height: 0.026667rem;
	background: #e2e8e2;
	display: block;
	z-index: 15;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.show{display: block;}
.hide{display: none;}



.content li.more{
	padding: 0.266667rem 0;
	text-align: center;
	background: #fff;
	font-size: 0.373333rem;
	margin: 0.266667rem 0 0.8rem;
}