.news{
 height: 390px;
 font-family: '微软雅黑';
}
.news-left{
    width: 220px;
    background: #f7f7f7;
    height: 390px;
    float: left; 
}
.news-right{
    width: 940px;
    float: left;
}
.news-left ul li{
    width: 100%;
    line-height:70px;
    height: 70px;
    font-size: 24px;
    margin-bottom:10px;
    text-align: center;
    cursor: pointer;
    color: #fff;
	padding-left: 20px;
}
 .news-left  ul li.news1{
    background:url(news-bg-01.png) no-repeat;
}
 .news-left  ul li.news2{
    background:url(news-bg-02.png) no-repeat;
}
  .news-left  ul li.news3{
    background:url(news-bg-03.png) no-repeat;
}
  .news-left  ul li.news4{
    background:url(news-bg-04.png) no-repeat;
}
  .news-left  ul li.news5{
    background:url(news-bg-05.png) no-repeat;
}

/*右边列表*/
.news-right .news-lists{
  width: 100%;
  height: 390px;
  float: left;
  display: none;
  overflow:hidden;
}
.news-right .news-lists1{
    display: block;
}
.news-left  ul li.active1{
    width: 100%;
	background:url(news-active-01.png) no-repeat;
	color: #fff;
}
.news-left  ul li.active2{
    width: 100%;
	background:url(news-active-02.png) no-repeat;
	color: #fff;
}
.news-left  ul li.active3{
    width: 100%;
	background:url(news-active-03.png) no-repeat;
	color: #fff;
}
.news-left  ul li.active4{
    width: 100%;
	background:url(news-active-04.png) no-repeat;
    color: #fff;
}
.news-left  ul li.active5{
    width: 100%;
	background:url(news-active-05.png) no-repeat;
    color: #fff;
}
.news-lists{
    display: none;
}
