@charset "utf-8";

/*---------b焦点图自适应宽-------------------*/
.index_news_banner{position:relative; overflow:hidden; margin:auto;  /*max-width:640px; max-height:300px;*//* 设置焦点图最大宽度 */ }
.index_news_banner .hd{ height:26px; line-height:26px;z-index:1; text-align:center;}
.index_news_banner .hd li{ display:inline-block; width:28px; height:4px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; background:#E5E5E5; text-indent:-9999px; overflow:hidden; margin:0 8px;}
.index_news_banner .hd li.on{background-color:#ccc;}

.index_news_banner .bd{ position:relative; z-index:0;}
.index_news_banner .bd li{ position:relative;}
.index_news_banner .bd li img{ background:url(..img/loading.gif) center center no-repeat;  vertical-align:top; /*width:100%; 图片宽度100%，达到自适应效果 */}
.index_news_banner .bd li a{ }  /* 去掉链接触摸高亮 */
.index_news_banner .bd li .title{ /*display:block; width:100%;padding-left:28px; position:absolute;bottom:0;background:rgba(0,0,0,0.7); */ font-size:20px;color:#555;}
.index_news_banner .bd li .c_title{ padding:16px 0 0 0;}
.index_news_banner .bd li .c_title>span:nth-of-type(1){ border-right:1px solid #aaa;font-size:20px;color:#555; font-family:"Arial"; margin:3px 0 0 30px;padding:0 14px 0 0;float:left;}
.index_news_banner .bd li .c_title>span:nth-of-type(2){width:480px;display:block;float:left; white-space:nowrap; overflow:hidden;text-overflow:ellipsis; margin:0 0 0 11px;}
/*---------e焦点图自适应宽-------------------*/