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

.block-footer {
    padding-top: 1rem;
    width: 100%;
}

.media {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
    padding-left: 15px;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1rem;
    padding: 0 0.25rem 0.25rem;
}

.media img {
    width: 180px;
    height: 100px;
    border: 1px solid #dee2e6;
}

.block{
    width: 100%;
}

.block .block-header {
    height: 3.2rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.newsTitle {
    margin-right: 1rem;
    padding-right: 0.25rem;
    padding-top: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.newsTitle .active {
    border-top: 3px solid #1C64AC;
    padding-top: 5px !important;
}

.newsTitle span {
    cursor: pointer;
    text-decoration: none;
    margin-top: 1rem;
}

.newsTitle span:hover {
    cursor: pointer;
    text-decoration: none;
}

.media-body .date {
    color: #999999;
    font-size: 14px;
}

.media-body .title {
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.media-body .intro {
    color: #383737;
    font-size: 14px;
    margin-bottom: 1rem;
}
.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;
}


.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;
}
.clearpadding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.img-thumbnail {
    /* padding: .25rem; */
    background-color: #fff;
     border: 1px solid #dee2e6;
    /* border-radius: .25rem; */
    max-width: 100%;
    height: auto;
}
/*轮播右侧*/
.panel-body {
    padding: 0.9375rem;
    position: relative;
}
.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%;
}
.panel-body .item .title {
    color: #000000 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}
.panel-body .item a {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    }

/*.panel-body a, .panel-body a:hover {
    color: black;
    text-decoration: none;
}*/
.panel-body .item .date {
    color: #999999;
    float: right;
}
.pagination {
	margin-bottom: -0.5rem;
}
/*详情页*/
.nd-header{
    margin-top: 1.5rem;
}
.text-muted{
    font-size:12px;
}
.w-100{
	height: 100%;
}
.carousel-item{
	height: 100%;
}
.carousel-inner{
	height: 100%;
}
.carousel{
	height: 100%;
}
.no-list-items-border-bottom {
    border-bottom: none !important;
}
/*小分页*/
.page-link-small {
    position: relative;
    display: block;
    padding: 0.5rem 0.5rem;
    margin-left: -1px;
    line-height: 0.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link-small:active{
	background-color: #48639e;
}
