#article-main {
  float: left;
  width: calc(100% - 242px);
  border-left: 1px solid #eee; }

#article-main #section-head {
  font-size: 35px;
  color: #093973;
  padding: 65px 0;
  text-align: center;
  height: 100px; }

#article-main #section-service {
  background: #e6eced; }

#article-main #section-service .inner {
  width: 1040px;
  margin: 0 auto; }

#article-main #section-service .inner .box-service {
  float: left;
  margin: -60px 25px 120px 0;
  width: 330px;
  height: 350px;
  background: #fff;
  position: relative;
  box-shadow: 10px 10px 0px #babebe;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

#article-main #section-service .inner .box-service:hover {
  background: #d7e2ed; }

#article-main #section-service .inner .box-service a {
  text-decoration: none;
  opacity: 1; }

#article-main #section-service .inner .box-service:hover a .image {
  opacity: 0.8; }

#article-main #section-service .inner .box-service:nth-child(3n) {
  margin-right: 0px; }

#article-main #section-service .inner .box-service .image {
  width: 330px;
  height: 220px;
  background-size: cover !important; }

#article-main #section-service .inner .box-service h2 {
  position: absolute;
  bottom: 130px;
  width: 100%;
  background: rgba(12, 68, 135, 0.89);
  color: #fff;
  box-sizing: border-box;
  padding: 20px 15px 0;
  line-height: 1.4;
  height: 60px;
  font-weight: normal; }

#article-main #section-service .inner .box-service h2.r2 {
  padding: 8px 15px;
  line-height: 1.4;
  height: 60px; }

#article-main #section-service .inner .box-service .text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  padding: 20px; }

/*# sourceMappingURL=service.css.map */
