﻿.content {
  min-height: 395px;
  width: 1400px;
  margin: 0 auto;
  padding-top: 23px;
}
.content-top {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.851);
  margin-bottom: 21px;
}
.content-redio {
  display: flex;
  flex-wrap: wrap;
}
.radio-item {
  width: 320px;
  margin: 0 40px 32px 0;
  position: relative;
  overflow: hidden;
}
.radio-item img:first-child {
  width: 100%;
  height: 230px;
}
.radio-item:nth-child(4n) {
  margin-right: 0;
}
.radio-item .bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.radio-item-text {
  text-align: center;
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 45px;
  height: 45px;
  color: rgba(0, 0, 0, 0.851);
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Page {
  margin: 39px 0px 69px 0px;
  text-align: center;
}

.Page a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.851);
  font-family: PingFang SC;
  font-size: 16px;
  margin: 0 3px 10px 3px;
  border: 1px solid #e6e6e6;
  padding: 8px 14px 9px 14px;
  background: #fff;
  border-radius: 4px;
}

.Page a:hover {
  color: #fff;
  border: 1px solid rgba(19, 87, 172, 1);
  background: rgba(19, 87, 172, 1);
}

.Page a.hover {
  color: #fff;
  border: 1px solid rgba(19, 87, 172, 1);
  background: rgba(19, 87, 172, 1);
}

@media (max-width: 768px) {
  .content {
    width: 100%;
    padding: 23px 10px 0px 10px;
  }
  .radio-item{
    width: 100%;
    height: auto;
    margin: 0;
  }

}