/*通用类*/
*{
	margin:0;		
	padding:0;
}
html{
	overflow-x:hidden;		
}
body{		
	width:100%;	
	min-width:320px;
	margin:0 auto;	
	font-family:"Microsoft Yahei";	
	background:#fff;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
	color:#333;
}

/*不同设备字体em基准*/
html{
	font-size:42.6667px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:42.6667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:55px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:64px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:144px;
  }
}


img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#333;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:"Microsoft Yahei";	
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.cm_photo{
	display:block;
	position:relative;
	overflow:hidden;	
}
.cm_photo .thumb{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;	
}
.cm_photo .zw{
	display:block;
	height:auto;	
	width:100%;
}

.header{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	background:#fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	border-bottom:1px solid #f4f4f4;
	font-size:0.33rem;
}
.header_zw{
	height: 0.8rem;
	clear: both;
}
.find_nav{
	height: 2.1rem;
	background:#fff;
	border-bottom:0.16rem solid #f5f5f5;
	text-align: center;
}
.find_nav a{
	display: block;
	width: 25%;
	float: left;
	height: 2.1rem;
	box-sizing:border-box;
	padding-top:0.3rem;
	color:#787a7c;
	line-height: 1rem;
	font-size:0.3rem;
}
.find_nav img{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	margin:0 auto;
}

.find_new{
	background:#fff;
	border-bottom:0.1rem solid #f5f5f5;
}
.find_head{
	height: 1rem;
	line-height: 1rem;
	clear: both;
	border-bottom:1px solid #f5f5f5;
	padding:0 0.2rem;
}
.find_head .tit{
	width: 100%;
	float: left;
	font-size:0.34rem;
	word-break:keep-all;/* 不换行 */

white-space:nowrap;/* 不换行 */

overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */

text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用*/
}
.find_head .more{
	float: right;
	color:#939395;
	font-size:0.3rem;
}
.new_item{
	display: block;
	width: 7.1rem;
	margin:0.2rem auto 0 auto;
}
.new_item .photo{
	display: block;
	width: 7.1rem;
	height: 3.9rem;
	position: relative;
	overflow: hidden;
	border-radius:0.1rem;
	
}
.new_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.new_item .name{
	height: 0.8rem;
	line-height: 0.8rem;
	padding-left:0.2rem;
	color:#939395;
	font-size:0.3rem;
}
.ne_item2{
	width: 7.1rem;
	margin:0 auto;
	display: block;
	border-bottom:1px solid #f4f4f4;
}
.ne_item2:last-child{
	border:0;
}
.ne_item2 .c_left{
	width: 100%;
	float: left;
	border-bottom:1px solid #e7e7e7;
}
.ne_item2 .name{
	font-size:0.3rem;
	line-height: 1rem;
	height: 0.72rem;
	
	overflow: hidden;
	width:100%;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	margin-bottom:0.2rem;
	word-break:keep-all;/* 不换行 */

white-space:nowrap;/* 不换行 */

overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用*/
}
.ne_item2 .date{
	float: left;
	height: 0.4rem;
	line-height: 0.4rem;
	color:#999;
	font-size:0.24rem;
	padding-left:0.3rem;
	background:url("../images/ne_date.png") no-repeat left center;
	background-size:auto 0.24rem;
}
.ne_item2 .tag{
	display:inline-block;
	height: 0.4rem;
	line-height: 0.4rem;
	float: right;
	padding:0 0.14rem;
	background:#fee1e2;
	font-size:0.2rem;
	color:#f86770;
	border-radius:0.2rem;
}
.ne_item2 .photo{
	display: block;
	width: 2rem;
	height: 1.4rem;
	float: right;
	border-radius:0.1rem;
	position: relative;
	overflow: hidden;
}
.ne_item2 .photo img{	
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
