.sidebar_right .dec-title,
.detail-sidebar-right .dec-title {
  font-family: "微软雅黑";
  font-size: 26px;
  font-weight: 700;
  line-height: 102px;
}
.sidebar_right .description-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.description-box .dec-item {
  width: 240px;
  height: 195px;
  padding: 30px 0;
  padding-left: 20px;
  padding-right: 10px;
  margin-right: 30px;
  margin-bottom: 40px;
  background-color: #fff;
  border: 1px solid #dedede;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.dec-item .title-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dec-item .title-box img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.dec-item .title-box .title {
  font-size: 16px;
  line-height: 16px;
  color: rgb(30, 47, 140);
}
.dec-item .content-keyword {
  width: 100%;
  padding-left: 18px;
  margin-top: 5px;
}
.content-keyword li {
  font-size: 16px;
  line-height: 30px;
  color: rgb(102, 102, 102);
  list-style: circle inside none !important;
}
.detail-sidebar-right {
  width: 808px;
  margin-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 110px;
}

.detail-sidebar-right .detail-box {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-right: 30px;
  padding-bottom: 65px;
  background-color: #fff;
}
.detail-box .header-box {
  width: 100%;
}
.detail-box .header-box .title {
  font-size: 24px;
  line-height: 24px;
  color: rgb(102, 102, 102);
}
.detail-box .header-box .connect-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}
.connect-box span {
  font-size: 14px;
  color: rgb(144, 144, 144);
}
.connect-box .connect {
  width: 264px;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 10px;
}
.connect .connect-item {
  width: 120px;
  height: 20px;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.connect-item .shareIcon {
  cursor: pointer;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 2px;
  width: 20px;
}
.connect-item .shareName {
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.detail-box .center-box {
  margin-top: 46px;
  width: 100%;
}
