.box{
	width: 100%;
	min-height: 8rem;
	position: relative;
	/*padding-top: 1.6rem;*/
	padding-bottom: 2.6rem;
}


.box .main{
	width: 100%;
	height: 100%;
	position: relative;
}

.box .main .banner{
	/*height: 5.4rem;*/
	height: 3.74rem;
	width: 100%;
	position: relative;
}

.box .main .banner > img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.box .main .titlebox{
	height: 0.58rem;
	width: 100%;
	position: relative;
	margin-top: 0.7rem;
	/*margin-bottom: 0.25rem;*/
}

.box .main .titlebox .titlepic{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4.22rem;
	height: 100%;
	margin: auto auto;
}

.box .main .titlebox .titlepic2{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 8.34rem;
	height: 0.58rem;
	margin: auto auto;
}

.box .main .piclist{
	width: 100%;
	min-height: 3rem;
	margin-top: 0.7rem;
}

.box .main .piclist .item{
	width: 100%;
	height: 9.6rem;
	display: block;
}

.box .main .piclist .item > img{
	width: 100%;
	height: 100%;
}

.box .main .info{
	width: 14.4rem;
	padding: 0.24rem;
	line-height: 0.5rem;
	margin: 0 auto;
	font-size: 0.2rem;
}

.box .main .info p{
	text-indent: 2em;
}

.box .main .bottombox{
	height: 6rem;
	width: 100%;
	background-color: #faac24;
	margin-top: 0.7rem;
	margin-bottom: 2rem;
}

.box .main .bottombox .inner{
	width: 14.4rem;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.box .main .bottombox .inner .slider-box{
	width: 9rem;
	height: 100%;
	background-color: green;
}

.box .main .bottombox .inner .infobox{
	position: absolute;
	top: 0;
	right: 0;
	width: 5.4rem;
	height: 100%;
	overflow: hidden;
	padding-top: 0.5rem;
	padding-left: 0.2rem;
}

.box .main .bottombox .inner .infobox .pictitle{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.box .main .bottombox .inner .infobox .picinfo{
	margin-top: 0.2rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
	text-indent: 2em;
	color: #fff;
}



