.jcrc-tit {
  background: url(../images/jcrc-tit-bg.png) left no-repeat;
  background-size: auto 100%;
  line-height: 42px;
  padding-left: 20px;
  font-size: 1.625rem;
  color: #0b68bf;
  margin-bottom: 38px;
  margin-top: 10px;
  overflow: hidden;}
.jcrc-list ul.text {
  overflow: hidden;}

.jcrc-list ul.text li {
  float: left;
  width: 25%;
  margin-bottom: 30px;}

.jcrc-list ul.text li a {
  display: block;
  margin: 0 20px;
  overflow: hidden;
  background: #f1f0f0;
  padding: 15px 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.jcrc-list ul.text li:hover a {
  background: #0b68bf;
  color: #fff;}
