/* 样式重置 */
body{
/* background: url("https://img2018.cnblogs.com/blog/1175444/201904/1175444-20190403145330774-1091718007.jpg") no-repeat  #f0eef5; */
background: url("https://images.cnblogs.com/cnblogs_com/gluncle/2023135/o_210917084051%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20210917163849.gif") repeat-x  #f0eef5;
/* background-size: auto 394px; */
cursor: url("https://images.cnblogs.com/cnblogs_com/gluncle/2023135/o_210831074455%E5%89%91%E9%B1%BC.png"), auto;
/* cursor: url("https://images.cnblogs.com/cnblogs_com/gluncle/2023135/o_210831075940%E9%B1%BC.png"), auto; */
}
#header{
    background: none;
    overflow: hidden;
}
#navigator{
    height: 80px;
    border:0;
    /* background-color: #169fe678; */
}
#navList {
    height: 80px;
    /* font-family: 'Long Cang',cursive; */
}
#navList li {
    height: 80px;
    line-height: 80px;
}
#navList li a:link {
    text-shadow: 3px 3px 2px #000;
    font-size: 18px;
}
.pager {
    line-height: 600%;
    height: 68px;
}
.pager a {
     margin: 0;   
     padding: 10px 14px;
}
.newsItem{
     background:#fff;
     border: 1px solid #dedede;
     margin-bottom: 20px;
}
#profile_block{
     border: 1px solid #fff;
}
#blog-news {
    margin-bottom: 0;
}
#blogTitle h1 {
    font-family: 'Long Cang',cursive;
    font-size: 40px;
}
#blogTitle h2 {
    width: 336px;
    text-align: center;
}

.sidebar-block ul li{
   border: 1px solid #fff; 
   border-bottom: 1px solid #e9e9e9; 
   padding: 8px 10px 8px 20px;
}
.sidebar-block ul li:hover{
   border: 1px solid #ff5e52; 
}

/* 时钟 */
.canvas_box{
      width: 300px;
      position: fixed;
      right: 0;
      top: 0;
      padding: 10px 0 0 10px;  
      border-bottom-left-radius: 3px;
      box-shadow: 0 0 30px #fff;
      background:rgba(207,231,244,0.9);
      z-index: 9;
}

#canvas{
      width: 300px;
}
#sidebar_news_content{
    margin-bottom: 0;
}
/* 旋转木马 */
div#xz_div{
    width: 60px;
    height: 60px;    
    margin:20px auto;
    animation: rolldiv 10s linear infinite;
    transform-style: preserve-3d;
}
div#xz_div:hover{
animation-play-state: paused;
}

@keyframes rolldiv{
    from{
        transform: rotateY(0deg);
    }
    to{
        transform: rotateY(360deg);
    }
}

div#xz_div img{
    width: 60px;
    height: 60px;
    opacity: 0.6;
    position: absolute;
    cursor: pointer;
}
div#xz_div img:hover{
    opacity: 1;
}
div#xz_div img:nth-child(1){
    transform: rotateY(36deg) translateZ(140px);
}
div#xz_div img:nth-child(2){
    transform: rotateY(72deg) translateZ(140px);
}
div#xz_div img:nth-child(3){
    transform: rotateY(108deg) translateZ(140px);
}
div#xz_div img:nth-child(4){
    transform: rotateY(144deg) translateZ(140px);
}
div#xz_div img:nth-child(5){
    transform: rotateY(180deg) translateZ(140px);
}
div#xz_div img:nth-child(6){
    transform: rotateY(216deg) translateZ(140px);
}
div#xz_div img:nth-child(7){
    transform: rotateY(252deg) translateZ(140px);
}
div#xz_div img:nth-child(8){
    transform: rotateY(288deg) translateZ(140px);
}
div#xz_div img:nth-child(9){
    transform: rotateY(324deg) translateZ(140px);
}
div#xz_div img:nth-child(10){
    transform: rotateY(360deg) translateZ(140px);
}

#obody{
    transform-style: preserve-3d;
    -moz-perspective: 2000px;
}

/*回到顶部*/
#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}
#rocket-to-top .level-2 {
    background: url("https://images.cnblogs.com/cnblogs_com/mq0036/508398/o_rocket_button_up.png") no-repeat scroll -149px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}
#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}
#rocket-to-top {
    background: url("https://images.cnblogs.com/cnblogs_com/mq0036/508398/o_rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 250px;
    margin: -125px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
   /*  right: -36px; */
    left: 50%;
    margin-left: 560px;
    top: 86%;
    width: 149px;
    z-index: 11;
}

/* 口号 */
#our_sloganBox{
    width: 375px;
    height: 80px;
    float: right;
    text-align: center;
}

/* 页脚 */
#footer{
    background:#2F4056;
    color: #fff;
    padding: 30px 0;
    margin-bottom: 0;
}
.progress{
    position:fixed;
    bottom:0;
    height:2px;
    background:red;
    z-index: 9999;
}