.news-cont-box{
    display: inline-block;
    width: 100%;
}
.news-li-cont{
    display: inline-block;
    position:relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.news-li-cont a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-li-cont a:hover{
    background-color: #f8f8f8;
}
.news-img-box{
    position: absolute;
    left: 0;
    width: 140px;
    height: 100%;
}
.news-img-box img{
    width: 100%;
    height: 100%;
}
.news-text-box{
    position: absolute;
    right: 0;
    left:155px;
    height: 100px;
}
.news-text-box h3{
    font-size: 22px;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-text-box p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #888;
}
.news-page-box{
    text-align: right;
}
.news-page-cont{
    overflow: hidden;
    display: inline-block;
}
.news-page-cont li{
    float: left;
    margin-left: 5px;
    width: 22px;
    height: 22px;
    border: 1px solid #bdc3c7;
    color: #bdc3c7;
    text-align: center;
    line-height: 1.5;
}
.news-page-cont li:hover{
    cursor: pointer;
    border: 1px solid #000;
    color: #000;
}
/*====人才招聘=====*/
.ren-h3{
    font-size: 18px;
    color: #00a3e9;
    line-height: 1.5;
}
/*=======新闻中心内容==============*/
.newspage-cont h1{
    text-align: center;
}
.newspage-cont img{
    width: 100%;
    height: 100%;
}
.newspage-link p a:hover,.newspage-link p a:active{
    color: #00a9e9;
}
.newspage-a{
    color: #00a3e9;
}


@media screen and (max-width: 1200px) {
    .news-cont-box{
        width: 100%;
        position:relative;
    }
    .news-li-cont{
        width: 100%;
        height: 78px;
    }
    .news-text-box{
        width:auto;
        left:120px;
        right:10px;
        height: 78px;
    }
    .news-img-box{
        width: 108px;
    }
    .news-text-box h3{
        font-size: 18px;
        line-height: 1.25;
    }
    .news-li-cont a{
        height: 100%;
    }
}
