/*列表*/
.list.striped li:nth-child(even) {
    background-color: #f8f8f8
}

.list.list-media {
    font-size: 13px
}

.list.list-media li {
    padding: 10px
}

.list.list-media li img {
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 10px
}

.list.list-media li p {
    height: 90px;
    line-height: 1.75;
    padding: 0;
    white-space: normal;
    text-indent: 2em
}

.list.list-media li:nth-child(2n) {
    background-color: #f5f5f5
}

.list.list-gallery,
.list.list-images {
    padding: 10px;
    font-size: 14px;
    line-height: 1
}

.list.list-gallery li,
.list.list-images li {
    width: 33.33333333%;
    *width: 31%
}

.list.list-album {
    padding: 0;
    font-size: 14px
}

.list.list-album li {
    width: 31.33333333%;
    *width: 31%;
    position: relative;
    height: 165px;
    margin: 20px 1% 0 1%
}

.list.list-album li img {
    width: 100% !important;
    height: auto !important;
    min-height: 100%
}

.list.list-album li p {
    width: auto;
    bottom: 0
}

.list-gallery:before,
.list-gallery:after,
.list-images:before,
.list-images:after,
.list-album:before,
.list-album:after {
    content: "";
    display: table;
    height: 0;
    clear: both
}

.list.list-article,
.list.list-download {
    line-height: 40px;
    font-size: 15px
}

.list.list-article li i,
.list.list-download li i {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #999
}

.list-gallery li,
.list-images li,
.list-album li {
    float: left;
    text-align: center
}

.list-gallery li {
    height: 220px
}

.list-gallery li img {
    max-width: 96%;
    height: 150px
}

.list-gallery li p {
    padding: 0 10px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-gallery li img,
.list-images li img {
    margin: 10px auto;
    width: auto
}

.list-images li {
    height: 185px;
    position: relative
}

.list-images li img {
    width: 94%;
    height: 160px
}

.list-images li p {
    width: 94%;
    bottom: 15px
}

.list-images li p,
.list-album li p {
    display: block;
    position: absolute;
    height: 35px;
    margin: auto;
    padding: 0;
    right: 0;
    left: 0;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    *background-color: #666;
    *filter: opacity(75)
}

.list-article li,
.list-download li {
    padding-left: 30px;
    padding-right: 15px;
    border-bottom: 1px dotted #ddd
}

.list-article li {
    background: transparent url(data:image/gif;base64,R0lGODlhCwANAJECAP///52dnf///wAAACH5BAEAAAIALAAAAAALAA0AAAIdlIKZBwEP0XNwqpZw3VJluUWO11GhRo5mCJ6pVwAAOw==) no-repeat 10px center
}

.list-download li {
    background: transparent url(data:image/gif;base64,R0lGODlhEAAQANUAAHJycr+/v4eHh9/f36GhodPT0/Hx8ZmZmXR0dKysrMzMzOvr68nJyXp6eo+Pj9zc3MfHx/X19ebm5ra2tqenp42NjdnZ2Z2dnXh4eOXl5X19fe/v76SkpJKSkvf393Z2dvPz86Ojo6+vr+np6X5+fv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHACUALAAAAAAQABAAAAZewJJwSCwaj8jhQDNKEh8IiXOYQWymhgQBwBFFnAGAWJFkHDwMjGVxIBMpgoviayiBzILJsEGCfIkGARgVe2IAbRsQHYYOQwoEH4aSDRQWRRFmDQANclMFBw9ToqNCQQA7) no-repeat 10px center
}

.list-article li:last-child,
.list-download li:last-child {
    border-bottom: none
}

.list-article li:hover,
.list-download li:hover,
.list-gallery li:hover {
    background-color: #eee
}

.list-article li:hover,
.list-download li:hover {
    padding-left: 40px
}

.list-gallery li:hover img,
.list-album li:hover img {
    -webkit-transform: scale(1.11);
    -moz-transform: scale(1.11);
    transform: scale(1.11);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    opacity: 1
}

.list-images li:hover img {
    opacity: .75;
    *filter: opacity(75)
}

/*边栏*/
.aside {
    min-height: 360px;
    z-index: 99
}

.aside .title-silver {
    border-top: 1px solid #ccc
}

.side-menu {
    list-style: none outside none;
    width: 80%;
    padding: 15px 0;
    margin: 0 auto
}

.side-menu li,
.side-menu a {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms
}

.side-menu li {
    padding: 0;
    margin: 3px 0;
    line-height: 40px;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px dotted #eee;
}

.side-menu a {
    display: block;
    padding: 0 10px 0 20px;
    border-left: 5px solid #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.side-menu a:link,
.side-menu a:visited,
.side-menu a:active {
    color: #333
}

.side-menu a:hover,
.side-menu a.active,
.side-menu a.hover {
    padding-left: 35px;
    border-color: #036bc3;
    color: #036bc3;
    font-weight: bold;
    background-color: #eee
}

.side-menu .sub-menu {
    list-style: none outside none;
    padding: 0 0 0 15px
}

.side-menu .sub-menu a {
    background-image: url(data:image/gif;base64,R0lGODlhBgAHAJEAAFmyAP///////wAAACH5BAEHAAIALAAAAAAGAAcAAAILhIVikHq5UHSMpgIAOw==)
}

.side-menu .sub-menu a:link,
.side-menu .sub-menu a:visited,
.side-menu .sub-menu a:active {
    color: #036bc3
}

.side-menu .sub-menu a:hover,
.side-menu .sub-menu a.active,
.side-menu .sub-menu a.hover {
    color: #fff
}

.side-menu li:last-child,
.sub-menu li:last-child {
    border-bottom: 0
}

/*分页*/
.pager-wrapper {
    padding: 0;
    text-align: center
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #036bc3;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li a:focus,
.pagination>li>span:focus {
    z-index: 3;
    color: #036bc3;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #036bc3;
    border-color: #0280fa
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}