/*by rming*/
.cut-title{ overflow: hidden; text-overflow: ellipsis;-o-text-overflow: ellipsis; white-space: nowrap; }
.u-75{width:75%;display:inline-block;}
#post-content{overflow: hidden;}

.g-item ul li{
    line-height: .9em;
}
.g-item ul li a, .g-item ul li span{
    line-height: 33px;
}
a.no_unl:hover, a.no_unl:visited, a.no_unl:active, a.no_unl:link{
    text-decoration: none;
}

.no-pad{
    padding:0px;
}
.photo-list li{
    margin:5px 0px;
    padding:0px 5px;
    display: block;
    vertical-align: middle;
    overflow:hidden;
}

a.img-link{
    height: 100%;
    padding: 5px;
    border:solid 1px #CCC;
}
.img-link img{
    height: 100%;
    vertical-align: middle;
}
.page-nav{
    margin:20px 0px;
    width:100%;
    text-align: center;
}

/*大屏*/
@media (min-width: 980px) {
    .xiaozhangjiyu img{
        max-height:215px;
    }
    div#post-content img{
        max-width: 680px!important;
    }    
    .photo-list li{
        height: 160px;
    }
    .min-h-400{
        min-height: 400px;
    }
}

/*中屏*/
@media (min-width: 740px) and (max-width: 980px) {
    .g-title {
      background: url('i/borderlinel.jpg') 0 bottom no-repeat;
    }
    .col-xs-12 .list .page {
        padding: 20px 0 10px 0;
    }
    div#post-content img{
        max-width: 680px!important;
    }
    .leftTitle {border-right:0px;}
    .photo-list li{
        height: 200px;
    }
}

/*中小屏*/
@media (min-width: 490px) and (max-width: 740px) {
    .g-title {
        background: url('i/borderlinel.jpg') 0 bottom no-repeat;
    }
    .col-xs-12 .list .page {
        padding: 20px 0 10px 0;
    }
    div#post-content img{
        max-width: 500px!important;
    }
    .leftTitle {
        border-right:0px;
        background: url('i/borderlinel.jpg') 0 bottom no-repeat;
    }
    .photo-list li{
        height: 160px;
    }

}

/*小屏*/
@media (max-width: 490px){
    .g-title {
        background: url('i/borderline.png') 0 bottom no-repeat;
    }
    .col-xs-12 .list .page {
        padding: 10px 0 0 0;
    }
    div#post-content img{
        max-width: 200px!important;
    }
    .leftTitle {
        border-right:0px;
        background: url('i/borderline.png') 0 bottom no-repeat;
    }
    .photo-list li{
        height: 110px;
    }

}
#topcontrol{background: url('../images/gotop.png') 0 0 no-repeat;}


