.main_content {
  background-color: #f2f4f6;
}

.main_content_1200 {
  width: 1200px;
  margin: 0 auto 0;
  display: flex;
}

.cif-boss__left--banner img {
  width: 1200px;
  height: 198px;
  object-fit: cover;
}

.cif-boss__left--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cif-boss__left--header {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 39px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.cif-boss__left--header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cif-boss__left--header .title .icon {
  width: 111px;
  height: 39px;
}

.cif-boss__left--header .title .text {
  line-height: 39px;
  margin-left: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.cif-boss__left--body .item {
  border-radius: 4px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 10px;
}

.item-title:hover {
  color: var(--color) !important;
}

.cif-boss__left--body .item .item-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}

.cif-boss__left--body .item .item-body {
  position: relative;
}

.cif-boss__left--body .item .item-body .item-body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cif-boss__left--body .item .item-body .item-body-content {
  position: relative;
}

.cif-boss__left--body
  .item
  .item-body
  .item-body-content
  .item-body-content-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cif-boss__left--body
  .item
  .item-body
  .item-body-content
  .item-body-content-right
  .item-body-content-text.line2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cif-boss__left--body
  .item
  .item-body
  .item-body-content
  .item-body-content-right
  .item-body-content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  word-break: break-all;
}

.item-body-content-text:hover {
  color: var(--color) !important;
}

.cif-boss__left--body .item .item-body .item-body-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cif-boss__left--body .item .item-body .item-body-footer {
  margin-top: 25px;
}

.cif-boss__left--body
  .item
  .item-body
  .item-body-footer
  .item-body-footer-right
  .fabulous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.cif-boss__left--body
  .item
  .item-body
  .item-body-footer
  .item-body-footer-right
  .icon {
  cursor: pointer;
}

.cif-boss__left--body
  .item
  .item-body
  .item-body-footer
  .item-body-footer-right
  .num,
.cif-boss__left--body
  .item
  .item-body
  .item-body-footer
  .item-body-footer-right
  .text {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.item-body-footer-left {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.more_item {
  cursor: pointer;
  text-align: center;
  width: 100%;
  line-height: 36px;
  height: 36px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition: 0.3s;
}

.more_item:hover {
  opacity: 0.8;
  color: #999;
}

.cif-boss__right--report {
  border-radius: 4px;
  width: 100%;
  background: #ffffff;
  margin-bottom: 20px;
}

.cif-boss__right--report .report-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cif-boss__right--report .report-header {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 20px 0 10px;
  height: 61px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cif-boss__right--report .report-header .report-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cif-boss__right--report .report-header .report-header-left {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.cif-boss__right--report .report-header .report-header-left .icon {
  width: 50px;
  height: 42px;
  margin-top: 18px;
}

.cif-boss__right--report .report-header .report-header-left .text {
  margin-left: -10px;
}

.cif-boss__right--report .report-body {
  padding: 30px 20px;
}

.cif-boss__right--report .report-body .report-body-item:first-child {
  margin-top: 0;
}

.cif-boss__right--report .report-body .report-body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  cursor: pointer;
}

.cif-boss__right--report .report-body .report-body-item .report-body-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  line-height: 50px;
  text-align: center;
  color: var(--color);
  border: 1px solid var(--color);
}

.cif-boss__right--report .report-body .report-body-item .report-body-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 14px;
}

.cif-boss__right--report
  .report-body
  .report-body-item
  .report-body-right
  .report-body-right-title {
  font-size: 14px;
  word-break: break-all;
  line-height: 20px;
  color: #666;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.report-body-right-title:hover {
  color: var(--color) !important;
}

.cif-boss__right--report
  .report-body
  .report-body-item
  .report-body-right
  .report-body-right-date {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}

.cif-boss__right--report
  .report-body
  .report-body-item
  .report-body-right
  .report-body-right-date
  .themeColor {
  color: #f60;
}

.cif-banner__page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 16px !important;
  left: 0;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  z-index: 1;
}

.cif-banner__page .swiper-pagination-bullet {
  width: 9px;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: width 0.3s, opacity 0.3s;
  -o-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

.cif-banner__page .swiper-pagination-bullet-active {
  width: 18px;
  height: 6px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
}

.banner_img_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 370px;
  background-size: cover;
}

#page-box {
  padding-right: 30px;
  padding-top: 5px;
  text-align: right;
  background-color: #fff;
}
.main_content_1200_right {
  overflow: hidden;
  border-radius: 4px;
  height: max-content;
  width: 304px;
  box-shadow: 0px 8px 8px 1px rgba(48, 48, 48, 0.08);
}

.main_content_1200_left {
  width: 879px;
  margin-right: 17px;
}

.heda_name {
  font-size: 18px;
  color: #333333;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.swiper_boxs {
  background-color: #f2f4f6;
  padding-bottom: 17px;
}

.bottom_content_item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  cursor: pointer;
}

.bottom_content_item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.bottom_content_item .dv1 {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom_content_item .dv1 .p1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 12px;
  color: #333333;
}
.bottom_content_item .dv1 .p2 {
  color: #cccece;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}
.bottom_content {
  background-color: #fff;
}
