/*----- main -----*/
.main-content {
  float:left;
  width:900px;
  margin-top:20px;
}

.main .sidebar {
  float:left;
  width:230px;
  padding-bottom:50px;
}
.main .sidebar .caption {
  float:left;
  width:228px;
  padding-left:2px;
  padding-bottom:3px;
  border-bottom:1px solid #666;
  color:#333;
  font-size:18px;
  line-height:20px;
  font-weight:normal;
}
.main .sidebar .menu {
  float:left;
  width:230px;
  margin-top:15px;
}
.main .sidebar .menu li {
  width:230px;
  height:26px;
  padding:2px 0;
}
.main .sidebar .menu li a {
  display:block;
  width:220px;
  height:22px;
  padding-top:4px;
  padding-left:10px;
  color:#333;
  background:#f0f0f0 url(images/li1.gif) 210px 10px no-repeat;
  font-size:16px;
  line-height:18px;
}
.main .sidebar .menu li a.current {
  color:#FFF;
  background:#409ed2 url(images/li1.gif) 210px -18px no-repeat;
  text-indent:0.5em;
}
.main .sidebar .menu li a:hover {
  color:#FF6;
  background:#409ed2 url(images/li1.gif) 210px -18px no-repeat;
  text-indent:0.5em;
}



.main .section {
  float:right;
  width:650px;
}
.main .section .caption {
  float:left;
  width:646px;
  padding:0 2px 3px 2px;
  border-bottom:1px solid #666;
  color:#333;
}
.main .section .caption h4 {
  float:left;
  font-size:18px;
  line-height:20px;
  font-weight:normal;
}

.main .section .content {
  float:left;
  width:620px;
  padding:14px;
}

.main .section .content .article {
  float:left;
}



/* huodong-list */
.main .section .huodong-list {
  float:left;
  width:620px;
}
.main .section .huodong-list .list {
  float:left;
  width:620px;
}
.main .section .huodong-list .list li {
  width:600px;
  background:url(images/li2.gif) 5px 7px no-repeat;
  margin-bottom:10px;
  padding-left:15px;
  padding-right:5px;
  padding-bottom:5px;
  border-bottom:1px dashed #999;
  font-size:14px;
  line-height:16px;
  color:#333;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis; /* Opera */
}
.main .section .huodong-list .list li a {
  color:#333;
}
.main .section .huodong-list .list li a:hover {
	color:#297dac;
}














