/* CSS Document */
.view-more {
	display: inline-block;
	text-align: center;
	width: 4.58rem;
	height: 0.78rem;
	line-height: 0.78rem;
	font-size: 0.28rem;
	color: #999;
	border: solid 1px #e6e6e6;
	margin: 0.4rem 0 0.2rem 0;
}
.path-box a{
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.24rem;
	color: #999999;
}
.hide {display: none;}
.content {
	/*width: 1200px;*/
	margin: 0 auto;
	position: relative;
}
.content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0;
	overflow:hidden;
}

/*面包屑*/
.path-box {
	padding-top: 1rem !important;
	padding: 0 0.3rem;
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.24rem;
	color: #999999;
}
.path-box span {
	color: #212121;
}

.banner {
	height: 1.8rem;
	background: url("../images/h5/collection_list/banner.png") no-repeat center;
	background-size: 7.5rem auto;
}
.banner h1 {
	font-size: 0.4rem;
	line-height: 100%;
	color: #2a619d;
	padding: 0.5rem 0 0.12rem 0;
}
.banner p {
	font-size: 0.28rem;
	line-height: 100%;
	color: #2a619d;
}

.sec-item {
	padding: 0.2rem 0.3rem 0 0.3rem;
	margin: 0 0 0.5rem 0;
}
.sec-item li {
	margin: 0.26rem 0 0 0;
}
.sec-item li a {
	display: block;
	min-height: 1.84rem;
	padding: 0 0 0 3.5rem;
}
.sec-item li a .pic {
	width: 3.28rem;
	height: 1.84rem;
	overflow: hidden;
	left: 0;
	top: 0;
}
.sec-item li a .pic span {
	right: 0;
	bottom: 0;
	padding: 0 0.15rem;
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.2rem;
	color: #fff;
	background: rgba(0,0,0,0.7);
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
}
.sec-item li h3 {
	font-size: 0.28rem;
	color: #212121;
	height: 0.92rem;
	line-height: 0.46rem;
}
.sec-item li .date-ele {
	line-height: 0.36rem;
	color: #999999;
	font-size: 0.24rem;
	padding: 0.6rem 0 0 0;
}

.alt-txt {
	padding: 0.5rem 0 0 0;
	font-size: 0.24rem;
	color: #999;
}

/*
	background: -moz-linear-gradient(top, #f5f6f9 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f5f6f9 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #f5f6f9 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #f5f6f9 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f5f6f9 0%,#ffffff 100%);
*/