


.news-wrap a{
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 30px;
    transition: all ease-in-out .2s;
}
.news-wrap a:hover{
    background: #f4f4f4;
}
.news-wrap a .pic{
    float: left;
    width: 260px;
}
.news-wrap a .pic img{
    width: 100%;
    display: block;
    height: 180px;
    object-fit: cover;
}

.news-wrap a .ar{
    width: 930px;
    float: right;
}
.news-wrap a .ar .tit{
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-wrap a .ar .des{
    color: #909399;
    line-height: 1.7em;
    margin-bottom: 30px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}

.newscat{
    margin-top: 30px;
    margin-bottom: 30px;
}
.newscat a{
    display: block;
    width: 198px;
    margin: 0 10px;
    height: 52px;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    color: #606266;
    text-align: center;
    line-height: 52px;
    transition: all ease-in-out .2s;
}
.newscat a:hover,.newscat a.active{
    color: #fff;
    background: #005BAC;
    border: 1px solid #005BAC;
}




@media (max-width:769px) {
    .con{
        background: #f4f4f4;
        padding: 0 0 30px;
    }
    .commonposi{
        background: #fff;
        padding: 0 16px;
    }
    .news-wrap a .pic{
        width: 100%;
    }
    .news-wrap a .ar{
        width: 100%;
        box-sizing: border-box;
        padding: 0px 16px 20px;
    }

    .news-wrap a{
        border-radius: 4px;
        padding: 0;
        background: #fff;
        margin-bottom: 20px;
    }
    .news-wrap a .pic img{
        border-radius: 4px 4px 0 0;
    }
    .news-wrap a:hover{
        background: #fff;
    }
    .news-wrap a .ar .des{
        font-size: 14px;
        margin-bottom: 14px;
    }
    .newscat a{
        width: 120px;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
    }
    .news-wrap a .ar .tit{
        margin-bottom: 10px;
    }
    .pager{
        margin: 40px 0 0;
    }
    .news-wrap{
        padding: 0 16px 0px;
    }


}







