.banner-title
{
    margin-top: 130px;
    color: rgba(255,255,255,1);
}
.banner-title2
{
    color: rgba(255,255,255,1);
}

.news {
    margin-top: 62px;
}

.new-model {
    display: flex;
}
.new-info
{
    width: 1025px;
}
.new-properties {
    display: flex;
}

a .news-nav-num-active{

    
}

.new-title {
    font-size: 22px;
    /*font-family: SourceHanSansCN-Regular, SourceHanSansCN;*/
    font-weight: 500;
    width: 600px;
    color: #191919;
    line-height: 33px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-overflow: ellipsis;/* IE/Safari */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;/* Opera */
}
.new-title a{
    color: #191919;
    cursor: pointer;
}
.new-content {
    margin-top: 8px;
    font-size: 16px;
   /*font-family: SourceHanSansCN-Regular, SourceHanSansCN;*/
    font-weight: 200;
    color: #666666;
    line-height: 16px;
    width: 800px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-overflow: ellipsis;/* IE/Safari */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;/* Opera */
}
.new-time
{
    width:95px;
    text-align: right;
}

.news-date {
    font-size: 26px;
    /*font-family: SourceHanSansCN-Regular, SourceHanSansCN;*/
    font-weight: 300;
    color: #191919;
    line-height: 39px;
}
.news-year {
    margin-left: 30px;
    /*margin-top: 5px;*/
    font-size: 16px;
    /*font-family: SourceHanSansCN-Regular, SourceHanSansCN;*/
    font-weight: 300;
    color: #191919;
    line-height: 16px;
}

.news-to-detail {

    margin-top: 16px;
    margin-left: 29px;
}
.news-model-border
{
    margin-top: 32px;
    margin-bottom: 32px;
    width: 1200px;
    height: 1px;
    border-top: 1px solid #E1E1E1;
}
.news-nav-active
{
    margin-left: 0px;!important;
}
.news-nav
{
    display: flex;
    width: 100%;
    margin-bottom: 58px;
    justify-content: center;
}
.news-nav a
{
    text-decoration:none;
    color: inherit;
}
#news-nav-nums
{
    display: flex;
}

.news-nav-num-active,
.news-nav-num,
.news-nav-more,
.news-nav-first,
.news-nav-last
{
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    font-size: 12px;
    font-family: HelveticaNeue;
    line-height: 12px;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    margin-left: 8px;
    background: #FFFFFF;
    color: #868686;
    border: 1px solid #E1E1E1;
}

.news-nav-num-active
{
    background: rgba(164, 0, 39, 1);
    color: #FFFFFF;
    border: 1px solid rgba(164, 0, 39, 1);
}

.news-nav-num-active:hover,
.news-nav-num:hover,
.news-nav-more:hover,
.news-nav-first:hover,
.news-nav-last:hover
{
    background: rgba(164, 0, 39, 1);
    color: #FFFFFF;
    border: 1px solid rgba(164, 0, 39, 1);
}

