@charset "utf-8";
/* CSS Document */
/*
+-----------------------------------------------------------------------+
|	WordPress Plugin: WP-DownloadManager 								|
|	Copyright: 2016 in Industry Research Institut              			|
|																		|
|	File Written By:													|
|	- ranbo												                |
|																		|
|	File Information:													|
|	- CSS pc_public Style				               					|
+-----------------------------------------------------------------------+
*/
*{ font-size:1em; font-family:"微软雅黑", "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";margin:0 auto; padding:0; color:#39424f;}
body{margin:0; padding:0px;}
.content_bodybg { width:100%; background:#fff;}
h1,h2,h3,h4,h5,h6,ol,ul,dl,dd,p{margin:0px;}
ol,ul,li,th,td {padding:0;list-style:none;}
i { font-style:normal}
p{ text-indent:2em; color:#555;}
a{ text-decoration:none; color:#ff6400; outline: none;}
a:hover{ text-decoration:none; color:#f63c3c;}
.fl {float:left;}
.fr {float:right;}
.flb { float:left; border:0px;}
.rlb { float:right; border:0px;} 
.clear{ clear:both;}
img { border:0px;}

/*输入框  start*/
input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit; -webkit-appearance:none;}
/*输入框  end*/


/*文字隐藏标签 start*/
.text_hidingr_duo {
	overflow :hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-o-line-clamp:2;
	-moz-line-clamp:2;
	-webkit-line-clamp:2;
	-o-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	
}
.text_hidingr_dan { overflow :hidden ;text-overflow:ellipsis; white-space:nowrap;}
/*文字隐藏标签 end*/


/*浮动定位标签 start*/
.position_rel { position:relative;}
.position_abl { position:absolute;}
.position_fxd { position:fixed;}
.mrright { margin-right:24.5px;}
.mrtop { margin-top:24px;}
/*浮动定位标签 end*/


/*--标签背景 START--*/
.bakg01{ background:#26a2de;}
.bakg02{background:#17c7be;}
.bakg03{background:#f63c3c;}
.bakg04{background:#fff !important;}
.bakg05{background:#f4f4f4 !important;}
.bakg06{background:#efb2b2; color:#941f3b;}
/*--标签背景 end--*/

/*内外边距标签 start*/
.margin_top { margin-top:24px;}
.margin_topone { margin-top:10px;}
.margin_left { margin-left:24px;}
.margin_leftone { margin-left:19px;}
.margin_right { margin-right:24px;}
.margin_right1 { margin-right:1%;}
.margin_bottom { margin-bottom:24px;}
.padding_top { padding-top:24px;}
.padding_bottom { padding-bottom:24px;}
/*内外边距标签 end*/


/*border标签 start*/
.border_one {border:1px solid #26a2de; color:#26a2de !important;}
.border_two {border:1px solid #f63c3c; color:#f63c3c !important;}
.border_three {border:1px solid #17c7be; color:#17c7be !important;}
.border_four {border:1px solid #ccc; padding-top:20px !important;}

/*border标签 start*/


/*color标签 start*/
.color_one { color:#26a2de !important;}
.color_two { color:#17c7be !important;}
.color_three { color:#f63c3c !important;}
/*color标签 end*/

.buffer {
	animation:myfirst0 4s;
	-moz-animation:myfirst0 4s; 
	-webkit-animation:myfirst0 4s;
	-o-animation:myfirst0 4s; 
	animation-iteration-count:infinite;
}
.spanone { color:#f04b00;}
.spantow { color:#008fbc;}
.tm { transition: all 0.4s linear 0s; cursor:pointer;}

/*公共样式表*/
