@charset "UTF-8";
/**
 * lessIsmore 定制
 * @authors zhengyun
 * @date    2015-08-31 22:01:45
 * @version $Id$
 */
/***********初始化***********/
*{
  margin: 0;
  padding: 0;
}
body{
  background: #fff;
  font-family: "Lucida Grande", "Microsoft JhengHei", "Microsoft YaHei";
  font-size: 14pt;
}
a{
  color: #9aafe5;
  text-decoration:none;
}
a:hover{
  color: #2f62e9;
}
li{
  list-style:none;
}
/* 设置图片视频等自适应调整 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: none;
}

/***********header start*************/
#header{
  display: none;
}
#myNav{
  background-color: #f5f5f5;
  height: 80px;
  width: 100%;
}
#myNav ul {
  height: 80px;
}
#myNav li{
  float: left;
  list-style: none;
  padding: 0 .5rem;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
/**********鼠标悬停效果start*************/
  transition: background 1s,border 1s;
  -moz-transition: background 1s,border 1s;  /* Firefox 4 */
  -webkit-transition: background 1s,border 1s; /* Safari 和 Chrome */
  -o-transition: background 1s,border 1s;  /* Opera */
/***********鼠标悬停效果end**************/
}
#myNav li:hover{
  background: #e1e1e1;
}
#myNav li:nth-child(1){
  margin-left: 30px;
}
#myNav li a{
  text-decoration: none;
  color: #555;
}
#my_links h3{
  display: none;
}
#my_links{
  display: none;
}
/****************contents start****************/
#main{
  margin-top:40px;
}
#mainContent{
  width:100%;
  margin-right:-380px;
  float:left;
  margin-bottom: 50px;
}
.forFlow{
  padding:10px;
}
/*******************文章标题鼠标悬停效果Start***********************/
.postTitle a{
  font-size: 26px;
  color: #555;
/**********鼠标悬停效果start*************/
  transition: padding 1s;
  -moz-transition: padding 1s;  /* Firefox 4 */
  -webkit-transition: padding1s; /* Safari 和 Chrome */
  -o-transition: padding 1s;  /* Opera */
/***********鼠标悬停效果end**************/
}
.postTitle a:hover{
  padding: 8px;
}
.postCon {
    text-align: justify;
}
.postCon a {
  color: #9aafe5;
}
/*******************文章标题鼠标悬停效果 end***********************/
.day{
	padding: 10px 25px;
}
.day:first-child {
  margin-top: -40px;
}
#homepage_top_pager + div {
   margin-top: -40px;
}
.dayTitle a{
  font-size:14px;
  color:#000;
  border-left:3px solid #03b2cc;
  padding-left:5px;
}
.postCon{
  font-size: 14px;
  text-indent:2em;
}
.postDesc{
  font-size: 12px;
  color: #aaa;
  border:none;
  margin-bottom:15px;
  padding-bottom: 15px;
  text-align: right;
}
#site_nav_under,
#BlogPostCategory,
#EntryTag,
#blog_post_info,
.c_ad_block{
  display:none;
}
#tbCommentBody{
  height: 100px;
}
#cnblogs_post_body img{
	max-width: 100%;
}
/*评论*/
.feedback_area_title{
	border-bottom: #9aafe5 1px solid;
}
.feedbackItem{
	border-bottom: #9aafe5 1px solid;
	padding: 15px;
}
.feedbackListSubtitle{
	font-size: 12px;
	color: #aaa;
}
/**************侧边栏 start***************/
#sideBar{
  width:230px;
  float:right;
  border: none;
}
#sidebar_search,
#calendar,
#sidebar_shortcut,
#sidebar_toptags,
#sidebar_topdiggedposts,
#sidebar_topcommentedposts,
#sidebar_recentcomments{
  display:none;
}
#homepage_top_pager {
 display: none;
}
.newsItem,
.catListPostCategory,
.catListPostArchive,
.sidebar-block{
  background-color:#FFF;
  margin-top:15px;
  padding:5px 0 5px 15px;
}
#sidebar_topcommentedposts{
	margin-bottom: 20px;
}
.newsItem{
  margin-top:0;
}
h3{
  font-weight: normal;
  border-left:3px solid #555;
  padding-left:5px;
}
.sidebar-block:last-child{
	margin-bottom: 15px;
}
/*最新评论*/
.recent_comment_title{
	font-size: 14px;
}
/***********档案页************/
.entrylistItem{
	padding-bottom: 70px;
	padding-left: 25px;
	padding-right: 25px;

}
.entrylistTitle {
  margin-top: 0;
}
.entrylistPosttitle{
	margin-top: 15px;
	padding-left: 7px;
  border-left: 3px solid #9aafe5;
  border-bottom: none;
}
.c_b_p_desc{
	font-size: 14px;
}
.c_b_p_desc a{
	font-style:italic;
}
.c_b_p_desc a:hover{
	font-style: normal;
}
.entrylistItemPostDesc{
	font-size: 12px;
	float: right;
  color: #888;
  border: none;
}
#my_links{
  display: none;
}
/************footer start***************/
#footer{
  height: 50px;
  background-color: #f5f5f5;
  text-align: center; 
  padding-top: 25px;
  clear: both;
  color: #555;
}
@media screen and (max-width: 767px) {
   #sideBar {
    display: none;
  }
  #myNav li:nth-child(1) {
    margin-left: 15px;
  }
  #main,
  .day:first-child {
    margin-top: 0
  }
  .postDesc {
    display: none;
  }
  .day {
    padding: 0 0 20px 0;
  }
  .topicListFooter {
    margin-top: 45px;
  }
#homepage_top_pager {
display: none;
}
#homepage_top_pager + div {
margin-top:0;
}
.postTitle a {
    font-size: 20px;
}
}
.c_b_p_desc {
  font-size: 12pt;
}