.main_content {
  width: 100%;
  min-height: 600px;
  background: url('2023zww_bac.png') center center no-repeat;
}

.main_content_box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 25px;
}

.content_top {
  width: 100%;
  height: 400px;
}

.content_top_left {
  width: 565px;
  height: 100%;
  float: left;
  background: yellow;
  margin-right: 10px;
}

.content_top_right {
  width: 565px;
  height: 100%;
  float: left;

}

.content .content_title {
  color: rgba(201, 42, 42, 1);
  font-weight: 700;
  font-size: 26px;
}
.content{
  position: relative;
}
.content .more{
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: 400;
}

.content .active_title {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: rgba(201, 42, 42, 1);
  color: #fff;
  border-radius: 10px;
  padding: 0 10px;
}

.content .content_box ul li {
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  font-size: 18px;
}

.content .content_box ul li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.content .content_box ul li .title {
  display: inline-block;
  color: rgba(51, 51, 51, 1);
  height: 100%;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content .content_box ul li .date {
  float: right;
  color: rgba(153, 153, 153, 1)
}

.content_bottom {
  width: 100%;
  min-height: 400px;
  margin-top: 50px;

}

.content_bottom .left_box,
.content_bottom .right_box {
  width: 565px;
  height: auto;
  float: left;
}

.content_bottom .left_box {
  margin-right: 10px;
}

.content_bottom .content_box ul li {
  line-height: 28px;
  min-height: 77px;
  font-size: 18px;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  padding-top: 20px;
}
.content_bottom .content_box ul li a{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}
.content_bottom .content_box ul li .dateStr {
  color: rgba(153, 153, 153, 1)
}

.content_bottom .content_title {
  position: relative;
  margin-bottom: 28px;
}

.content_bottom .content_title .subTitle {
  position: absolute;
  top: 0;
  left: 128px;
  color: rgba(153, 153, 153, 1);
  font-weight: 400;
  font-size: 20px;
}