/*样式初始化*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
body{font:14px"微软雅黑","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;} 
a{color:#2d374b;text-decoration:none} 
a:hover{color:#cd0200;text-decoration:underline} 
em{font-style:normal} 
li{list-style:none} 
img{border:0;vertical-align:middle} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word}
.clear{
	clear: both;
}
/*头部*/
#header #blogLogo{
	display: none;
}

#header{
	width: 100%;
	background: #1d0129;
	background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353));
	background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: linear-gradient(45deg,#020031 0,#6d3353 100%);
	margin-bottom: 20px;
	box-shadow: 0px 5px 5px #ccc;
}

#header h1{
	float: left;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header h1 a{
	color: #ffffff;
	text-decoration: none;
}

#header h2{
	color: #ccc;
	margin-left: 10%;
	float: left;;
	font-size: 12px;
	margin-top: 20px;
}
#blogTitle{
	overflow: hidden;
}

/*导航*/
#navigator{
	background: white;
	position: relative;
}

#navList {
  display: flex;
  display:-webkit-flex;
  display:-webkit-box;
  list-style: none;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  width: 80%;
}
#navList li {
  flex: 1 1;
  -webkit-flex:1 1;
  -webkit-box-flex:1;
  float:left\9;
  margin-left: 5%\9;
}
#navList li:last-child::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: transparent;
  display: block;
  transition: .3s ease;
  position: relative;
  left: 0%;
}
#navList li:nth-child(1).current ~ li:last-child::after {
  left: -500%;
  background-color: #360033;
}
#navList li:nth-child(2).current ~ li:last-child::after {
  left: -400%;
  background-color: #301441;
}
#navList li:nth-child(3).current ~ li:last-child::after {
  left: -300%;
  background-color: #263357;
}
#navList li:nth-child(4).current ~ li:last-child::after {
  left: -200%;
  background-color: #1b546f;
}
#navList li:nth-child(5).current ~ li:last-child::after {
  left: -100%;
  background-color: #117385;
}
#navList li:nth-child(6).current:last-child::after {
  left: 0;
  background-color: #0b8793;
}
#navList li:nth-child(1):hover ~ li:last-child::after {
  left: -500%;
  background-color: #360033;
}
#navList li:nth-child(2):hover ~ li:last-child::after {
  left: -400%;
  background-color: #301441;
}
#navList li:nth-child(3):hover ~ li:last-child::after {
  left: -300%;
  background-color: #263357;
}
#navList li:nth-child(4):hover ~ li:last-child::after {
  left: -200%;
  background-color: #1b546f;
}
#navList li:nth-child(5):hover ~ li:last-child::after {
  left: -100%;
  background-color: #117385;
}
#navList li:nth-child(6):last-child:last-child:hover::after {
  left: 0;
  background-color: #0b8793 !important;
}
#navList li:nth-child(6):hover::after {
  left: 0%;
  background-color: #0b8793;
}
#navList li:nth-child(1) a {
  color: #360033;
}
#navList li:nth-child(2) a {
  color: #301441;
}
#navList li:nth-child(3) a {
  color: #263357;
}
#navList li:nth-child(4) a {
  color: #1b546f;
}
#navList li:nth-child(5) a {
  color: #117385;
}
#navList li:nth-child(6) a {
  color: #0b8793;
}
#navList a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #666;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  font-size:16px;
}
.blogStats{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 12px;color: black;
}
#header .blogStats {
    display: none;
}

/*主体内容*/

#main{
	width: 95%;
	margin: 0 auto;
	box-shadow: 0 0px 6px #ccc;
	border-radius: 20px;
	overflow: hidden;
}

#main #mainContent{
	width: 76%;
	float: left;
	padding: 10px;
	margin-right: 2%;
}



#mainContent .day .dayTitle{
	display: none;
}
#mainContent .day .postTitle{
	background: #F0F0F0;
	line-height: 40px;
	padding-left: 10px;
	border-radius: 4px;
	word-break: break-all;
}

#mainContent .day .postTitle a{
	font-size: 16px;
	color: #551A8B;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	display: block; 
}
#mainContent .day .postTitle a:hover{
	transform: translate(2px,0);
	-webkit-transform:translate(2px,0);
	-moz-transform:translate(2px,0);
}

#mainContent .day .postCon .c_b_p_desc{
	font-size: 14px;
	line-height: 30px;
}

#mainContent .day .postDesc{
	float: right;
	margin-right: 10px;
	font-size: 12px;
	margin-bottom: 20px;
}
#mainContent .day .c_b_p_desc_readmore{
	float: right;
	margin-right: 10px;
	color: blue;
	text-decoration: none;
}

#main #sideBar{
	float: left;
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
	border-left: 1px dashed #ccc;

}
.newsItem .catListTitle{
	display: none;
}
#profile_block{
	display: none;
}
.aboutme img{
	float: left;
	margin-bottom: 10px;
}
.introduction{
	float: left;
	width: 50%;
}
.introduction h2{
	color: #171515;
	font-weight: 500;
}
.introduction div{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #171515;
}
.introduction div a{
	text-decoration: none;
	color: blue;
}
#sidebar_search h3{
	display: none;
}
#widget_my_google{
	display: none;
}
#sidebar_search_box{
	width: 100%;
	margin:auto;
	margin-bottom: 10px;
}
#sidebar_search_box .input_my_zzk{
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 24px;
	width: 145px;

}
#sidebar_search_box .input_my_zzk:focus{
	border: 1px solid #578fd5;
	box-shadow: 0 0 2px #578fd5;
}

#sidebar_search_box .btn_my_zzk{
	background: #1d0129;
	background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353));
	background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: linear-gradient(45deg,#020031 0,#6d3353 100%);
	outline: none;
	color: white;
	border: none;
	width: 50px;
	height: 24px;
	text-align: center;;
	line-height: 24px;
	border-radius: 5px;
	cursor: pointer;
}
#leftcontentcontainer .catListTitle{
	color: #fff;
	font-size: 16px;
	background: #1d0129;
	background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353));
	background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: linear-gradient(45deg,#020031 0,#6d3353 100%);
	font-weight: normal;
	border-radius: 8px;
	text-align: center;
	margin-top: 10px;
	line-height: 30px;
	height: 30px;
}
#leftcontentcontainer ul li{
	width: 95%;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
	
}
#leftcontentcontainer ul li a{
	color: #4D4D4D;
	text-decoration: none;
}
#leftcontentcontainer ul li a:hover{
	color: #0A0A0A;
}
.recent_comment_author{
	display: none;
}
#nav_next_page a{
	float: right;
	margin-right: 15px;
	display: block;
	color: blue;
	font-size: 16px;
	text-decoration: none;
}
#footer{
	text-align: center;
	margin-top: 20px;
	background: #1d0129;
	line-height: 40px;
	color: white;
}

#topics .postTitle a{
	text-decoration: none;
	color: black;
	word-break: break-all;
}
.cnblogs_code{
	border-radius: 5px;
}
#cnblogs_post_body p{
	font-size: 14px;
	line-height: 20px;
}
#cnblogs_post_body h1 {
    background: #1d0129;
    background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353));
    background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: linear-gradient(45deg,#020031 0,#6d3353 100%);
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 0 0 0 1px #1d0129, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 25px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2 {
    border-bottom: 1px solid #a9abad;
    color: #000000;
    font-size: 16pt;
    font-weight: 600;
    margin-top: 10px;
    text-align: left;
}
#ad_t2,#opt_under_post,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb{
	display: none;
}
.commentbox_main{
	width: 100%;
}
#tbCommentBody{
	width: 100%;
	border-radius: 10px;
}
#tbCommentBody:focus{
	border-color: #4169E1;
	box-shadow: 0 0 5px #1C86EE;
	outline: none;
}
.commentbox_title_right{
	float: right;
	margin-right: 10px;
}
#commentbox_opt{
	float: right;
	margin-right: 10px;
}
#commentbox_opt a{
	display: none;
}
#btn_comment_submit{
	float: right;
	margin-right: 10px
	outline:none;
	background: #1d0129;
	border-radius: 5px;
	color: white;
	border: none;
	cursor: pointer;
}
.commentbox_title{
	width: 100%;
}
.feedback_area_title{
	background: #E0EEE0;
	font-size: 14px;
	line-height: 24px;
	padding-left: 10px;
	margin: 10px 0;
}

.commentbox_title_left{
	display: none;
}

#sidefollow{
	display: block;
	text-decoration: none;
	color: white;
        background: #1d0129;
        background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%);
        background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353));
        background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);
        background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%);
        background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%);
        background: linear-gradient(45deg,#020031 0,#6d3353 100%);
	width: 34px;
	font-size: 20px;
	height: 80px;
	position: fixed;
	text-align: center;
	line-height: 1em;
	right: 0;
	bottom: 18%;
	box-sizing: border-box;;
	padding-top: 10px;
	border-radius: 5px 0 0 5px;
	font-weight: 500;
}

#backtop{
	display: block;
	text-decoration: none;
	color: blue;
	width: 34px;
	font-size: 12px;
	height: 40px;
	position: fixed;
	text-align: center;
	line-height: 1em;
	right: 0;
	bottom: 20px;
	box-sizing: border-box;;
	padding-top: 10px;
	border-radius: 5px 0 0 5px;
	font-weight: 500;
}
@media screen and (max-width: 768px){
	#sideBar, #div_digg{
                display: none;
        }

	#main #mainContent{
		width: 95%;
	}

	#navList{
		width: 100%;
	}
	.blogStats{
		display: none;
	}
	#topics .postTitle a{
		font-size: 24px;

	}
}

/*分类页的一些处理*/
#myposts .myposts_title{
	background: #1d0129;
	background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353));
	background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%);
	background: linear-gradient(45deg,#020031 0,#6d3353 100%);
	font-style: 20px;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 16px;
	padding-left: 20px;
	color: white;
	border-radius: 2px;
}

#myposts .Pager{
	font-size: 14px;
	background: #FFFAFA;
	border-radius: 10px;
	margin: 10px 0;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: right;
	color: #2B2B2B;
}

#myposts .Pager a{
	display: inline-block;
	padding: 10px;
	height: 30px;
	color: blue;
	text-align: center;
	border:none;
}
a[id^="PostsList1_rpPosts_TitleUrl"]{
	float: left;
	line-height: 30px;
	color: #1D0129;
	font-size: 14px;
	text-decoration: none;
	width: 500px;
	margin-right: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
}
#myposts .PostList{
	margin-right: 20px;
        margin-top: 10px;
        font-size: 13px;
}
#myposts .postText2 {
    font-size: 13px;
    margin-bottom: 5px;
    clear: both;
    color: #666;
}
#myposts .PostList:nth-child(even){
	background:#F5F5F5;
}
#myposts .PostList:hover{
	box-shadow: 0 0 5px #ccc;
}
#myposts .PostList:hover::before{
	content: "";
	float: left;
	width: 2px;
	height: 30px;
	background: #8E388E;
}
#myposts .PostList .postDesc2{
	line-height: 30px;
	float:left;

}
.entrylistPosttitle a{
	font-size: 16px;
	color: #551A8B;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	display: block; 
}
.entrylistPosttitle a:hover{
	transform: translate(2px,0);
	-webkit-transform:translate(2px,0);
	-moz-transform:translate(2px,0);
}

/*评论区*/
.feedbackItem{
	padding: 10px 20px;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	overflow: hidden;
}

.feedbackItem .layer{
	display: inline-block;
	color: white;
	padding: 2px;
	background: #1d0129;
	margin-right: 10px;
	text-decoration: none;
}

.feedbackItem .comment_actions a{
   	margin: 0 10px;
   	color: blue;
   	text-decoration: none;
}
.feedbackItem .feedbackManage{
	margin:10px 0;
}
.feedbackCon{
	margin: 10px;
}
.blog_comment_body{
	float: left;
	width: 90%;
	line-height: 24px;
	word-break: break-all;
}
.bq_post_comment{
	width: 90%;
	line-height: 24px;
	word-break: break-all;
}
.comment_vote {
    float: right;
    margin: -16px 10px 0px 10px;
}
/*推荐和反对*/
#div_digg {
    position: fixed;
    bottom: 5px;
    width: 146px;
    right: 10%;
    border: 2px solid #404a58;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    z-index:999;
}