/* start */
#bodyer
{
  background: #fafafa;
}
#bodyer .leftbar
{
  background: #567890;
  position: absolute;
  width: 300px;
  margin-top: -60px;
  z-index: 1001;
}
#bodyer .leftbar .title
{
  font-size: 28px;
  color: #fafafa;
  margin: 50px 60px;
}
#bodyer .leftbar .subtxt
{
  min-height: 200px;
  background: #eee9e6;
}
#bodyer .bodybar
{
  position: relative;
  left: 350px;
  min-height: 500px;
  width: 800px;
  font-size: 16px;
  line-height: 25px;
}
#bodyer #title
{
  height: 50px;
}
/* series
------------------------------------------------*/
.series
{
  font-size: 16px;
  height: 25px;
  padding: 10px;
  display: block;
  background: #eee9e6;
  text-align: center;
  float: left;
  margin-right: 2px;
  min-width: 280px;
}

.home
{
  font-weight: bold;
  background: #234567;
  color: #ffffff;
}  
/* lists
------------------------------------------------*/
#lists
{
  clear: both;
}
#lists .list
{
  padding: 8px 0px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px dashed #cccccc;
}
#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;
}

.file {
  float: left;
  width: 240px;
  height: 400px;
  padding: 2px;
  margin: 20px 5px;
  text-align: center;
}

.filename {
  text-align: center;
  margin: 10px 0 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  word-break: keep-all;
  padding-right: 5px;
}

  .filename img {
    margin-right: 8px;
  }

.file .image {
  width: 240px;
  box-shadow: 5px 3px 5px rgba(0,0,0,0.1);
  transition: all 0.5s;
  border: 1px solid #eee;
}

  .file .image:hover {
    transform: scale(1.05);
  }
/* end
------------------------------------------------*/