/* 头部颜色开始 */
.head_white {
  background: #fff;
}

.head_white .head-center .rightLogin .ibtn {
  color: #ff6f61;
}

.head_white .head-center .witeColorImg {
  display: none !important;
}

.head_white .head-center .blueColorImg {
  display: block !important;
}

.head_white .head-center .rightLogin .manageBtn .ibtn {
  background-color: #f77a68;
  color: #fff;
}

.head_white .head-center .rightLogin .manageBtn .nav-link:nth-child(2) .ibtn {
  background-color: #fff2f1;
  color: #f77a68;
}

/* 头部颜色结束 */

.drh_content {
  background-color: #f8f8fb;
  padding-bottom: 50px;
}

.brief .mod-section-ad {
  background: url(../images/news/news.png) no-repeat center bottom;
  background-size: cover;
}

.mod-section-ad {
  width: 100%;
  height: 482px;
  overflow: hidden;
}

.mod-section-ad .ad-word {
  position: absolute;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  left: 272px;
  top: 166px;
}

.mod-section-ad .ad-word .ad-word-one {
  font-size: 40px;
}

.mod-section-ad .ad-word .ad_bottom {
  width: 40px;
  height: 2px;
  border: 2px solid #ffffff;
  margin: 6px 0 26px;
}

.mod-section-ad .ad-word .ad-word-two {
  font-size: 20px;
  font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.info img {
  width: 100%;
  height: auto;
  height: 100%;
}

.fill {
  object-fit: fill;
}

.contain {
  object-fit: contain;
}

.cover {
  object-fit: cover;
}

.none {
  object-fit: none;
}

.scale-down {
  object-fit: scale-down;
}

.container {
  width: 100% !important;
  max-width: 1366px;
  margin-bottom: 40px;
}

.container .des_title {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  margin: 0;
}

.icon-right {
  margin: 0 5px;
}

.in_des {
  display: flex;
  align-items: center;
}

a {
  cursor: pointer;
}

.info_item {
  display: flex;
}

.info_item .img_box {
  /* background-color: pink; */
  width: 225px;
  /* height: 150px; */
  /* line-height: 150px; */
}

.info_container .everyone {
  margin-top: 40px;
}

.info_container .Headline,
.TextContent,
.time {
  text-align: left;
}

.info_container .Headline {
  font-size: 20px;
  font-weight: 600;
  color: #3e3e3e;
  line-height: 38px;
}

.word_box {
  margin: 0 18px;
  flex: 1;
}

.info_container .TextContent {
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info_container .time {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  margin-bottom: 10px;
}

.col-item .str {
  /* min-height: 56px; */
}

/* 1200分辨率以上（大于1200px） //>=1200的设备 */
@media screen and (min-width: 1200px) {
}

/*屏幕在960px到1199之间（中屏幕电脑）960px<= x <=1199px */
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mod-section-ad {
    height: 270px;
  }
  .mod-section-ad .ad-word {
    left: 147px;
    top: 63px;
    font-size: 24px;
  }

  .mod-section-ad .ad-word .ad-word-one {
  }

  .mod-section-ad .ad-word .ad_bottom {
    margin: 6px 0 20px;
  }

  .mod-section-ad .ad-word .ad-word-two {
    font-size: 16px;
  }

  .container {
    width: 100% !important;
    max-width: 960px;
  }
}

/*屏幕在768px到959之间（中屏幕-padpro）768<=x<=959*/
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mod-section-ad {
    height: 270px;
  }

  .mod-section-ad .ad-word {
    left: 130px;
    top: 63px;
    font-size: 22px;
  }

  .container {
    width: 100% !important;
    max-width: 768px;
  }

  .row {
    /* width: 100%; */
  }

  .row img {
    width: 100%;
  }
}

/* 屏幕在480px到767之间（小屏幕） 480<=x<=767
@media screen and (min-width: 480px) and (max-width: 767px) {} */

/*屏幕在767以下（手机）<=767*/
@media screen and (max-width: 767px) {
  .mod-section-ad {
    height: 135px;
  }

  .mod-section-ad .ad-word {
    left: 18px;
    top: 38px;
    font-size: 12px;
  }

  .mod-section-ad .ad-word .ad-word-one {
    font-size: 15px;
  }

  .mod-section-ad .ad-word .ad_bottom {
    margin: 0;
    width: 20px;
    border: 2px solid #fff;
    margin: 0 0 5px;
  }

  .mod-section-ad .ad-word .ad-word-two {
    font-size: 8px;
  }

  .container .des_title div:first-child {
    font-size: 16px;
  }

  .container .des_title .seeMore {
    padding-top: 0 !important;
    line-height: 102px;
  }

  .info_item .img_box {
    width: 115px;
  }

  .info_container .Headline {
    font-size: 15px;
    line-height: 17px;
  }

  .info_container .time {
    font-size: 14px;
  }

  .info_container .TextContent {
    font-size: 14px;
  }

  .info_container .time {
    margin-bottom: 0;
  }

  .row {
    /* width: 100%; */
  }

  .row img {
    /* width: 100%; */
  }
}
