
.fn-clear:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-left {
	float: left;
}


.whitebg{
	background: #fff;
}
.index-margin {
    margin-bottom: 1.5rem;
}
.graybg{
	background: #e9e9f2;
}
.info-silde{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom:1px solid #dedede;
	z-index: 1;
}
.info-silde li{
	width: 50%;
	text-align: center;

}

.info-silde li a{
		padding:0.34rem 0;
	display:block;
	font-size: 0.44rem;
	color: #333333;
}

.info-silde li a.active{
	color: #ff595e;
}

.info-list li{
	background: #fff;
	margin-bottom: 10px;
}

.info-list li a{
	display: block;
	padding: 0.6rem 0.44rem 0.5rem 0.44rem;
}
.info-text{
	font-size:0.44rem;
	color: #333333;
	height: 1.34rem;
	    line-height: 0.66rem;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
	
}
.info-hint{
	margin-top: 0.1rem;
	text-align: right;
	color: #c7c7c7;
	font-size: 0.32rem;
}
.info-line{
	margin:0 4px;
}
.info-drop,.info-wrap{
	margin-top: 1.32rem;
	    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.new-list li{
	background:#ffffff;
	border-bottom: 1px solid #ededed;
}
.new-list li a{
	display: block;
	padding:0.4rem 0.44rem;
}
.new-list-img{
	-moz-border-radius: 5px;
	     border-radius: 5px;
	overflow: hidden;
	text-align: center;
	height: 6rem;
}
.new-list-smallimg{
	float: right;
	-moz-border-radius: 5px;
	     border-radius: 5px;

	text-align: center;
	width: 4.2rem;
	height: 2.8rem;
		overflow: hidden;
}
.new-list li img,.new-list-smallimg img{
	height: 100%;
	max-width: 100%;
}

.new-list-title{
	color: #333333;
	font-size: 0.44rem;
	height: 1.32rem;
	word-break: break-all;
	overflow: hidden;
	    -webkit-line-clamp: 2;
	        display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-top:0.24rem;
  	margin-bottom:0.24rem;
}

.new-list-place{
	position: relative;
}
.new-list-name{
	color: #c7c7c7;
	font-size: 0.3rem;
}

.new-list-time{
	position: absolute;
	top: 0;
	left: 8rem;
	color: #c7c7c7;
	font-size: 0.32rem;
}
.new-list-info{
	width: 5.1rem;
	    height: 2.8rem;
	    position: relative;
}
.new-list-title2{
	color: #333333;
    font-size: 0.44rem;
       height: 2rem;
    word-break: break-all;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.new-list-place2{
	width: 3.8rem;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #c7c7c7;
}
.new-list-name2{
	font-size: 0.3rem;
}
.new-list-time2{
	font-size: 0.32rem;
}

.details img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.info-title{
	position: relative;
	padding:0 0.44rem;
	font-size: 0.52rem;
	color: #000000;
	margin-bottom: 0.3rem;
	padding-bottom: 0.36rem;
}
.info-time{
	font-size: 0.32rem;
	color: #c7c7c7;
	position: absolute;
	bottom: 0.1rem;
	right:0.44rem;
}
.info-title-wrap{
	position: relative;
	padding-bottom: 0.4rem;
	padding-top: 0.2rem;
}
.info-title-wrap p{
	color:#333333;
	font-size: 0.4rem;
	margin-bottom: 0.7rem;
	padding:0 0.44rem;
	width: auto!important;
}
