*{margin:0; padding:0; box-sizing: border-box;}
ul,li {list-style-type:none;}
body {font-family: Regular,Source Han Sans CN ;color: #666; font-size: 16px; }
a{color: #125D51;text-decoration:none;}
a:hover{/* text-decoration: underline; */}
.clear {LINE-HEIGHT: 0; HEIGHT: 0px; VISIBILITY: hidden; CLEAR: both; FONT-SIZE: 0px; OVERFLOW: hidden}
img{vertical-align: top;border:none;}

.content{ margin: 0 auto; width: 1200px; box-sizing: border-box; }
/* .left{float: left;} */
/* .right{float: right;} */
.hide{display: none;}
.oneLine{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.twoLine{-webkit-line-clamp: 2; /* 这里是超出几行省略 */ word-break: break-all;   text-overflow: ellipsis;  display: -webkit-box;  -webkit-box-orient: vertical;overflow: hidden; }
.threeLine{-webkit-line-clamp: 3; /* 这里是超出几行省略 */ word-break: break-all;   text-overflow: ellipsis;  display: -webkit-box;  -webkit-box-orient: vertical;overflow: hidden; }


input[type='button']{-webkit-appearance:none;}
textarea,select,input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    appearance:none;
    outline:none;
	border: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    border-radius:0;
    background: none;
}
input[type="button"],input[type="submit"],input[type="reset"],input[type="text"]{-webkit-appearance:none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0;}

	.flex{
	 display: flex;
	 display: -webkit-flex;
	}
	.flex-1{flex: 1;}
	.flex-center{
	 align-content: center;
	 align-items: center;
	}
	.flex-wrap{
	 flex-flow: wrap;
	}
	.justify-content-c{
	 justify-content: center;
	}
	.flex-between{
	 justify-content: space-between;
	}
	.flex-column{flex-direction:column}
.tcdPageCode{padding: 15px 20px;text-align: left;color: #ccc;text-align:center; margin-top: 30px;}
.tcdPageCode a{display: inline-block;color: #428bca;display: inline-block;height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.article_txt{font-size: 14px; line-height: 28px; color: #454545; margin-top: 20px; overflow:hidden}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #428bca;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #428bca;	border: 1px solid #428bca;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}	
	
