@charset "gb2312";
/* CSS Document */

/*新闻*/
.fenge{height:24px; background-color:#004098;}
.news-container{width:1200px; margin:0 auto; background-color:#fff; overflow:hidden;}
.news-title{text-align:center; margin-top:20px;}
.news-list{margin:10px 50px 30px; background-color:#fff;}
a.more-news{display:block; width:400px; height:40px; margin:30px auto 0; line-height:40px; border:1px #dedede solid; border-radius:20px; text-align:center; color:#333; font-size:18px; letter-spacing:3px; text-decoration:none;}
a.more-news:hover{color:#fff; border-color:#1993e0; background-color:#1993e0;}

 /* 新闻列表 */
.news-item{border-bottom:1px #dedede solid; padding:25px 2px;}
.news-item.last{border-bottom:none;}
.news-time{width:76px; line-height:32px; float:left; text-align:center; margin-right:20px;}
.news-time .day{height:32px; background:url(/images/news_time_bg1.jpg) repeat-x; font-size:24px; color:#fff; font-weight:bold;}
.news-time .month{height:32px; background:url(/images/news_time_bg2.jpg) repeat-x; font-size:14px; color:#676767;}

.news-tit{font-size:18px; color:#333; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.news-desc{font-size:14px; line-height:20px; color:#999;height:40px;display: -webkit-box;display: box;text-overflow: ellipsis;-webkit-box-orient: vertical;box-orient: vertical;-webkit-line-clamp: 2;line-clamp: 2;overflow: hidden;}