@charset "UTF-8";
.comp-news-layout {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.comp_news {
  height: auto;
  padding: 0 0 84px 0;
}

.comp_news_channel-title {
  font-size: 36px;
  color: #1060BC;
  line-height: 50px;
  text-align: center;
}

.comp-news-f-s {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.comp-news-wrapper {
  width: 100%;
  margin: 0 auto;
}

.comp-news-item-tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 10px 0 10px;
}

.comp-news-item-tag {
  width: 80px;
  height: 25px;
  background: #E6EEFF;
  border-radius: 1px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 0 10px 10px 10px;
  border-radius: 6px;
}

/* 居中 */
.comp-news-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 40px;
  transform: translateY(0px);
  transition: all 0.3s;
  border: 1px solid #EEEEEE;
}
.comp-news-item:hover {
  box-shadow: 0px 11px 29px 0px rgba(16, 96, 188, 0.16);
}
.comp-news-item .comp-news-item-img {
  width: 100%;
}
.comp-news-item .comp-news-item-img img {
  width: 100%;
  height: 100%;
}
.comp-news-item .comp-news-item-title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  line-height: 31px;
}
.comp-news-item .comp-news-item-desc {
  font-size: 20px;
  color: #666666;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 16px;
  width: 100%;
}

.comp-news-item-row1 {
  width: 23.5%;
}
.comp-news-item-row1:nth-child(4n) {
  margin-right: 0px;
}

.comp-news-item-row2 {
  width: 33%;
  margin-right: 20px;
}
.comp-news-item-row2:nth-child(2n) {
  margin-right: 0px;
}

.comp-news-item-row3 {
  width: 23.59%;
  margin-right: 20px;
}
.comp-news-item-row3:nth-child(3n) {
  margin-right: 0px;
}

.comp-news-item-noshadow {
  box-shadow: none;
}

@media screen and (min-width: 1580px) and (max-width: 1870px) {
  .comp-news-item-row1 {
    width: 23.5%;
  }
  .comp-news-item-row2 {
    width: 36%;
  }
  .comp-news-item-row3 {
    width: 26%;
  }
}
@media screen and (max-width: 1579px) {
  .comp-news-item-row1 {
    width: 23.5%;
  }
  .comp-news-item-row2 {
    width: 38%;
    margin-right: 60px;
  }
  .comp-news-item-row3 {
    width: 28%;
  }
}
.comp-news-item-width {
  width: 100%;
}

.comp-news-item-width1 {
  width: 80%;
  margin: 0 auto 60px auto;
}

.comp-news-item-btn {
  cursor: pointer;
  width: 100%;
  position: relative;
  bottom: 0;
}

/*# sourceMappingURL=index.css.map */
