/***首页新闻***/
.index_news{ width: 1002px; height: 221px; margin: 15px auto 0;}
.index_news_title{ width: 169px; padding: 40px 25px; height: 141px; background: #5091b7; float: left;}
.index_news_title h3{ font-size: 24px; color: #fff; font-weight: normal; line-height: 32px; height: 32px; margin-bottom: 10px;}
.index_news_title p{ color: #fff; line-height: 24px; font-size: 14px;  height: 45px; }
.index_news_title a{ width: 89px; height: 24px; display: block;  border: 1px solid #fff; text-align: center; line-height: 24px; color: #fff;transition: all 0.2s ease-in-out 0s;}
.index_news_title a:hover{ background: #fff; color: #5091b7; text-decoration: none; }
.index_news_item{  width: 743px; padding: 15px 20px; height: 191px; float: left; background: #f6f6f6; }
.index_news_item .item_top{height: 100px; padding-bottom: 10px;  border-bottom: 1px dashed #dadada; }
.index_news_item .item_top .news_img{ width: 140px; height: 100px; float: left; margin-right: 20px;}
.index_news_item .item_top .news_name{ float: left; width: 575px; font-size: 12px; line-height: 28px; height: 28px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }
.index_news_item .item_top .news_txt{ float: left; width: 575px; line-height: 22px; color: #666; height: 66px; overflow: hidden;}
.index_news_item .item_bot{ overflow: hidden;}
.index_news_item .item_bot li{ background: url(../../../images/20/v800/point-index-news.png) left center no-repeat; padding-left: 12px; height: 28px; line-height: 28px;}
.index_news_item .item_bot li span{ float: right; color: #888;}
