.bg {
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: inline-block;
}

.news-banner {
  display: block;
}

.news-banner img {
  display: block;
  width: 100%;
}

.news-main {
  background-color: #f7f7f7;
}

.news-main .news-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .3rem 0;
}

.news-main .news-tab .tab-item {
  cursor: pointer;
  display: block;
  margin: 0 .16rem;
  background-color: #fff;
  width: 1.4rem;
  height: .44rem;
  line-height: .44rem;
  background: #FFFFFF;
  opacity: 0.6;
  border-radius: .22rem;
  text-align: center;
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3F485E;
}

.news-main .news-tab .tab-item__active {
  background: #FFE9B6;
  font-weight: bold;
  color: #DCAC40;
}

.news-main .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-main .news-list .news-item {
  background-color: #fff;
  padding: .24rem .2rem .24rem .24rem;
  width: 11.52rem;
  margin-bottom: .14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.news-main .news-list .news-item .item-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}

.news-main .news-list .news-item .item-left .item-title {
  display: block;
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #323232;
  line-height: .24rem;
  padding-bottom: .17rem;
}

.news-main .news-list .news-item .item-left .item-title:hover {
  color: #DCAC40;
}

.news-main .news-list .news-item .item-left .item-des {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A626B;
  line-height: .24rem;
  padding-bottom: .24rem;
}

.news-main .news-list .news-item .item-left .item-infor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-main .news-list .news-item .item-left .item-infor span {
  padding: 0 .16rem 0 .03rem;
  font-size: .12rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A626B;
  line-height: 1;
}

.news-main .news-list .news-item .item-right {
  margin-left: .37rem;
  display: block;
  width: 2.4rem;
  height: 1.16rem;
  -o-object-fit: cover;
  object-fit: cover;
}
