.grid_news{
    margin: 0 -15px;
}
.grid_news .w_item{
    padding: 0 15px;
    margin-bottom: 30px;
    width: 33.33%;
    float: left;
}
.grid_news .w_item:nth-child(3n+1){
    clear: left;
}
.grid_news .item .i-image{
    overflow: hidden;
    margin-bottom: 15px;
}
.grid_news .item .i-image img{
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.grid_news .item .i-image:hover img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.grid_news .item .i-date{
    width: 70px;
    height: 70px;
    background: #2a56c2;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
}
.grid_news .item .i-date span{
    font-size: 40px;
    line-height: 50px;
    display: block;
}
.grid_news .item .i-title{
    margin-left: 80px;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    padding-top: 10px;
    height: 60px;
    overflow: hidden;
    font-weight: bold;
}
.grid_news .item .i-title a{
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.grid_news .item .i-content{
    margin-top: 10px;
    color: #666666;
    height: 45px;
    overflow: hidden;
}
.the-content{
    margin-bottom: 20px;
}
.the-content div{
    margin-bottom: 5px;
}
.the-date{
    color: #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted rgba(0,0,0,0.3);
}
.comment-facebook{
    margin-bottom: 20px;
}
.box-news{
    margin-bottom: 30px;
}
.box-news .bn-title{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #e52126;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.box-news .bn-title:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: '\f054';
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
}
.box-news .bn-title h3{
    font-size: 18px;
    line-height: 28px;
}
.box-news .item{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.box-news .item .i-image{
    width: 106px;
    float: left;
}
.box-news .item .i-desc{
    padding-left: 120px;
}
.box-news .item .i-title{
    font-size: 14px;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
}
.box-news .item .i-date{
    color: #999999;
    font-size: 14px;
    line-height: 22px;
}
.tag a::after {
    content:', ';
}
.tag a:last-child::after {
    content:'';
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 870px){
.grid_news{
    margin: 0 -5px;
}
.grid_news .w_item{
    padding: 0 5px;
    margin-bottom: 20px;
    width: 50%;
}
.grid_news .w_item:nth-child(3n+1){
    clear: none;
}
.grid_news .w_item:nth-child(2n+1){
    clear: left;
}
}

@media all and (max-width: 560px){
.grid_news .w_item{
    width: 100%;
}
.grid_news .w_item:nth-child(2n+1){
    clear: none;
}
}