/* 公共 */

.sy-line {
    border: 2px solid #f4bc1d;
    width: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.b-line {
    border: 1px solid black;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.more-btn {
    width: 183px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f4bc1d;
    color: black;
    margin: 0 auto;
    margin-top: 70px;
}


/* 公共 */

.sbanner img {
    width: 100vw;
}

.somain {
    width: 100%;
    background: #fff;
    padding: 50px 0;
}

.con {
    width: 1200PX;
    margin: 0 auto;
    display: flex;
}

.con .cpic {
    height: 100%;
    margin-top: 237px;
}

.title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-top: 50px;
    text-align: center;
}

.timeline-con {
    position: relative;
    margin: 100px 30px;
    position: relative;
}

.timeline-con::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(#feeeed, #bcbcbd, #feeeed);
    background: -webkit-linear-gradient(#feeeed, #bcbcbd, #feeeed);
    background: -o-linear-gradient(#feeeed, #bcbcbd, #feeeed);
    background: -moz-linear-gradient(#feeeed, #bcbcbd, #feeeed);
    position: absolute;
    left: 15%;
    top: 0;
}

.timeline-post {
    width: 90%;
    margin-left: 15%;
    margin-bottom: 50px;
}

.timeline-date {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    position: absolute;
    right: 50%;
    margin-top: 15px;
    margin-right: 24px;
}

.timeline-icon-con {
      width: 40px;
      height: 60px;
      background-color: #fff;
      display: flex;
      justify-content: center;

      position: absolute;
      left: 15%;
      margin-left: -18px;
      font-size: 28PX;
}

.timeline-content {
    position: relative;
    top: -5px;
    font-size: 18px;
    color: #666;
    line-height: 36px;
    margin: 0 0 0 44px;
    padding: 15px 16px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.timeline-content h3 {
    font-size: 24px;
}

.timeline-content p {
    margin-top: 0;
}

.timeline-post:hover .timeline-icon-con h3 {
    color: #fada62;
    cursor: pointer;
}

.timeline-post:hover .timeline-content h3 {
    color: #fada62;
    cursor: pointer;
}

.fixed {}