@charset "UTF-8";
/* index */
#main-visal {
  clear: both;
  margin: 0;
  padding: 0;
  height: 900px;
  min-width: 1040px;
  overflow: hidden;
  background: url(../img/index/bg-index.png) top center no-repeat;
}
.visal {
  position: relative;
  margin: 0 auto;
  display: block;  padding-top: 740px;
  height: 160px;
  width: 1040px;
  background: url(../img/index/key.png) top center no-repeat;
}

.bnr-area{
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  display: block;
  /*border: 3px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px -3px #000;
  -moz-box-shadow: 0px 0px 10px -3px #000;
  box-shadow: 0px 0px 10px -3px #000;
  behavior: url("/js/vendor/PIE.htc");*/
  overflow: hidden;
}


/* news  twitter */
#news-area,
#twitter-area{
  position: relative;
  float: left;
  margin: 0 4px;
  display: block;
  height: 140px;
  width: 365px;
  overflow: auto;
  border: 6px solid #f5f62c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px -3px #000;
  -moz-box-shadow: 0px 0px 10px -3px #000;
  box-shadow: 0px 0px 10px -3px #000;
  behavior: url("/js/vendor/PIE.htc");
  color: #ccc;
}
  #news-area{
    background: url(../img/index/bg-news.png) top center no-repeat;
  }
  #twitter-area{
    background: url(../img/index/bg-twitter.png) top center no-repeat;
  }
  #news-list,
  #twitter_update_list{
    margin: 10px;
    height: 120px;
  }
  #news-list li{
    margin-bottom: 10px;
  }

  #news-list time{
    background: url(../img/common/icon-star.png) 0 0 no-repeat;
    padding: 0 23px;
    font-weight: bold;
    display: block;
  }
  #news-list h4{
    margin: 3px 0 10px 3px;
    padding-bottom: 3px;
    border-bottom:1px solid #111;
  }
  #twitter_update_list li{
    margin: 3px 0 10px 3px;
    padding-bottom: 3px;
    border-bottom:1px solid #111;
  }


/* movie */
.bt-movie{
  position: relative;
  float: left;
  margin: 0 8px;
  padding: 0;
  display: block;
  height: 140px;
  width: 240px;
  border: 6px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px -3px #000;
  -moz-box-shadow: 0px 0px 10px -3px #000;
  box-shadow: 0px 0px 10px -3px #000;
  behavior: url("/js/vendor/PIE.htc");
}
  .bt-movie a{
    display: block;
    height: 140px;
    width: 240px;
  }
  .play{
    display: block;
    height: 140px;
    width: 240px;
    position: absolute;
    top: -13px;
    left: 0;
    background: url(../movie/img/bt-play.png) 0 0 no-repeat;
  }