.sidebar_right .description-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.description-box .dec-title {
  font-family: "微软雅黑";
  font-size: 26px;
  font-weight: 700;
  line-height: 102px;
}
.description-box .dec-content {
  width: 732px;
  min-height: 300px;
  padding: 0 10px;
  padding-top: 8px;
  padding-bottom: 14px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.dec-content .product-list {
  width: 100%;
}
.product-list .product-item {
  width: 100%;
  min-height: 120px;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  border-bottom: 1px solid #dedede;
}
.product-item a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-item a .header-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.product-item a .header-box .title {
  max-width: 585px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-item a:hover .header-box .title {
  color: #076ce0;
}
.product-item a .header-box .date {
  font-family: "微软雅黑";
  font-size: 12px;
  color: rgb(153, 153, 153);
}
.product-item a .abstract-box {
  width: 100%;
  height: 52px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 26px;
  color: rgb(102, 102, 102);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
