@charset "utf-8";

.index_news_menu>div{padding:37px 0 11px 62px;}
.index_news_menu .big_title{ float:left; margin:0 56px 21px 0; text-align:center;}
.index_news_menu .big_title a{ font-size:22px; color:#555; font-family:"微软雅黑"; }
.index_news_menu .big_title a:hover{ color:#f00;}
.index_news_menu .big_title img{width:86px; height:86px;}

.index_news_menu .big_title span{margin-top:18px;display:block;}


/*---------b焦点图自适应宽-------------------*/
.index_news_menu{position:relative; overflow:hidden; margin:auto;  /*max-width:640px; max-height:300px;*//* 设置焦点图最大宽度 */ }
.index_news_menu .hd{ position:absolute; height:28px; line-height:28px; bottom:10px;right:0px; z-index:1; text-align:center;width:100%;}
.index_news_menu .hd li{ display:inline-block; width:48px; height:4px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; background:#E5E5E5; text-indent:-9999px; overflow:hidden; margin:0 6px;}
.index_news_menu .hd li.on{ background-color:#ccc;}
.index_news_menu .bd{ position:relative; z-index:0;}
.index_news_menu .bd li{ position:relative; text-align:center;}
.index_news_menu .bd li img{ background:url(..img/loading.gif) center center no-repeat;  vertical-align:top; /*width:100%; 图片宽度100%，达到自适应效果 */}
.index_news_menu .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.index_news_menu .bd li .title{ display:none; width:100%;padding-left:28px;  position:absolute; bottom:0; text-indent:10px; height:45px; line-height:45px; background:rgba(0,0,0,0.7); color:#DFDFD0;text-align:left;}
/*---------e焦点图自适应宽-------------------*/