.banner .swiper_fontlist .des {
  font-size: 18px;
  color: #222;
  margin-top: 5px;
}

.news .cats {
  padding: 50px 0 40px;
}
.news .cat { 
  font-size: 18px;
  margin-right: 20px;
  padding: 9px 21px;
  text-align: center;
  border-radius: 22px;
  background: #f6f6f6;
}
.news .cat:last-child {
  margin-right: 0px;
}
.news .cat:hover {
  color: #0abfa8;
}
.news .cat.active {
  color: #ffffff;
  background: #0abfa8;
}
.news .news-left {
  width: calc(100% - 320px);
  padding-right: 1.2rem;
}
.news .news-left .item {
  margin-bottom: 20px;
  align-items: center;
}
.news .news-left .item .pic {
  width: 30%;
}
.news .news-left .item .nr {
  width: 70%;
  padding-left: 0.5rem;
}
.news .news-left .item .nr .time {
  font-size: 14px;
  margin-bottom: 15px;
  color: #888888;
}
.news .news-left .item .nr .time span {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  padding: 1px 7px;
  color: #ffffff;
  background: #0064ff;
}
.news .news-left .item .nr .time span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 7px solid #ffffff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.news .news-left .item .nr .bt {
  font-size: 22px;
  margin-bottom: 0.3rem;
  transition: all 0.6s;
}
.news .news-left .item .nr .des {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
.news .news-right {
  position: relative;
  width: 320px;
}
.news .news-right .con-btns {
  width: 285px;
}
.news .news-right .con-btns img {
  width: 100%;
}
.news .news-right .con-btns .ms {
  padding: 10px 33px 0;
  font-size: 18px;
  line-height: 1.6;
}
.news .news-right .con-btns .p2 {
  font-weight: bold;
  color: #0064ff;
}
.news .news-right .con-btns .btns {
  padding: 22px 0;
  border: solid 1px #e6e8ec;
  border-top: 0;
}
.news .news-right .con-btns .btns .btn {
  line-height: 40px;
  width: 150px;
  height: 43px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
}
.news .news-right .con-btns .btns .btn1 {
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #0064ff;
}
.news .news-right .con-btns .btns .btn2 {
  color: #0065ff;
  border: solid 1px #0065ff;
}
.news .news-right .hostnews {
  margin-top: 0.5rem;
  margin-bottom: 20px;
}
.news .news-right .hostnews .htit {
  font-size: 18px;
  position: relative;
  padding-left: 11px;
  color: #000022;
}
.news .news-right .hostnews .htit:before {
  width: 3px;
  height: 60%;
  background: #0064ff;
}
.news .news-right .hostnews .nlist {
  position: relative;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.news .news-right .hostnews .nlist:before {
  top: 0px;
  left: 6px;
  width: 1px;
  height: 90%;
  background: rgba(183, 183, 183, 0.3411764706);
}
.news .news-right .hostnews .nlist .xw {
  position: relative;
  padding-left: 24px;
  display: block;
  margin-top: 20px;
}
.news .news-right .hostnews .nlist .xw::before {
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid rgb(191, 191, 191);
  border-radius: 50%;
  background: rgb(240, 240, 240);
  transition: all 0.6s;
}
.news .news-right .hostnews .nlist .xw:hover .bt {
  color: #0064ff;
}
.news .news-right .hostnews .nlist .xw:hover::before {
  font-size: 1rem;
  line-height: normal;
  color: rgb(20, 171, 255);
  border: 1.5px solid rgb(20, 171, 255);
}
.news .news-right .hostnews .nlist .xw:hover::after {
  position: absolute;
  top: 27%;
  left: 3px;
  display: flex;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgb(20, 171, 255);
}
.news .news-right .hostnews .nlist .xw .time {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}
.news .news-right .hostnews .nlist .xw .bt {
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a;
  transition: all 0.6s;
}
.news .news-right .hostnews .host-tag .tit {
  font-size: 20px;
  margin-bottom: 0.2rem;
  text-align: left;
}
.news .news-right .hostnews .host-tag .tags .tag {
  margin-right: 9px;
  margin-bottom: 9px;
  padding: 5px 15px;
  color: #999999;
  border: solid 1px #b7b7b7;
  border-radius: 2px;
  font-size: 14px;
  transition: all 0.6s;
}
.news .news-right .hostnews .host-tag .tags .tag:hover {
  color: #0064ff;
  border-color: #0064ff;
}
@media screen and (max-width: 1439px) {
  .news .news-left .item .pic {
    width: 265px;
  }
  .news .news-left .item .nr {
    width: calc(100% - 265px);
  }
}
@media screen and (max-width: 1259px) {
  .news .news-left .item .nr .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .news .news-left .item .nr .time {
    margin-bottom: 10px;
  }
  .news .news-right .con-btns {
    width: 100%;
  }
}
@media screen and (max-width: 1151px) {
  .news .news-right {
    width: 270px;
  }
  .news .news-left {
    width: calc(100% - 270px);
    padding-right: 1rem;
  }
  .news .news-left .item .pic {
    width: 220px;
  }
  .news .news-left .item .nr {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 980px) {
  .news .news-left {
    width: 100%;
    padding-right: 0px;
  }
  .news .news-right {
    display: none;
  }
  .news .pings {
    justify-content: center;
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) {
  .news .cats {
    padding: 20px 0 30px;
    flex-wrap: wrap;
  }
  .news .cats .cat {
    padding: 0px;
    padding-bottom: 5px;
    background: transparent;
    margin-right: 0.4rem;
    margin-top: 0.4rem;
    font-size: 16px;
    text-align: left;
    border-bottom: 2px solid transparent;
    border-radius: 0px;
  }
  .news .cats .cat:last-child {
    margin-right: 0px;
  }
  .news .cats .cat.active {
    color: #0abfa8;
    border-bottom: 2px solid #0abfa8;
  }
  .news .news-left .item {
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(18, 22, 30, 0.04);
  }
  .news .news-left .item .pic,
  .news .news-left .item .nr {
    width: 100%;
  }
  .news .news-left .item .nr {
    padding: 30px 20px;
  }
  .news .news-left .item .nr .bt {
    font-size: 18px;
  }
  .news .news-left .item .nr .des {
    font-size: 15px;
  }
}
.news.info .news-left .title {
  font-size: 0.32rem;
}
.news.info .news-left .time {
  margin: 15px 0 10px;
}
.news.info .news-left .nr {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.news.info .news-left .nr p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  color: #666666;
}
.news.info .news-left .other_new {
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.news.info .news-left .other_new a {
  font-size: 16px;
  line-height: 35px;
  overflow: hidden;
  width: 40%;
  height: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
}
.news.info .news-left .other_new .prev_new {
  float: left;
  padding-left: 40px;
  background: url(../images/pre_03.png) no-repeat left center;
}
.news.info .news-left .other_new .prev_new:hover {
  color: #e00616;
  background: url(../images/pre1_03.png) no-repeat left center;
}
.news.info .news-left .other_new .next_new {
  float: right;
  padding-right: 40px;
  background: url(../images/pre1_05.png) no-repeat right center;
}
.news.info .news-left .other_new .next_new:hover {
  color: #e00616;
  background: url(../images/pre_05.png) no-repeat right center;
}
@media screen and (max-width: 1100px) {
  .news.info .news-left .title {
    font-size: 22px;
  }
  .news.info .news-left .time {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .news.info .news-left .other_new {
    height: auto;
    padding-bottom: 20px;
  }
  .news.info .news-left .other_new a {
    float: none;
    width: 100%;
  }
  .news.info .news-left .other_new .prev_new {
    float: left;
    padding-left: 40px;
    background: url(../images/pre_03.png) no-repeat left center;
    background-size: 26px 26px;
  }
  .news.info .news-left .other_new .next_new {
    float: left;
    padding-left: 40px;
    background: url(../images/pre1_05.png) no-repeat left center;
    background-size: 26px 26px;
    margin-top: 5px;
  }
  .news.info .news-left .other_new .next_new:hover {
    color: #e00616;
    background: url(../images/pre_05.png) no-repeat left center;
  }
}

@media screen and (max-width: 980px) {
  .banner .swiper_fontlist .des {
    font-size: 16px;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=news.css.map */
