.mt-self .container-fluid {

    background-color: #f5f5f5;
}

.body-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0.75rem 2rem;
}

.content-warp{
	margin-top: 1rem;
}

.mt-self{
  background-color: #f5f5f5;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 1.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.two-rows .panel-body {
   min-height: 16rem;
}

.one-row .panel-body {
    min-height: 32rem;
}

.panel-body {
    padding: 0.9375rem;
    position: relative;
}

.panel-body .item{
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    width: 100%;
}

.panel-body .item a{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.panel-body .item .title{
    color: #49649f !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.panel-body .item .date{
    color: #999999;
    float: right;
    font-size: 1rem;
}

.panel-body a, .panel-body a:hover{
    color: black;
    text-decoration: none;
}

.panel-heading {
	height:2.8rem;
    padding: 0.625rem 0.9375rem;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-footer {
    width:  100%;
    background:  #f5f5f5;
}

@media (min-width: 1000px) {
    .no-padding-left{
        padding-left: 0 !important;
    }
    .no-padding-right{
        padding-right: 0px !important;
    }
}

.item-cover >.item{
    font-size: 16px;
    white-space: nowrap;
}


.item-more{
    position: absolute;
    bottom: 5px;
}

.item-more a{
	color: #999999;
}
/*出证入证正文页面*/
.nd-header{
    margin-top: 1.5rem;
}
.text-muted{
    font-size:12px;
}
.panel-body .list-items  {
    height: 3rem;
    line-height: 1rem;
    font-size: 14px;
    padding: 1rem 0.5rem 1rem 0.2rem;
    border-bottom: 1px dashed rgba(0, 0, 0, .125);
    white-space: nowrap;
    display: flex;
    width: 100%
}
.no-list-items-border-bottom {
    border-bottom: none !important;
}
.panel-body .list-items {
    height: 3rem;
    line-height: 1rem;
    font-size: 14px;
    padding: 1rem 0.5rem 1rem 0.2rem;
    border-bottom: 1px dashed rgba(0, 0, 0, .125);
    white-space: nowrap;
    display: flex;
    width: 100%;
}