/* 头部 */
.titleBox{
	width: 100%;
	height: 0.8rem;
	background: #b60400;
	position: fixed;
	top: 0;
	z-index: 9;
}
.titleBox .logo{
	position: absolute;
	display: inline-block;
	width: 35%;
	position: absolute;
	top: 0.14rem;
	left: 0.1rem;
}
.titleBox .iptBox{
	display: inline-block;
	width: 56%;
	height: 0.56rem;
	border-radius: 0.05rem;
	background: #fff;
	position: absolute;
	top: 0.13rem;
	right: 0.3rem;
}
.titleBox .iptBox .search_ico{
	display: inline-block;
	width: 0.36rem;
	height: 0.36rem;
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	z-index: 9;
}
.titleBox .iptBox input{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0.05rem;
	padding-left: 0.15rem;
	position: absolute;
	left: 0;
	top: 0;
}

/* 导航 */
.nav_index{
	top: 0.8rem;
}

/* 列表 */
.contBox{
	padding: 1.7rem 0.2rem 0.5rem;
	width: 100%;
	box-sizing: border-box;
}
.contBox>.item{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e4e8e8;
	padding: 0.3rem 0 0.25rem;
}
.contBox .item p{
	font-size: 0.32rem;
}
.contBox .item .time{
	font-size: 0.20rem;
	color: #999999;
	margin-top: 0.1rem;
}
.contBox .item .time span{
	margin-left: 0.15rem;
}
.contBox .item_three .img_box{
	margin-top: 0.15rem;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	max-height: 1.35rem;
}
.contBox .item_three .img_box img{
	width: 33%;
	display: inline-block;
}

.contBox .item_one .time{
	margin-top: 0.25rem;
 }

.contBox .item_one .img_box{
float: right;
}
.contBox .item_one .list_title{
	max-width: 60%;	
	float: left;
}
.contBox .item_one img {
	float: right;
	max-width: 30%;
}
.oneimg_total{
	overflow: hidden;
}

.oneimg_total .list_title {
	max-width: 60%;
	float: left;
}

.oneimg_total img {
	float: right;
	max-width: 30%;
	width: 2.4rem;
	min-height: 1.35rem;
}

.oneimg_total {
	overflow: hidden;
	max-height: 1.5rem;
}

.contBox>.item_one>img_box{
	height: 100%;
}
/* 加载中 */
.loading{
	text-align: center;
	line-height: 0.4rem;
	color: #9c9c9c;
}
		
