.content {
  padding-top: 0.57rem;
  padding-bottom: 1rem;
}

.content>div:first-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(88, 88, 88, 1);
  margin-bottom: 0.72rem;
}

.content>div:first-child>span {
  color: #BD2D3A;
}

.content>div:nth-child(2) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.43rem;
  color: #000000;
  text-align: center;
}

.content>div:nth-child(3) {
    display: flex;
    align-items: center;
        justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #7F7E7E;
  margin-top: 0.45rem;
  margin-bottom: 0.51rem;
  text-align: center;
}
.content>div:nth-child(4){
    max-width: 11rem;
    margin: 0 auto;
}
.newshear{
     display: flex;
    align-items: center;
}
.shearbox{
    margin-left: 0.15rem;
    display: flex;
    align-items: center;
}
.shearbox img{
    width: 0.18rem;
    height: 0.18rem;
    object-fit: contain;
    margin-right: 0.25rem;
}
.shearbox img:last-child{
    margin-right: 0;
}
.newsdata{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.15rem;
    color: #7F7E7E;
    margin-right: 1.08rem;
}
.newshear{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #7F7E7E;
}
.content>.line {
  display: flex;
  align-items: center;
}

.content>.line>.border {
  height: 0.01rem;
  background: #DDDDDD;
  flex: 1;
}

.content>.line>div:nth-child(2) {
  /*background: url("/assets/bantai/img/4_img/4_5_1.png") no-repeat;*/
  width: 0.3rem;
  height: 0.24rem;
  background-size: contain;
  margin-left: 0.37rem;
  margin-right: 0.4rem;
  cursor: pointer;
}

.content>.line>div:nth-child(3) {
  /*background: url("/assets/bantai/img/4_img/4_5_2.png") no-repeat;*/
  width: 0.3rem;
  height: 0.24rem;
  background-size: contain;
  margin-right: 0.36rem;
  cursor: pointer;
}

.content>.line>div:nth-child(3):hover {
  /*background: url("/assets/bantai/img/4_img/4_5_2.png") no-repeat;*/
  width: 0.3rem;
  height: 0.24rem;
  background-size: contain;
}

.content>.line>div:nth-child(2):hover {
  /*background: url("/assets/bantai/img/4_img/4_5_1.png") no-repeat;*/
  width: 0.3rem;
  height: 0.24rem;
  background-size: contain;
}

.content>div:nth-child(4) {
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.17rem;
  color: #676767;
}

.content>div:nth-child(4) img {
	width: revert-layer;
	height: revert-layer;
}
.content>div:nth-child(4) * {
	font-size: inherit;
}
strong *,
strong,
b {
	font-weight: bold;
}
/*.content>div:nth-child(6) {*/
/*  width: 10.5rem;*/
/*  height: 5.45rem;*/
/*  margin: 0 auto;*/
/*}*/

/*.content>div:nth-child(7) {*/
/*  margin-top: 0.5rem;*/
/*  margin-bottom: 0.6rem;*/
/*  font-family: Microsoft YaHei, Microsoft YaHei;*/
/*  font-weight: 400;*/
/*  font-size: 0.17rem;*/
/*  color: #676767;*/
/*  margin-top: 0.45rem;*/
/*  margin-bottom: 0.69rem;*/
/*}*/

.xgxw {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.32rem;
  color: #000000;
  text-align: center;
  margin-top: 1.34rem;
  margin-bottom: 0.07rem;
}

.xgxwline {
  width: 0.51rem;
  height: 0.02rem;
  background-color: #B6002A;
  margin: 0 auto;
}

.content_flex_box {
  display: flex;
  /*justify-content: space-between;*/
  gap: 0.28rem;
  margin-bottom: 0.73rem;
  margin-top: 0.73rem;
}

.content_flex_box>div:nth-child(2) {
  margin-left: 0.31rem;
  margin-right: 0.31rem;
}

.content_flex .box_text {
  width: 4.41rem;
  padding: 0.19rem 0.2rem 0.26rem 0.2rem;
  background: #F8F8F8;
  cursor: pointer;
  transition: var(--m_tran) background;
}

.content_flex .box_text p{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.17rem;
  color: #000000;
  height: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.content_flex:hover .box_text {
  background: #f2f2f2;
}

.width3 {
  width: 4.41rem;
  height: 2.79rem;
}

.box_data {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #666666;
  padding-top: 0.29rem;
}

.more {
  text-align: center;
  border: 0.01rem solid #333;
  width: 1.6rem;
  margin: 0 auto;
  padding: 0.15rem 0;
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333;
  transition: var(--m_tran) background border color;
}

.more:hover {
  background: #B6002A;
  color: #fff;
  border: 0.01rem solid #B6002A;
}

.kefu {
  position: fixed;
  bottom: 40%;
  right: 0.2rem;
  z-index: 999;
}

.kefu_content {
  width: 0.4rem;
  height: 0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_content>img {
  width: 0.28rem;
  height: 0.21rem;
}

.kefu_footer {
  width: 0.4rem;
  height: 0.2rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  margin-top: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
img{
width:auto;
max-width: 100%;
}
.kefu_footer>img {
  width: 0.17rem;
  height: 0.08rem;
}
@media only screen and (max-width: 1024px) {
  .content {
  padding-top: 1.5rem;
}
.content > div:first-child{
  font-size: 0.24rem;
}
.content > div:nth-child(2){
  font-size: 0.34rem;
}
.newsdata{
  font-size: 0.24rem;
}
.newshear{
  font-size: 0.24rem;
}
.content > div:nth-child(4) img{
  height:auto;
}
.content > div:nth-child(4) *{
  font-size: 0.24rem;
  line-height: 0.45rem;
}
.width3{
  width: 100%;
}
.content_flex .box_text{
  width: 100%;
}
.content_flex .box_text p{
  font-size: 0.24rem;
}
.box_data{
  font-size: 0.24rem;
}
.more{
  font-size: 0.24rem;
}
.content_flex_box{
  display: block;
  height: auto;
  overflow: hidden;
}
.scale_box{
  width:100%;
  float: left;
  margin-right: 0;
  margin-bottom: .3rem;
}
}