/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}
a {
  outline: none;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  border: none;
  -ms-interpolation-mode: bicubic;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
body {
  background: #edecec;
}
body {
 background: url("https://www.1931.co/info/images/index/bg.png") repeat;
}
/**************公共模块定义***********************/
/*************************************************/
#top-banner-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#top-banner-wrap img {
  width: 100%;
  height: auto;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  content: " ";
  display: table;
}
.wrap:after {
  clear: both;
}
#content {
  width: 1000px;
  padding-top: 28px;
  *zoom: 1;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content .left-part,
#content .right-part {
  float: left;
  _display: inline;
}
#content .left-part {
  width: 650px;
}
#content .right-part {
  width: 330px;
  margin-left: 10px;
}
#news {
  width: 100%;
}
#news .column-title {
  height: 50px;
  color: #010101;
  font: 30px/50px "\5FAE\8F6F\96C5\9ED1";
  position: relative;
  border-bottom: 1px dotted #acacac;
  margin-bottom: 20px;
}
#news .top-content {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #acacac;
}
#news .top-content .top-list {
  *zoom: 1;
}
#news .top-content .top-list:before,
#news .top-content .top-list:after {
  content: " ";
  display: table;
}
#news .top-content .top-list:after {
  clear: both;
}
#news .top-content .top-list li {
  position: relative;
  float: left;
  _display: inline;
  text-indent: 35px;
}
#news .top-content .top-list li i {
  position: absolute;
  display: block;
  background: url("https://www.1931.co/info/images/index/zhiding.png") no-repeat;
  width: 27px;
  height: 14px;
  top: 8px;
  left: 0;
}
#news .top-content .top-list li p {
  width: 312px;
  height: 30px;
  font: 16px/30px "\5FAE\8F6F\96C5\9ED1";
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
#news .top-content .top-list li p a {
  color: #c4024d;
}
#news .news-content {
  width: 630px;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
  box-shadow: 0 0 1px rgba(0,0,0,.1);
}
#news .news-content .news-list {
  *zoom: 1;
  margin-bottom: 8px;
  overflow: hidden;
}
#news .news-content .news-list li {
  width: 630px;
  margin-bottom: 10px;
  overflow:hidden;
}
#news .news-content .news-list li:hover{
  
}
#news .news-content .news-list li:before,
#news .news-content .news-list li:after {
  content: " ";
  display: table;
}
#news .news-content .news-list li:after {
  clear: both;
}
#news .news-content .news-list li.show {
  display: block;
}
#news .news-content .news-list li a{
  display:block;
  width: 610px;
  height: 157px;
  padding: 10px;
  overflow: hidden;
  cursor:pointer;
}
#news .news-content .news-list li a:hover{
  background: #f0f0f0;
}
#news .news-content .news-list li .l-con {
  width: 257px;
  height: 157px;
  overflow: hidden;
  float: left;
  _display: inline;
}
#news .news-content .news-list li .l-con img {
  width: 257px;
}
#news .news-content .news-list li .r-con {
  padding-left: 15px;
  width: 338px;
  overflow: hidden;
  float: left;
  _display: inline;
}
#news .news-content .news-list li .r-con p.post-time {
  font: 13px/20px Arial;
  color: #999;
  margin-top: 10px;
}
#news .news-content .news-list li .r-con p.post-time .source{
  margin-right: 20px;
}
#news .news-content .news-list li .r-con p.post-time .hide{
  margin-right: 0;
}
#news .news-content .news-list li .r-con p.text-title {
  font:18px "\5FAE\8F6F\96C5\9ED1";
  color: #333;
}
#news .news-content .news-list li .r-con p.text-subTitle {
  font: 14px/20px "\5FAE\8F6F\96C5\9ED1";
  color: #404040;
  width: 338px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
#news .news-content .more-content {
  display: none;
  height: 50px;
}
#news .news-content .more-content a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font: 14px/50px "\5FAE\8F6F\96C5\9ED1";
  color: #ec7aa7;
}
#news .news-content .more-content a em {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 11px;
  margin-left: 4px;
  vertical-align: middle;
  background: url(https://www.1931.co/info/images/index/more-tag3.png) no-repeat;
}
#memberInfo .album {
  width: 200px;
  margin: 0 auto;
  height: 300px;
  *zoom: 1;
}
#memberInfo .album:before,
#memberInfo .album:after {
  content: " ";
  display: table;
}
#memberInfo .album:after {
  clear: both;
}
#memberInfo .album li {
  float: left;
  _display: inline;
  width: 50px;
  height: 80px;
  margin: 0 30px 20px 0;
}
#boardcast {
  width: 241px;
  height: 100px;
  background: #FFF;
  border-radius: 3px;
  padding-left: 89px;
  margin-bottom: 28px;
}
#boardcast .boardcast-day {
  float: left;
  display: inline;
  width: 89px;
  height: 100px;
  background: url("https://www.1931.co/info/images/index/boardcast-bg.png") no-repeat;
  margin-left: -89px;
  position: relative;
}
#boardcast .boardcast-day span {
  position: absolute;
  font: 40px "\5b8b\4f53";
  color: #FFF;
  display: inline;
  font-style: italic;
}
#boardcast .boardcast-day span.day {
  display: block;
  width: 35px;
  text-align: right;
  left: 6px;
  top: 28px;
}
#boardcast .boardcast-day span.mon {
  text-align: left;
  font-size: 24px;
  bottom: 12px;
  right: 17px;
}
#boardcast .boardcast-content {
  padding: 20px 0 0 18px;
  width: 205px;
}
#boardcast .boardcast-content .text-title {
  width: 205px;
  height: 36px;
  font: 20px/36px "\5FAE\8F6F\96C5\9ED1";
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
#boardcast .boardcast-content .text-subTitle {
  font: 14px/20px "\5b8b\4f53";
  color: #666666;
  width: 205px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.girl1931-footer {
  width: 100%;
  height: 125px;
  background: #ffa9c1;
}
.girl1931-footer .footer-con {
  width: 1000px;
  text-align: center;
  padding-top: 45px;
  margin: 0 auto;
  position: relative;
  height: 80px;
}
.girl1931-footer .footer-con .footer-logo {
  position: absolute;
  display: block;
  width: 139px;
  height: 124px;
  background: url("https://www.1931.co/info/images/index/footer-logo.png") no-repeat;
  left: 0;
  bottom: 16px;
}
.girl1931-footer .footer-con,
.girl1931-footer .footer-con a {
  font: 12px/20px Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.top-title{
    width: 100%;
    height: 50px;
    background:url(https://www.1931.co/info/images/index/top-title-bg.gif) repeat-x;
    font: 20px/46px "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
    color: #fff;
    position: relative;
  }
  .top-title span{
    margin-left: 10px;
  }
  .top-title .more{
    position: absolute;
    top: 18px;
    right: 10px;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
  }
  .top-title .more:hover{
    text-decoration: underline;
  }
  .top-title .tab a{
    display: inline-block;
    height: 46px;
    cursor: pointer;
    color: #fff;
    margin-right: 26px;
    vertical-align: top;
  }
  .top-title .tab a.first{
    margin-left: 20px;
  }
  .top-title .tab a:hover,
  .top-title .tab a.active{
    border-bottom: 4px solid #fffaa5;
    color: #fffaa5;
  }
  .top-title .tab a:not(p){
    height: 50px;
  }
  .top-title .tab a:not(p)::after{
    content: "";
    width: 0;
    height: 4px;
    margin: 0 auto;
    background: #fffaa5;
    display: block;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
  }
  .top-title .tab a:not(p):hover,
  .top-title .tab a:not(p).active{
    border: none;
  }
  .top-title .tab a:not(p):hover::after,
  .top-title .tab a:not(p).active::after{
    width: 100%;
  }

  #video-hot{
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
  box-shadow: 0 0 1px rgba(0,0,0,.1);
  }
  #video-hot ul{
    padding: 10px 10px 0;
    overflow: hidden;
  }
   #video-hot ul li{
    position: relative;
    margin-bottom: 20px;
  }
  #video-hot .videopic{
    float: left;
    width: 155px;
    height:109px;
    margin-right: 10px;
  }
  #video-hot .videopic img{
    width: 155px;
    height:109px;
  }
  #video-hot .info{
    font: 14px/20px "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
    color: #333;
  }
  #video-hot .info .count{
    color: #999;
    font-size: 12px;
    margin-top: 10px;
  }
  #video-hot .v-btn{ 
    position:absolute;  
    z-index:1; 
    left:0px; 
    top:0px; 
    right:0; 
    bottom:0;  
    width:155px; 
    height:109px; 
    background: url(https://www.1931.co/info/images/index/null.gif) no-repeat left top;
  }

  #video-hot .v-btn .v-btn-icon{
  width: 36px;
  height: 36px;
  margin: 68px 0 0 6px;
  background: url(https://www.1931.co/info/images/index/playbtns.png) no-repeat left top;
}

#video-hot .v-btn:hover .v-btn-icon{ background-position: left -50px;}

.defaulthide{display: none;}
