/*.text_title h2 {
  font-size: 36px; }

.about_item {
  padding-top: 60px; }*/

.about_item_head {
  position: relative;
  padding-bottom: 70px;
  border-bottom: 1px solid #ddd; }
.about_item_head .des {
  position: absolute;
  top: 115px;
  right: 0;
  width: 50%;
  font-size: 16px;
  line-height: 2.2;
  color: #666; }

.about_item:last-child {
  margin-bottom: 60px; }

.grid {
  margin-top: 50px; }

.team_item .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/red80.png);
  opacity: 0;
  -webkit-transition: opacity .2s;
          transition: opacity .2s; }
.team_item .icon {
  position: absolute;
  top: 6.5%;
  left: 6.5%;
  width: 15.6%;
  height: 15.6%;
  background: url(../images/icon_logo_69x69.png) center no-repeat;
  background-size: 100%; }
.team_item .user {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 3%; }
.team_item .user p {
  line-height: 1.8;
  color: #fff;
  font-size: 16px; }
.team_item .user .name .en {
  margin-left: 2px;
  font-weight: bold; }
.team_item .user .des {
  padding-top: 10px;
  border-top: 1px solid #fff;
  margin-top: 10px;
  line-height: 1.8; }

.team_item_active .txt, .team_item:hover .txt {
  opacity: 1; }

.work_item {
  margin-top: 70px; }
.work_item img {
  float: left;
  width: 25%; }
.work_item .big {
  width: 100%; }

.about_title {
  padding: 80px 19%;
  border-bottom: 1px solid #ddd;
  text-align: center; }
.about_title h2 {
  padding: 0;
  margin-bottom: 15px;
  font-size: 20px;
  background: none; }
.about_title p {
  font-size: 14px;
  line-height: 2.55; }
.text_title_icon{
  background: url(../images/icon_logo_69x69.png) no-repeat right center;
}