.head dd{
  margin-left: 1.35rem;
}
.head dd img{
  width: 3.8rem;
  height: 0.49rem;
}
.news {
  width: 6.84rem;
	margin: auto;
	margin-top: 1.3rem;
}
.news-title{
  width: 100%;
  height: 0.55rem;
	border-bottom: 0.03rem solid #ececec;
}
.news-title li{
  width: 1.5rem;
  height: 0.5rem;
  float: left;
  font-weight: bold;
  font-size: 0.22rem;
  text-align: center;
  position: relative;
}
.news-title li a{
  font-size: 0.28rem;
  color: #000000;
}

.news_active a{
  color: #d60f4b !important;
}
.news_active dt{
  width: 0.5rem;
  height: 0.1rem;
  display: block;
  background: #d60f4b;
  border-radius: 5px;
  position: absolute;
  left: 0.5rem;
  bottom:-0.05rem;
}
.news-body{
  width: auto;
  height: auto;
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.news_list1{
  width: 3.2rem;
  float: left;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  background: #ffffff;
  margin-top: 0.3rem;
}
.news-body .news_list1_img{
  width: 100%;
  height: 2.1rem;
  overflow: hidden;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.news-body .news_list1_img img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.news_list1_box{
  margin-top: 0.1rem;
  padding: 0 0.07rem;
}
.news_list1_box a{
  display: block;
  height: 0.5rem;
  overflow: hidden;
  color: #666;
  font-size: 0.22rem;
  line-height: 0.25rem;
}
.news_list1_time{
  width: 100%; 
  height: 0.45rem; 
  line-height: 0.55rem;
  margin: auto; 
  font-size: 0.2rem; 
  color: #666;
}
.news_list_button{
  width: 3.8rem; 
  height: 0.65rem; 
  line-height: 0.65rem; 
  text-align: center; 
  margin: auto; 
  margin-top: 0.5rem;
  color: #fff;
  text-align: center;
}
.news_list_button div{
  width: 1.8rem; 
  height: 0.65rem; 
  overflow: hidden;
  background: #df1c4e;
  font-size: 0.16rem;
  border-radius: 0.08rem;
  padding: 0px 5px;
  float: left;
}
.news_list_button div a{
  font-size: 0.22rem;
  color: #fff;
}
.news_list_button .news_next{
  float: right;
}
.news_word{
  width: 6.84rem;
	height: auto;
	margin: auto;
	border-radius: 0.2rem;
	margin-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.news_word img{
    width: 100% !important;
    height: auto !important;
}
.news_word-title{
	width: 6.84rem;
	height: auto;
	text-align: center;
	font-size: 0.32rem;
	font-weight: bold;
	color: #000;
  margin: 0 auto;
}
.news_word-info{
  width: 5.7rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #686868;
  font-size: 0.16rem;
  margin: 0 auto
}
.news_word_box{
  margin-top: 0.3rem;
  font-size: 0.3rem;
  line-height: 0.5rem;
}