.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 .banner2{
	height: 3.74rem;
	width: 100%;
}

.box .main .banner2 > img{
	width: 100%;
	height: 100%;
}

.box .main .content{
	width: 14.4rem;
	margin: 0.4rem 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%;
		margin: 0.4rem auto;
		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 .right2{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.box .main .content .right2 .searchbox{
	position: relative;
	width: 100%;
	height: 1.4rem;
	background-color: #faac24;
	padding-top: 0.28rem;
	padding-left: 0.4rem;
	font-size: 0.18rem;
}

.box .main .content .right2 .searchbox .inputbox{
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 0.4rem;
	margin-right: 0.4rem;
} 

.box .main .content .right2 .searchbox .inputbox > input{
	width: 100%;
	height: 100%;
	line-height: 0.4rem;
	border-radius: 5px;
	background-color: #fff;
	padding-left: 0.9rem;
	padding-right: 0.6rem;
	border: 0;
	font-weight: bold;
	font-size: 0.18rem;
}

.box .main .content .right2 .searchbox .inputbox .icon{
	position: absolute;
	left: 0.18rem;
	top: 0.08rem;
	width: 0.15rem;
	height: 0.15rem;
}

.box .main .content .right2 .searchbox .inputbox .note{
	position: absolute;
	left: 0.4rem;
	top: 0;
	width: 0.45rem;
	height: 100%;
	line-height: 0.4rem;
	font-weight: bold;
}

.box .main .content .right2 .searchbox .inputbox .icon > img{
	width: 100%;
	height: 100%;
}

.box .main .content .right2 .searchbox .inputbox .btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 0.6rem;
	height: 100%;
	cursor: pointer;
}

.box .main .content .right2 .searchbox .inputbox .btn .down{
	position: absolute;
	right: 0.3rem;
	top: 0.16rem;
	width: 0;            
	height: 0;            
	border-top: 8px solid #000;            
	border-left: 6px solid transparent;            
	border-right: 6px solid transparent;
	
}

.box .main .content .right2 .searchbox .inputbox .btn .up{
	position: absolute;
	right: 0.3rem;
	top: 0.16rem;
	width: 0;            
	height: 0;            
	border-bottom: 8px solid #000;            
	border-left: 6px solid transparent;            
	border-right: 6px solid transparent;
	display: none;
}

.box .main .content .right2 .searchbox .inputbox .inputlist{
	position: absolute;
	width: 100%;
	height: 3.1rem;
	left: 0;
	top: 0.4rem;	
	background-color: #fff;
	overflow-y: auto;
	border: 2px solid #e4e3e0; 
	border-top: 1px dashed #e4e3e0; 
	z-index: 9;
	display: none;
	cursor: pointer;
}

.box .main .content .right2 .searchbox .inputbox .inputlist .item{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	border-bottom: 1px dashed #e4e3e0; 
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

.box .main .content .right2 .searchbox .btnsearch{
	width: 1.1rem;
	height: 0.4rem;
	line-height: 0.4rem;
	display: inline-block;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.box .main .content .right2 .searchbox .linkinfo{
	margin-top: 0.22rem;
	position: relative;
	height: 0.3rem;
	line-height: 0.3rem;
	font-weight: bold;
	color: #fff;
}

.box .main .content .right2 .infobox{
	position: relative;
	width: 100%;
	padding-top: 0.5rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	font-size: 0.18rem;
}

.box .main .content .right2 .infobox .titlebox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	border-bottom: 2px solid #e4e3e0;
	font-weight: bold;
	font-size: 0.18rem;
}

.box .main .content .right2 .infobox .titlebox .name{
	width: 40%;
	height: 100%;
	padding-left: 0.2rem;
	float: left;
}

.box .main .content .right2 .infobox .titlebox .time{
	width: 25%;
	height: 100%;
	padding-right: 0.2rem;
	float: right;
	text-align: center;
}

.box .main .content .right2 .infobox .titlebox .type{
	position: absolute;
	width: 30%;
	height: 0.5rem;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-left: 0.2rem;
	text-align: center;
}

.box .main .content .right2 .infobox .itemlist{
	position: relative;
	width: 100%;
}

.box .main .content .right2 .infobox .itemlist .itembox{
	position: relative;
	width: 100%;	
}

.box .main .content .right2 .infobox .itemlist .itembox .item{
	position: relative;
	height: 0.6rem;
	width: 100%;
	border-bottom: 1px dashed #e4e3e0;
	font-weight: bold;
}

.box .main .content .right2 .infobox .itemlist .itembox .item:hover{
	background-color: #fef7e9;
}


.box .main .content .right2 .infobox .itemlist .itembox .item .name{
	width: 40%;
	height: 100%;
	line-height: 0.6rem;
	padding-left: 0.2rem;
	float: left;
	color: #faac24;
}

.box .main .content .right2 .infobox .itemlist .itembox .item .time{
	width: 25%;
	height: 100%;
	line-height: 0.6rem;
	padding-right: 0.2rem;
	float: right;
	text-align: center;
}

.box .main .content .right2 .infobox .itemlist .itembox .item .type{
	position: absolute;
	width: 30%;
	height: 100%;
	line-height: 0.6rem;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-left: 0.2rem;
	text-align: center;
}

.box .main .content .right2 .infobox .itemlist .itembox .item .iconup{
	position: absolute;  
	right: 0.2rem;
	top: 0.24rem;
	width: 0;            
	height: 0;            
	border-bottom: 10px solid #faac24;            
	border-left: 10px solid transparent;            
	border-right: 10px solid transparent;
	display: none;
}

.box .main .content .right2 .infobox .itemlist .itembox .item .icondown{
	position: absolute;  
	right: 0.2rem;
	top: 0.26rem;
	width: 0;            
	height: 0;            
	border-top: 10px solid #faac24;            
	border-left: 10px solid transparent;            
	border-right: 10px solid transparent;
	
}

.box .main .content .right2 .infobox .itemlist .itembox .detail{
	margin-top: 0.1rem;	
	padding: 0.2rem;
	background-color: #fef7e9;
	line-height: 0.36rem;
	display: none;
	padding-bottom: 0.8rem;
}

.box .main .content .right2 .infobox .itemlist .itembox .detail .toprow{
	position: relative;
	height: 0.5rem;
	line-height: 0.5rem;
	border-bottom: 1px solid #faac24;
	
}

.box .main .content .right2 .infobox .itemlist .itembox .detail .toprow .leftinfo{
	width: 49%;
	display: inline-block;
	text-align: left;
}

.box .main .content .right2 .infobox .itemlist .itembox .detail .toprow .rightinfo{
	width: 49%;
	display: inline-block;
	text-align: right;
}

.box .main .content .right2 .infobox .itemlist .itembox .detail .title{
	padding-left: 0.2rem;
	height: 0.3rem;
	line-height: 0.3rem;
	border-left: 4px solid #faac24;
	margin-top: 0.5rem;
	margin-bottom: 0.6rem;
	font-weight: bold;
}

.box .main .content .right2 .infobox .itemlist .itembox .line{
	height: 0.2rem;
	border-bottom: 1px dashed #e4e3e0;
	display: none;
}

.box .main .content .right2 .morebox{
	position: relative;
	width: 2.8rem;
	height: 0.8rem;
	border: 1px dashed #faac24;
	margin: 0.9rem auto;
	padding-top: 0.2rem;
}

.box .main .content .right2 .morebox .info{
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
	color: #faac24;
	font-size: 0.18rem;
}

.box .main .content .right2 .morebox .icon{
	position: absolute;  
	right: 0;
	left: 0;
	top: 0.52rem;
	margin: 0 auto;
	width: 0;            
	height: 0;            
	border-top: 8px solid #faac24;            
	border-left: 8px solid transparent;            
	border-right: 8px solid transparent;	
}