.news-title-left{
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    line-height: 30px;
    height: 30px;
}
.align-center{
    margin-top: 45px;
    margin-bottom: 45px;
}
.news-title-right{
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
}
.image-area{
    width: 100%;
    height: 230px;

}
.news-number{
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin: 0;
    font-size: 14px;

}

.news-context{
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 0;
    margin-left: 0;
    text-indent: 2em;
    line-height: 25px;
}

.news-context>p{
    overflow: hidden;
    font-size: 14px;
}

.news-area{
    width: 100%;
    border: solid 1px #686868;
    height: 230px;
    margin-top:40px ;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.news-area>.col-sm-4,.news-area>.col-xs-4{
    padding: 0;
}
.news-area>.col-sm-3,.news-area>.col-xs-3{
    padding: 0;
}

.news-index a{
    padding: 9px 13px;
    text-align: center;
    font-size: 12px;
    color:#939395;
    border: solid 1px #939395;
    border-radius: 3px;
    margin: 3px;
    cursor: pointer;

}

.news-href.active{
    background: black;
    color: white;
    border-color:black ;

}




.pagination >li > a{
   color: #8b7b85;
}
.pagination >li >a{
    margin: 5px 5px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {

     background-color: black;
     border-color: black;
 }
.news-title-left a{
    color: black;
}
.news-title-left a:hover{
    text-decoration: none;
}

@media (max-width: 767px) {
    .align-center {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .news-area{
        height: 425px;
        overflow: hidden;
        display: inline-block;

        margin-top: 20px;
    }
    .news-index span {
        padding: 5px 5px;
        margin: 3px;
    }

    .pagination >li >a{
        margin: 3px 3px;
        font-size: 12px;
        padding: 5px;
    }

    .news-title-left{
        overflow: hidden;
        white-space: nowrap;
        display: block;
        text-overflow: ellipsis;
    }
    .news-number{
       left: 80%;
        text-align: left;
    }
    .image-area{

    }

}