/* Departments page styles to match the reference layout. */

.department-tabs .tab-tit {
  position: relative;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.department-tabs .tab-tit a {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
  font-size: 20px;
  padding: 20px 0 15px;
  background: #fff;
  border-radius: 15px 10px 0 0;
}

.department-tabs .tab-tit a.cur {
  margin-bottom: -2px;
  color: #0089e1;
  font-weight: bold;
  border-bottom: 2px solid #0089e1;
}

.department-tablist {
  margin-top: 30px;
  min-height: 700px;
}

.department-tablist .tab-pannel {
  overflow: hidden;
  margin: 0 -1%;
}

.department-tablist .tab-pannel > li {
  float: left;
  width: 31.333%;
  margin: 10px 1%;
  box-sizing: border-box;
  height: 220px;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.8s;
}

.department-tablist .tab-pannel > li:hover {
  border-color: #0089e1;
  box-shadow: rgba(22, 139, 206, 0.5) 0 10px 30px;
}

.department-tablist p {
  color: #777;
}

.department-tit {
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.department-tit:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background-color: #0089e1;
}

.department-tit h3 {
  float: left;
  font-size: 20px;
  margin: 0;
}

.department-tit h3 i {
  font-size: 1em;
}

.department-tit h3 span {
  position: relative;
  top: -2px;
  vertical-align: middle;
  color: #fff;
  padding: 10px;
  font-weight: normal;
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: transparent;
}

.department-tit h3 span img {
  width: 1em;
  height: 1em;
  display: block;
}

.department-tablist .point2 {
  background: transparent;
}

.department-desc {
  position: relative;
  min-height: 75px;
  margin-top: 10px;
}

.department-desc p {
  text-align: justify;
  margin: 0;
}
