| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- /* 头部广告 */
- .advImg{
- height: 282px;
- background: url(../imgs/newsAdv.jpg) no-repeat center;
- background-size: cover;
- }
- /* 新闻列表 */
- .newsItem{
- margin-bottom: 30px;
- }
- .newsItem a >img{
- width: 224px;
- height: 162px;
- float: left;
- }
- .newsItem .newsDetial{
- margin-left: 257px;
- height: 122px;
- position: relative;
- padding: 20px 0;
- }
- .newsItem .newsDetial h2{
- color: #000;
- font-size: 14px;
- letter-spacing: 1px;
- }
- .newsItem .newsDetial .date{
- position: absolute;
- bottom: 5px;
- width: 100%;
- }
- .newsItem .newsDetial .date .more{
- float: right;
- }
- .newsItem .newsDetial .date span{
- font-weight:700;
- }
- /* 三行缩略 */
- .abstract-wrap{
- margin-top: 10px;
- line-height: 26px;
- height: 73px;
- }
- .abstract-wrap::after{
- top: 53px;
- }
|