body {
  background-color: #f1f4f6;
}
.all {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.crumbs {
  margin-top: 20px;
  color: #999999;
  line-height: 25px;
  font-size: 14px;
}

.content {
  margin-top: 17px;
}

.content_l {
  float: left;
  width: 880px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 1px rgba(93, 112, 107, 0.06);
  border-radius: 6px 6px 6px 6px;
  padding: 22px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.content_l_box {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f4f6;
  padding-bottom: 28px;
  margin-bottom: 23px;
  box-sizing: border-box;
}
.content_l_box_img {
  width: 169px;
  height: 123px;
  margin-right: 35px;
  flex-shrink: 0;
  background-color: #f1f4f6;
  border-radius:10px;
  background: url(../images/no_thumbnail.png) no-repeat;
}
.content_l_box_desc {
  display: flex;
  flex-direction: column;
}
.content_l_box_desc_title {
  color: #292d2c;
  line-height: 24px;
  margin-bottom: 13px;
}
.content_l_box_desc_content {
  color: #525252;
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 6px;
}
.content_l_box_desc_time {
  font-size: 14px;
  color: #999999;
  line-height: 25px;
}

.content_r {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content_r_top {
  width: 310px;
  height: 346px;
  background: url(../images/news/news_bg.png) no-repeat;
  background-size: 100%;
  padding: 0 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.content_r_top_title {
  font-weight: bold;
  color: #292d2c;
  line-height: 24px;
  margin: 90px 0 16px 0;
}
.content_r_top_content {
  font-size: 14px;
  color: #525252;
  line-height: 25px;
  margin-bottom: 24px;
}
.content_r_top_button {
  width: 220px;
  height: 40px;
  background: #07c160;
  border-radius: 6px 6px 6px 6px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.content_r_bottom {
  width: 290px;
  background: #ffffff;
  padding: 16px 14px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px 1px rgba(93, 112, 107, 0.06);
  border-radius: 6px 6px 6px 6px;
  box-sizing: border-box;
}
.content_r_bottom_title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.content_r_bottom_title span {
  font-size: 14px;
  font-weight: bold;
  color: #292d2c;
  line-height: 21px;
}
.rectangle {
  width: 4px;
  height: 14px;
  background: #07c160;
  margin-right: 10px;
}
.content_r_bottom_list li {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}
.top li {
  align-items: flex-start !important;
}
.top li .circular {
  margin-top: 8px;
}
.circular {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin-right: 15px;
  flex-shrink: 0;
}
.content_r_bottom_list span {
  color: #525252;
  line-height: 21px;
  font-size: 14px;
}
.list_havetime {
  display: flex;
  flex-direction: column;
}
.list_time {
  color: #999999;
  line-height: 22px;
  font-size: 12px;
}
.more {
  color: #07c160;
  line-height: 25px;
  font-size: 14px;
  margin-left: 20px;
}
