.news-box {
  position: relative;
  box-sizing: border-box;
  padding: 72px 6% 3% 4%;
  max-width: 1160px;
  height: auto;
  background: rgba(255,255,255,0.7);
  box-shadow: 0 11px 32px 0 rgba(33,85,145,0.4);
  border-radius: 16px;
}
.news-box > .title-bar {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 50%;
  height: 40px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  background-image: url("../imgs/title-bg.png");
  background-size: 100% 40px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.news-box > .title {
  margin-bottom: 32px;
  width: 100%;
  height: 23px;
  font-weight: 600;
  font-size: 24px;
  color: #161940;
  text-align: center;
  line-height: 24px;
}
.news-box > p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.news-box :nth-child(3) {
  text-indent: 2em;
}
.news-box :nth-child(4) {
  margin-bottom: 0;
}
.news-box > .button-default {
  margin-left: auto;
}
