@charset "gb2312";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: #fff;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #333;
}
.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.f-cb:after,
.f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.f-cb,
.f-cbli li {
  zoom: 1;
}
.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.f-dn {
  display: none;
}
.f-db {
  display: block;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 930px;
}
body {
  font-family: "Microsoft YaHei", SimSun, Helvetica, Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
.hide {
  display: none;
}
/**.keyframes(demo_keyframes, {
    100% {
        .transform(rotate(360-43deg));
        margin-left: -20px;
        width: 26px;
    }
});*/
.page {
  width: 100%;
  height: 100%;
  min-width: 1280px;
  max-width: 1920px;
  max-height: 1080px;
  position: relative;
}
.header__nav-link--active {
  background: #bda462;
}
.header {
  width: 100%;
  height: 380px;
  padding-top: 60px;
  background: url("../img/header2.jpg") #000000 center 60px no-repeat;
  position: relative;
}
.header__nav {
  width: 1280px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -640px;
  text-align: center;
}
.header__nav-item {
  float: left;
  width: 16%;
  height: 60px;
}
.header__nav-link {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #000;
  transition: background 0.4s ease-in-out;
}
.header__nav-link:hover {
  background: #bda462;
}
.header__nav-link.active {
  background: #bda462;
}
.search {
  width: 610px;
  margin: 0 auto;
  padding-top: 295px;
}
.search input {
  width: 538px;
  height: 48px;
  color: #000;
  font-size: 15px;
  padding: 0 0 0 10px;
  border: 0 none;
  border-radius: 6px 0 0 6px;
}
.search a {
  display: block;
  width: 61px;
  height: 48px;
  background: url("../img/search.png") no-repeat;
}
.search a:hover {
  opacity: .9;
}
.footer {
  width: 100%;
  min-width: 1280px;
  padding: 20px 0;
  color: #666;
  font-size: 12px;
  background-color: #000;
}
.footer a {
  color: #666;
}
.main {
  width: 1280px;
  padding: 25px 0 100px 0;
  overflow: hidden;
  margin: 0 auto;
}
.main__content {
  float: left;
}
.main--left {
  width: 834px;
}
.main--right {
  width: 266px;
  margin-left: 78px;
}
.pagination {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.pagination li {
  display: inline-block;
  margin: 5px;
}
.pagination__index {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  color: #929292;
  transition: all 0.4s ease-in-out;
}
.pagination__index:hover {
  color: #bda462;
  border-color: #bda462;
  background: #fff;
}
.pagination__index.active {
  color: #bda462;
  border-color: #bda462;
  background: #fff;
}
.pagination__extre {
  font-size: 14px;
  color: #929292;
  transition: all 0.4s ease-in-out;
}
.pagination__extre:hover {
  color: #bda462;
}
.stars {
  margin-bottom: 30px;
}
.stars__heading {
  color: #7a7e91;
  font-size: 24px;
  border-bottom: 1px dashed #b8b8b8;
  padding: 10px 0;
  margin-bottom: 20px;
}
.stars__more {
  color: #000;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 20px;
  background: #f1f1f1;
  float: right;
  transition: color 0.4s ease-in-out;
}
.stars__more:hover {
  color: #bda462;
}
.stars__wrapper {
  text-align: center;
}
.stars__item {
  display: inline-block;
  width: 200px;
  height: 210px;
  background: #eaedf4;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  margin: 0 2px;
  position: relative;
}
.stars__item:hover {
  background: #a5aec7;
}
.stars__item:hover .stars__content {
  background: #a5aec7;
  color: #66728d;
}
.stars__item.active {
  background: #a5aec7;
}
.stars__item.active .stars__content {
  background: #a5aec7;
  color: #66728d;
}
.stars__img {
  width: 201px;
  height: 209px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.stars__header {
  width: 192px;
  height: 143px;
  background: #eaedf4;
  margin: 4px auto 0 auto;
  text-align: center;
  overflow: hidden;
}
.stars__avatar {
  display: block;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  border: 3px solid #b1bbd1;
  margin: 10px auto 10px auto;
}
.stars__name {
  font-size: 18px;
  color: #333948;
}
.stars__content {
  height: 67px;
  background: #d1d7e5;
  color: #66728d;
  font-size: 14px;
  padding: 10px 20px;
  transition: all 0.4s ease-in-out;
}
.tag--red {
  float: left;
  display: block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  background: #cf1132;
  padding: 0 8px;
  font-weight: normal;
  position: relative;
  margin-right: 10px;
}
.tag--red:after {
  content: "";
  display: block;
  width: 6px;
  height: 22px;
  background: url("../img/tag.png") left top no-repeat;
  position: absolute;
  right: -6px;
  top: 0;
}
.activity {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity:hover {
  text-decoration: underline;
}
.others {
  display: block;
  width: 247px;
  height: 66px;
  background: url("../img/img2.png") left top no-repeat;
  padding-top: 50px;
  padding-left: 20px;
  color: #ac3f30;
  font-size: 20px;
  margin-bottom: 30px;
}
.others--list {
  padding-top: 60px;
}
.others--jinenghong {
  width: 267px;
  height: 71px;
  background: url("../img/jinenghong.jpg") left top no-repeat;
  padding: 0;
}
.recommond {
  margin-bottom: 30px;
}
.recommond__heading {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 55px;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}
.recommond__heading img {
  position: absolute;
  left: 1px;
  top: 0;
}
.recommond__heading2 {
  color: #545454;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.recommond__more {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.recommond__more:before {
  position: relative;
  z-index: 2;
  margin-left: 1px;
}
.recommond__more:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.recommond__more:hover {
  transform: rotate(180deg);
}
.recommond__more:hover:after {
  background: #fff;
}
.recommond__list {
  margin-left: 5px;
}
.recommond__link {
  width: 225px;
  height: 19px;
  display: block;
  font-size: 14px;
  color: #666;
  position: relative;
  padding: 6px 10px 6px 25px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommond__link:hover {
  color: #bda462;
  text-decoration: underline;
}
.recommond__link:hover .recommond__number {
  background: #bda462;
}
.recommond__number {
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  background: #b4b4b4;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  transition: all 0.4s ease-in-out;
}
.recommond--role {
  background: #c0c3ba;
}
.recommond--role .recommond__more:hover {
  color: #c0c3ba;
}
.recommond--new {
  background: #cbc8de;
}
.recommond--new .recommond__more:hover {
  color: #cbc8de;
}
.recommond--master {
  background: #b5b8ca;
}
.recommond--master .recommond__more:hover {
  color: #b5b8ca;
}
.loading {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
.loading:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #e1e4ee;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  animation: loading 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
.loading:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #e1e4ee;
  border-radius: 100%;
  position: absolute;
  right: -20px;
  animation-delay: 1s;
  animation: loading 2s 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
.share {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 44px;
  text-align: center;
  margin-left: 600px;
  margin-top: -150px;
  border: 1px solid #000;
  background: #fff;
}
.share__heading {
  color: #43474c;
  font-size: 16px;
  width: 16px;
  line-height: 16px;
  margin: 10px auto 5px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.share a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #43474c;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
}
.share a:hover {
  color: #bda462;
}
.share a .iconfont {
  font-size: 20px;
}
.share a.share__top {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1280px) {
  .share {
    left: auto;
    right: 10px;
    margin-left: 0;
  }
}
@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1488268886049');
  src: url('../font/iconfont.eot?t=1488268886049#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff?t=1488268886049') format('woff'), /* chrome, firefox */ url('../font/iconfont.ttf?t=1488268886049') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg?t=1488268886049#iconfont') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-qzone:before {
  content: "\e600";
}
.icon-tieba:before {
  content: "\e66f";
}
.icon-weixin:before {
  content: "\e629";
}
.icon-weibo:before {
  content: "\e601";
}
.icon-add:before {
  content: "\e62b";
}
.icon-up:before {
  content: "\e676";
}
.icon-left:before {
  content: "\e612";
}
.icon-yixin:before {
  content: "\e6b5";
}
.icon-play:before {
  content: "\e6ff";
}
.icon-menu:before {
  content: "\e684";
}
.icon-right:before {
  content: "\e604";
}
@keyframes loading {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.hot {
  margin-bottom: 30px;
  width: 266px;
  background: #fff;
}
.hot.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: 272px;
  z-index: 2;
  animation: fadeIn 0.4s ease-in-out forwards;
}
.hot__heading {
  color: #545454;
  font-size: 20px;
  font-weight: bold;
}
.hot__wrapper {
  position: relative;
  margin-top: 20px;
  padding-top: 40px;
}
.hot__type {
  position: absolute;
  left: 0;
  top: 0;
}
.hot__tags {
  overflow: hidden;
}
.hot__link {
  display: block;
  float: left;
  color: #3c3c3c;
  font-size: 16px;
  margin: 0 15px 5px 0;
  transition: color 0.4s ease-in-out;
}
.hot__link:hover {
  color: #ac1616;
  text-decoration: underline;
}
.nav {
  height: 66px;
  line-height: 66px;
  padding: 0 20px;
  background: #e1e3ef;
  font-size: 22px;
  margin-bottom: 30px;
}
.nav__tips {
  color: #7a7a7a;
  font-weight: normal;
  padding-right: 30px;
}
.nav a.nav__link:hover {
  text-decoration: underline;
}
.nav__link {
  position: relative;
  color: #2e3a4a;
  padding-right: 50px;
}
.nav__link:after {
  content: ">";
  position: absolute;
  right: 15px;
}
.nav--last:after {
  content: "";
}
.list {
  min-height: 200px;
  position: relative;
}
.list__item {
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 26px 10px;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  transition: all 0.4s ease-in-out;
}
.list__item:hover {
  background: #eaedf4;
}
.list__heading {
  color: #333;
  font-size: 16px;
  float: left;
  width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list__author {
  float: right;
  color: #a99359;
  margin-right: 10px;
  display: block;
  width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list__date {
  float: right;
  color: #999999;
  display: block;
  width: 90px;
  text-align: right;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
