﻿.headSite {
    font-size: 14px;
    color: #979696;
    margin-top: 60px;
    margin-left: 81px;
    width: 1119px;
}

.headSite a {
    color: #979696;
}

.headSiteIndex {
    font-size: 14px;
    color: #1c1d1e;
}

.news-container {
    display: flex;
    justify-content: center;
    min-height: 880px;
}

.news-content {
    margin-left: 81px;
    width: 1119px;
}

.news-content ul {
    list-style: none;
    width: 100%;
}

.news-content ul,
.news-content ul li {
    float: left;
}

.headNews {
    width: 100%;
    margin-top: 60px;
}

.headNews .date {
    float: right;
    font-size: 16px;
    color: #4c4948;
    margin-top: 6px;
}

.headNews .headimage,
.headNews .headimage image {
    width: 224px;
    height: 132px;
}

.headNews .headbody {
    width: 881px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    height: 120px;
    margin-left: 14px;
}

.headNews .headbody p {
    margin: 0;
}

.news-list {
    margin-top: 54px;
    width: 100%;
}

.news {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.news td {
    background: url("../img/point.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 10px;
    width: 100%;
}

.news td a {
    cursor: pointer;
    display: inline-block;
    width: 800px;
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.news td a:hover {
    text-decoration: underline;
}

.news td .right {
    float: right;
}

.news-body-title {
    font-size: 22px;
    color: #333333;
    width: 950px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 17px;
    background: url(../img/point-red6X6.png) no-repeat scroll 0 10px;
    cursor: pointer;
}

.news-body-title img {
    vertical-align: top;
}

.pager {
    display: flex;
    justify-content: center;
    margin: 40px 0 60px;
}

.news-content ul {
    width: auto;
    list-style: none;
}

.pageFirst,
.pageLast,
.pageFirsthide,
.pageLasthide {
    width: 26px;
    height: 24px;
    text-align: center;
    cursor: pointer;

}

.pageFirst {
    background: url(../img/first.png) no-repeat;
}

.pageFirsthide {
    background: url(../img/first_hide.png) no-repeat;
}

.pageLast,
.pageLasthide {
    background: url(../img/last.png) no-repeat;
    margin-left: 10px;
}

.pageLasthide {
    background: url(../img/last_hide.png) no-repeat;
}

.pageNum {
    width: 24px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #dcdbdb;
    color: #4c4948;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}

.select {
    background-color: #cd1b1d;
    color: #fff;
    border: 1px solid #cd1b1d;
}

.grey {
    color: #dcdbdb;
}

.ellipsis {
    margin-left: 10px;
}