.news-container {
  width: 1200px;
  margin: 30px auto 0;
  text-align: center; }
  .news-container h1 {
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #14213c; }
  .news-container .find-report {
    margin-bottom: 104px; }
  .news-container .find-report-picture-container {
    margin-bottom: 66px;
    text-align: center; }
  .news-container .find-report-picture {
    display: inline-block; }
    .news-container .find-report-picture > div {
      float: left; }
      .news-container .find-report-picture > div + div {
        margin-left: 46px; }
    .news-container .find-report-picture span {
      display: block;
      font-size: 14px;
      color: #71798A; }
    .news-container .find-report-picture img {
      width: 258px;
      height: 258px;
      margin-bottom: 20px; }
  .news-container .find-report-label-container > div {
    margin-bottom: 20px; }
  .news-container .find-report-label {
    margin-right: 5px;
    color: #71798a; }
    .news-container .find-report-label:not(:last-child):after {
      content: "|";
      margin-left: 5px; }
  .news-container .case-show {
    margin-bottom: 104px; }
  .news-container .news-carousel {
    width: 920px;
    margin: 0 auto; }
  .news-container .news-slide-container {
    width: 560px;
    padding: 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .news-container .news-slide {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 1px 4px 0px #f2f2f2;
            box-shadow: 0px 1px 4px 0px #f2f2f2;
    opacity: .8;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .news-container .news-video-container {
    position: relative;
    width: 100%;
    height: 300px;
    cursor: pointer; }
    .news-container .news-video-container i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 50px;
      color: #fff; }
    .news-container .news-video-container img {
      width: 100%;
      height: 100%; }
  .news-container .news-video-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #101010; }
  .news-container .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 34px; }
    .news-container .slick-dots li {
      width: 50px;
      height: 3px;
      background-color: #ADADAD;
      border-radius: 0; }
      .news-container .slick-dots li + li {
        margin: 0 0 0 13px; }
      .news-container .slick-dots li button {
        display: none; }
    .news-container .slick-dots .slick-active {
      background-color: #74777D; }

.slick-center .news-slide {
  position: relative;
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  opacity: 1;
  z-index: 1; }

.news-video-dialog .dialog-container {
  width: 780px; }

.news-video-dialog video {
  width: 100%;
  height: 450px; }

.company-show {
  padding-bottom: 200px; }
  .company-show img {
    width: 100%; }