

li,ul{
 list-style:none;
 }
.index-bright{
 background:#fff;
 }
.index-article-list>li:before{
 content:'';
 }
.index-tabs-link a{
 float:left;
 font-size:16px;
 line-height:45px;
 margin-right:20px;
 color:#2f2f2f;
 border-bottom:4px solid #fff;
 }
.index-tabs-link a.active{
 width: 76px;
 height: 45px;
 background: url(../../images/bj.png);
 color:#FFFFFF;
 text-align: center;
 }
.index-article-wrap{
 position:relative;
 width:96%;
 height:auto;
 margin-top:5px;
 }
.index-article-header{
 margin:2px 30px 30px 0;
 font-size:18px;
 float:left;
 }
.index-article-list{
 position:absolute;
 top:70px;
 width:100%;
 font-size:16px;
 display:none;
 }
.index-article-list>li{
 position:relative;
 line-height:2;
 }
.index-article-list>li:before{
 position:absolute;
 top:50%;
 margin-top:-4px;
 width:6px;
 height:6px;
 background:#a1a1a1;
 border-radius:50%;
 }
.index-article-list a{
 display:block;
 padding-left:20px;
 color:#3b3b3b;
 }
.index-article-list a:hover{
 color:#2fa8e6;
 }
