@media screen and (min-width:1001px) {
    .font-text1{
		font-weight: 400;
		font-size: 16px;
		color: #000000;
		line-height: 30px;
		margin-top: 59px;
		
	}
    .font-text2{
		font-weight: 400;
		font-size: 16px;
		color: #000000;
		line-height: 30px;
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .title-text1{
        text-align: left;
    }
    .text-bottom-box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 100px;
        text-align: left;
    }
    .bottom-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .bottom-box .text1{
        height: 50px;
        font-weight: 500;
        font-size: 40px;
        color: #2976BC;
        /* line-height: 17px; */
    }
    .bottom-box .text2{
        margin-top: 30px;
        font-weight: 400;
        font-size: 18px;
        text-align: center;
    }
    .english-img-box{
        width: 100%;
        margin-top: 100px;
    }
    .live-box{
      display: flex;
      margin-top: 50px;
    }
    .live-box-left{
      width: 60%;
      box-sizing: border-box;
      padding-right: 100px;
    }
    .live-box-right{
      width: 40%;
      display: flex;
      justify-content: flex-end;
    }
    .live-box-left-item{
      width: 100%;
      text-align: left;
      margin-top: 60px;
    }
    .live-box-left-item:first-child {
        margin-top: 0;
    }
    .live-box-left-item-top {
        display: flex;
        align-items: center;
        position: relative;
      }
      
      .live-box-left-item-top-circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: rgba(109,192,176,0.2);
        margin-left: -25px; /* 调整重叠程度 */
      }
      
      .live-box-left-item-top-circle:first-child {
        margin-left: 0;
        z-index: 1;
      }
      
      .live-box-left-item-top-circle:last-child {
        z-index: 0;
      }
      .live-box-left-item-top span {
        position: absolute;
        left: 48px;
        top: 23px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        z-index: 999;  /* 确保数字显示在最上层 */
      }
    .live-box-left-item-title{
        margin-top: 15px;
    }
    .live-text1{
        font-weight: 500;
        font-size: 20px;
        color: #000000;
    }
    .live-text2{    
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        margin-top: 15px;
    }
    .speak-box{
      width: 100%;
      margin-top: 59px;
    }
} 

@media screen and (max-width:1001px) {
    .font-text1{
		font-weight: 400;
		font-size: 16px;
		color: #000000;
		line-height: 30px;
		margin-top: 59px;
		
	}
    .font-text2{
		font-weight: 400;
		font-size: 16px;
		color: #000000;
		line-height: 30px;
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .title-text1{
        text-align: left;
    }
    .text-bottom-box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 100px;
        text-align: left;
    }
    .bottom-box .text1{
        height: 50px;
        font-weight: 500;
        font-size: 40px;
        color: #2976BC;
        /* line-height: 17px; */
    }
    .bottom-box .text2{
        margin-top: 30px;
        font-weight: 400;
        font-size: 18px;
    }
    .english-img-box{
        width: 100%;
        margin-top: 100px;
    }
    .live-box{
        display: flex;
        margin-top: 50px;
      }
      .live-box-left{
        width: 60%;
        box-sizing: border-box;
        padding-right: 100px;
      }
      .live-box-right{
        width: 40%;
        display: flex;
        justify-content: flex-end;
      }
      .live-box-left-item{
        width: 100%;
        text-align: left;
        margin-top: 60px;
      }
      .live-box-left-item:first-child {
          margin-top: 0;
      }
      .live-box-left-item-top {
          display: flex;
          align-items: center;
          position: relative;
        }
        
        .live-box-left-item-top-circle {
          width: 70px;
          height: 70px;
          border-radius: 50%;
          background: rgba(109,192,176,0.2);
          margin-left: -25px; /* 调整重叠程度 */
        }
        
        .live-box-left-item-top-circle:first-child {
          margin-left: 0;
          z-index: 1;
        }
        
        .live-box-left-item-top-circle:last-child {
          z-index: 0;
        }
        .live-box-left-item-top span {
          position: absolute;
          left: 48px;
          top: 23px;
          color: #fff;
          font-weight: bold;
          font-size: 16px;
          z-index: 999;  /* 确保数字显示在最上层 */
        }
      .live-box-left-item-title{
          margin-top: 15px;
      }
      .live-text1{
          font-weight: 500;
          font-size: 20px;
          color: #000000;
      }
      .live-text2{
          font-weight: 400;
          font-size: 16px;
          color: #333333;
          line-height: 30px;
          margin-top: 15px;
      }
      .speak-box{
        width: 100%;
        margin-top: 59px;
      }
}   

