@charset "utf-8";
/*  广告图  */
.act-img{
    width: 100%;
    height: 330px;
    margin-top: 70px;
}
.act-img img{
    width: 100%;
    height: 330px;
}

/*  产品列表  */
.product-box{
    width: 1200px;
    margin: 20px auto 0;
}
.column-title{
    width: 1160px;
    padding-left: 40px;
    height: 85px;
    position: absolute;
    box-shadow: 0 0 5px rgba(153,153,153,0.2);
    top: 355px;
    left: calc(50% - 600px);
    background: #fff;
}
.title-name{
    margin-top: 20px;
    height: 40px;
    line-height: 24px;
    font-size: 18px;
    color: #666;
    text-align: left;
}
.title-name em{
    color: #999;
    font-size: 14px;
}
.column-position{
    height: 60px;
    margin-top: 45px;
    line-height: 40px;
    font-size: 12px;
    color: #999;
    padding-left: 20px;
}
.home-page:hover{
    color: #0079fe;
}
.current-column{
    color: #666;
}
.new-sort,.new-list{
    float: left;
}
.new-sort{
    border-top: 1px solid #ccc;
    margin-left: 50px;
}
.sort-name{
    font-size: 14px;
    padding-left: 50px;
    width: 145px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    color: #666;
    border-bottom: 1px solid #ccc;
}
.sort-name:hover{
    color: #0079fe;
    background: #f5f5f5;
}
.sort-name.active{
    color: #0079fe;
}
.new-list{
    padding-left: 55px;
    width: 900px;
}
.new-list li{
    width: 440px;
    height: 280px;
    float: left;
    margin-right: 20px;
    margin-bottom: 17px;
}
.new-list li:nth-child(2n + 2){
    margin-right: 0; 
}
.new-img{
    width: 440px;
    height: 183px;
}
.news-detail-box {
    padding: 20px 0;
}
.news-time-box {
    width: 70px;
    margin-left: 10px;
    height: 60px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
}
.news-time-box .year {
    font-size: 20px;
    color: #666;
    margin-top: 6px;
}
.news-time-box .month {
    font-size: 16px;
    color: #999;
}
.news-content-box {
    width: 338px;
    height: 60px;
    line-height: 24px;
    padding-left: 20px;
    color: #999;
    float: left;
}
.caption {
    font-size: 16px;
    margin-top: 6px;
    color: #666;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}
.caption:hover {
    color: #999;
}
.abstract{
    width: 308px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    color: #999;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}
































