.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 .list {
  padding-top: 10px;
  list-style: none;
}
.right-box .list li {
  display: flex;
  width: 100%;
  color: #333;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
.right-box .list li::before {
  content: '•';
  height: 100%;
  display: flex;
  align-items: center;
  color: #c0c0c0;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
  left: 0;
  top: 0;
  position: absolute;
}
.right-box .list li a {
  color: #333;
  display: flex;
  width: 100%;
  flex-direction: row;
  text-decoration: none;
}
.right-box .list li a:hover {
  color: #777;
}
.right-box .list li .title {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.right-box .list li .date {
  display: block;
  width: 90px;
  text-align: end;
}
.page {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
}
.page li {
  margin-right: 10px;
  font-size: 12px;
  cursor: not-allowed;
}
.page li a {
  cursor: pointer;
  color: #333;
}
.page li a:hover {
  color: #777;
}
.page li a:visited {
  color: #777;
}
