@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.container_wrap {
  padding-top: 50px;
  padding-bottom: 60px;
  min-width: 1180px;
  overflow: hidden;
}
body {
  background: #F9FAFF;
}
.main_content {
  float: left;
  width: 848px;
  border: 1px solid #E2E6EF;
}
.main_content .main_img {
  width: 100%;
  height: 180px;
}
.main_content .main_img img {
  width: 100%;
  height: 100%;
}
.main_content .main_body {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 40px;
}
.main_content .main_head {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  background: #F9FAFF;
  border-left: 2px solid #3E7EFE;
  padding-left: 12px;
  line-height: 40px;
  font-size: 22px;
  color: #374567;
}
.main_content .list {
  padding-top: 36px;
}
.main_content .list .item_title {
  font-size: 18px;
  color: #374567;
  line-height: 24px;
  margin-bottom: 12px;
}
.main_content .list p {
  font-size: 14px;
  color: #7B8CA7;
  line-height: 22px;
  margin-bottom: 36px;
}
.side_content {
  float: right;
  width: 250px;
}
.side_content .side_head {
  height: 31px;
  margin-bottom: 24px;
}
.side_content .head_p {
  float: left;
  height: 31px;
  font-size: 24px;
  color: #374567;
  line-height: 31px;
}
.side_content .item {
  width: 250px;
  height: 223px;
  border: 1px solid #E2E6EF;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #fff;
}
.side_content .img {
  width: 100%;
  height: 148px;
}
.side_content .img img {
  width: 100%;
  height: 100%;
}
.side_content .item_title {
  box-sizing: border-box;
  width: 100%;
  height: 74px;
  padding: 18px;
  font-size: 14px;
  color: #374567;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
