/*mian*/
*{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	font-family:"Open Sans",sans-serif;
	color:#555555;background:url(../img/bg.png) center top repeat;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
img{
	border:0;
	max-width:100%;
	height:auto;
}
a{
	color:#737373;
	text-decoration:none;
	transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-webkit-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
}
a:hover{
	color:#46A8C8;
	text-decoration:none;
}
a:focus{
	outline:none;
}
ol,ul,li{
	list-style:none outside none;
}
.clear{
	clear:both;
}
.fa{
	color:#777777;
}
#container{
	width:100%;
}
#header .inner,#navigation .inner,#content .inner,#footer .inner{
	max-width:1000px;
	margin:0 auto;
}

/*header*/
#header{
	background:#FFF url(../图片/03.png) background-repeat:no-repeat;
	background-size:cover; 
	center bottom; 
	height: 130px;
}
#header .inner{ 
	background:url(../img/header-image.png) right bottom no-repeat;
	 height: 120px; 
	 overflow:hidden;
 }
#caption{
	min-height:84px;
	padding:0 10px;
}
#title{
	height:40x;
	line-height:40px;
	float:left;padding:25px 0 19px;
}
#title a{
	font-size:33px;
	font-weight:bold;
	color:#83aa59;
}
#divsearch{
	width:270px;
	height:32px;
	float:right;
	padding:35px 0 17px;
}

/*navigation*/
#navigation{
	background:#FFF;
}
#nav{
	width:100%;
}
#nav ul{
	letter-spacing:-4px;
	word-spacing:-4px;
	font-size:0;
}
#nav li{display:inline-block;
	position:relative;
	letter-spacing:normal;
	word-spacing:normal;
	*display:inline;zoom:1;
	font-size:13px;
}
#nav .current_page_item{
	background:url(../img/nli.png) repeat-x;
}
.mr li:first-child{
	background:url(../img/nli.png) repeat-x;
}
#nav li a{
	display:block;
	line-height:16px;
	padding:9px 10px;
	color:#333;
}
#nav li a:hover{
	background:url(../img/nli2.png) repeat-x;
}
#nav .sub-menu,#nav .children{
	height:0;
	left:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:0;
	z-index:99999;
	top:33px;
}
#nav li:hover > ul, #nav .focus > ul{
	clip:inherit;
	overflow:inherit;
	height:inherit;
	width:inherit;
}
#nav ul ul a{
	padding:10px 10px;
	margin:0;
	width:180px;
	background:#afa553;
}
#nav ul ul a:hover{
	background:#9c8e32;
}
#nav ul ul li{
	padding:0;
	border-top:1px solid #938a28;
}
#nav ul .sub-menu ul,#nav ul .children ul{
	border-left:0 none;
	left:100%;
	top:-1px;
}
#nav .menu-toggle{
	width:100%;
	height:34px;
	display:none;
}
#nav .menu-toggle a{
	width:100%;
	height:34px;
	display:block;
	line-height:37px;
	font-weight:bold;
	text-align:center;
	font-size:22px;
	cursor:pointer;
	color:#ffffff;
}

/*search*/
.search-form{
	width:100%;
	max-width:270px;
	height:32px;
}
.search-form .search-field{
	width:70%;
	height:30px;
	float:left;
	font-family:inherit;
	font-size:13px;
}
.search-submit{
	width:25%;
	height:33px;
	line-height:32px;
	text-align:center;
	font-family:inherit;
	font-size:13px;
	float:left;
	background:none;
	border:none;
	background-color:#cccccc;
	color:#ffffff;
	cursor:pointer;
	text-transform:uppercase;
	transition:background-color 0.2s linear;
	-moz-transition:background-color 0.2s linear;
	-webkit-transition:background-color 0.2s linear;
	-o-transition:background-color 0.2s linear;
}
.search-submit:hover{
	background:#999999;
}
/*content*/
#content {
	background:url(../img/trushi.png) repeat-x;
}
#cont{
	width:100%;
	min-height:600px;
	padding:0 0 50px;
	background-color: rgba(255, 255, 255, 0.6);
}
#main{
	width:66%;
	float:left;
	padding:10px 0 20px;
	display:inline-block;
	margin:0 6% 0 0;
}
.mscont{
	width:100%;
	line-height:26px;
	overflow:hidden;
	text-align:Justify;
	text-justify:inter-ideograph;
}
.mscont img{
	max-width:660px;
	height:auto;margin:0 0 20px;
}
.mscont pre{l
	ine-height:16px;
	background:#ededef;
	color:#45474B;
	border-left:15px solid #dddee2;
	_border-left:none;padding:5px 9px;
	font-size:12px;
	overflow-x:auto;
	margin:0 0 10px;
}
.mscont table{
	border-bottom:1px solid #ededed;
	border-collapse:collapse;
	border-spacing:0;
	font-size:14px;
	line-height:2;
	margin:0 0 20px;
	width:100%;
}
.mscont caption,th,td{
	font-weight:normal;
	text-align:left;
}
.mscont caption{
	font-size:16px;
	margin:20px 0;
}
.mscont th{
	font-weight:bold;
	text-transform:uppercase;
}
.mscont td{
	border-top:1px solid #ededed;
	padding:6px 10px 6px 0;
}
.mscont del{
	color:#333;
}
.mscont ins{
	background:#fff9c0;
	text-decoration:none;
}
.mscont hr{
	background-size:4px 4px;
	border:0;
	height:1px;
	margin:0 0 24px;
}
.mscont a{
	color:#46A8C8;
}
.mscont a:hover{
	color:#83AA59;
}
.mscont li{
         list-style:inside;
}
.mscont .alignright{
	float:right;
	margin-left:15px;
}
.mscont .alignleft{
	float:left;
	margin-right:15px;
}
.mscont code{
	background:#eeeeee;
}
.mscont p{
	margin:0 0 14px;
}
.mscont ol li{
	list-style:decimal outside none;
}
.mscont li ol,.mscont li ul{
	padding:0 0 0 28px;
}
.mscont h1,.mscont h2,.mscont h3,.mscont h4,.mscont h5,.mscont h6{
	margin:0 0 10px;
}
.mscont blockquote{
	padding:5px 10px;
	border-left:2px solid #46A8C8;
	background:#dceff5;
	margin:0 0 14px;
	max-width:98%;
}
.mscont blockquote p{
	margin:0;
}
.page-header{
	height:30px;
	line-height:30px;
	padding:20px 0 0 10px;
}
.page-header span{
	font-weight:bold;
	margin:0 0 0 5px;
}

/*post*/
#main .post,#main .page{
	padding:30px 10px 30px;
	border-bottom:1px solid #EBEAE5;
}
.entry-title{
	width:100%;
}
.entry-title a,.entry-title span{l
	ine-height:22px;
	font-size:20px;
	font-weight:bold;
	color:#46A8C8;
}
.entry-title a:hover{
	color:#83aa59;
}
.entry-meta{
	width:100%;
	line-height:26px;
	padding:6px 0 0;
	font-size:13px;
}
.entry-meta span{
	margin:0 12px 0 0;
}
.entry-meta span a{
	padding:0 4px 0 0;
	display:inline-block;
}
.entry-meta .div2{
	float:right;
}
.entry-meta .div2 span{
	margin:0;
}
.entry-meta .div2 span a{
	padding:0;
}
.entry-content{
	width:100%;
	padding:10px 0 0;
}
.entry-content img{
	margin:0 0 5px;
}
.more-link{
	display:block;
	padding:10px 0 0;
	font-size:13px;
}
.entry-meta2{width:100%;
	line-height:20px;
	padding:20px 0 0;
	font-size:13px;
}
.entry-meta2 span{
	margin:0 12px 0 0;
}
.entry-meta2 span a{
	padding:0 6px 0 0;
	display:inline-block;
}
.post-entry-media{
	font-size:0;
	line-height:0;
	margin:0 0 10px;
}

/*sidebar*/
#sidebar{
	width:28%;
	float:left;
	display:inline-block;
	padding:40px 0 0;
}
#sidebar .widget{
	margin:0 0 30px;
}
#sidebar .widget-title{
	height:16px;
	line-height:16px;
	padding:0 0 10px;
	font-weight:bold;
	color:#83AA59;
	text-transform:uppercase;
	font-size:16px;
}
#sidebar li{
	line-height:22px;
	padding:0 0 4px;
	font-size:13px;
}
#sidebar table{ 
	width:100%;
}
#sidebar select{ 
	max-width:100%;
}
#sidebar ul ul{ 
	padding-left:10px;
}
#back_top{
	border-radius:5px 5px 5px 5px;bottom:48px;
	cursor:pointer;height:48px;opacity:0.8;position:fixed;right:48px;
	text-align:center;width:48px;z-index:100;background:#6C0;color:red;}
#back_top:hover{opacity:1;}