
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/

.sj_gh_banner {
    padding-top: 0.9rem;
    padding-bottom: 0.8rem;
    background: url(../images/sj_gh_banner.jpg) center no-repeat;
    /* animation: wave 12s infinite alternate linear; */
    background-size: initial cover;
    overflow: hidden;
  }

  .sj_gh_banner .banner_l{
      float: left;
      padding-top: 0.6rem;
  }

  .sj_gh_banner h5 {
    font-size: 0.6rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
  }

  .sj_gh_banner p {
    font-size: 0.24rem;
    color: #333;
    font-family: "MicrosoftYaHeiLight";
    font-weight: 100;
    line-height: 1;
    padding-top: 0.28rem;
  }

  .sj_gh_banner .banner_r{
      float: right;
  }

  .sj_gh_banner .banner_r img{
      width: 100%;
      height: 100%;
      display: block;
  }


/*sj_gh_box*/

.sj_gh_box{
    width: 100%;
    margin: 0 auto 0.5rem;
}

.sj_gh_box ul li{
    padding: 0.53rem 0;
    width: 100%;
    overflow: hidden;
}

.sj_gh_box ul li:nth-child(2n){
    background: #fbfbfb;
}

.sj_gh_box ul li .pic{
    float: left;
    position: relative;
    width: 20%;
    height: 1.74rem;
    border-radius: 5px;
    overflow: hidden;
}

.sj_gh_box ul li .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.sj_gh_box ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sj_gh_box ul li .txt{
    float: left;
    width: 46%;
    margin-left: 4%;
    
}

.sj_gh_box ul li .txt a{
    font-size: 0.2rem;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0.1rem 0 0.2rem 0;
}

.sj_gh_box ul li:hover .txt a{
    color: #ff4e00;
}

.sj_gh_box ul li .txt p{
    font-size: 0.16rem;
    color: #888;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
}

.sj_gh_box ul li .txt span{
    display: block;
    width: 0.3rem;
    height: 3px;
    background: #333333;
    margin-top: 0.5rem;
}

.sj_gh_box ul li .time{
    float: right;
    margin-right: 2%;
    width: 22%;
    text-align: center;
    position: relative;
    z-index: 5;
} 

.sj_gh_box ul li .time span{
    display: block;
    font-size: 0.16rem;
    color: #888888;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.74rem;
}

.sj_gh_box ul li .time .xt1{
    position: absolute;
    left: 50%;
    top: -0.53rem;
    width: 1px;
    height: 68%;
    background: #eeeeee;
    z-index: -1;
}


.sj_gh_box ul li .time .xt2{
    position: absolute;
    left: 50%;
    bottom: -0.53rem;
    width: 1px;
    height: 68%;
    background: #eeeeee;
    z-index: -1;
}


.sj_gh_box ul li .time .xt3{
    position: absolute;
    left: 0%;
    top: 50%;
    width: 32%;
    height: 1px;
    background: #eeeeee;
    z-index: -1;
}


.sj_gh_box ul li .time .xt4{
    position: absolute;
    right: 0%;
    top: 50%;
    width: 32%;
    height: 1px;
    background: #eeeeee;
    z-index: -1;
}

@media (max-width: 1200px){

    .sj_gh_banner {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }

    .sj_gh_banner .banner_l {
        float: none;
        padding-top: 0rem;
        text-align: center;
      }
      .sj_gh_banner h5 {
        font-size: 0.3rem;
      }

      .sj_gh_banner p {
        font-size: 0.18rem;
        margin-bottom: 0.3rem;
      }

      .sj_gh_banner .banner_r img {
        width: 86%;
        height: 86%;
        display: block;
        margin: 0 auto;
      }


      .sj_gh_box ul li{
        padding: 0.33rem 0;
        margin: 0 auto;
    }

    
    .sj_gh_box ul li .pic{
        float: none;
        position: relative;
        width: 96%;
        height: 1.74rem;
        border-radius: 5px;
        margin: 0 auto;
    }
    
    .sj_gh_box ul li .pic img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
       object-fit: cover;
    
    }
    
    .sj_gh_box ul li .txt{
        float: left;
        width: 70%;
        margin-left: 2%;
        
    }
    
    .sj_gh_box ul li .txt a{
        font-size: 0.2rem;
        color: #333333;
        margin: 0.2rem 0 0.1rem 0;
    }
    
    .sj_gh_box ul li .txt span{
        margin-top: 0.3rem;
    }
    
    .sj_gh_box ul li .time{
        margin-right: 2%;
    } 
    
    .sj_gh_box{
        padding: 0 0.15rem;
        box-sizing: border-box;
    }
    
    .sj_gh_box ul li .time .xt1, .sj_gh_box ul li .time .xt2, .sj_gh_box ul li .time .xt3, .sj_gh_box ul li .time .xt4{
        display: none;
    }
    .sj_gh_box ul li .txt{
        width: 100%;
    }

    .sj_gh_box ul li .time span{
        line-height: 2;
    }

    .sj_gh_box ul li {
        background: #fbfbfb;
        margin: 0.2rem auto;
    }
}