<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

/* 新闻列表16 */

#news{
    width: 930px;
}
#news&gt;ul{
    overflow: hidden;
}
#news&gt;ul&gt;li&gt;a{
    padding: 34px 15px;
    display: block;
    border-bottom: 1px dashed #888888;
    overflow: hidden;
}
#news&gt;ul&gt;li .date{
    width: 78px;
    height: 48px;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 15px 0;
    float: left;
}
#news&gt;ul&gt;li .date&gt;.day{
    font-size: 24px;
    color: #003f98;
}
#news&gt;ul&gt;li .date&gt;.year{
    font-size: 14px;
    color: #777777;
}
#news&gt;ul&gt;li .new_right{
    float: left;
    margin-left: 20px;
    width: 800px;
}
#news&gt;ul&gt;li .new_right&gt;.new_title{
    color: #363636;
    font-size: 16px;
}
#news&gt;ul&gt;li .new_right&gt;.new_content{
    color: #7e7e7e;
    font-size: 14px;
    line-height: 24px;
    margin-top: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#news&gt;ul&gt;li&gt;a:hover *{
    color: #fff!important;
    border-color: #fff;
}
#news&gt;ul&gt;li&gt;a:hover{
    background: #003580;
    border-color: #003580;
}

/* end */
</pre></body></html>