img {
  max-width: 100%;
}
.common-netWork .items {
  display: flex;
  justify-content: center;
  margin-bottom: 0.25rem;
}
.common-netWork .items .images {
  width: auto;
}
.common-netWork .items .images .img {
  height: 3.58rem;
  min-height: 300px;
}
.common-netWork .items .images img {
  max-width: 100%;
}
.common-netWork .items .images {
  position: relative;
  margin-bottom: 0;
}
.common-netWork .items .images .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.common-netWork .items .images .content .title2 {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
  margin-left: 18px;
  max-width: 150px;
  text-align: center;
  margin-bottom: 0;
}
.common-netWork .items .images .content .temporarily {
  background: #fff;
  border: 1px solid #c1c1c1;
  padding: 20px 20px 40px;
}
.common-netWork .items .images .content .temporarily .text {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
.common-netWork .items:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.common-netWork .items:hover .images .content .title2 a {
  color: var(--main-theme-color);
  text-decoration: underline;
}
.common-netWork .items:hover .images .content .temporarily .text {
  opacity: 1;
  display: block;
}
@media screen and (max-width: 1050px) {
  .common-netWork .items .images .img {
    height: auto;
  }
}
.mask-images .items {
  position: relative;
  margin-bottom: 0.25rem;
    padding: 0.2rem;
    border-radius: 10px;
    transition: all .3s;
    width: 48%;
    margin-right: 4%;
    border: 1px solid #ddd;
}
.mask-images .items:nth-child(4n + 3) {
    margin-right: 0;
}
.mask-images .items:hover {
    box-shadow: 0 0 10px #ccc;
}
.mask-images .items a img {
  width: 100%;
    height: 3.5rem;
    object-fit: cover;
}
.mask-images .items .info {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    align-items: center;
    height: 100px;
    justify-content: center;
}
.mask-images .items .title {
    font-size: 18px;
    font-weight: bold;
}
.mask-images .items .national {
    font-size: 18px;
    font-weight: bold;
}
.mask-images .items .more {
    margin-top: 0.1rem;
    align-self: end;
}
.mask-images .mask {
  line-height: 1.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
 /* word-break: break-all;*/
  max-height: 100%;
  overflow-y: scroll;
}
.mask-images .items:hover .mask {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1050px) {
  .mask-images .items a img {
    height: 4.8rem;
  }
}

@media screen and (max-width: 800px) {
  .mask-images .items a img {
    height: 3.6rem;
        min-height: 185px;
  }
}
@media screen and (max-width: 650px) {
  .mask-images .items a img {
    height: 2.9rem;
  }
}
@media screen and (max-width: 500px) {
  .mask-images .items a img {
    height: auto;
  }
  .mask-images .items {
      width: 100%;
      margin-right: 0%;
  }
}
@keyframes contentMove {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pageNewsOne .news .items {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.pageNewsOne .news .items:nth-child(6n+5) {
  margin-right: 0;
}
.pageNewsOne .news .items .images img {
  width: 100%;
    object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pageNewsOne .news .items .detail {
  position: relative;
  width: 100%;
  left: 0;
}
.pageNewsOne .news .items .detail .title {
  position: absolute;
  top: -42px;
  left: 15px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px 10px 0 8px;
}
.pageNewsOne .news .items .detail .title h5 {
  margin-bottom: 10px;
}
.pageNewsOne .news .items .metting{
    padding: 15px 8px;
    height: 80px;
    border: 1px solid #ccc;
}




@media (max-width: 992px) and (min-width: 768px) {
  .pageNewsOne .news .items {
    width: 48%;
    margin-right: 4%;
    overflow: hidden;
    margin-bottom: 0.3rem;
  }
  .pageNewsOne .news .items:nth-child(6n+5) {
    margin-right: 4%;
  }
  .pageNewsOne .news .items:nth-child(4n+3) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .pageNewsOne .news .items {
    width: 100%;
    margin-right: 0;
  }
  .pageNewsOne .news .items:nth-child(6n+5) {
    margin-right: 0;
  }
}
/*
理事会成员开始
*/
.common-directors .items {
  float: left;
  width: 18%;
  margin-right: 2.5%;
  padding: 15px;
  transition: all 0.3s;
    margin-bottom: 0.3rem;
}
.common-directors .items:nth-child(5n) {
  margin-right: 0;
}
.common-directors .items .img {
  width: 95%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.common-directors .items .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-directors .items .content {
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 134px;
  transition: all 0.5s;
}
.common-directors .items .content .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
    flex-wrap: wrap;
}
.common-directors .items .content .title .line {
  width: 1px;
  height: 20px;
  background-color: #000;
  margin: 0 10px;
  transition: all 0.5s;
}
.common-directors .items .content .subTitle {
  font-size: 18px;
  margin-bottom: 10px;
}
.common-directors .items .content .company {
  font-size: 18px;

  display: none;
}
.common-directors .items:hover {
  background-color: #003f88;
}
.common-directors .items:hover .content {
  color: #fff;
}
.common-directors .items:hover .content .line {
  background-color: #fff;
}
.common-directors .items:hover .content .company {
  display: block;
}
@media screen and (max-width: 1300px) {
  .common-directors .items:nth-child(5n) {
    margin-right: 2.6%;
  }
  .common-directors .items {
    width: 23%;
    margin-right: 2.6%;
  }
  .common-directors .items:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1050px) {
  .common-directors .items:nth-child(5n) {
    margin-right: 3.5%;
  }
  .common-directors .items:nth-child(4n) {
    margin-right: 3.5%;
  }
  .common-directors .items {
    width: 31%;
    margin-right: 3.5%;
  }
  .common-directors .items:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 650px) {
  .common-directors .items:nth-child(5n) {
    margin-right: 4%;
  }
  .common-directors .items:nth-child(4n) {
    margin-right: 4%;
  }
  .common-directors .items:nth-child(3n) {
    margin-right: 4%;
  }
  .common-directors .items {
    width: 48%;
    margin-right: 4%;
  }
  .common-directors .items:nth-child(2n) {
    margin-right: 0;
  }
  .common-directors .items .content .subTitle,
  .common-directors .items .content .company {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .common-directors .items:nth-child(3n) {
    margin-right: 0%;
  }
  .common-directors .items {
    width: 100%;
    margin-right: 0%;
  }
  .common-directors .items .img {
    width: 270px !important ;
  }
  .common-directors .items:nth-child(2n) {
    margin-right: 0;
  }
  .common-directors .items .content .title {
    font-size: 18px;
  }
}
/*
理事会成员结束
*/