.page-node-type-article .article-title h1 {
    font-size: 25px;
}
.page-node-type-page .block-region-right,.page-node-type-article .block-region-left,.page-node-type-campus-article .block-region-left,.page-node-type-page article .block-region-middle,.page-node-type-campus-article article .block-region-middle{
  margin-top:20px;
  padding-left:40px !important;
  padding-right:40px;
  padding-top:20px;
  padding-bottom:60px;
  background:#FFF;
  border-radius:5px;
}
.page-node-type-landing-page .block-region-right{
  overflow:hidden !important;
}
.page-node-type-landing-page .block-region-right .one-line {
    white-space: nowrap;
}
.block-region-right .block h2.block-title{
  border:0;
  font-size:16px;
  color:#FFF;
  background:#2BAA61;
  padding:10px 20px;
}

.block-region-right a.more-link {
    text-indent: 0;
    font-size: 12px;
    right: 20px;
    top: 25px;
    width: 36px;
    height: 17px;
    background:none;
    color:#FFF;
}
.aboutjg{
  padding:20px;
}
.aboutjg .jgline{
  padding:40px 40px;
  margin:30px auto;
  width:100%;
}
.aboutjg .jgline h3{
  color:#005826;
  padding-top:10px;
  padding-bottom:15px;
  font-weight:600;
}
.aboutjg .jgline:hover{
  box-shadow:1px 1px 6px 2px #eee;
}
.aboutjg .jgline.light{
  background-color:rgba(55,134,80,0.1);
}
.aboutjg .jgline.dark{
  background-color:rgba(55,134,80,0.2);
}