@import url('../css/head-foot.css');
#content .cont-r {
  width: 1055px;
  margin: 0 auto;
}
#content .cont-r .cont-box {
  width: 1055px;
  border-radius: 24px;
  border: 2px solid #eee;
  padding: 24px;
}
#content .cont-r .cont-box h3 {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
#content .cont-r .cont-box .cb-text {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999;
  line-height: 20px;
  margin-bottom: 8px;
}
#content .cont-r .cont-box .cb-text a {
  color: #333;
}
#content .cont-r .cont-box h4 {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
