.news_title {
  overflow: hidden;
  position: relative;
  padding-left: 0.3rem;
}
.news_title::before{
  position:absolute;
  left:0px;
  content:"";
  background: #9D496B;
  height: 90%;
  width:4px;
  display:inline-block;
  top: 5%;
}
.border-color {
  display: inline-block;
  background: url(/static/img/index/border-color.png) no-repeat center center;
  width: 0.3rem;
  height: 0.31rem;
  background-size: 0.3rem 0.31rem;
  vertical-align: bottom;
}

h1 {
  font-size: 0.3rem;
  color: #333;
  height: 0.4rem;
  line-height: 100%;
  font-weight: 600;
  float: left;
}

h1 .text {
  display: inline-block;
  font-style: normal;
  font-weight: 650;
  vertical-align: bottom;
}

h1 span {
  font-size: 0.24rem;
  color: #888;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  font-weight: 400;
  vertical-align: text-bottom;
}

.news_content {
  /* padding: 0.3rem 0.3rem; */
}

.news_content article {
  padding-bottom: 0.18rem;
  
  padding: 0.2rem 0.2rem;
  box-sizing: border-box;
  background: #ffffff;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 3%;
}
.news_content article a{
  width:100%;
  height:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* -webkit-align-items: center; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
}

.news_content .img-height {
  width: 2rem;
  height: 1.2rem;
  padding-left: 0;
}

.news_content img {
  width: 1.9rem;
  height: 1.2rem;
}

.news_content div {
  position: relative;
  text-align: left;
  padding-left: 0.2rem;
}

.news_content div p {
  color: #333;
  font-size: 0.28rem;
  /* -webkit-transform: scale(0.88); */
}

.news_content div span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #979797;
  font-size: 0.2rem;
}

.news_content .logo_url {
  width: 1.6rem;
  height: 1rem;
  margin-left: 0.44rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.news_content div span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #979797;
  font-size: 0.2rem;
  left: 0.2rem;
}


.index-banner{
  height: 4rem;
}
.ant-carousel{
  height:100%
}
.swiper-container{
  height:100%
}
.swiper-pagination-bullet{
  background: #ffffff;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{width: 58px;height: 8px;background: #ffffff;border-radius: 15px;opacity: 1;background: #ffffff;border-radius: 4px;border-radius: 4px;}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets, .index-banner .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0px;
} 
.menu_name {
  font-size: 0.4rem;
  line-height: 0.94rem;
}
.menu_name::before{
  color: #000;
}