/* 定制推荐和反对按键   --begin*/
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:50px;
  border:2px solid #009393;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.buryit {
    display: none;
}

.diggit{
   margin-left:30%;
}
/* 定制推荐和反对按键   --end*/

/*设置签名 --begin*/
#MySignature{　　
 border:solid 1px #E5E5E5;
 padding:10px;
 background:#E5EEF7 url(https://images.cnblogs.com/cnblogs_com/grenet/226272/o_o_o_info.png) no-repeat scroll 15px 50%;
 padding-left:80px;}

#MySignature div{
  line-height: 20px;
}
/*设置签名 --end*/

/*去广告 --begin*/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}
*去广告 --end*/

/*定制页面 --begin*/
/* 普通文字样式 */
#cnblogs_post_body p {
    margin: 18px auto;
    color: #000;
    font-size: 14px;
    text-indent: 0;
}
/* 引用背景 */
#topics .postBody blockquote {
    background: #fff3d4;
//    border: none;
    border-left: 5px solid #f6b73c;
    margin: 0;
    padding-left: 10px;
}
/*设置公告栏分割线格式*/
.title{
    position: relative;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}
.title::before,.title::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #ccc;
    top: 50%;
}
.title::before{
    margin-left: -10px;
    transform: translateX(-100%);
}
.title::after{
    margin-left: 10px;
}

/*鼠标悬停时图片放大*/
.post img {
    cursor: pointer;
    transition: all 0.5s;
}
.post img:hover {
    transform: scale(1.3);
}
.c-social img {
    cursor: pointer;
    transition: all 0.5s;
}
.c-social img:hover {
    transform: scale(1.5);
}
/*定制页面 --end*/

#home {
opacity: 0.90;
margin: 0 auto;
//width: 85%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

body {
    background-repeat: no-repeat;  
    background: rgba(12, 100, 129, 0)  fixed;
    background-image:url('https://images.cnblogs.com/cnblogs_com/UnfriendlyARM/1848193/o_200915162425%E6%97%A5%E5%87%BA.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}

.newsItem:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}