.news{
  background: url("../../img/aboutUs/banner_bg2.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 42.5rem;
}
.new_box{
  background-color: #F8F8F8;
  padding-top: 1.875rem !important;
  padding-bottom: 2.5rem !important;
  display: flex;
}
.news_box_left{
  flex: 1;
}
.sort_box{
  padding: 0.8125rem 0 0.8125rem 1.5rem;
  display: flex;
  background-color: #fff;
  border-radius: 4px;
}
.sort_box_item{
  width: 6.375rem;
  height: 2.375rem;
  font-size: 1rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
}
.sort_box_item>a{
  color: #666666;
}
.sort_box_item_active{
  background: #F1F7FF;
  border-radius: 2px;
  
}
.sort_box_item_active>a{
  color: #227CFF;
}
.news_box_right{
  width: 17.8125rem;
  margin-left: 1.25rem;
  position: relative; 
}
.news_box_right_fix{
  width: 17.8125rem;
  background: #FFFFFF;
  padding: 1.375rem 1.125rem 1.1875rem;
  border-radius: 4px;
}
.is_top .news_box_right_fix{
  position: fixed;
  top: 5.375rem;
}
.is_bottom .news_box_right_fix{
  position: absolute;
  bottom: 4.5rem;
  top: auto;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-property: all;
}
.news_box_right_title{
  border-left: 3px solid #227CFF;
  font-size: 1.125rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 1.5625rem;
  padding-left: 0.625rem;
  border-radius: 2px;
}
.hot_list_item{
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 0.625rem;
  padding-top: 1rem;
}
.hot_list_item:last-child{
  border-bottom: none;
}
.hot_list_item_text{
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 1.25rem;
}
.hot_list_item_bottom{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.625rem;
}
.hot_list_item_bottom >img{
  width: 0.75rem;
  margin-right: 6px;
}
.hot_list_item_bottom >span{
  font-size: 0.75rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 1.0625rem;
}
.news_box_list{
  margin-top: 1.25rem;
}
.news_box_list_item{
  background: #FFFFFF;
  border-radius: 4px;
  padding: 1.5rem;
  display: flex;
  margin-bottom: 0.875rem;
}
.news_box_list_item:last-child{
  margin-bottom: 0 !important;
}
.left_img{
  width: 17rem;
  margin-right: 1.25rem;
}
.news_msg{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_msg_top_title{
  font-size: 1.125rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 1.5625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box; 
  -webkit-line-clamp:1; 
  -webkit-box-orient:vertical;
  display: -moz-box; 
  -moz-line-clamp:1; 
  -moz-box-orient:vertical;
  word-wrap: break-word; 
  word-break: break-all; 
  white-space: normal;
}
.news_msg_top_introduction{
  margin-top: 1rem;
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box; 
  -webkit-line-clamp:2; 
  -webkit-box-orient:vertical;
  display: -moz-box; 
  -moz-line-clamp:2; 
  -moz-box-orient:vertical;
  word-wrap: break-word; 
  word-break: break-all; 
  white-space: normal;

}
.news_msg_bottom{
  display: flex;
  justify-content: space-between;
}
.news_msg_bottom_left{
  display: flex;
  align-items: center;
}
.news_msg_bottom_left_lable{
  font-size: 0.75rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #227CFF;
  background: #F1F7FF;
  border-radius: 2px;
  /* width: 3.875rem; */
  height: 1.4375rem;
  padding: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
}
.news_msg_bottom_time{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news_msg_bottom_time>img{
  width: 0.75rem;
  margin-right: 6px;
}

.news_msg_bottom_time >span{
  font-size: 0.75rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 1.0625rem;
}
.pager .pagination {
  margin: 0;
}
.pager .pager {
  margin: 0;
}
.pager li {
  margin: 0 .4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: .5em 1.2em;
}
.pager {
  text-align: center;

}
.pager .pagination{
  display: flex;
  justify-content: center;  margin-top: 2.5rem;
}
.pager .pagination li {
  width: 2rem;
  height: 2rem;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager .pagination li > span,
.pager .pagination li > a{
  border: none;
  color: rgba(0,0,0,0.65);
  background: none;
  border-radius: 0.25em;
  padding: .5em .93em;
  font-size: 14px;
}
.pager .pagination li.active > span{
  color: #227CFF;
}
.pager .pagination li.active{
  border: 1px solid #227CFF;
}
body .news_bg_di.bg-di{
  background: url("../../img/aboutUs/bg_3@2x.png") no-repeat;
  background-size: 100% 100%;
}
