@charset "UTF-8";
.Dynamic_state .section_top_box {
  background-image: url(../img/meng（4）\ 438.png);
}
.Dynamic_state .section_content_box {
  padding-bottom: 1.2rem;
}
.Dynamic_state .section_content_small_box {
  width: 100%;
  /*height: 3rem;*/
  transition: all 0.3s;
}
.Dynamic_state .section_smalll_content_box {
  width: 12rem;
  border-bottom: 0.01rem solid #cfcfcf;
  display: flex;
  padding: 0.3rem 0rem;
  margin: auto;
}
.Dynamic_state .section_smalll_content_box:hover .small_right_title p {
  color: #EE5D13;
}
.Dynamic_state .section_smalll_content_box:hover .small_right_title .eswing {
  filter: brightness(1);
}
.section_content_small_box:hover{
    background: #F8F8F9;
    box-shadow: 0rem 0.02rem 0.1rem 0.01rem rgba(0,0,0,0.1);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}
.Dynamic_state .small_left_img {
  width: 3.5rem;
  height: 2.4rem;
  display: flex;
}
.Dynamic_state .small_right_text {
  margin-left: 0.4rem;
  padding-top: 0.3rem;
  width: 8.1rem;
}
.Dynamic_state .small_right_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Dynamic_state .small_right_title > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  transition: all 0.3s;
}
.Dynamic_state .small_right_title > div {
  width: 0.1rem;
  height: 0.18rem;
  display: flex;
  filter: brightness(0);
  transition: all 0.3s;
}
.Dynamic_state .small_right_text1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  width: 6.8rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6B6B6B;
  line-height: 0.3rem;
  margin-top: 0.4rem;
}
.Dynamic_state .small_right_text2 {
  display: flex;
  margin-top: 0.4rem;
  align-items: center;
}
.Dynamic_state .small_right_text2 > div {
  width: 0.18rem;
  height: 0.18rem;
  display: flex;
}
.Dynamic_state .small_right_text2 > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #9A9A9A;
  margin-left: 0.05rem;
}
.Dynamic_state .right_Quality_bottom_Pager {
  margin-top: 0.54rem;
}

@media screen and (max-width:1024px){
    .Dynamic_state .section_content_box{
        padding: 15px;
    }
    .Dynamic_state .section_smalll_content_box{
        width: 100%;
    }
    .Dynamic_state .small_left_img{
        width: 40%;
        /*height: 100%;*/
        flex-shrink: 0;
    }
    .Dynamic_state .small_right_text{
        width: 55%;
        margin-left: 5%;
        padding: 0;
    }
    
    .Dynamic_state .small_right_text1{
        width: 100%;
    }
    .Dynamic_state .small_right_title > p{
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .Dynamic_state .small_right_text1,
    .Dynamic_state .small_right_text2 > p{
        font-size: 14px;
    }
    .Dynamic_state .small_right_title > div{
        display: none;
    }
}
