div.trendnews {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
div.trendnews img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
div.trendnews p {
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 32px;
}
div.trendnews a {
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  color: #000;
}
div.trendnews div.banner {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 10%;
}
@media screen and (max-width: 1200px) {
  div.trendnews div.banner {
    width: 100%;
  }
}
div.trendnews div.banner p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin: 10% auto;
  width: 60%;
}
@media screen and (max-width: 640px) {
  div.trendnews div.banner p {
    width: 90%;
    font-size: 14px;
    line-height: 28px;
  }
}
div.trendnews div.trend1 {
  width: 100%;
  margin: 0% auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f2f2f2;
  padding: 5% 15%;
}
@media screen and (max-width: 840px) {
  div.trendnews div.trend1 {
    padding: 5% 2%;
  }
}
div.trendnews div.trend1 div.block1 {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 640px) {
  div.trendnews div.trend1 div.block1 {
    width: 80%;
  }
}
div.trendnews div.trend1 div.block1 div.slide1 {
  width: 100%;
}
div.trendnews div.trend1 div.block1 div.slide1 button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.trendnews div.trend1 div.block1 div.slide1 .slide-dots {
  text-align: center;
  margin-top: -10%;
  padding-left: 0;
}
div.trendnews div.trend1 div.block1 div.slide1 .slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
div.trendnews div.trend1 div.block1 div.slide1 .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
div.trendnews div.trend1 div.block1 div.slide1 .slide-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px rgb(117, 117, 117);
}
@media screen and (max-width: 840px) {
  div.trendnews div.trend1 div.block1 div.slide1 .slide-dots li button:before {
    width: 12px;
    height: 12px;
  }
}
div.trendnews div.trend1 div.block1 div.slide1 .slide-dots li.slick-active button:before {
  content: "";
  border-radius: 50%;
  background: rgb(117, 117, 117);
}
div.trendnews div.trend1 div.block1 img.keyword1 {
  position: absolute;
  width: 65%;
  top: 16%;
  right: -18%;
}
div.trendnews div.trend1 div.block1 img.keyword2 {
  position: absolute;
  width: 65%;
  top: 16%;
  left: -19%;
}
div.trendnews div.trend1 div.block1 img.keyword3 {
  position: absolute;
  width: 65%;
  top: 21%;
  left: -2%;
}
div.trendnews div.trend1 div.block_mr {
  margin: 0 0 0 auto;
}
div.trendnews div.trend1 p.comment2 {
  width: 50%;
  padding: 5%;
}
@media screen and (max-width: 640px) {
  div.trendnews div.trend1 p.comment2 {
    width: 100%;
    padding: 0 5%;
    font-size: 14px;
    line-height: 28px;
  }
}
div.trendnews div.trend1 .order1 {
  order: 1;
}
@media screen and (max-width: 640px) {
  div.trendnews div.trend1 .order1 {
    order: 2;
  }
}
div.trendnews div.trend1 .order2 {
  order: 2;
}
@media screen and (max-width: 640px) {
  div.trendnews div.trend1 .order2 {
    order: 1;
  }
}
div.trendnews div.trend2 {
  width: 1024px;
  margin: 5% auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  div.trendnews div.trend2 {
    width: 100%;
  }
}
div.trendnews div.trend2 div {
  width: 50%;
  padding: 3%;
}
div.trendnews div.trend2 a {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 2% 0;
  color: rgb(36, 36, 36);
}
@media screen and (max-width: 640px) {
  div.trendnews div.trend2 a {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
  }
}
div.trendnews div.trend2 a:hover {
  color: rgb(173, 173, 173);
  transition: 1s;
}
div.trendnews div.trend2 a span {
  display: block;
  box-sizing: border-box;
}
div.trendnews div.trend2 a span:nth-child(1) {
  font-size: 24px;
  border-bottom: 1px solid rgb(36, 36, 36);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 5px 5px 5px;
}
@media screen and (max-width: 640px) {
  div.trendnews div.trend2 a span:nth-child(1) {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 5px 1px 5px;
  }
}
div.trendnews div.trend2 a span:nth-child(2) {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  div.trendnews div.trend2 a span:nth-child(2) {
    font-size: 16px;
    line-height: 32px;
  }
}
div.trendnews div.trend2 a.space1 {
  font-size: 20px;
  width: 25%;
  color: rgb(36, 36, 36);
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 840px) {
  div.trendnews div.trend2 a.space1 {
    width: 35%;
  }
}
@media screen and (max-width: 640px) {
  div.trendnews div.trend2 a.space1 {
    width: 45%;
  }
}
div.trendnews div.trend2 a.space1:hover {
  color: rgb(173, 173, 173);
  transition: 1s;
}
div.trendnews div.trend2 a.space1 span {
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  div.trendnews div.trend2 a.space1 span {
    font-size: 13px;
    line-height: 28px;
  }
}
div.trendnews div.trend2 a.space1 span:nth-child(1) {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin: 0%;
  border: none;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  div.trendnews div.trend2 a.space1 span:nth-child(1) {
    font-size: 13px;
    line-height: 28px;
  }
}
div.trendnews div.trend2 a.space1 span:nth-child(2) {
  text-align: right;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  div.trendnews div.trend2 a.space1 span:nth-child(2) {
    font-size: 13px;
    line-height: 28px;
  }
}
div.trendnews .center {
  justify-content: center;
}/*# sourceMappingURL=0120trendnews.css.map */