.content_box {
  background: #f4f5f6;
}

.contetn_new {
  width: 1300px;
  margin: 0 auto;
}

.breadCrumb {
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 20px;
  padding-top: 20px;
}

.breadCrumb_text {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 1;
  color: #999999;
  opacity: 1;
  display: inline-block;
  margin-right: 15px;
}

.breadCrumb_text-active {
  color: #333333;
  line-height: 1;
}

.breadCrumb_text-af {
  position: relative;
}

.breadCrumb_text-af::after {
  content: '';
  position: absolute;
  right: -16px;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url(https://static.wangxiao.cn/zhuanti/2021/img/rs.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.content_text {
  overflow: hidden;
}

.content_left {
  width: 945px;
  padding: 40px;
  float: left;
  background-color: #fff;
}

.content_tit {
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  opacity: 1;
  margin-bottom: 20px;
}

.release_time {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 20px;
  color: #999999;
  opacity: 1;
  margin-bottom: 20px;
}
.release_time > p {
  line-height: 1.5;
}
.release_time > span {
  float: right;
}

.content_right {
  float: right;
}

.content_right-top {
  width: 295px;
  height: 166px;
  box-shadow: 0px 3px 6px rgba(102, 102, 102, 0.2);
  border-radius: 4px;
}

.edit {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  opacity: 1;
  margin-bottom: 20px;
}

.leftTime {
  border-left: dashed 1px #eee;
  margin: 20px auto;
  padding-top: 20px;
}

.leftTime__text {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  position: relative;
}

.leftTime__text::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border: 5px solid #eee;
  top: 8px;
  left: -5px;
  border-radius: 50%;
  border: 5px solid rgba(45, 123, 239, 0.5);
}

.leftTime__text::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border: 3px solid #2d7bef;
  top: 10px;
  left: -3px;
  border-radius: 50%;
}

.leftTime__text span {
  color: #ef4545;
}

.leftTime__num {
  height: 46px;
  background: url(https://static.wangxiao.cn/newPC/img/leftTime__num.png)
    no-repeat center;
  background-size: contain;
  color: #fff;
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0 0 0 57px;
  letter-spacing: 27px;
  margin: 10px 0 0;
  text-align: center;
  line-height: 46px;
}

.timeLine {
  border-left: dashed 1px #eee;
  padding: 0 0 20px 15px;
}

.timeLine__item--focus .timeLine__flag {
  background-image: -webkit-linear-gradient(left, #63a2ff 0, #2d7bef 100%);
  background-image: linear-gradient(90deg, #63a2ff 0, #2d7bef 100%);
  color: #fff;
}

.timeLine__item--focus .timeLine__flag:before {
  border: 5px solid rgba(45, 123, 239, 0.5);
}

.timeLine__item--focus .timeLine__flag:after {
  border: 3px solid #2d7bef;
}

.timeLine__hd {
  margin: 20px auto 10px;
}

.timeLine__hd:after {
  content: '';
  display: block;
  clear: both;
}

.timeLine__hd > a {
  float: left;
  line-height: 28px;
}

.timeLine__flag {
  width: 68px;
  height: 28px;
  border-radius: 4px;
  background-color: #eee;
  position: relative;
  float: left;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
}

.timeLine__flag:after,
.timeLine__flag:before {
  content: '';
  position: absolute;
}

.timeLine__flag:before {
  z-index: 1;
  width: 0;
  height: 0;
  border: 5px solid #eee;
  top: 8px;
  left: -20px;
  border-radius: 50%;
}

.timeLine__flag:after {
  z-index: 2;
  width: 0;
  height: 0;
  border: 3px solid #ccc;
  top: 10px;
  left: -18px;
  border-radius: 50%;
}

.timeLine__nav {
  font-size: 0;
}

.timeLine__link {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  width: 25%;
  text-align: center;
  height: 28px;
  background-color: #fff;
  border-radius: 14px;
  border: solid 1px #eee;
  margin: 6px 1%;
  line-height: 28px;
}

.timeLine__link:hover {
  text-decoration: none;
  background: #eee;
}

.time_box {
  border-radius: 4px;
  padding-left: 27px;
  background-color: #fff;
}

.time_box {
  width: 294px;
}

.timeLine__hd > a {
  color: rgba(244, 98, 31, 1);
}

.edit_list-name {
  width: 400px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.edit_list {
  overflow: hidden;
  margin-bottom: 49px;
}

.dashed {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-bottom: 20px;
}
.content_release {
  margin-bottom: 60px;
}
/* 相关文章推荐 */
.contents {
  margin: 20px 0 30px;
  width: 945px;
  padding: 40px 0 40px 40px;
  background-color: #fff;
  float: left;
}

.contents_h1 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  opacity: 1;
  margin-bottom: 20px;
}

.contents_list {
  width: 400px;
  margin: 0 30px 10px 0;
  float: left;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  opacity: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.neighbor-news > div {
  width: 50%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  float: left;
}
.neighbor-news > div > a > span,
.neighbor-news > div > a > p {
  float: left;
}
.news_content_item {
  padding-top: 60px;
  line-height: normal !important;
}
.news_content_item tr,
.news_content_item td {
  border: 1px solid;
}
.neighbor-news > div > a > p {
  width: 322px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
