@charset "utf-8";
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input {margin: 0;padding: 0;}
body {font-size: 14px;font-family: "Microsoft YaHei",'黑体';line-height: 1;}
.main{background: #fff;}
img {border: none;}
ul,li {list-style:none;}
input,select,textarea,button {outline: none;}
textarea {resize: none;}
a {text-decoration: none;color: inherit;color: #3D383E; }

button{cursor: pointer;}
/*清浮动*/
.clearfix:after {content: "";display: block;clear: both;}
.clearfix {zoom:1;}
.lf{float:left;}
.rf{float:right;}
.main-bg{
	width: 100%;
    background: #f8f8f8;
}
.flex{
	display: flex;
	display: -webkit-flex;
}
.moduleBg{
	width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.rt0{
	margin-right: 0 !important;
}
.top20{
	margin-top:20px;
}
/*公用固定行显示，默认2行*/
.xlyLine{
	display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


















