/*
Theme Name: wangzhenshuo.com
Theme URI: http://www.wangzhenshuo.com

Author: "王震烁"
Author URI: http://www.wangzhenshuo.com

Description:震烁天下01主题用了自适应网页设计的理念进行设计，在任何设备上都显示得完美无缺．有需要做设计网站，设计LOGO的同学可以联系我.
Version: 3.0

-------------------------------------------------------------- */

@charset "utf-8";
/* ,定义了大小，缩小都不会变，最多一起缩小;不定义大小或１００％，会跟着一起缩*/
/*　文章标题字体大小：１８，文章字体１４，右侧标题：１５加粗，右侧列表：１３默认　*/
/*　深彩： #ce5b16　*/
html {
-webkit-text-size-adjust: none;
}
*{
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	margin-top: 8px;
	border: 0;
	height: auto;
	width: auto;
}

body {
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
	font-size: 13px;
	background: #f8f8f8;
	color: #656565;
	letter-spacing: 0.5px;
}
a {
	color: #666;
	font-size:16px;
	text-decoration: none;
	transition: color 0.3s;
}
a:hover {
	color: #eb6622;
}
::selection{background:#eb6622;color:#fff;}

.clear {
	clear: both;
}