@media screen and (max-width: 1199px) {
  .index_pc_wrap {
    display: none;
  }

  .index_view_wrap {
    display: block;
  }
  .banner {
    width: 100%;
    height: 5.5rem;
    position: relative;

  }

  .banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner p {
    font-size: 0.42rem;
    font-family: TsangerYunHei-W06;
    position: absolute;
    left: 0;
    right: 0;
    top: 2.1rem;
    margin: auto;
    text-align: center;
    color: #FFFFFF;
  }
  .shehui_content{
    background: #1C2122;
    padding:1.4rem 0.8rem  1.2rem;
  }
  .shehui_newsWrap{
    width: 5.9rem;
  }
  .shehui_news{
    width: 100%;
  }
  .shehui_news li{
    margin-bottom: 1.1rem;
    padding-bottom: 0.71rem;
  }
  .shehui_news_right{
    width: 5.9rem;
    height: 4.52rem;
    position: relative;
  }

  .shehui_news_right img:first-child{
    width: 5.9rem;
    height: 100%;
  }
  .shehui_news_right img:nth-child(2){
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 9;
  }

  .shehui_news_left{
   font-size: 0.24rem;
    font-family: TsangerYunHei-W03;
    color: #FFFFFF;
    line-height: 0.3rem;
    margin-top: 0.44rem;
  }
  .shehui_news_left p:first-child{
    font-size: 0.32rem;
    line-height: 0.45rem;
    margin-bottom: 0.29rem;
    font-family: TsangerYunHei-W05;
    color: var(--theme-color);
  }
  .shehui_news_left p:nth-child(3){
    margin-top: 0.21rem;
    width: 1.5rem;
    height: 0.5rem;
    position: relative;
    font-family: TsangerYunHei-W05;
    font-size: 0.24rem;
    color: var(--theme-color);
    float: right;
    cursor: pointer;

  }
  .shehui_news_left p:nth-child(3) img{
    width: 1.5rem;
    height: 0.5rem;
  }
  .shehui_news_left p:nth-child(3) span{
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


@media all and (max-width: 1560px)and (min-width: 1200px) {
  .index_pc_wrap {
    display: block;
  }

  .index_view_wrap {
    display: none;
  }
  .banner {
    width: 100%;
    height: 460px;
    position: relative;

  }

  .banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner p {
    font-size: 46px;
    line-height:65px;
    font-family: TsangerYunHei-W05;
    position: absolute;
    left: 61px;
    bottom: 33px;
    color: #FFFFFF;
  }
  .shehui_content{
    background: #1C2122;
    padding:63px 0  81px;
    display: flex;
    justify-content: center;
  }
  .shehui_newsWrap{
    width: 1080px;
  }
  .shehui_news{
    width: 100%;
  }
  .shehui_news li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .shehui_news_right{
    width: 660px;
    height: 440px;
    position: relative;
  }
  .shehui_news_right img:first-child{
    width: 100%;
    height: 100%;
  }
  .shehui_news_right img:nth-child(2){
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 9;
  }
  .shehui_news_left{
    flex: 1;
    margin-right: 60px;
    font-size: 18px;
    font-family: TsangerYunHei-W03;
    color: #FFFFFF;
    line-height: 30px;
    padding-top: 76px;
  }
  .shehui_news_left p:first-child{
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 27px;
    font-family: TsangerYunHei-W05;
    color: var(--theme-color);
  }
  .shehui_news_left p:nth-child(3){
    margin-top: 53px;
    width: 126px;
    height: 40px;
    position: relative;
    font-family: TsangerYunHei-W05;
    font-size: 20px;
    color: var(--theme-color);
    cursor: pointer;
  }
  .shehui_news_left p:nth-child(3) img{
    width: 126px;
    height: 40px;
  }
  .shehui_news_left p:nth-child(3) span{
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}



@media screen and (min-width: 1561px){
  .index_pc_wrap {
    display: block;
  }

  .index_view_wrap {
    display: none;
  }
  .banner {
    width: 100%;
    height: 740px;
    position: relative;

  }

  .banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner p {
    font-size: 74px;
    line-height: 103px;
    font-family: TsangerYunHei-W05;
    position: absolute;
    left: 106px;
    bottom: 66px;
    color: #FFFFFF;
  }
  .shehui_content{
    background: #1C2122;
    padding:100px 0 130px ;
    display: flex;
    justify-content: center;
  }
  .shehui_newsWrap{
    width: 1384px;
  }
  .shehui_news{
    width: 100%;
  }
  .shehui_news li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .shehui_news_right{
    width: 858px;
    height: 572px;
    position: relative;
  }
  .shehui_news_right img:first-child{
    width: 100%;
    height: 100%;
  }
  .shehui_news_right img:nth-child(2){
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 9;
  }
  .shehui_news_left{
    flex: 1;
    margin-right: 80px;
    font-size: 23px;
    font-family: TsangerYunHei-W03;
    color: #FFFFFF;
    line-height: 39px;
    padding-top: 99px;
  }
  .shehui_news_left p:first-child{
    font-size: 31px;
    line-height: 46px;
    margin-bottom: 47px;
    font-family: TsangerYunHei-W05;
    color: var(--theme-color);
  }
  .shehui_news_left p:nth-child(3){
    margin-top: 88px;
    width: 164px;
    height: 52px;
    position: relative;
    font-family: TsangerYunHei-W05;
    font-size: 26px;
    color: var(--theme-color);
    cursor: pointer;
  }
  .shehui_news_left p:nth-child(3) img{
    width: 164px;
    height: 52px;
  }
  .shehui_news_left p:nth-child(3) span{
   position: absolute;
    top: 0;
    left: 0;
    width: 164px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
