.content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 32px;
  font-size: 20px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  background: url(../images/title-detail-icon.png) no-repeat left top 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CBD0D7;
}

.right-main {
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
}

.content-text-title {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  padding: 20px 29px;
}

.content-tools {
  padding: 8px 20px;
  background-color: #F6F7F9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-tools .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  flex-wrap: wrap;
}

.file-download .icon {
  background: url(../images/icon-dload.png) no-repeat center;
}

.policy-read .icon {
  background: url(../images/icon-jd.png) no-repeat center;
}

.print .icon {
  background: url(../images/icon-print.png) no-repeat center;
}

.content-tools a,
.font-s{
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.content-tools-l>a,
.content-tools-r>a,
.content-tools-r>p {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.content-tools-r,
.content-tools-l {
  display: flex;
  align-items: center;
  margin-right: -20px;
  flex-wrap: wrap;
}

.content-label-info {
  padding: 18px 20px 3px 20px;
  margin: 20px 0;
  border: 1px solid #E7EBF1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content-label-info .content-label-item {
  width: 33.3%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.content-label {
  color: #666;
}

.content-text {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.font-s a:focus {
  font-weight: 600;
}
#detailinfocontent table{
  width:auto !important;
}

/* 1500以下 */

@media(max-width:1499px) {}

/* 小屏幕 */

@media(max-width:1199px) {

}

/* pad */

@media(max-width:979px) {

}

/* phone */

@media(max-width:767px) {
  .content-label-info .content-label-item {
    width: 100%;
  }
}