.stories-content {width: 1190px; height: auto; margin: 0 auto; position: relative;}
.content-header{width: 100%; height: 154px; margin: 0 auto; margin-top: 67px;}
.left-content{width: 390px; height: 154px; position: relative; display: inline-block; float: left; background:rgba(214,176,148,1);}
.left-content p{font-size:34px; font-family:SourceHanSansCN-Bold,SourceHanSansCN; font-weight:bold; color:rgba(255,255,255,1); line-height:51px; margin-left: 36px; margin-top: 53px;}
.stories-content img{width: 790px; height: 154px; position: relative; display: inline-block; float: right; background-color: rgb(44, 129, 154);}

.stories-text{font-size:14px; font-family:SourceHanSansCN-Normal,SourceHanSansCN; font-weight:400; color:rgba(85,85,85,1); line-height:22px; margin-top: 27px; margin-bottom: 108px;}

/* 移动端适配 */
@media screen and (max-width: 768px) {
  .stories-content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  .content-header {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  
  .left-content {
    width: 100%;
    height: auto;
    float: none;
    padding: 20px 0;
    box-sizing: border-box;
  }
  
  .left-content p {
    font-size: 24px;
    line-height: 36px;
    margin-left: 20px;
    margin-top: 0;
    text-align: center;
  }
  
  .stories-content img {
    width: 100%;
    height: auto;
    float: none;
    display: block;
  }
  
  .stories-text {
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 28px;
    text-align: justify;
  }
}