.container {
    padding-left: 0;
    padding-right: 0;
}

/* 导航 */
.navbar-icy8 .container {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-icy8 {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    border: 0;
}

.navbar-default .navbar-icy8 .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-icy8 a {
    color: #333;
    cursor: pointer;
}

.navbar-icy8 a:hover {
    color: #30A9DE;
    transition: all .3s;
}

.breadcrumb.icy8 {
    border: 1px solid #ddd;
    background-color: white;
}

/* 标签列表 */
.tag_clouds a {
    display: inline-block;
    margin: 0 2px 4px 0;
    padding: 4px 12px;
    border: 1px solid #f0f0f0;
    color: #666;
    text-transform: uppercase;
    line-height: 19px;
    font-size: 12px !important;
    transition: color .2s;
    border-radius: 2px;
}

.tag_clouds a:hover {
    color: #fff !important;
    background: #353535;
    border: 1px solid #353535;
}

/* 侧边列表 */
.list-ch-expr {
    width: 50px;
    display: inline-block;
}

.list-ch-item {
    padding: 5px 5px 5px 10px;
    margin-top: 5px;
    margin-right: 5px;
}

.list-ch-item a {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 通用图片列表 */

.pic-list {
    position: relative;
    /*clear: both;*/
}

.pic-list:after, .pic-list:before {
    content: " ";
    clear: both;
    display: table;
}

.pic-list .item {
    width: 110px;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    vertical-align: top;
}

.pic-list .item a {
    color: #555555;
}

.pic-list .item-title {
    position: relative;
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 2px 0 2px;
    margin-bottom: 2px;
    max-width: 100%;
}

.pic-list .item-pic {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    border: 1px solid #ddd;
    float: left;
    webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pic-list .item-pic:hover {
    box-shadow: 2px 2px 10px #D0D0D0;
}

.pic-list .item img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

@media (max-width: 768px) {
    .pic-list .item {
        width: 105px;
        margin-right: 3px;
    }

    .pic-list .item-pic {
        width: 105px;
        height: 105px;
    }
}

/* 文章 */
.article-nav {
    width: 100%;
    line-height: 50px;
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.article-nav a {
    color: #333;
    cursor: pointer;
}

.article-nav a:hover {
    color: #30A9DE;
    transition: all .3s;
}

.article-nav ul {
    margin-bottom: 0;
}

.article-nav ul li {
    display: inline-block;
}

.article-nav ul li a {
    padding: 0 20px;
}

/* 详情页 */
.viewbox {
    font-family: Verdana, Arial, Tahoma;
    background-color: #ffffff;
    padding: 10px 15px;
}

.viewbox .title {
    height: 66px;
    line-height: 66px;
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
}

.viewbox .title h2 {
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;
}

.viewbox .info {
    height: 24px;
    line-height: 17px;
    text-align: center;
    overflow: hidden;
    color: #666;
}

.viewbox .info small {
    margin-left: 8px;
    margin-right: 3px;
    color: #999;
    font-size: 12px;
}

.viewbox .content {
    font-size: 14px;
    padding: 12px 16px;
    line-height: 26px;
    color: #333;
}

.viewbox .content {
    /*text-indent: 2em;*/
    min-height: auto;
}

.viewbox .context {
    padding-left: 12px;
}

.viewbox .context ul li {
    font-size: 14px;
    line-height: 29px;
    color: #888;
    /*display: inline-block;*/
}

.viewbox .des {
    color: #555555;
}

.viewbox .meta {
    font-size: 10px;
    color: #888888;
}

.view-expr img {
    height: 280px;
    max-width: 100%;
}

.viewbox .pic-title {
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}

.viewbox .pic-title a {
    color: #555555;
}

/* 套图详情 */
.group-pic {
    position: relative;
    font-size: 0;
}

.group-pic .item {
    position: relative;
    display: inline-block;
    height: 150px;
    width: 150px;
    border: 1px solid #474365;
    margin-left: 6px;
    margin-bottom: 10px;
}

.group-pic .item img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
}

.ch-title {
    background-color: #fff;
    padding: 10px;
    border-left: 5px solid #dfdfdf;
    font-size: 16px;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .group-pic .item {
        height: 105px;
        width: 105px;
    }
}

/* 面板主题 */
.panel.panel-white {
    border-color: #ddd;
    transition: .3s;
}

.panel.panel-white:hover {
    box-shadow: 0 0 20px #dddddd;
}

.panel.panel-white > .panel-heading {
    padding: 10px 15px;
    /*border-bottom: 1px solid transparent;*/
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: #333;
    border-color: #f0f0f0;
}

/* 底部 */
.footer {
    margin: auto;
    color: #999;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 10px;
    border-top: 1px solid #E5EFD6;
    padding-top: 10px;
}

.footer .powered {
    font-size: 10px;
    line-height: 25px;
}

.footer .copyright {
    color: #666666;
    line-height: 23px;
}

.tips {
    /*width: 960px;*/
    min-height: 26px;
    background: #FBF3C5;
    text-align: center;
    font: 12px/26px "sinSun";
    margin: 0 auto;
    color: #666;
}

.ecli {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 分页 */
.page .pagination {
    margin: 0;
}
#logo {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 20px;
    float: left;
    margin-top: 16px;
    /*margin-right: 10px;*/
}
#logo > img {
    position: relative;;
    width: 100%;
    height: 100%;
}
/* 响应式 */
@media (max-width: 768px) {
    .view-expr img {
        height: auto;
    }
    #logo {
        display: none;
    }
}

@media (min-width: 768px) {
    .view-expr img {
        height: 280px;
    }
    #indexp {
        display: none;
    }
}