.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(../images/dj.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(../images/ioc.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;
}
.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;
}
