.header .header-backimg{ /* background-image: url(../images/news.jpg); */ /* height: 480px; */ font-family: Microsoft YaHei; font-size: 12px; color: #FFFFFF; } /*新闻内容区域*/ .news .news-content { font-size: 14px; background: #FFFFFF; } .news .news-content .conten-line { height: 10px; background: #F8F8F8; margin-bottom: 20px; } .news .news-content .content-list { width: 1100px; margin: 0 auto; overflow: hidden; border-bottom: 1px solid #DDDDDD; position: relative; padding: 30px 0; } .news .news-content .content-list:hover { background: #F8F8F8; cursor: pointer; } .news .news-content .content-list .list-title { display: block; margin: 0 0 15px 10px; font-size: 18px; color: #4A4A4A; } .news .news-content .content-list .list-title:hover { color: #C30F23; cursor: pointer; } .news .news-content .content-list .list-content { font-size: 14px; color: #9B9B9B; line-height: 24px; } .news .news-content .content-list .list-content-imgleft { width: 810px; word-break: break-all; margin-left: 10px; } .news .news-content .content-list img{ width: 250px; } .news .news-content .content-list .list-content a { display: inline; color: #11364A; padding-left: 15px; } .news .news-content .content-list .list-content a:hover { color: #C30F23; } .news .news-content .content-list .list-bottom { font-size: 14px; color: #9B9B9B; margin-top: 20px; margin-left: 10px; } .news .news-content .last-list-item { border-bottom: none; } .news .news-content .content-list .list-bottom span, .news .news-content .content-list .list-bottom a.list-link-a{ color: #9B9B9B; margin-right: 20px; } .news .news-content .content-list .list-bottom span:hover, .news .news-content .content-list .list-bottom a.list-link-a:hover { color: #C30F23; cursor: pointer; } .news .news-content .content-bottom { height: 50px; background: #F8F8F8; }