﻿/* CSS Document */
.channel-big img {
    width: 100%;
}

.crumbs {
    /* height: 30px; */
    background: #e8e8e8;
    line-height: 30px;
    padding-left: 5px;
    margin-bottom: 15px;
}

#channel-more .row-title {
    background: #e8e8e8;
    margin-bottom: 10px;
}

#channel-more h4 {
    margin: 2px 0px;
}

#channel-more .span10 {
    padding-bottom: 10px;
}

#channel-list .row-content {
    display: table;
    margin-bottom: 5px;
}

.pages {
    margin: 10px 0px;
    clear: both;
}

.pages img {
    width: 180px;
    height: 120px;
}

.pages a {
    min-width: 10px;
}

smaill {
    color: #999;
}

.article-title h4 {
    margin-top: 0px;
}

.row-content {
    display: inline-block;
    min-height: 120px;
    width: 100%;
    margin: 0px;
}

/*内容页图片放大效果样式*/
#contents #left .row-content img {
    cursor: zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
}

#img_cover {
    position: relative;
    background-color: ;
    position: fixed;
    z-index: 2;
    opacity: 1;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#img_cover .img_table {
    width: 100%;
    height: 100%;
    display: table;
}

#img_cover .img_cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#img_cover img {
    max-width: 100%;
    height: auto;
}

/*内容页*/
.article-img {
    max-width: 400px;
    max-height: 300px;
    float: left;
    margin: 5px 5px 10px 0px;
    font-size: 12px;
    color: #A20000;
}

.article-img [class*="span"] {
    height:
}

.span3.pull-right {
    clear: right;
}

/*分享*/
/*.article-share{	min-width:238px;}*/
.bshare-custom {
    float: left;
}

.bshare-custom a {
    padding-left: 15px;
    margin-bottom: 3px;
}

/*图片频道*/
.row-photo .span3 a {
    font-size: 0.9em;
}

/*.thumbnails{margin-bottom:15px;}
.row-photo .row-fluid [class*="span"]{ border:1px solid #CCC; margin:0px; padding:5px; width:24%;}*/
.row-photo .row-fluid [class*="span"] {
    overflow: hidden;
    margin-bottom: 5px;
}

.row-photo .row-fluid [class*="span"] img {
    max-height: 110px;
    width: 100%;
}

.row-photo .row-fluid [class*="span"]:nth-child(4n+1) {
    margin-left: 0px;
}

@media (max-width:767px) {
    .row-photo .row-fluid {
        -moz-column-count: 2;
        /* Firefox */
        -webkit-column-count: 2;
        /* Safari 和 Chrome */
        column-count: 2;
    }

    .row-photo .row-fluid [class*="span"] {
        height: auto !important;
    }

    .row-photo .row-fluid [class*="span"] img {
        max-height: 300px !important;
    }
}

@media (max-width:480px) {
    .row-photo .row-fluid {
        -moz-column-count: 1;
        /* Firefox */
        -webkit-column-count: 1;
        /* Safari 和 Chrome */
        column-count: 1;
    }
}

.row-photo .row-fluid .span3 {
    height: 153px;
}

.row-photo .row-fluid .span6 {
    margin-left: 0;
    height: 230px;
}