/**
 * Date: 2019.6.28
 * Update: 2019.6.28
 * Developer: Mine
 * Theme: 新三国志大战M
 */
/* ======================================
二级页-newslist
======================================== */
.n-banner {
  background: url(../images/newslist/n-banner.png) no-repeat top center;
  width: 100%;
  height: 277px;
  min-width: 1200px;
  position: relative;
  z-index: 2;
}
.n-main-top {
  background-image: url(../images/newslist/bg06-01.jpg);
  background-repeat: no-repeat;
  background-color: #f2edde;
  background-position: center top;
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: 1;
  margin-top: -44px;
  padding-top: 114px;
}
.n-main-mid {
  background-image: url(../images/newslist/bg06-02.jpg);
  background-repeat: no-repeat;
  background-position: center 354px;
  background-size: cover;
  width: 100%;
  min-width: 1200px;
  min-height: 600px;
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}
.n-slo {
  display: block;
  width: 999px;
  height: 57px;
  margin: 0 auto;
}
.n-tab-menu {
  margin: 66px auto 0;
  width: 1200px;
  height: 48px;
  padding: 0 180px;
  display: flex;
  justify-content: space-around;
}
/* .n-tab-menu li {
  transition: background-image 0.5s ease-in-out;
} */
.n-tab-menu li:first-child {
  background-image: url(../images/newslist/n-tab-menu.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 194px;
  height: 48px;
  cursor: pointer;
}
.n-tab-menu li:first-child:hover {
  margin-top: -16px;
  background-position: 0 -72px;
  height: 64px;
  cursor: pointer;
}
.n-active1 {
  margin-top: -16px !important;
  background-position: 0 -72px !important;
  height: 64px !important;
}
.n-tab-menu li:nth-child(2) {
  background-image: url(../images/newslist/n-tab-menu.png);
  background-repeat: no-repeat;
  background-position: -215px 0;
  width: 200px;
  height: 48px;
  cursor: pointer;
}
.n-tab-menu li:nth-child(2):hover {
  margin-top: -16px;
  background-position: -215px -72px;
  height: 64px;
  cursor: pointer;
}
.n-active2 {
  margin-top: -16px !important;
  background-position: -215px -72px !important;
  height: 64px !important;
}
.n-tab-menu li:nth-child(3) {
  background-image: url(../images/newslist/n-tab-menu.png);
  background-repeat: no-repeat;
  background-position: -438px 0;
  width: 194px;
  height: 48px;
  cursor: pointer;
}
.n-tab-menu li:nth-child(3):hover {
  margin-top: -16px;
  background-position: -438px -72px;
  height: 64px;
  cursor: pointer;
}
.n-active3 {
  margin-top: -16px !important;
  background-position: -438px -72px !important;
  height: 64px !important;
}
.n-tab-menu li:nth-child(4) {
  background-image: url(../images/newslist/n-tab-menu.png);
  background-repeat: no-repeat;
  background-position: -656px 0;
  width: 194px;
  height: 48px;
  cursor: pointer;
}
.n-tab-menu li:nth-child(4):hover {
  margin-top: -16px;
  background-position: -656px -72px;
  height: 64px;
  cursor: pointer;
}
.n-active4 {
  margin-top: -16px !important;
  background-position: -656px -72px !important;
  height: 64px !important;
}
.n-tab-contents-item {
  display: block;
  background: url(../images/newslist/n-itembg.png) no-repeat 0 0 / 100% 100%;
  width: 995px;
  height: 139px;
  margin: 20px auto 0;
  padding: 28px 0 0 46px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.n-border {
  background: url(../images/newslist/n-item-border.png) no-repeat 0 0 / 100% 100%;
  width: 999px;
  height: 143px;
  position: absolute;
  top: -2px;
  left: -2px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.n-tab-contents-item:hover .n-border {
  opacity: 1;
}
.n-tab-contents-item:first-child {
  margin-top: 38px;
}
.n-category {
  color: #fff;
  background-color: #cbae5f;
  padding: 3px 10px 1px;
  border-radius: 10px;
  font-size: 16px;
  font-family: "TBMM_0PP";
}
.n-time {
  margin-left: 15px;
  color: #cbae5f;
  font-size: 14px;
  font-family: "TBMM_0PP";
}
.n-twoline {
  color: #B3B2AB;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  font-family: "TBMH_0PP";
}
.n-threeline {
  width: 80%;
  color: #574419;
  font-size: 24px;
  font-family: "TBMH_0PP";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-tab-contents-item:hover .n-threeline {
  color: #b18316;
}
.n-jiantou {
  background: url(../images/newslist/n-jiantou.png) no-repeat 0 0 / 100% 100%;
  width: 35px;
  height: 65px;
  position: absolute;
  right: 34px;
  top: 50%;
  margin-top: -32.5px;
  transition: all 0.3s ease;
}
.n-tab-contents-item:hover .n-jiantou {
  background-image: url(../images/newslist/n-jiantou_hover.png);
}

.n-morebox {
  width: 572px;
  height: 71px;
  margin: 66px auto 0;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.n-more {
  background: url(../images/newslist/n-more.png) no-repeat;
  width: 572px;
  height: 71px;
  opacity: 0.8;
  transition: all 0.32s ease-in-out;
  cursor: pointer;
}
.n-more-words {
  width: 118px;
  height: 23px;
  position: absolute;
  left: 50%;
  margin-left: -59px;
  top: 50%;
  margin-top: -11.5px;
  transition: all 0.32s ease-in-out;
  cursor: pointer;
}
.n-morebox:hover .n-more-words {
  transform: scale(1.1);
}
.n-morebox:hover .n-more {
  opacity: 1;
}