@font-face {
  font-family: 'iconfont';  /* project id 267880 */
  src: url('//at.alicdn.com/t/font_jm9gbajfr18umcxr.eot');
  src: url('//at.alicdn.com/t/font_jm9gbajfr18umcxr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_jm9gbajfr18umcxr.woff') format('woff'),
  url('//at.alicdn.com/t/font_jm9gbajfr18umcxr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_jm9gbajfr18umcxr.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
a{	
	display: inline-block;
	padding: 4px;
	border-radius:5px; 
	transition: all 0.5s ease-in;
	cursor: pointer; 
}
a:hover{
	/* background-color:rgb(224, 243, 202); */
	background-color: #337ab7;
	color: #fff;
	border-radius: 5px;
}
pre{
	word-wrap: normal!important;
}
nav div.control_button{
	display: none;
}
.cat{
	display: none;
}

.blog-main{
/* 	box-shadow: rgb(167, 163, 163) 5px 5px 20px; */
	margin: 0 auto;
	color: #072;
	overflow:hidden;
	word-break:break-word;
/* 	width: 980px; */
/* 	border: 1px solid #888888; */
	position: relative;
}
.blog-main:after{
	content: "";
	clear: both;
	display: block;
}
.x-left-bar{
	margin-top: 30px;
	padding-top: 50px;
	padding-left: 2em;
	height: 100%;
/* 	float: left; */
	position: absolute;
	left: 0;
	padding-right: 15px;
	border-right: 1px solid #dddddd;
	width: 200px;
	z-index: 100;
}

.x-left-bar .weibo img{
	width: 20px;
	display: inline-block;
	margin-right: 10px;
}

.x-left-bar h4 a{
	color:#edf;
}
.x-left-bar li{

	padding: 0.2em;
	letter-spacing: 0.05em;
	text-transform: uppercase;


}
.x-left-bar li:hover,.x-left-bar li:visited{
	border: 1px solid #eee;
}
.x-left-bar li a{
	font-weight: 600;
	font-size: 20px;
	color:#E8BA5D;
	width: 100%;
}
.x-left-bar .adv{
	margin-top: 3.0em;
	overflow-x: hidden;
	word-wrap:break-word; 
 	word-break:break-all; 
}
.x-left-bar a{
	display: inline-block;
}
.x-left-bar .adv img{
	max-width: 100%;
	margin-top: 2.0em;
}
.x-content{
	background-color: #fff;
	margin-left: 240px;
	margin-right: 190px;
	padding-top: 30px;
	line-height: 1.8em;
	min-height: 1600px;
}
.x-content nav{
	background: #edf4ed!important;
}
.x-content .back{
	float: right;
}
.x-right{
	overflow: auto;
	margin-top: 30px;
	width: 150px;
	position: absolute;
	right: 5px;
	z-index: 100;
}
.x-right ul{
	padding:0 1em;
	list-style-type: none; 
}
.x-right ul li{
	padding:4px 0;
	color: #333;
}

.x-right ul li>a{
	width: 100%;
}
ul.pagination{
	position: relative;
	bottom: 10px;
}

#baktop {
	width:40px;
	height:40px;
	position:fixed;
	right:30px; 
	display:block;
	bottom:30px; 
}

.x-extend{
	display: none;
}
/*--------------------------<767px-------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px){

	nav div.control_button{
		display: inline-block;
		margin-left: 0.8px;
		font-size: 0.8em;
	}
	nav div.control_button a{
		font-size: 0.8em;
		color: #d5d5d5!important;
	}

	.blog-main{
		width: 100%;
	}
	.scrollLeft{
		overflow-y: auto;
		overflow-x: hidden;

		webkit-overflow-scrolling: touch;
		-webkit-transition: -webkit-transform 3s ease-in-out;
		transition: transform 3s ease-in-out;
		-ms-scroll-chaining: none;
	}

	.x-left-bar {
		display: none;
		position: fixed;
		background-color: #efe;
		top: 0;
		z-index: 100;
	}

	.x-content{
		padding: 20px;
		padding-top: 30px;
		width:100%;
		margin: 0 auto;
	}
	.x-right{
		height: 400px;
		overflow: auto;
		width: 0px;
		position: fixed;
		top: 15%;
		right: 10px;
	}
	 .cat{
		display: block;
		position: fixed;
		right: 15px;
		top: 40%;
		z-index: 200;
	}
	::-webkit-scrollbar{
		width:0px;
		opacity:0;
		-webkit-overflow-scrolling: touch;
	}
}
