/*
   update:20240326
------------------------------------------------*/
/* bodyer
------------------------------------------------*/
#bodyer
{
  background: #fafafa;
  min-height:800px;
}
#bodyer .leftbar
{
  background: #0066CD;
  position:absolute;
  width:300px;
  height:500px;
  margin-top:-60px;
  z-index:1001;
}

#bodyer .leftbar .title
{
  font-size: 34px;
  color: #fafafa;
  margin: 50px 40px;
}
#bodyer .leftbar .subtxt
{
  min-height: 80px;
  background: #eee9e6;
  padding: 10px; 
  overflow: auto;  
}
#bodyer .leftbar .subadd
{
  min-height: 200px;
  background: #999999;
  padding:30px;
}
#bodyer .leftbar .subadd li
{
  padding:8px 0;
}
#bodyer .title
{
  font-size: 24px;
  color: #ff6d00;
  margin-left: -10px;
}
/* series
------------------------------------------------*/
.series
{
  width: 270px;
  height: 20px;
  padding: 15px 5px;
  display: block;
  text-align: center;
  float: left;
  font-size:18px;
}
a:hover .series
{
  background: #666666;
  color: #ffffff;
}
.home
{
  font-weight: bold;
  background: #999999;
  color: #ffffff;
}
.navbar
{
  position: absolute;
  margin-left: 370px;
}  
/* lists
------------------------------------------------*/
#lists
{
  clear: both;
  margin: 30px 0px;
  position:relative;
  left: 366px;
  width:880px;
  border-top:6px groove #1a1a1a;
  padding-top:30px;
}
#lists .list
{
  padding: 8px 0px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px dashed #cccccc;
}
#lists .tbox {
	width: 780px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
}
#lists .dbox
{
  color:#999999;
  float:right;
}
#lists ul li .lileft
{
  white-space: nowrap;
  overflow: hidden;
  width: 480px;
  display: block;
  float: left;
}
#lists ul li .liright
{
  white-space: nowrap;
  overflow: hidden;
  width: 480px;
  display: block;  
  float: left;
  margin-left: 40px;
}
.listbox
{
  float: left;
  margin-bottom: 20px;
}
.listboxtab
{
  text-align: center;
  vertical-align: middle;
  background: #fafafa;
  display:table-cell;
  border: 1px solid #ccc;
  padding: 10px;
}
.listboximg
{
  background: #fafafa;
  overflow: hidden;  
}
.listboxtxt
{
  margin: 10px 0;
  line-height: 25px;
  text-align: center;
}
#pagebar
{
  position: relative;
  left: 366px;
  max-width: 914px;
}
/* end
------------------------------------------------*/