.gp-teacherArticle6 {
    /* overflow: hidden; */
    display: flex;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  
  .gp-teacherArticle6 .incumLeft {
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .gp-teacherArticle6 .incumLeft .icumImg {
    padding-bottom: 140%;
    background: #999;
  }
  .gp-teacherArticle6 .icumRight {
    flex: 1;
    overflow: hidden;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .gp-teacherArticle6 .icumRight .icumrTop {
    padding: 30px 0 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom:20px;
  }
  .gp-teacherArticle6 .icumRight .icumrTop .names {
    color: #333333;
    margin-right: 16px;
    display: inline-block;
  }
  .gp-teacherArticle6 .icumRight .icumrTop span {
    color: #999999;
    margin: 0 4px;
  }
  .gp-teacherArticle6 .icumRight .icumrBot .icumrb1 {
    color: #333;
  }
  .gp-teacherArticle6 .icumRight .icumrBot .icumrb1 p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  
  .gp-teacherArticle4 li div h3 {
    color: #013b8f;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 4px 0;
    display: flex;
    
}

.gp-article1 .block-list308{
    position: relative;
   
}
.gp-article1 .block-list308::before{
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background: #013b8f;
    position: absolute;
    left: 159.34px;
    top: 0;
}
.gp-article1 .block-list308 .gpTextArea{
    display: flex;
    padding: 60px 0 0px;
    box-sizing: border-box;
}
.gp-article1 .block-list308 .gpArticleDate{
    
padding:0  60px;
    
box-sizing: border-box;
    
color: #333;
    
position: relative;
    
display: block;
    
line-height: 1.1;
}
.gp-article1 .block-list308 .gpArticleDate::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid #013b8f;
    position: absolute;
    background: #fff;
    right: 18px;
    top: 0;
    border-radius: 50%;
}
.gp-article1 .block-list308 .item-right{
    flex: 1;
    line-height: 1.5;
}
.gp-article1 .block-list308 .item-right .item-txt{
    margin-bottom: 10px;
}
.gp-article1 .block-list308 .item-right  .item-summary{
    color: #999;
}
  @media screen and (max-width: 479px){
    .gp-teacherArticle6 {
     flex-direction: column;
  }
  .gp-teacherArticle6 .incumLeft{
    margin: 0 auto;
  }
  .gp-teacherArticle6 .icumRight{
    padding-left: 0;
  }
  .gp-article1 .block-list308 .gpArticleDate {
    padding: 0 30px 0 0;
  }
  .gp-article1 .block-list308 .gpArticleDate::before{
    right: 9px;
    width: 10px;
    height: 10px;
    border: 2px solid #013b8f;
    top: 5px;
  }
    .gp-article1 .block-list308::before{
      width: 2px;
      left: 84.34px;
    }
    .gp-article1 .block-list308 .gpTextArea {
    
        padding: 24px 0 0px;
      
    }
  }
  