.box{
	width: 100%;
	min-height: 8rem;
	position: relative;
	padding-bottom: 2.6rem;
}


.box .main{
	width: 100%;
	height: 100%;
	position: relative;
}

.box .main .banner{
	height: 3.74rem;
	width: 100%;
	position: relative;
}

.box .main .banner > img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

}

.box .main .content{
	width: 14.4rem;
	margin: 1rem auto;
	min-height: 7.5rem;
	padding-left: 3.2rem;
	position: relative;	
}

.box .main .content .left{
	position: absolute;
	width: 2.8rem;
	height: 100%;
	left: 0;
	top: 0;
}

@media screen and (max-width: 1200px){
	.box .main .content{
		width: 92%;
		padding: 0;
		margin: 1rem auto;
		min-height: 7.5rem;
		position: relative;	
	}

	.box .main .content .left{
		display: none;
	}	
}

.box .main .content .left .pic1{
	width: 100%;
	height: 1.2rem;
	overflow: hidden;
	background-color: #ad8ba5;
}

.box .main .content .left .pic2{
	margin-top: 0.2rem;
	width: 100%;
	height: 5.6rem;
	overflow: hidden;
	background-color: #7aabdb;
}

.box .main .content .right{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	/*padding-top: 0.4rem;*/
}

.box .main .content .right .infobox{
	width: 100%;
	height: 100%;
}

.box .main .content .right .infobox .title{
	/*height: 0.5rem;*/
	line-height: 0.5rem;
	width: 100%;
	text-align: center;
	font-size: 0.3rem;
	padding-bottom: 0.2rem;
	font-weight: bold;
}

.box .main .content .right .infobox .other1,
.box .main .content .right .infobox .other2{
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
	font-size: 0.14rem;
}

.box .main .content .right .infobox .other2{
	display: none;
}

.box .main .content .right .infobox .infodetail{
	line-height: 0.5rem;
	min-height: 2rem;
	padding-top: 0.3rem;
	margin-bottom: 2rem;
	/*text-indent: 2em;*/
	font-size: 0.16rem;
	max-width: 10rem;
	margin: 0 auto;
}

.box .main .content .right .infobox .infodetail > p{
	/*text-indent: 2em;*/
}

.box .main .content .right .infobox .infodetail > img{
	width: 100%;
}

