.h2{
    margin: 0;
    padding: 0;
}
.h2-title{
    font-weight: bold;
    margin-bottom: 25px;
}
.h4-info{
    color: #8c8c8c;
}
.list-group-item{
    border: none;
}
.news-left .caption-text,.time-news-item .p1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.content{
    width: 1200px;
    padding: 30px 0 0 0;
}
.company-left{
    width: 580px;
    height: 415px;
    margin-bottom: 50px;
}
.company-img-top{
    width: 280px;
    height: 245px;
}
.company-img-bottom{
    width: 280px;
    height: 150px;
    margin-top: 20px;
}
.company-right{
    width: 570px;
    height: 415px;
    margin-bottom: 50px;
}
.company-right img{
    margin: 0 20px 20px 0;
}
.company-right p{
    /*text-indent: 2em;*/
    line-height: 170%;
}

.callback{
    height: 500px;
    clear: both;
}
.callback .thumbnail{
    width: 250px;
    border: none;
    padding: 0;
    margin-top: 10px;
}
.callback .thumbnail img{
   
    height: 320px;
}
.callback .more{
    display: inline-block;
    float: right;
}
.news{
    height: 405px;
    margin: 30px 0;
}
.news-left{
    width: 408px;
    height: 305px;
    margin-top: 28px;
}
.news-left .thumbnail{
    background-color: #666666;
    border: none;
    padding: 0;
}
.news-left .thumbnail img{
    width: 408px;
    height: 228px;
}
.news-left .caption{
    height: 75px;
}
.news-left .caption p,.news-left .caption a{
    color: #fff;
}
.news-right{
    width: 740px;
    height: 305px;
    margin-top: 28px;
}
.news-right ul li{
    display: block!important;
    height: 90px;
    border-bottom: 1px solid #ccc;
}
.news-right ul li .news_time{
    width: 100px;
    height: 90px;
    float: left;
    line-height: 90px;
    font-size: 30px;
    color: #ccc;
}
.news-right ul li .news-title{
    margin-top: 10px;
    font-size: 16px;
    overflow: hidden;

}
.news-right ul li .news-info{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.time-news{
    background-color: #F2F2F2;
    height: 320px;
    padding: 40px;
}
.time-news-item p{
    font-size: 18px;
    font-weight: bold;
}
.time-news-item{
    width: 500px;
    height: 240px;
}
.time-news-item .list-group-item {
    height: 32px;
    line-height: 32px;
    padding: 0;
    background-color: #F2F2F2;
    border: none;
}
.time-news-item .list-group-item span{
    display: inline-block;
}
.time-news-item .p1{
    width: 400px;
}

.callme{
    background-color: #009338;
    height: 80px;
    line-height: 80px;
}
.callme p{
    font-size: 20px;
    color: #fff;
}
