.content_index {
  width: 100%;
}
.content {
  background-color: #fff;
  overflow: hidden;
}
.top-img {
  width: 100%;
  height: 500px;
}
.ab-txt {
  position: absolute;
  font-size: 34px;
  color: #FFFFFF;
}
.title {
  display: flex;
}
.title .img-icon {
  width: 45px;
  height: 45px;
}
.title .txt {
  font-size: 28px;
  font-weight: 700;
  margin-left: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.title .txt a {
  cursor: pointer;
  font-size: 14px;
  color: #6E6E6E;
}
.information-box {
  margin-top: 52px;
  display: flex;
}
.information-box .left {
  min-width: 430px;
  width: 430px;
  overflow: hidden;
}
.information-box .left .img {
  width: 430px;
  height: 280px;
  margin-top: 30px;
}
.information-box .left .name {
  color: #000;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 11px;
}
.information-box .left .desc {
  color: #6E6E6E;
  font-size: 14px;
  cursor: pointer;
  line-height: 23px;
}
.information-box .left .btn-txt {
  color: var(--color);
  float: right;
  cursor: pointer;
}
.information-box .right {
  margin-left: 69px;
}
.information-box .right .label {
  display: flex;
  text-align: center;
  margin-bottom: 36px;
  font-size: 14px;
}
.information-box .right .label .txt {
  cursor: pointer;
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  background: #ECECEC;
}
.information-box .right .label .txt.active {
  color: #fff;
  background-color: var(--color);
}
.information-box .right .item {
  display: flex;
  margin-bottom: 27px;
  color: #000;
  cursor: pointer;
}
.information-box .right .item:last-of-type {
  margin-bottom: 0;
}
.information-box .right .item .date {
  position: relative;
}
.information-box .right .item .date .year {
  font-size: 12px;
  color: #6E6E6E;
  margin-top: 6px;
}
.information-box .right .item .date .line {
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 44px;
  background-color: #DCDCDC;
}
.information-box .right .item .detail {
  margin-left: 33px;
}
.information-box .right .item .detail .name {
  font-size: 16px;
  font-weight: 700;
}
.information-box .right .item .detail .desc {
  color: #6E6E6E;
  font-size: 14px;
  margin-top: 8px;
  line-height: 20px;
}
.dynamic-box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.dynamic-box .item {
  width: 386px;
}
.dynamic-box .item .img {
  width: 386px;
  height: 256px;
}
.dynamic-box .item .txt-box {
  display: block;
  padding: 30px 20px;
  cursor: pointer;
}
.dynamic-box .item .txt-box .name {
  width: 346px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamic-box .item .txt-box .desc {
  color: #333333;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic-box .item .txt-box .time2 {
  color: #6E6E6E;
  font-size: 14px;
}
.address {
  margin-top: 17px;
  margin-bottom: 172px;
  display: flex;
  justify-content: space-between;
}
.address .left .img {
  width: 678px;
  height: 300px;
}
.address .right {
  font-size: 18px;
}
.address .right p {
  margin-top: 30px;
}
.address .right .name {
  font-size: 28px;
  font-weight: 700;
}
.none {
  display: none;
}
