/*顶部大图*/
.enterpriseNews-big-picture{
    clear: both;
    width: 100%;
    min-width: 1200px;
    height: 270px;
    margin: 0 auto;
    background: url(../images/news_banner.jpg) center center;
}
.enterpriseNews-big-picture_info{
    width: 1200px;
    height: 270px;
    margin: 0 auto;
}
.enterpriseNews-big-picture h2{
    padding-top: 140px;
    font-size: 22px;
    color: #fff;
}
.enterpriseNews-big-picture p{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
/*公司简介*/
enterpriseNews_box{
    width: 100%;
    min-width: 1200px;
    height: auto;
    background: #ffffff;
    padding-bottom: 50px;
}
.enterpriseNews{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 60px;
}
.enterpriseNews_info{
    clear: both;
    width: 1200px;
    height: 180px;
    margin-top: 30px;
}
.enterpriseNews_info_img{
    width: 320px;
    height: 180px;
    float: left;
    cursor: pointer;
}
.enterpriseNews_info_img img{
    width: 100%;
    height: 100%;
}
.enterpriseNews_info_content{
    float: left;
    width: 850px;
    height: 179px;
    border-bottom: 1px solid #c7dbee;
    margin-left: 30px;
    /*background: #e64340;*/
}
.enterpriseNews_info_content h3{
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
}
.enterpriseNews_info_content p{
    width: 540px;
    height: 66px;
    font-size: 16px;
    text-align: justify;
    color: #858585;
    /*line-height: 27px;*/
    margin-top: 10px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.enterpriseNews_info_time{
    float: right;
    width: 100px;
    /* height: 179px; */
    text-align: right;
    font-size: 14px;

}