header img {
  width: 100%;
  height: auto;
}
.data {
  display: none;
}
.bc {
  height: 22px;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #e1e5e7;
  line-height: 50px;
  padding-left: 30px;
  color: #194faf;
  font-family: 宋体;
  font-size: 18px;
  font-weight: 700;
}
.bc img {
  margin-right: 10px;
}
.bc .bc-item {
  color: #194faf;
}
.bc .gap {
  color: #194faf;
}
.main {
  width: 100%;
  background-image: url(../images/bj_jb.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-blend-mode: color-burn;
  background-size: 100% 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}
.main .content {
  overflow: auto;
  width: 100%;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #FFF;
  border-radius: 15px;
}
.main .box h2 {
  height: 45px;
  display: block;
  /* height: 3px; */
  background-image: url(../images/bs.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main .box .more {
  float: right;
  font-size: 14px;
  color: #194faf;
  text-decoration: none;
  font-family: "微软雅黑";
  font-weight: normal;
  line-height: 45px;
  height: 45px;
}
.main .content-box {
  display: flex;
  flex-direction: column;
}
.main .content-box .channel-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f7f7f7;
  padding-left: 35px;
  font-size: 16px;
  float: left;
  font-family: "微软雅黑";
  color: #333333;
  background-image: url(../images/ioc.jpg);
  background-repeat: no-repeat;
  background-position: 20px;
  font-weight: bold;
}
.main .content-box .head {
  font-family: "microsoft yahei";
  color: #A70302;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #999;
}
.main .content-box .ps {
  color: #333333;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.main .content-box .ps .gap {
  margin-left: 10px;
  margin-right: 10px;
}
.main .content-box .content {
  color: #333333;
}
.main .content-box .content img {
  max-width: 100%;
}
.hot-list {
  min-height: 120px;
}
.hot-list li {
  display: flex;
  width: 100%;
  color: #333;
  line-height: 30px;
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #999;
  height: 30px;
  position: relative;
  padding-left: 20px;
}
.hot-list li a {
  color: #333;
  display: flex;
  width: 100%;
  flex-direction: row;
  text-decoration: none;
}
.hot-list li a:hover {
  color: #777;
}
.hot-list li .title {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hot-list li .date {
  display: block;
  width: 90px;
  text-align: end;
  color: #999;
}
.hot-list li::before {
  position: absolute;
  content: '•';
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #c0c0c0;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.page {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: end;
}
.page li {
  margin-right: 10px;
  font-size: 12px;
  cursor: not-allowed;
}
.page li a {
  cursor: pointer;
}
.page-content {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
  font-size: 14px;
}
.page-content p {
  display: inline-block;
  width: 100%;
}
.page-content .prev {
  display: flex;
  justify-content: start;
  align-items: center;
}
.page-content .prev a {
  justify-content: start;
  text-align: left;
}
.page-content .next {
  display: flex;
  justify-content: end;
  align-items: center;
}
.page-content .next a {
  justify-content: end;
  text-align: right;
}
.footer {
  background-color: #0059fd;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.dialog .dialog-shade {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  z-index: 999;
  position: fixed;
}
.dialog .dialog-content {
  width: 800px;
  height: 1314px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  z-index: 1000;
}
.dialog .dialog-content.show {
  display: block !important;
  animation: zoomIn 0.3s ease-out forwards;
  -webkit-animation: zoomIn 0.3s ease-out forwards;
}
.dialog .dialog-content.hide {
  display: block ;
  animation: zoomOut 0.3s ease forwards;
  -webkit-animation: zoomOut 0.3s ease-out forwards;
}
.dialog .dialog-content .dialog-box {
  height: 1270px;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog .dialog-content .default {
  min-height: 1229px;
}
.dialog .dialog-content .bookContent {
  font-size: 20px !important;
  line-height: 28px;
  height: auto;
  padding-top: 10px;
  color: #000;
  font-family: 微软雅黑;
}
.dialog .dialog-content .bookPost {
  line-height: 34px;
  height: auto;
  font-size: 20px !important;
  font-family: 微软雅黑;
}
.dialog .dialog-content .bookPost font,
.dialog .dialog-content .bookPost span {
  font-family: 微软雅黑;
  font-size: 20px !important;
}
.dialog .dialog-content .booktxt {
  font-size: 20px !important;
  line-height: 28px;
  height: auto;
  padding-top: 10px;
  color: #000;
  font-family: 微软雅黑;
}
.dialog .dialog-content .booktxt .txtp {
  font-family: 微软雅黑;
  font-size: 18px !important;
}
.dialog .dialog-content .booktxt .txtp font,
.dialog .dialog-content .booktxt .txtp span {
  font-family: 微软雅黑;
  font-size: 18px !important;
}
.dialog .dialog-button-box {
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: right;
  padding: 0 15px 12px;
  margin-top: 10px;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
}
.dialog .dialog-button-box .back {
  padding: 0 10px;
  border-color: #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  cursor: pointer;
}
