html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
    background: rgb(245,245,245);
    line-height: 1.5;
    margin: 0;
    /*font-family: "\5fae\8f6f\96c5\9ed1","\5B8B\4F53","\9ED1\4F53",arial,sans-serif;*/
    font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'STHeitiSC-Light', 'Arial', 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;

}
header{
  background-color:#fff;
}
header h1 {
  margin:  0;
  padding: 0;
}
.logo {
  width: 230px;
  height: 80px;
  background: transparent url(../img/logo.svg?v2) center center no-repeat;
  display:block;
}
.logo span {
  display:  none;
}

.container{
    max-width: 1040px !important;
}
.top-bar {
  padding:5px 0;border-bottom:1px solid #DDD;
  background-color: white;
  margin-bottom: 10px;
}

footer {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 13px;
}
.meta-year {display: none;}
.search-bar > div {
  margin: 10px 0;
}

.navbar-static-top {
  background-color: #1f99c7;
  min-height: 40px;
   font-weight: bold;
}

.navbar-dark .navbar-nav>.active>a, .navbar-dark .navbar-nav>.active>a:focus, .navbar-dark .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #1e8ab3;
}

.navbar-dark {
  border-color: #1e8ab3;
}

.navbar-dark .navbar-nav>li>a {
    color: #fff;
}

.index-title {
    color: #666;
    font-size: 20px;
    border-left: 4px solid #dd5862;
    margin-top: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.entry-page .index-title {
  margin-left: 15px;
}

.media-meta h3 {
    width: 100%;
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.media-meta .dl-horizontal, .media-meta .dl-horizontal dd {
  margin-bottom: 0px;
}

.media-meta {
  background-color: #fff;
  padding: 10px;
}

@media (max-width:460px){
  .topic-item img {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
}

.media-cards .thumbnail {
  padding: 0;
}

.media-cards .thumbnail img {
  width: 100%;
  height: 255px;
  overflow: hidden;
  vertical-align: middle;
}

.media-cards .thumbnail:hover{
    background: #CCC;
    box-shadow:0px 2px 5px #CCC;
    /*outline:1px solid #DDD;*/
}

.media-cards .thumbnail:hover .item-hover{
    height: 100%;
    background-image: url(../img/play-icon.png);
    background-position:center center;
}

.item-hover {
    width: 100%;
    font-size: 0;
    background: #000 no-repeat 10px 100px;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    position: absolute;
    top: 0;
    height: 0;
}

.media-cards .media-cover {
  position: relative;
  text-decoration: none;
    display: block;
  background-color: transparent;
}
.text-rank {
  color: #FF8000;
}

.entry-box {
  padding: 0 15px 15px 15px;
}

.movie-adimg {
  margin-left:  0;
  padding-left: 0;
}

.entry-box .entry-intro h2 {
  font-size: 16px;
  padding-left: 10px;
  color: #333;
  border-left: 3px solid #ccc;
}

.entry-box .entry-info h1 {
  font-size: 20px;

  padding-top: 0;
  margin-top: 0;
  color: #000;

}
.entry-info-header {
  /*border-bottom:  1px solid #e1e1e1;*/
  /*padding-bottom: 10px;*/
  margin-bottom: 10px;
}
.movies-list dl dt, .entry-list-filter dl dt, .entry-info dl dt {
  width: 45px;
  text-align: left;
  
}
.entry-list-filter dd .badge {
  background-color: #E6E6E6;
  font-size: 85%;
}
.entry-list-filter dd .badge a {
  color: #666;
  font-weight: normal;
}
.entry-list-filter dd .badge.active a {
  color: #fff;
  font-weight: normal;
}
.entry-list-filter dd ul li {
    margin-bottom: 10px;
}
.entry-list-filter {
  padding: 10px 10px 0px 15px;
}

.entry-list-filter hr {
  margin-top: 0;
}

.entry-list-filter dd .badge.active {
    background: rgb(95,170,254);
}
.entry-list-filter dl {
  margin:  0;
  padding: 0;
}

@media (min-width: 768px) {
  .movies-list .dl-horizontal dd, .entry-list-filter .dl-horizontal dd,.entry-info .dl-horizontal dd {
      margin-left: 45px;
  }
}

.tag {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.tag-default {
    background-color: #818a91;
}

a.tag-default:hover {
    background-color: #6eb2ec;
    color: #fff;
    text-decoration: none;
}

.current-position {
  margin-right: 10px;
}
.report-link {
  min-width: 150px;
}
.resource-list .list-group-item:first-child {
    border-top:none;
}
.resource-list .badge {
  line-height: normal;
}

.text-muted a {
  color: #999;
}
.dd-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dd-list li {
      display: inline-block;
}

.dd-list>li+li:before {
    padding: 0 0 0 4px;
    color: #666;
    content: "/\00a0";
}
.more-dd-list {
  background-color: #e1e1e1;
}
.more-dd-list a  {
  color: #999;
}
.topic-list-recommend h3, .topic-list h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.topic-list-recommend .index-title {
  margin-bottom: 10px;
}

.topic-list-recommend .thumbnail,.topic-list .thumbnail {
  height: 200px;
  border: 0;
}

.topic-list-recommend .thumbnail img, .topic-list .thumbnail img {
  width: 100%;
  height: 150px;
}
.topic-list-recommend .thumbnail .caption, .topic-list .thumbnail .caption {
    border: 1px solid #ddd;
    border-top: 0;
    height: 49px;
    display: flex;
}

.topic-list-recommend .thumbnail .caption h2, .topic-list-recommend .thumbnail .caption h3, .topic-list .thumbnail .caption h2 { 
  margin: auto;
}

.topic-item h1 {
  font-size: 22px;
}

.topic-item {
  padding: 0 10px;
}

.topic-item img {
  max-width: 100%;
  height: auto;
}

.topic-item-body {
  margin-top: 30px;
}

.topic-page h2 {
  margin: 0; 
}
.topic-recommend .thumbnail {
  border: 0;
  padding: 0;
  margin:  20px 0 0 0;
  /*height: 150px;*/
  overflow: hidden;
}

.topic-recommend .thumbnail .caption h3 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.topic-recommend .thumbnail .caption {
  display: flex;
  border: 1px solid #ddd;
  border-top: 0;
  height: 49px;
  background-color: rgba(165, 156, 156, 0.06);
}

.topic-recommend .thumbnail img {
  width: 100%;
}

.topic-nav .pager {
  margin-top: 30px;
}
.topic-nav .pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 0px;
    background-color: #fff;
    border: 0;
}
@media (min-width:992px){
  .media-cards .col-md-2 {
    width: 20%;
  }
  .topic-item {
    padding: 0 35px 15px 35px;
  }
  
  .movies-list-left, .topic-left {
      width: 70%;
  }
  .movies-list-right,  .topic-right {
    width:30%;
  }
}
.index-roll {
  max-height: 470px;
  overflow: hidden;
  margin-bottom: 0;
}

.roll-left img {
    display: block;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.roll-left .meta {
  top: 333px;
  padding-left: 20px;
  position: absolute;
  font-size: 24px;
  color: #fff;
  background-color: #333;
  display: block;
  width: 100%;
  opacity:0.8;
  filter:alpha(opacity=80);
}

#carousel-example-generic .carousel-control {
  width: 5%;
}

.movies-list-page .media-left img {
  width: 180px;
}
.movies-list-right {
  margin-top: 26px;
}
.movies-list-right h2 {
  margin-top: 10px;
}
.movies-list .media-heading {
  font-size: 20px;
  margin-bottom: 20px;
}
.movie-list-intro {
  font-size: 100%;
  margin:  3px 10px 0 0 ;
}
.report-resource {
  text-decoration: underline;
}
.thumbnail .dl-horizontal {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
}
.thumbnail .dl-horizontal dt {
  width: 30px;
  text-align: left;
  font-weight: normal;
}
.thumbnail .dl-horizontal dd {
  margin-left: 30px;
}
.cover-category {
  height: 18px;
  overflow: hidden;
}

.cover-category .dd-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.cover-category .dd-list li {
      display: inline-block;
      margin:  0 2px;
}

.cover-category .dd-list li a {
    display: inline-block;
    padding: 2px 5px 2px;
    line-height: 1.2;
    color: #999;
    text-decoration: none;
    background-color: rgb(230,230,230);
}

.cover-category .dd-list li a:hover {
    color: #666;
}

.cover-category .dd-list>li+li:before {
    content: none;
}

.dl-horizontal dt {
    float: left;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cover-year {
  padding: 0;
  margin-top: -23px;
  text-align: right;
  position: relative;
}
.cover-year span {
  background-color: #09c878;
  padding: 1px 4px;
  color: #fff;
  font-size: 0.8em;
}
.navbar-dark .navbar-toggler:focus, .navbar-dark .navbar-toggler:hover {
     background-color: transparent; 
}
.navbar-dark .navbar-toggler {
     border-color: transparent; 
}

.item-list-cover  {
  margin-bottom: 20px;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
}