#navList li a:hover{background: #2ba4a8;}
.tx{display: block;
position: absolute;
width: 100px;
left: -45%;
top: -29px;
border-radius: 50%;
border: 2px solid rgb(255, 255, 255);
animation:tx 2s 0s ease infinite;
-webkit-animation:tx 2s 0s ease infinite;
-moz-animation:tx 2s 0s ease infinite;
}


@keyframes tx{
0%{border:8px solid rgba(255,255,255,1);}
50%{border:8px solid rgba(255,255,255,0.15);}
100%{border:8px solid rgba(255,255,255,1);}
}
@-webkit-keyframes tx{
0%{border:8px solid rgba(255,255,255,1);}
50%{border:8px solid rgba(255,255,255,0.15);}
100%{border:8px solid rgba(255,255,255,1);}
}
@-moz-keyframes tx{
0%{border:8px solid rgba(255,255,255,1);}
50%{border:8px solid rgba(255,255,255,0.15);}
100%{border:8px solid rgba(255,255,255,1);}
}



.yd{
width:100%;
height:100px;
background:url(https://m.tuniucdn.com/fb2/t1/G1/M00/39/D6/Cii9EFd0wzOIGqftAAATboPQ6VkAAG1HQKbKZcAABOG822.png) repeat;
position: absolute;
top: 0px;
animation:yd 40s 0s ease infinite;
-webkit-animation:yd 40s 0s ease infinite;
-moz-animation:yd 40s 0s ease infinite;
opacity:0.5;

}
@keyframes yd{
0%{left:0%;}
50%{left:10%;}
100%{left:0;}
}
@-webkit-keyframes yd{
0%{left:0%;}
50%{left:10%;}
100%{left:0;}
}
@-moz-keyframes yd{
0%{left:0%;}
50%{left:10%;}
100%{left:0;}
}

body{ overflow-x:hidden;}




#leftcontentcontainer a{
font-size: 16px;
text-align: left;
color: #fff;
display: block;
text-decoration: none;
text-indent:7px;
}
#RecentCommentsBlock{ color:#fff;}
#leftcontentcontainer li{width: 100%;}
#leftcontentcontainer li:nth-child(odd){background:#45b2c8;}
#leftcontentcontainer li:nth-child(even){background:#55b9cd;}
#leftcontentcontainer li:hover{ background-color: #3098af;}



#profile_block{
    display: block;
    color: rgb(102, 102, 102);
    font-size: 14px;
    padding-left: 35px;
    background: transparent url("https://www.17sucai.com/preview/369331/2015-09-08/%E6%97%A7%E5%9F%8E%E5%BE%AE%E9%9B%A8/img/titlebak4.png") no-repeat scroll 0% 0%;
    height: 155px;
    line-height: 25px;
    padding-top: 33px;
}

#topics .postTitle{
    box-sizing: border-box;
    display: table;
    margin: 10px auto;
    border-bottom: 1px dashed rgb(1, 152, 117);
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: rgb(1, 152, 117);
    padding-left: 20px;
    transition: all 1s ease 0s;
    width: 740px;
}
#topics .postTitle a{color: rgb(1, 152, 117);}
#topics .postTitle:hover{width:100%;opacity:0.5;}
input.btn_my_zzk {
color: #019875;
border: 1px solid #019875;
}
.input_my_zzk {border: 1px solid rgb(27, 165, 199);}


#leftcontentcontainer .catListLink li {
    font-size: 14px;
    line-height: 1.8em;
    width: 76px;
    height: 76px;
    line-height: 76px;
    float: left;
}

#sidebar_categories{clear: left;}