.isHidden {
  display: none !important;
}
.isinline {
  display: inline !important;
}
.word3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.word2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.word1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/** 唤醒头部 */
.openAppheader {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.openAppheader .newCQ {
  width: 100%;
}
.openAppheader .newCQ img {
  width: 100%;
}
.openAppheader .newCQ_close {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 21px;
  height: 20px;
  z-index: 1000;
}
.openApp {
  height: 0.88rem;
  width: 100%;
  text-align: center;
  line-height: 0.88rem;
  color: #c2c2c2;
  font-size: 0.3rem;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: #222;
  padding: 0.12rem 0;
  border-top: 1px solid #4f4f4f;
  overflow: hidden;
}
.openApp p {
  margin: auto;
  width: 100%;
  background-color: #222;
}
html,
body {
  width: 100%;
  height: 100%;
}
.topic_top {
  width: 100%;
}
.topic_top img {
  width: 100%;
}
.topic_tip {
  width: 1200px;
  margin: auto;
  background: #f8f8f8;
  padding: 22px;
  font-size: 18px;
  line-height: 28px;
  margin: 30px auto 10px;
}
.detail {
  width: 1200px;
  margin: auto;
  /*页码 */
}
.detail .nav-box {
  border-bottom: 1px solid #DDDDDD;
}
.detail .nav-box .nav {
  display: flex;
  align-items: center;
}
.detail .nav-box li {
  display: inline-block;
}
.detail .nav-box a {
  display: inline-block;
  padding: 10px 20px;
  margin: 20px 20px 0 0;
  text-align: center;
  line-height: 44px;
  list-style: none;
  font-size: 24px;
  cursor: pointer;
  color: #000000;
  padding-bottom: 7px;
  border-bottom: 4px solid transparent;
}
.detail .nav-box a.bg {
  background: no-repeat center;
  background-size: 100% 100%;
  min-width: 100px;
  min-height: 40px;
}
.detail .nav-box .active a {
  font-weight: bold;
  color: #0F7BD6;
  font-size: 26px;
  border-bottom: 4px solid #0564D2;
}

.detail .nav-box .nav-item a:hover {
  text-decoration: none;
}
.detail .detail_list .detail_item {
  width: 281px;
  margin-top: 20px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: top;
}
.detail .detail_list .detail_item a {
  display: block;
}
.detail .detail_list .detail_item .detail_item_top {
  height: 224px;
  position: relative;
}
.detail .detail_list .detail_item .detail_item_top img {
  width: 100%;
  height: 100%;
}
.detail .detail_list .detail_item .detail_item_top .detail_item_popup {
  width: 100%;
  position: absolute;
  height: 47px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.detail .detail_list .detail_item .detail_item_top .detail_item_popup img {
  width: 16px;
  height: 11px;
  margin-left: 10px;
}
.detail .detail_list .detail_item .detail_item_top .detail_item_time {
  margin-right: 10px;
}
.detail .detail_list .detail_item .detail_item_btm {
  height: 45px;
  background: #F9F9F9;
  font-size: 16px;
  padding: 0 12px;
  word-break: break-all;
  padding-top: 12px;
  line-height: 22px;
}
.detail .detail_list .detail_item:hover {
  cursor: pointer;
}
.detail .detail_list .detail_item:nth-child(4) {
  margin-right: 0;
}
.detail .pages {
  margin: auto;
  margin-top: 32px;
  font-size: 16px;
  text-align: center;
  color: #000000;
}
.detail .pages > li {
  display: inline-block;
  margin: 0 3px;
  font-size: 16px;
  padding: 0 10px;
  height: 30px !important;
  line-height: 30px !important;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  text-align: center;
  color: #000000 !important;
}
.detail .pages > li:before {
  content: none !important;
}
.detail .pages .page.page-active {
  color: #fff;
  background: #0F7BD6;
}
.detail .pages .page.page-active a {
  color: #fff;
}
.foot {
  margin-top: 30px;
  padding: 20px;
  background-color: #F3F3F3;
  color: #000000;
  font-size: 14px;
  font-family: 'MicrosoftYaHei';
  line-height: 30px;
  text-align: center;
}
.foot ul li {
  display: inline-block;
}
.foot ul li a {
  margin: 10px;
}
