@charset "utf-8";
/**
 * 头条新闻H5 - 公共样式
 * @author created by lizhigao(lizhigao@021.com)
 * @date 2016-04-07
 */
/*213px显示屏样式 LG Optimus One*/
@media screen and (min-width: 212px) {
	html {font-size: 28.4px;}
}
/*320px显示屏样式 苹果4/4S/5C/5S黑莓Z30 */
@media screen and (min-width: 319px){
	html {font-size: 42.6666px;}
}
/*360px显示屏样式 索尼Z1*/
@media screen and (min-width: 359px){
	html {font-size: 48px;}
}
@media screen and (min-width: 374px) {
	html {font-size: 50px;}
}
/*384px显示屏样式 黑莓Z10 谷歌 Nexus 6 LG Optimus G*/
@media screen and (min-width: 383px){
	html {font-size: 51.2px;}
}
/*399px显示屏样式 三星galaxyNote*/
@media screen and (min-width: 399px){
	html {font-size: 53.2px;}
}
/*414px显示屏样式 苹果6plus*/
@media screen and (min-width: 414px){
	html {font-size: 55.2px;}
}
/*424px显示屏样式 LG 4X */
@media screen and (min-width: 423px){
	html {font-size: 56.5333px;}
}
/*480px显示屏样式 索尼MT27i Xperia sola*/
@media screen and (min-width: 479px){
	html {font-size: 64px;}
}
/*540px显示屏样式 摩托罗拉Droid3/4/Razr Atrix 4g*/
@media screen and (min-width: 539px){
	html {font-size: 72px;}
}
/*640px显示屏样式*/
@media screen and (min-width: 639px){
	html {font-size: 85.3333px;}
}
@media only screen and (min-width: 750px) {
	body{width: 750px;}
}
.f0{font-size: 0;}
body{font-size: 16px; line-height: 1; margin: 0 auto;}
a{-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);}
input::-webkit-input-placeholder { color: #d0d0d0; }
textarea::-webkit-input-placeholder { color: #d0d0d0; }

.dotdot {
	display: flex;
	overflow: hidden;
	text-overflow: ellipsis;
	/*display: -webkit-box;*/
	/*display: box; */
	-webkit-box-orient: vertical;
}
.line1 {-webkit-line-clamp: 1;}
.line2 {-webkit-line-clamp: 2;}
.line3 {-webkit-line-clamp: 3;}
.line4 {-webkit-line-clamp: 4;}
.line5 {-webkit-line-clamp: 5;}
.line6 {-webkit-line-clamp: 6;}

