﻿.org-item-con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.org-item-con .org-item-con-p:nth-of-type(3n) {
  margin-right: 0;
}
.org-item-con .org-item-con-p:hover {
  background-image: url(../images/org-item-bg.png);
  background-size: 100% 100%;
}
.org-item-con .org-item-con-p:hover .num {
  color: #fff !important;
}
.org-item-con .org-item-con-p:hover .title {
  color: #fff !important;
}
.org-item-con .org-item-con-p {
  width: 284px;
  height: 120px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 26px;
  padding: 25px;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.org-item-con .org-item-con-p .num {
  font-size: 14px;
  margin-top: 10px;
  color: #999999;
}
.org-item-con .org-item-con-p img {
  width: 70px;
  height: 70px;
  margin-right: 16px;
  border-radius: 50%;
}
@media screen and (max-width: 1400px) {
  .texture {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .org-item-con {
    justify-content: space-between;
  }
  .org-item-con > div {
    margin-right: 0 !important;
    width: 48% !important;
  }
  .texture .item {
    width: 48%;
    max-width: 48%;
    margin-right: 0;
  }
  .login {
    width: 360px;
  }
}
@media screen and (max-width: 500px) {
  .org-item-con > div {
    margin-right: 0 !important;
    width: 100% !important;
  }
}