.content {
  position: relative;
  right: 0;
  padding: 0 0 0 250px;
  overflow: hidden;
}

.ccont {
  position: relative;
  margin-top: 100px;
  padding-top: 20px;
}

.title {
  font-weight: 600;
  padding-bottom: 50px;
  margin-left: 50px;
  color: #000;
}
.title .t-tw {
  font-size: 1.4em;
  display: inline-block;
  letter-spacing: 0.2em;
}
.title .t-en {
  font-size: 1em;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0.2em;
}
.title .t-en:after {
  content: "";
  padding-top: 31px;
  padding-left: 50px;
  background: #e6e6e6;
  position: relative;
  top: 5px;
  left: -30px;
  z-index: -1;
}

.inner {
  width: 100%;
  overflow: hidden;
  margin-bottom: 55px;
}
.inner li {
  float: left;
  width: 20%;
  margin-bottom: 80px;
  padding: 3.5% 3.5% 20px 3.5%;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #efefef;
}
.inner li:hover .picture {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 3px solid rgba(0, 0, 0, 0.8);
}
.inner li:hover .casename {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
}
.inner li::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
}

.mask {
  position: absolute;
  bottom: -60px;
  left: 50%;
  height: 20%;
  width: 80%;
  margin: auto;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mask .casename {
  text-align: center;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  letter-spacing: 0.2em;
}

.picture {
  position: relative;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: 3px solid transparent;
}
.picture img {
  width: 100%;
}

@media screen and (max-width: 1650px) {
  .inner {
    overflow: hidden;
    margin-bottom: 55px;
  }
  .inner li {
    float: left;
    width: 25%;
    padding: 4% 4% 20px 4%;
  }
}
@media screen and (max-width: 1100px) {
  .content {
    padding: 0;
  }

  .title {
    margin-left: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .inner li {
    width: 33.3333%;
    padding: 5% 5% 20px 5%;
  }
}
@media screen and (max-width: 860px) {
  .inner li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 640px) {
  .inner li {
    width: 50%;
  }

  .title {
    padding-bottom: 10px;
    margin: 0;
  }
  .title .t-en {
    display: block;
    margin-left: 0;
    position: relative;
    left: 22px;
    padding-top: 3px;
  }

  .ccont {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .inner li {
    width: 100%;
    padding: 10% 20% 20px 20%;
  }

  .mask {
    height: 15%;
  }

  .title {
    padding-bottom: 0px;
    padding-top: 10px;
  }
}
