@import "../css/public.css";
.inner-header {
  background: url("/materialpub/images/exchangeBg.png") no-repeat center center;
}

.international-container {
  box-sizing: border-box;
  padding: 0.98rem 0 0.59rem;
}

.international-wrapper {
  margin: 0 auto;
}
.international-wrapper .more {
  border: 0.01rem solid #00785A;
  color: #00785A;
  background: transparent;
  display: block;
  margin: 0.46rem auto 0;
}

.international-list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.98rem;
}
.international-list li {
  max-width: 3.2rem;
  width: 100%;
  height: 3.8rem;
  box-sizing: border-box;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.international-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.international-list img {
  width: 100%;
  height: 2.08rem;
  object-fit: cover;
}

.international-info {
  box-sizing: border-box;
  padding: 0.2rem 0.25rem;
}
.international-info h4 {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.42rem;
}
.international-info p {
  font-size: 0.14rem;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.38rem;
  margin: 0.1rem 0;
}
.international-info span {
  color: #999999;
  font-size: 0.14rem;
}
.international-info .icon-jt-r {
  font-size: 0.34rem;
  display: inline-block;
}
.international-info .item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cooperation-container {
  width: 100%;
  height: auto;
  background: #00785A;
  box-sizing: border-box;
  padding: 0.4rem 0 0.7rem;
}

.cooperation-layout {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cooperation-layout > div {
  max-width: 6.93rem;
  width: 100%;
  height: auto;
}

.cooperation-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooperation-title .plate-title {
  color: #FFFFFF;
}
.cooperation-title .plate-title:after {
  background: #FFFFFF;
  left: 0;
  transform: translateX(0);
}
.cooperation-title .more {
  border: 0.01rem solid #FFFFFF;
}

.cooperation-list {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  margin-top: 0.28rem;
  box-sizing: border-box;
  padding-top: 0.1rem;
}
.cooperation-list li {
  height: 1.9rem;
  position: relative;
  box-sizing: border-box;
  padding: 0.36rem 1.76rem 0.36rem 0.36rem;
  border-bottom: 0.01rem solid #D8D8D8;
}
.cooperation-list li:last-child {
  border-bottom: none;
}
.cooperation-list li:after {
  content: "";
  width: 0;
  height: 0.01rem;
  display: inline-block;
  position: absolute;
  background: #FF8400;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cooperation-list li:hover:after {
  width: 100%;
}
.cooperation-list li:hover h4 {
  color: #00785A;
}
.cooperation-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.cooperation-list p {
  font-size: 0.14rem;
  color: #999999;
  font-weight: bold;
}
.cooperation-list h4 {
  font-size: 0.16rem;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.42rem;
  margin: 0.14rem 0 0.27rem;
}
.cooperation-list span {
  font-size: 0.14rem;
  color: #999999;
}

.place-container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 1.1rem 0 0.86rem;
}

.place-layout {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.place-left {
  max-width: 5.14rem;
  width: 100%;
  height: 4.8rem;
  background: url("/materialpub/images/place-left-bg.png") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 0.33rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.place-left .plate-title {
  color: #FFFFFF;
  display: inline-block;
  margin: 0.67rem 0 0.61rem;
}
.place-left .plate-title:after {
  right: 0;
  transform: translateX(0);
  background-color: #FFFFFF;
  left: auto;
}
.place-left .more {
  border: 0.01rem solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}

.place-right {
  width: calc(100% - 5.14rem - 0.19rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.place-right li {
  max-width: 4.34rem;
  width: 100%;
  height: 2.22rem;
  box-sizing: border-box;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 0.34rem 0.25rem;
  transition: all 0.3s ease-in-out 0s;
}
.place-right li:hover {
  background-color: #00785A;
}
.place-right li:hover h4 {
  color: #FFFFFF;
}
.place-right li:hover h4:after {
  background-color: #FFFFFF;
}
.place-right li:hover p, .place-right li:hover span {
  color: #FFFFFF;
}
.place-right a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.place-right h4 {
  position: relative;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
  padding-bottom: 0.03rem;
}
.place-right h4:after {
  content: "";
  width: 0.5rem;
  height: 0.02rem;
  display: inline-block;
  background-color: #00785A;
  position: absolute;
  left: 0;
  bottom: 0;
}
.place-right p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0.26rem 0 0.21rem;
}
.place-right span {
  font-size: 0.14rem;
  color: #999999;
}
.place-right span:last-child {
  float: right;
}

@media screen and (max-width: 1366px) and (min-width: 1152px) {
  .international-list li {
    height: auto;
  }
  .international-info h4 {
    font-size: 0.2133333333rem;
    height: 0.56rem;
  }
  .international-info p {
    font-size: 0.1866666667rem;
    height: 0.5066666667rem;
  }
  .international-info span {
    font-size: 0.1866666667rem;
  }
  .cooperation-list li {
    height: 2.5333333333rem;
  }
  .cooperation-list p {
    font-size: 0.1866666667rem;
  }
  .cooperation-list h4 {
    font-size: 0.2133333333rem;
    height: 0.56rem;
  }
  .cooperation-list span {
    font-size: 0.1866666667rem;
  }
  .place-right h4 {
    font-size: 0.2133333333rem;
  }
  .place-right p {
    font-size: 0.2133333333rem;
  }
  .place-right span {
    font-size: 0.1866666667rem;
  }
}
@media screen and (max-width: 1152px) {
  .international-list {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .international-list li {
    max-width: calc(50% - 0.2rem);
    margin-bottom: 0.4rem;
  }
  .cooperation-layout > div {
    max-width: 49%;
  }
  .place-layout {
    flex-direction: column;
  }
  .place-left {
    max-width: 100%;
    align-items: flex-start;
  }
  .place-right {
    width: 100%;
  }
  .place-right li {
    max-width: calc(50% - 0.2rem);
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cooperation-layout {
    flex-direction: column;
  }
  .cooperation-layout > div {
    max-width: 100%;
  }
  .cooperation-layout .cooperation-right {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 616px) {
  .international-list li {
    max-width: 100%;
  }
  .place-left {
    height: 3.8rem;
  }
  .place-right li {
    max-width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .cooperation-list li {
    padding: 0.2rem;
    height: auto;
  }
  .international-container {
    padding: 0.4rem 0;
  }
}
