*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
*,body{
	font-family: Arial,'Microsoft YaHei';
}
/*隐藏滚动条*/
body::-webkit-scrollbar{
	display: none!important;
}
body{
	-ms-overflow-style: none;
}

/*input提示文字*/
        input::-webkit-input-placeholder { /* WebKit browsers */
            color: #999;
			font-size: .85rem;
        }

        input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
             color: #999;
			font-size: .85rem;
        }

        input::-moz-placeholder { /* Mozilla Firefox 19+ */
			 color: #999;
			font-size: .85rem;
        }

        input:-ms-input-placeholder { /* Internet Explorer 10+ */
			 color: #999;
			font-size: .85rem;
        }
		textarea::-webkit-input-placeholder { /* WebKit browsers */
		    color: #999;
			font-size: .85rem;
		}
		
		textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		     color: #999;
			font-size: .85rem;
		}
		
		textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
			 color: #999;
			font-size: .85rem;
		}
		
		textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
			 color: #999;
			font-size: .85rem;
		}
/*end*/
ul,ol,p,h1,h2,h3,h4,h5,h6{
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
}
ul::after,.clearfix::after{
	content: '';
	display: table;
	clear: both;
}
a{
	text-decoration: none!important;
	font-size: inherit;
	color: inherit;
}
a:hover{
	color: inherit;
}
/*分页样式*/
.dux-page{
	text-align: center;
	padding: 1rem;
}
.dux-page a,.dux-page span{
	display: inline-block;
 	width: 1.5rem;
	height: 1.5rem;
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 1.5rem;
	background-color: #777;
	margin: 5px;
	color: #fff;
	transition: all .6s;
	border-radius: 3px;
}
.dux-page a:hover,.dux-page a.Ahover{
	background-color: #003677!important;
	color: #fff!important;
}
/*文字行数控制*/
.one-line{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.two-line{
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:2;
	 -webkit-box-orient:vertical;
}
.three-line{
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:3;
	 -webkit-box-orient:vertical;
}
.img-100{
	width: 100%;
}
.border-img{
	padding: 1rem;
	border: 1px solid #ddd;
	background-color: #fff;
}
.hh{
	width: 100%;
	max-width: 100%;
}
.container{
	width: 1600px!important;
	max-width: 100%;
}
.container-article{
	width: 1000px!important;
	max-width: 100%;
	margin: 0 auto;
}
.s-flex{
	display: flex;
	flex-wrap: wrap;
}
.flex{
	display: flex;
	flex-wrap: nowrap;
}
.article p,.article{
	font-size: 1rem;
	line-height: 2;
	color: #333;
}
.article img,.article *{
	max-width: 100%;
}
