﻿a:link
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}

/* 与tocbot的目录格式有关 */
div.asideMdContents > p.js-toc > ol > li {
    list-style: disc !important;
    list-style-type: disc !important;
    margin-left: 10px;
}

div.asideMdContents > p.js-toc > ol > li > ol > li {
    list-style: circle !important;
    list-style-type: circle !important;
    margin-left: 5px;
}

img
{
    vertical-align: middle;
}
img
{
    -webkit-transition: opacity .3s ease-out;
       -moz-transition: opacity .3s ease-out;
         -o-transition: opacity .3s ease-out;
            transition: opacity .3s ease-out;

    -webkit-backface-visibility: hidden;
}
img:hover
{
    opacity: .8;
}
/* 视野 */
.picBox
{
    overflow: hidden;
    zoom: 1;

    width: 1000px;
}
.picAvatar
{
    overflow: hidden;
    zoom: 1;
    margin-left: -5px;
}
/*设置全局长和宽*/
.picAvatar li
{
    position: relative;
    display: inline;
    float: left;
    overflow: hidden;
    zoom: 1;
    width: 210px;
    height: 210px;
    text-indent: 0 !important;
    margin-left: 0 !important;
}
.picAvatar li .text
{
    font-family: '微软雅黑','黑体';

    position: absolute;
    top: 178px;/*一开始能上升的空间*/
    left: 0;
    /*上升后形成的长宽*/

    width: 210px;
    height: 210px;

    background: #a5ce42;
}
/*b标签里的文字*/
.picAvatar li .text b
{
    font-size: 14px;
    font-weight: 100;

    display: inline-block;
    zoom: 1;

    padding: 5px 15px;

    color: #fff;
    background: #ca2c2a;

    *display: inline;
}
/*p标签中的文字*/
.picAvatar li .text p
{
    font-size: 15px;
    line-height: 24px;

    padding: 30px 15px;
}
.picAvatar li .text a
{
    display: block;

    height: 80px;

    color: #fff;
}
