.Top_img {
  background-image: url("../images/about (2).jpg");
}
.soci {
  width: 100%;
  position: relative;
}
.soci .s_top {
  padding-top: 92px;
  padding-bottom: 77px;
}
.soci .s_top h3 {
  color: #545454;
  letter-spacing: -0.1em;
  font-size: 30px;
}
.soci_con {
  width: 1000px;
  height: 500px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
}
.soci_con_top {
  width: 100%;
}
.soci_con_bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.soci_con_bottom ul li {
  width: 30%;
  list-style: none;
  margin: 0 8px;
  font-size: 12px;
  line-height: 20px;
}
.soci_con_bottom ul li a {
  padding: 10px 10px 20px;
  transition: all 0.4s;
}
.soci_con_bottom ul li a:hover {
  box-shadow: 0 0 7px #999;
}
.soci_con_bottom ul li a .images img {
  width: 100%;
}
.soci_con_bottom ul li a .text {
  width: 100%;
  padding:0 20px;
  box-sizing: border-box;
}
.soci_con_bottom ul li a .text .title {
  padding: 0px 0;
  text-align:left;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.soci_con_bottom ul li a .text p {
  height: 72px;
  padding-top: 4px;
  font-size: 15px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #777777;
}
.soci_con_bottom .more {
  margin: 20px auto 50px!important;
}
.soci_con_bottom .more a:hover i {
  background-image: url("../images/lower2.png");
}
.soci_con_bottom .more a i {
  background-image: url("../images/lower.png");
}
@media (max-width: 1200px) {
  .mains {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .soci_con_bottom ul li a .text .title {
    padding: 0;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .soci_con_bottom ul li a .text .title {
    padding: 18px 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .soci_con_bottom ul li {
    width: 100%;
    margin: 0 0 30px;
  }
}
/*# sourceMappingURL=soci.css.map */