@charset "utf-8";
#footer {
  margin-top: 0;
}
.content {
  padding: 15px;
  background-color: #fff;
}
.zt-nav {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.zt-nav a {
  display: inline-block;
  line-height: 22px;
  height: 22px;
  padding: 0 10px;
  color: #d4d4d4;
  margin-right: 10px;
  font-size: 16px;
}
.zt-nav a.active,
.zt-nav a:hover {
  background-color: #f60;
  color: #fff;
  border-radius: 15px;
}
.topic-list {
  margin-top: 15px;
}
.topic-list .topic-item {
  overflow: hidden;
  padding: 6px 0;
}
.topic-list .topic-item:hover .Min0_L,
.topic-list .topic-item:hover .Min0_R {
  border-color: #f60;
}
.topic-list .Min0_L {
  float: left;
  width: 574px;
  height: 255px;
  border: 1px solid #fff;
  border-right: 0;
}
.topic-list .Min0_L img {
  width: 574px;
  height: 255px;
  display: block;
  transition: 0.2s;
}
.topic-list .Min0_R {
  float: right;
  width: 594px;
  height: 245px;
  background: #f0f1f7;
  position: relative;
  padding-top: 10px;
  border: 1px solid #fff;
  border-left: 0;
}
.topic-list .Min0_R .sj {
  display: block;
  position: absolute;
  left: -20px;
  top: 40px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #f0f1f7;
  border-bottom: 20px solid transparent;
}
.topic-list .Min0_R .bt {
  display: inline-block;
  font-size: 22px;
  color: #525252;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: -8px;
  max-width: 400px;
}
.topic-list .Min0_R .bt a:hover {
  color: #f60;
}
.topic-list .Min0_R span {
  color: #565656;
}
.topic-list .Min0_R .desc {
  float: left;
  width: 567px;
  height: 40px;
  overflow: hidden;
  color: #858585;
  font-size: 12px;
  margin: 10px 0 0 20px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.topic-list .Min0_R .hot {
  width: 575px;
  height: 130px;
  float: left;
  margin: 15px 0 10px 20px;
}
.topic-list .Min0_R .hot ul {
  position: relative;
  display: block;
  float: left;
  padding-left: 65px;
}
.topic-list .Min0_R .hot ul li {
  float: left;
  margin-right: 26px;
  width: 100px;
}
.topic-list .Min0_R .hot ul li a {
  display: block;
}
.topic-list .Min0_R .hot ul li a img {
  width: 100px;
  height: 100px;
  border-radius: 15px;
}
.topic-list .Min0_R .hot ul li span {
  display: block;
  text-align: center;
  margin-top: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topic-list .Min0_R .hot ul li:hover span {
  color: #f60;
}
.topic-list .Min0_R .hot ul .top-title {
  position: absolute;
  width: 20px;
  height: 110px;
  padding: 10px 10px;
  overflow: hidden;
  top: 0;
  left: 0;
  font-size: 17px;
  color: #5c5761;
  background-image: url(../images/spite.png);
  background-size: 310px 228px;
  background-repeat: no-repeat;
  background-position: -2px -66px;
  line-height: 26px;
}
.page {
  text-align: center;
  overflow: hidden;
  margin: 20px 0;
}
.page span,
.page a,
.page b {
  display: inline-block;
  border: 1px solid #d7d7d7;
  margin: 0 5px;
}
.page a:hover,
.page b {
  background: #ff6600;
  color: #fff;
  border: 1px solid #ff6600;
}
.hot-ranking {
  padding: 15px;
  background-color: #fff;
  margin-top: 20px;
}
.hot-ranking .title {
  height: 40px;
  border-bottom: 1px solid #ddd;
  position: relative;
  line-height: 25px;
  box-sizing: border-box;
}
.hot-ranking .title h3 {
  padding-left: 7px;
  border-left: 6px solid #f60;
  color: #000;
}
.hot-ranking .title .more {
  padding-right: 20px;
  display: block;
  color: #808080;
  background: url(../images/more.gif) no-repeat center right;
  position: absolute;
  top: 0;
  right: 0;
}
.hot-ranking ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hot-ranking ul li {
  border-radius: 10px;
  display: block;
  width: 218px;
  height: 120px;
  margin: 0 20px 20px 0;
  position: relative;
  overflow: hidden;
}
.hot-ranking ul li:nth-of-type(5n) {
  margin-right: 0;
}
.hot-ranking ul li img {
  border-radius: 10px;
  width: 100%;
  height: 120px;
}
.hot-ranking ul li p {
  line-height: 26px;
  position: absolute;
  width: 100%;
  height: 26px;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  text-align: center;
  color: #fafafa;
  font-size: 14px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.hot-ranking ul li:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.hot-ranking ul li:hover p {
  color: #fff;
  background-color: #f60;
}
/* (╯°Д°)╯︵┻━┻  */
