@charset "utf-8";
/*
 * =========================================================================
 * 2018/6/27
 * 阅门户   小田爱唱歌   QQ：715647215  
 * 
 * Verson 2.0
 * =========================================================================
 */
body,html{font: 14px/1.5   "ECDodds","PingFang SC", "微软雅黑", "Microsoft YaHei", simsun, "Helvetica Neue", Tahoma, Arial, sans-serif}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	border: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
*:before,
*:after {
	box-sizing: border-box;
}
footer,
header,
nav,
section {
	display: block
}
ul,
li {
	list-style: none;
}
b,
strong {
	font-weight: bold;
}
p {
	color: #251b17 ;
	word-wrap: break-word;
}
a {
	color: #333;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}
textarea {
	overflow: hidden;
	resize: none;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}
input[type="search"]{
 -webkit-appearance: none;
 }
/*input框的删除X IE10以上*/ 
input::-ms-clear{display: none;}
 
/*横向间隙*/
.space_hx {
	overflow: hidden;
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;
	background: transparent;
}
.space_hx1 {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: transparent;
}
.space_hx10 {
	/*横向间隙*/
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 1px;
	overflow: hidden;
	background: #F5F5F5;
}
.space_hx20 {
	/*横向间隙*/
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;
	overflow: hidden;
	background: transparent;
}
.mt5{margin-top:5px;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb60{margin-bottom: 60px;}
.mb100{margin-bottom: 100px !important;}

.ml5{margin-left: 5px;}
.ml10{margin-left: 10px !important;}
.ml20{margin-left: 20px}
.ml40{margin-left: 40px}

.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr20{margin-right: 20px}
.mr30{margin-right: 30px}

.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding: 20px !important;}

.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}

/* 悬浮左，悬浮右*/
.none{
	display: none;
}
.fl {
	float: left;
	-display: inline;
}
.fr {
	float: right;
	-display: inline;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.bold{font-weight:bold;}
.mc{margin:0 auto;}
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
/*通用父子盒子嵌套浮动问题解决，开始*/
.clear {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin: 0px auto;
	font-size: 1px;
	background: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/*文字隐藏*/
.cx-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cx-ellipsis-1 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
    -moz-line-clamp: 1 !important;
    -moz-box-orient: vertical;
}
.cx-ellipsis-2 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
    -moz-line-clamp: 2 !important;
	 -moz-box-orient: vertical;
}
.cx-ellipsis-3 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
    -moz-line-clamp: 3 !important;
	-moz-box-orient: vertical;
}
