@charset "utf-8";
.cat_nav{
    padding: 42px 0 10px;
}
#news_ls li{
    height: 130px;
    overflow: hidden;
    margin-top: 64px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
}
#news_ls li img{
    width: 257px;
    height: 130px;
    float: left;
    margin-right: 26px;
}

#news_ls li .date{
    float: right;
    display: block;
    width: 110px;
    text-align: center;
    height: 100%;
    background: url("../images/news_ls-arrow.png") no-repeat center 8px;
    line-height: 20px;
    font-size: 18px;
    color: #585656;
    transition: all .3s;
}
#news_ls li .date b{
    display: block;
    padding-top: 44px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
}
#news_ls li strong, #news_ls li p{
    float: left;
    width: 732px;
}
#news_ls li strong{
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #535353;
    transition: all .3s;
}
#news_ls li p{
    line-height: 34px;
    font-size: 15px;
    color: #7c7c7c;
    transition: all .3s;
}
#news_ls li:hover strong{
    color: #2f7ad2;
}
#news_ls li:hover p{
    color: #575757;
}
#news_ls li:hover .date{
    color: #2f7ad2;
}

.pages{
    margin-top: 75px;
    margin-bottom: 80px;
}