﻿@charset "utf-8";
.main_image{height:225px;overflow:hidden;position:relative;}
.main_image ul{width:9999px;height:225px;overflow:hidden;position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;height:225px;}
.main_image li img{display:block;width:100%;height:225px}
.main_image li a{display:block;width:100%;height:225px;word-break:keep-all;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;}
.main_image div.banner_title { font-size:13px; background: url(../images/banner_title_bg.png) repeat; color:#999; padding:10px 0; position:absolute; left:0;top:180px; bottom:0;width: 100%;white-space: nowrap;}
.main_image div.banner_title a { color:#fff;}
.main_image div.banner_title a:hover { text-decoration:underline; }
