*{
	box-sizing: border-box;
}
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#555;position:relative;font-family: "思源黑体"; vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none !important;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#c8a063 !important;text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

.page{padding: 10px 0; margin-top: 15px; overflow: hidden;  border-top: 0px solid #eee;  text-align: center;}
.page a{ border: 1px solid #ccc; display: inline-block; padding: 2px 8px; margin-right: 5px; color:#333;font-size:15px;}
.page a.on,.page a:hover{ background:#c8a063; color:#fff !important; border:1px solid #c8a063;}

h1,h2,h3,h4,h5,h6{
  font-weight:bold;
  line-height:1em;
}
hr {border: 0;border-top:1px solid #ccc;height:0;}
img{
	max-width: 100%;
}
.animate {
    transform: translate(0px);
    opacity: 1;
    filter: alpha(opacity=100);
}

.e1{ overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.e2{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.e3{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.e4{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;}
.e5{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:5;-webkit-box-orient: vertical;}
