.home .news .boxtop {
    background-image: linear-gradient(to right, #E7F2FF, white);
    height: 52px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    font-size: 18px;
}

.home .news .boxtop .news-category {
    background: url(../images/rect.png) 0px 20px no-repeat;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 52px;
    margin: 0px;
}

.home .news .news-content {
    padding: 15px;
}

.home .news .news-content .news-item .news-title {
    display: inline-block;
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
    vertical-align: middle;
    font-size: 16px;
}

.home .news .news-content .news-item .date {
    display: inline-block;
    width: 100px;
    color: #999999;
    text-align: right;
    font-size: 16px;
}


/* 内容区域 */

.home .index-list-page {
    margin-bottom: 30px;
}

.home .index-list-page .news {
    margin-bottom: 30px;
}

.home .index-list-page .news-content {
    border-left: solid 1px #ddd;
    min-height: 800px;
}

.home .index-list-page .bread-crumb {
    background-image: linear-gradient(to left, #abc8eb, white);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}

.home .index-list-page .bread-crumb a {
    display: inline-block;
    margin: 0px 15px;
    font-size: 18px;
}

.home .index-list-page .category-list {
    display: inline-block;
    width: 160px;
    padding: 30px 30px;
    vertical-align: top;
}

.home .index-list-page .category-list .category-item {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}

.home .index-list-page .category-list .category-item.active {
    color: #2B7DE2;
}

.home .index-list-page .news-content {
    vertical-align: top;
    display: inline-block;
    padding-left: 30px;
    width: calc(100% - 290px);
}

.home .index-list-page .news-content {
    padding-top: 15px;
}

.home .index-list-page .news-content .news-detail-title {
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
}

.home .index-list-page .news-content .news-detail-date {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.home .index-list-page .news-content .news-body {
    padding: 30px 0px;
    min-height: 500px;
    overflow-x: hidden;
}

/* 适应图片的最大宽度不能超出区域 */
.home .index-list-page .news-content .news-body img {
    max-width: 100%;
}

.home .index-list-page .news-content .news-body * {
    line-height: 28px;
    max-width: 100%;
}

.home .index-list-page .news-content .news-body table {
    border-collapse: collapse;
}

.home .index-list-page .news-content .news-body th,
.home .index-list-page .news-content .news-body td {
    border: 1px solid black;
    padding: 2px 5px;
}

.home .index-list-page .news-content .news-body p,
.home .index-list-page .news-content .news-body span {
    text-wrap: wrap;
}

.home .index-list-page .pagination {
    padding: 0px;
    margin: 20px 0px;
    text-align: center;
}

.home .index-list-page .news-list {
    padding: 10px 0px;
}

.home .index-list-page .news-list .news-item {
    margin-bottom: 15px;
    /* background: url(../images/list.png) 0px 5px no-repeat; */
    background-size: 16px 16px;
    padding-left: 24px;
}

.home .index-list-page .news-list .news-item:hover {
    /* background: url(../images/list1.png) 0px 5px no-repeat; */
    background-size: 16px 16px;
}

/* 分页 */
.pagination {
    text-align: right;
    padding: 0px 30px 20px 0px;
}

.pagination .summary {
    color: #A5A6A9;
    display: inline-block;
    margin-right: 20px;
}

.pagination .page-item {
    background: #F4F4F5;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px;
    color: #5C5E62;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
}

.pagination .page-item.disabled {
    background: transparent;
    color: #5C5E62;
}

.pagination .page-item.disabled:hover {
    background: transparent;
    color: #5C5E62;
}

.pagination .page-item:hover,
.pagination .page-item.active {
    background-color: #2B7DE2;
    color: white;
}

.pagination .page-item.first {
    background: #F4F4F5 url(../images/left.svg) center center no-repeat;
    background-size: 12px 12px;
    width: 8px;
}

.pagination .page-item.last {
    background: #F4F4F5 url(../images/right.svg) center center no-repeat;
    background-size: 12px 12px;
    width: 8px;
}